body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "Noto Sans SC";
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.fb{
	display: flex;
	justify-content: space-between;
	margin: 38px auto;
}
.wrap {
	position: relative;
	width: 950px;
	margin: auto;
    box-shadow: 1px 1px 8px 5px #ccc;
	margin-bottom: 90px;
	padding-bottom: 60px;
}
.head{
	background: url(../img/head_bg.jpg) no-repeat center;
	height: 350px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.logo{
	position: absolute;
	top: 22px;
	left: 27px;
}
.nav{
	position: absolute;
	text-align: center;
	margin: auto;
	bottom: 12px;
	width: 100%;
}
.nav a{
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
	margin-top: 14px;
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	line-height: 14px;
}
.nav a:nth-last-of-type(1){
	border-right: none;
}
.slogan_box{
	text-align: center;
	margin-top: 104px;
}
.slogan_box p:nth-of-type(1){
	color: #d6e4da;
	font-size: 47px;
	font-weight: bold;
	font-family: "文鼎新艺体";
	letter-spacing: 2px;
}
.slogan_box p:nth-of-type(2){
	color: #e89010;
	font-size: 26px;
	margin-top: 16px;
}
.slogan_box p:nth-of-type(3){
	color: #e89010;
	font-size: 20px;
	margin-top: 33px;
}
.main{
	width: 794px;
	margin: auto;
	overflow: hidden;
}
.title{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background: #005530;
	display: inline-block;
	position: relative;
	padding: 2px 4px;
	margin: 54px 0 28px 10px;
}
.title::before{
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #005530;
	top: 0;
	left: -10px;
}
.title::after{
	content: '';
	position: absolute;
	width: 1000px;
	height: 2px;
	background: #005530;
	left: 97px;
	top: 50%;
}
.intro_textbox{
	color: #3e3a39;
	font-size: 14px;
	line-height: 24px;
	padding: 0 17px;
}
.photo_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* height: 360px;
	overflow: auto; */
}
.pb_left img{
    width: 99%;
}
.pb_left,.pb_right{
	flex: 0 0 50%;
}
.pb_right{
	display: flex;
	width: 50%;
	flex-wrap: wrap;
}
.s_photo {
    margin: 2px;
}
.report_box{
	height: 374px;
	overflow: auto;
}
.report_con{
	background: #f5f4f4;
	padding: 6px 30px 6px 6px;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
}
.report_con img{
	width: 112px;
	height: 78px;
	float: left;	
	margin-right: 8px;
}
.report_title{
	color: #005530;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 6px;
}
.report_con p{
	color: #595757;
	font-size: 14px;
	line-height: 22px;
}
.culture{
	padding-bottom: 100px;
}
.culture_box{
	margin-top: 140px;
}
.cul_top{
	border-bottom: 1px dashed #959595;
}
.cul_con{
	position: relative;
	display: inline-block;
}
.cul_con:nth-of-type(2){
	margin-left: 360px;
}
.cul_top h6{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	top: -100px;
	left: 27px;
	z-index: 2;
	white-space: nowrap;
}
.cul_top span{
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: -95px;
	left: 104px;
	width: 126px;
}
.cul_top img{
	position: absolute;
	top: -120px;
	left: 0;
}
.cul_top .cul_con:nth-of-type(1){
	margin-left: 30px;
}
.cul_bottom h6{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	bottom: -76px;
	left: 15px;
	z-index: 2;
	white-space: nowrap;
	text-align: center;
	width: 60px;
}
.cul_top .cul_con:nth-of-type(1){
	margin-left: 30px;
} 
.cul_bottom span{
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: -60px;
	left: 104px;
	width: 126px;
}
.cul_bottom img{
	position: absolute;
	bottom: -95px;
}
.cul_bottom .cul_con:nth-of-type(1){
	margin-left: 210px;
}
.hightlights_box{
	padding: 0 17px;
}
.hl_title{
	color: #e89010;
	font-size: 18px;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
	line-height: 22px;
	margin-bottom: 14px;
}
.hl_title::before{
	content: '';
	position: absolute;
	border: 3px solid #e89010;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	left: -4px;
}
.hightlights_box p{
	color: #595757;
	font-size: 14px;
	line-height: 22px;
}
.pic{
	margin: 20px 0;
}
.twopic div{
	flex: 0 0 44%;
}
.twopic img{
	margin: 18px 0;
}
.strategy_box{
	background: url(../img/st_bg.jpg);
	width: 757px;
	height: 228px;
	position: relative;
}
.strategy_box p{
	color: #3e3a39;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	width: 126px;
	height: 90px;
	text-align: left;
}
.strategy_box p:nth-child(1){
	top: 38px;
	left: 17px;
}
.strategy_box p:nth-child(2){
	top: 100px;
	left: 169px;
}
.strategy_box p:nth-child(3){
	top: 30px;
	left: 322px;
}
.strategy_box p:nth-child(4){
	top: 100px;
	left: 470px;
}
.strategy_box p:nth-child(5){
	top: 40px;
	left: 618px;
}
.strategy_box span{
	position: absolute;
	color: #e89010;
	font-size: 24px;
	font-weight: bold;
	background: #ffffff;
	padding: 0 12px;
}
.strategy_box p:nth-child(odd) span{
	top: -40px;
	left: 30px;
}
.strategy_box p:nth-child(even) span{
	bottom: -40px;
	left: 30px;
}
