@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #ff8003;
}
.icolor1{
	color: #f8bf0c;
}
.bgcolor,.hvbgcolor:hover{
	background: #ff8003;
	color: #fff;
}
.head{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	transition: .25s;
}
.head_height{
	height: 90px;
}
.head_active,.head_list{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.hdbox{
	height: 90px;
	display: flex;
	align-items: center;
}
.hdl{
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 2%;
}
.hdr{
	background: #ff8003;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	height: 90px;
	width: 19%;
	min-width: 280px;
	margin-left: 20px;
}
.logo{
	display: inline-block;
	height: 38px;
}
.nav li{
	position: relative;
}
.nava{
	color: #000;
	display: block;
	line-height: 90px;
	height: 90px;
	position: relative;
	padding: 0 30px;
}
.nava::after{
	width: 1px;
	height: 26px;
	background: #ddd;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.nav li.active .nava,
.nav li:hover .nava{
	color: #ff8003;
	font-weight: bold;
}
.hdra1,.hdra2{
	margin-left: 35px;
}
.hdra2_ico{
	width: 30px;
	height: 90px;
	cursor: pointer;
	background: url(../images/scico_03.png) no-repeat center;
}
.hdra2hide,.hdra2hide_block{
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	display: none;
}
.hdra2hide input,.hdra2hide_block input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.hdra2hide button,.hdra2hide_block button{
	width: 50px;
	height: 50px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hdra2,.hdra3{
	position: relative;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 0;
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 100px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 7px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #ff8003;
}
.bnbg{
	background: rgba(0,0,0,.4);
	color: #fff;
}
.bntxtt p:last-child{
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 20px;
	margin-top: 20px;
	display: inline-block;
}
.ititle_45{
	font-size: 45px;
}
.bntxt h1{
	color: #f8bf0c;
}
.bntxt span{
	display: inline-block;
	background: #ff8003;
	color: #fff;
	padding: 12px 25px;
	border-radius: 60px;
}
.it{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: #ff8003;
	color: #fff;
	width: 100%;
	padding: 30px 0;
}
.itar{
	margin-left: 45px;
	opacity: .4;
}
.itar *{
	line-height: 1;
}
.italine{
	border-left: 2px solid rgba(255,255,255,.3);
	height: 80px;
}
.md{
	padding: 80px 0;
}
.i1box{
	background-size: cover !important;
}
.i1box:nth-child(even) .wrap_1600{
	flex-flow: row-reverse;
}
.i1img{
	width: 48%;
	display: flex;
	justify-content: center;
}
.i1img img{
	display: block;
	max-width: 100%;
}
.i1txt{
	width: 37%;
}
.i1line{
	border-left: 2px solid #ececec;
	height: 240px;
}
.i1txtline{
	width: 75px;
	height: 8px;
	background: #f8bf0c;
	border-radius: 10px;
	display: block;
	margin: 20px 0;
}
.i1txtb li{
	list-style: disc;
	margin-left: 25px;
}
.morea{
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
}
.i2tl{
	width: 28%;
}
.i2tl h1{
	line-height: 1.1;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
}
.i2tr{
	width: 38%;
}
.i2tr .txt{
	text-indent: 2em;
}
.i2b{
	margin-top: -7%;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i3r img{
	display: block;
	max-width: 100%;
}
.i3l{
	width: 33%;
	display: flex;
	justify-content: center;
}
.i4t li{
	position: relative;
	color: #fff;
}
.i4t li img{
	display: block;
	width: 100%;
}
.i4ttxt span{
	border-bottom: 1px solid #f8bf0c;
	color: #fff;
	font-weight: 100;
}
.i4b li{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	line-height: 100px;
	border-right: 1px solid rgba(255,255,255,.8);
	background: #f8bf0c;
	cursor: pointer;
	transition: .25s;
}
.i4b li.active{
	background: #ff8003;
	border-right-color: #ff8003;
}
.i5{
	background: #e4ecf8;
}
.i5img{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.i5imgl,.i5imgr{
	margin: 0 10px;
}
.i5imgl{
	flex: 0;
	flex-grow: 1;
	text-align: center;
}
.i5imgl img{
	margin: 0 auto;
	display: block;
	max-width: 90%;
}
.i5w{
	background: #ff8003;
	color: #fff;
	padding: 59px 0px;
}
.i5txt .txt{
	text-indent: 2em;
}
.i5txtline{
	width: 230px;
	height: 2px;
	background: rgba(255,255,255,.3);
	position: relative;
	margin: 20px 0;
}
.i5txtline::after{
	width: 60px;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.i5w:nth-child(odd){
	background: #ff8003;
	color: #fff;
}
.i5w:nth-child(even){
	background: #f8bf0c;
	color: #000;
}
.i5w:nth-child(odd) .wrap_1600{
	flex-flow: row-reverse;
}
.i5w:nth-child(even) .i5img{
	flex-flow: row-reverse;
}
.i5w:nth-child(even) .i5txt h1{
	text-align: right;
}
.i5w:nth-child(even) .i5txtline{
	margin-left: auto;
	background: rgba(255,153,0,.3);
}
.i5w:nth-child(even) .i5txtline::after{
	left: inherit;
	right: 0;
	background: rgba(255,153,0,1);
}
.i6{
	background: url(../images/i6bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.i6w .i1txtline{
	margin: 10px auto 0 auto !important;
	display: block;
}
.i6w a{
	display: inline-block;
	padding: 13px 40px;
	border: 1px solid #fff;
	border-radius: 60px;
	color: #fff;
}
.i6w a:hover{
	background: #FF8003;
	border: 1px solid #FF8003;
	color: #000;
}
.foot{
	background: #f9f9f9;
}
.foot a:hover{
	color: #FF8003;
}
.ft{
	padding: 55px 0;
	border-bottom: 1px solid #c4c3c3;
}
.fb{
	padding: 20px 0;
}
.ftr{
	width: 37%;
}
.ftrt,.ftrba{
	border-bottom: 1px solid #C4C3C3;
}
.ftrt{
	padding-bottom: 15px;
}
.ftrba{
	padding: 20px 0;
}
.ftrba:last-child{
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.fbl a{
	color: #999;
	margin: 0 20px;
}
.right{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 99;
}
.rta_a{
	display: inline-block;
	padding: 10px 8px;
	color: #fff;
	text-align: center;
	background: #ff8003;
	color: #fff;
	border-radius: 6px;
}

.abtnav{
	position: sticky;
	top: 0;
	z-index: 100;
}
.abtnav li{
	flex: 0;
	flex-grow: 1;
}
.abtnav a{
	display: block;
	text-align: center;
	line-height: 100px;
	color: #fff;
	border-right: 1px solid #fff;
}
.ab1w::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/video_03.png) no-repeat center;
}
.ab2{
	background: #f9f9f9;
}
.ab2a{
	width: 21%;
	position: relative;
	color: #fff;
}
.ab2atxt .i5txtline{
	background: rgba(255,153,0,.3);
	width: 140px;
	border-radius: 5px;
	overflow: hidden;
}
.ab2atxt .i5txtline::after{
	background: rgba(255,153,0,1);
}
.ab3{
	background: url(../images/ab3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab3txt{
	width: 20%;
	min-width: 220px;
	display: flex;
	flex-wrap: wrap;
}
.ab3txt span{
	width: 100%;
	display: block;
	margin: 20px 0;
	line-height: 70px;
	border: 3px solid #ffcd30;
	background: #fff;
	border-radius: 60px;
	text-align: center;
	color: #000;
}
.ab3ma{
	width: 60%;
	position: relative;
}
.ab3ma:last-child{
	margin-left: -20%;
}
.ab4box .i1line{
	border-color: #fbd4af !important;
}
.ab4box .i1box{
	background: #f9f9f9;
}
.ab4box .i1box:nth-child(even){
	background: #f4f4f4;
}
.abtop h1 span{
	margin: 0 12px;
}
.ab5box{
	width: 50%;
	border-radius: 18px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	overflow: hidden;
}
.ab5box:nth-child(2){
	margin-left: -3%;
	position: relative;
}
.ab5box:nth-child(1){
	background: #f4f4f4;
}
.ab5box:nth-child(2){
	background: #ff8003;
	z-index: 3;
	color: #fff;
	width: 50%;
}
.ab5tline{
	width: 90px;
	height: 7px;
	background: #FF8003;
	border-radius: 7px;
	margin: 10px auto 0 auto;
}
.ab5box:nth-child(2) .ab5tline{
	background: #F8BF0C;
}
.ab5b p{
	padding: 40px 20px;
	text-align: center;
}
.ab5b p:nth-child(odd){
	background: #f4f4f4;
}
.ab5b p:nth-child(even){
	background: #ececec;
}
.ab5box:nth-child(2) .ab5b p:nth-child(odd){
	background: #ff8003;
}
.ab5box:nth-child(2) .ab5b p:nth-child(even){
	background: #ff9210;
}
.ab5w::before{
	width: 77px;
	height: 77px;
	content: "";
	background: url(../images/ab5ico1_03.png) no-repeat center;
	background-size: 100% 100% !important;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	left: 28%;
	z-index: 9;
}
.ab5w::before{
	background: url(../images/ab5ico2_03.png) no-repeat center;
	left: 44.5%;
}

.co1ba_a{
	min-height: 100%;
	background: #f9f9f9;
	padding: 50px 15px;
	text-align: center;
}
.co1ba_a h3{
	display: inline-block;
	border-bottom: 3px solid #FF8003;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.co2w{
	background: url(../images/co2bg_03.jpg) no-repeat right center #f9f9f9;
	background-size: cover;
	padding: 30px 3%;
}
.co2a{
	display: flex;
	align-items: center;
}
.co2a span{
	width: 120px;
	line-height: 48px;
	background: #FF8003;
	text-align: center;
	border-radius: 6px;
}
.co3l{
	width: 20%;
}
.co3r{
	width: 76%;
}
.co3lbtn i{
	width: 44px;
	height: 44px;
	font-size: 20px;
	border: 1px solid #FF8003;
	color: #FF8003;
	border-radius: 100%;
	cursor: pointer;
	transition: .25s;
	margin-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: fangsong;
}
.co3lbtn i:hover{
	background: #FF8003;
	color: #000;
}
.co3ra{
	background: #F8BF0C;
	color: #000;
}
.co3ratxt{
	padding: 20px;
	text-align: center;
}
.co4{
	background: url(../images/co4bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.co4ipt input{
	width: 240px;
	border-bottom: 1px solid #fff;
	height: 50px;
	background: none;
	color: #fff;
}
.co4ipt input::-webkit-input-placeholder{
	color:#fff;
}
.co4sbm button{
	padding: 6px 40px;
	background: #FF8003;
	color: #fff;
	border-radius: 5px;
}

@media only screen and (max-width:1599px) {
	.head .wrap_1600{
		padding: 0;
	}
	.ital img{
		height: 32px;
	}
	.morea{
		padding: 9px 20px;
		font-size: 16px;
	}
	.morea img{
		height: 12px;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_45{
		font-size: 36px;
	}
	
	.ab1w::after{
		background-size: 80px;
	}
	.abtnav a{
		font-size: 18px;
	}
	.ab3txt span{
		font-size: 18px;
		margin: 12px 0;
	}
	
	.co1ba_a .w100 img{
		height: 50px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_45{
		font-size: 30px;
	}
	.hdr{
		min-width: 200px;
	}
	.nava{
		padding: 0 18px;
	}
	
	.co2ar{
		color: #000;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_45{
		font-size: 26px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_45{
		font-size: 23px;
	}
	.it{
		position: static;
	}
	.bntxtt{
		display: none;
	}
	.bntxt span{
		padding: 7px 16px;
		font-size: 14px;
	}
	.bntxt h1{
		font-size: 20px
	}
	.bntxt span img{
		height: 10px;
	}
	.it{
		padding: 20px 0;
	}
	.ita{
		width: 100%;
	}
	.italine{
		width: 100%;
		height: 1px;
		margin: 20px 0;
		background: rgba(255,255,255,.5);
	}
	.ital{
		flex: 0;
		flex-grow: 1;
	}
	.i1txtline{
		width: 40px;
		height: 4px;
	}
	.i2tr{
		margin-top: 25px !important;
	}
	.i4tbox {
		position: static;
		color: #333;
	}
	.i4ttxt span{
		color: #333;
	}
	.i4b ul{
		flex-wrap: wrap;
	}
	.i4b li{
		flex: inherit;
		flex-grow: inherit;
		width: 50%;
		line-height: 55px;
		border-bottom: 1px solid rgba(255,255,255,.8);
	}
	.i5w{
		padding: 19px 0px;
	}
	.i5w .wrap_1600{
		display: block;
	}
	.i5imgl{

	}
	.i5imgr {
		font-size: 12px;
		line-height: 24px;
	}
	.i5txt {
		padding-bottom: 20px;
		text-align: center;
	}
	.i5txt .txt{
		text-indent: 0;
	}
	.i5txtline{
		margin: 15px auto !important;
	}
	.i5w:nth-child(even) .i5txt h1{
		text-align: center;
	}
	.i5txtline::after{
		left: 50% !important;
		margin-left: -30px !important;
	}
	.ft{
		padding: 30px 0;
	}
	.ftl{
		text-align: center;
	}
	.ftr{
		margin-top: 25px !important;
	}
	.ftlbox {
		justify-content: center;
	}
	.ftlewm img{
		width: 100px;
	}
	.ftrba{
		padding: 15px 0;
	}
	.fb{
		padding: 12px 0;
	}
	.fb p{
		margin-top: 5px;
	}
	.rta_a{
		font-size: 12px;
		padding: 10px 5px;
	}
	.rta_a img{
		height: 16px;
	}
	
	.abtnav{
		display: none;
	}
	.abtop p{
		line-height: 24px;
		font-size: 13px;
	}
	.ab1w::after{
		background-size: 40px;
	}
	.ab2a{
		width: 48%;
	}
	.ab2atxt .i5txtline{
		width: 80%;
		margin-left: 0 !important;
	}
	.ab2atxt .i5txtline::after{
		left: 0 !important;
		margin: 0 !important;
	}
	.ab2atxt p{
		font-size: 13px;
	}
	.ab3txt span{
		line-height: 40px;
		margin: 8px 0;
	}
	.ab3jt img{
		transform:rotate(90deg);
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.ab5w{
		display: block;
	}
	.ab5box{
		width: 100% !important;
		margin: 0 !important;
		margin-top: 20px !important;
	}
	.ab5b p{
		padding: 15px;
	}
	.ab5w::after,.ab5w::before{
		display: none;
	}
	
	.co1ba {
		width: 100%;
	}
	.co2w{
		background: #f9f9f9;
		padding: 20px;
	}
	.co2a span{
		width: 100px;
		font-size: 15px;
	}
	.co3lbtn i{
		width: 30px;
		height: 30px;
		font-size: 15px;
		margin-left: 15px;
	}
}
.max_kd{margin: 30px auto 0; width: 70%;line-height: 46px;}
@media only screen and (max-width:1399px) {
    .max_kd{line-height: 32px;}
}
@media only screen and (max-width:768px) {
	.max_kd{margin: 20px auto 0; width: 100%;line-height: 26px;}
}
@media only screen and (max-width:640px) {
    .max_kd{font-size:14px;}
}

.fw_dy{width: 100%;overflow: hidden;position: relative;}
.fw_dy::after{display: block;width: 100%;background: #FF7F03;position: absolute;bottom: 0px;height: 200px;z-index: 9; content: " ";}
.fw_dy .fd_nr{margin-top: 60px;position: relative;z-index: 999;}
.fw_dy .fd_nr .n_r{
	padding: 10px;
	border: solid 1px #ededed;
	-webkit-border-radius: 9px;
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius: 9px;
	-moz-border-radius-topleft: 70px;
	border-radius: 9px;
	border-top-left-radius: 70px;
	background: #FFFFFF;
}
.fw_dy .fd_nr .n_r .t_p{
	overflow: hidden;
	margin-bottom: 9px;
	-webkit-border-radius: 9px;
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius: 9px;
	-moz-border-radius-topleft: 70px;
	border-radius: 9px;
	border-top-left-radius: 70px;
}
.fw_dy .fd_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.fw_dy .fd_nr .n_r .w_z{text-align: center;color: #2D2D2D;}
.fw_dy .fd_nr .n_r .w_z p{font-size: 24px;}
.fw_dy .fd_nr .n_r .w_z span{display: block;font-size: 14px;text-transform: uppercase;line-height: 30px;}
@media only screen and (max-width:1399px) {
    .fw_dy .fd_nr .n_r .w_z p{font-size: 20px;}
    .fw_dy .fd_nr .n_r .w_z span {
    font-size: 13px;
    line-height: 26px;
    }
}
@media only screen and (max-width:1100px) {
	.fw_dy .fd_nr{margin-top: 30px;}
	.fw_dy .fd_nr .n_r{
		padding: 9px;
		margin-bottom: 20px;
	}
	.fw_dy .fd_nr .n_r .t_p{
		margin-bottom: 6px;
	}
	.fw_dy .fd_nr .n_r .w_z p{font-size: 16px;}
	.fw_dy .fd_nr .n_r .w_z span{font-size: 12px;line-height: 24px;}
	.fw_dy::after{height: 160px;}
}

.fw_de{width: 100%;overflow: hidden;}
.fw_de .de_nr{
	background: #F3F3F3;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	display: flex;
	flex-wrap: wrap;
}
.fw_de .de_nr .e_zc{width: 68%;overflow: hidden;}
.fw_de .de_nr .e_zc .t_p img{width: 100%;display: block;}
.fw_de .de_nr .e_yc{width: 32%;padding: 20px 40px;}
.fw_de .de_nr .e_yc ul{display: flex;flex-wrap: wrap;}
.fw_de .de_nr .e_yc li{width: 50%;border-bottom: solid 1px #d5d5d5;border-right: solid 1px #d5d5d5;}
.fw_de .de_nr .e_yc li:nth-child(2n){border-right: none;}
.fw_de .de_nr .e_yc li:nth-child(3){border-bottom: none;}
.fw_de .de_nr .e_yc li:nth-child(4){border-bottom: none;}
.fw_de .de_nr .e_yc .n_r{text-align: center;padding: 16px 6px;}
.fw_de .de_nr .e_yc .n_r .t_b{text-align: center;}
.fw_de .de_nr .e_yc .n_r .t_b img{ max-width: 100%;height: auto;}
.fw_de .de_nr .e_yc .n_r .w_z{color: #2D2D2D;font-size: 26px;line-height: 36px;}
@media only screen and (max-width:1399px) {
    .fw_de .de_nr .e_yc .n_r .w_z {
    font-size: 20px;
    line-height: 32px;
    }
    .fw_de .de_nr .e_yc {
    padding: 15px 20px;
    }
    .fw_de .de_nr .e_yc .n_r .t_b img {
    max-width: 40%;
   }
   .fw_de .de_nr .e_zc .t_p{height:100%;}
   .fw_de .de_nr .e_zc .t_p img {
    height: 100%;
   }
}
@media only screen and (max-width:1100px) {
	.fw_de .de_nr .e_yc{padding: 9px 15px;}
	.fw_de .de_nr .e_yc .n_r{padding: 10px 6px;}
	.fw_de .de_nr .e_yc .n_r .w_z{font-size: 18px;line-height: 24px;}
	.fw_de .de_nr .e_yc .n_r .t_b img{max-width: 40%;}
}
@media only screen and (max-width:768px) {
	.fw_de .de_nr .e_zc{width: 100%;}
	.fw_de .de_nr .e_yc{width: 100%;}
}
@media only screen and (max-width:640px) {
    .fw_de .de_nr .e_yc .n_r .t_b img {
    max-width: 50%;
    }
}

.fw_ds{width: 100%;overflow: hidden;background: #F3F3F3;}
.fw_ds .ds_tb{margin-bottom: 60px;}
.fw_ds .ds_tb .n_r{text-align: center;color: #2D2D2D;padding: 0px 30px;}
.fw_ds .ds_tb .n_r .t_p img{max-width: 100%;height: auto;}
.fw_ds .ds_tb .n_r .w_z .b_t{font-size: 30px;}
.fw_ds .ds_tb .n_r .w_z .m_s{font-size: 20px;line-height: 34px;}
.fw_ds .ds_tb .col-lg-3{border-right: solid 1px #CCCCCC;}
.fw_ds .ds_tb .col-lg-3:last-child{border-right:none;}
.fw_ds .ds_db{
	background: #FFFFFF;
	padding: 6px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.fw_ds .ds_db .ds_wk{
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.fw_ds .ds_db .n_r{background: #FF7F03;padding: 50px;color: #FFFFFF;height: 100%;}
.fw_ds .ds_db .n_r .b_t{font-size: 28px;font-weight: bold;margin-bottom: 36px;}
.fw_ds .ds_db .n_r .m_s{font-size: 22px;line-height: 40px;text-indent: 46px;font-weight: 300;}
.fw_ds .ds_db .t_p{height:356px; overflow:hidden;}
.fw_ds .ds_db .t_p img{
    width:100%; 
    height:100%; 
    display:block;
    object-fit:cover;
    object-position:center top;
    -webkit-user-select:none;
    user-select:none;
}
.fw_ds .ds_db .col-lg-4{padding: 0px 3px;}
@media only screen and (max-width:1399px) {
    .fw_ds .ds_tb .n_r .w_z .b_t {
    font-size: 20px;
    }
    .fw_ds .ds_tb .n_r .w_z .m_s {
    font-size: 16px;
    line-height: 26px;
   }
   .fw_ds .ds_tb .n_r .t_p img {
    max-width: 40%;
   }
   .fw_ds .ds_db .n_r .b_t {
    font-size: 22px;
    margin-bottom: 26px;
   }
   .fw_ds .ds_db .n_r .m_s {
    font-size: 18px;
    line-height: 32px;
    text-indent: 36px;
    }
}
@media only screen and (max-width:1100px) {
	.fw_ds .ds_tb{margin-bottom: 30px;}
	.fw_ds .ds_tb .n_r{padding: 0px 10px;}
	.fw_ds .ds_tb .n_r .w_z .b_t{font-size: 20px;}
	.fw_ds .ds_tb .n_r .w_z .m_s{font-size: 15px;line-height: 24px;}
	.fw_ds .ds_db .n_r{padding: 20px 30px;}
	.fw_ds .ds_db .n_r .b_t{font-size: 20px;margin-bottom: 26px;}
	.fw_ds .ds_db .n_r .m_s{font-size: 16px;line-height: 24px;text-indent: 32px;}
	.fw_ds .ds_tb .col-lg-3 {
    border-right: none;
    }
}
@media only screen and (max-width:640px) {
	.fw_ds .ds_tb{margin-bottom: 26px;}
	.fw_ds .ds_tb .n_r{margin-bottom: 20px;}
	.fw_ds .ds_tb .n_r .w_z .b_t{font-size: 18px;}
	.fw_ds .ds_tb .n_r .w_z .m_s{font-size: 14px;line-height: 22px;}
	.fw_ds .ds_db .n_r .b_t {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.fw_ds .ds_db .n_r .m_s {
		font-size: 14px;
		line-height: 22px;
		text-indent: 28px;
	}
	.fw_ds .ds_tb .n_r .t_p img {
    max-width: 60%;
   }
   .fw_ds .ds_db .t_p{height:249px;}
}
.fw_db{width: 100%;overflow: hidden;margin-top: 50px;background: url(../images/fw_bj.jpg) no-repeat top center / cover;padding: 60px 0px;}
.fw_db .b_t{text-align: center;color: #FFFFFF;font-size: 24px;font-weight: bold;margin-bottom: 36px;}
.fw_db .n_r .t_x{outline: none;line-height: 46px;border-bottom: solid 1px #FFFFFF;width: 216px;color: #FFFFFF;background: none;display: block;margin: 0 auto;}
.fw_db .n_r .t_x::placeholder{color: #FFFFFF;font-size: 16px;}
.fw_db .n_r .b_u{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FF7F03;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 60px auto 0;
}
@media only screen and (max-width:640px) {
	.fw_db{margin-top: 30px;padding: 40px 0px;}
	.fw_db .b_t{font-size: 20px;margin-bottom: 26px;}
	.fw_db .n_r .t_x{line-height: 36px;width: 180px;}
	.fw_db .n_r .t_x::placeholder{font-size: 14px;}
	.fw_db .n_r .b_u{
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 30px auto 0;
	}
}

.ny_xz .n_r{
	margin-bottom: 26px;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	padding: 50px 30px;
	min-height: 288px;
	background-position: top center;
	background-repeat: no-repeat;
}
.ny_xz .n_r .t_p{text-align: center;margin-bottom: 9px;}
.ny_xz .n_r .t_p img{max-width: 100%;height: auto;}
.ny_xz .n_r .w_z .b_t a{display: block;text-align: center;color: #2D2D2D;}
.ny_xz .n_r .b_t p{ font-size: 24px;font-weight: bold;margin-bottom: 9px;}
.ny_xz .n_r .b_t span{display: block;font-size: 16px;font-weight: 300;}
.ny_xz .n_r .b_t i{
	width: 52px;
	height: 4px;
	background: #F7BF0D;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ny_xz .n_r .b_t i.gn{background: #FF7F03;}
@media only screen and (max-width:1399px) {
    .ny_xz .n_r{
	padding: 30px 16px;
	min-height: 280px;
	background-position: right center;
    }
    .ny_xz .n_r .b_t p {
    font-size: 20px;
    }
    .ny_xz .n_r .b_t span {
    font-size: 15px;
    }
    .ny_xz .n_r .t_p img {
    max-width: 80%;
    }
    
}
@media only screen and (max-width:1100px) {
	.ny_xz .n_r{
		margin-bottom: 20px;
		padding: 20px;
	}
	.ny_xz .n_r .b_t p{ font-size: 18px;margin-bottom: 6px;}
	.ny_xz .n_r .b_t span{font-size: 14px;}
}
@media only screen and (max-width:640px) {
	.ny_xz .n_r{
		padding: 19px 29px;
		min-height: auto;
		background-size: auto;
		background-position: initial;
	}
	.ny_xz .n_r .b_t p {
		font-size: 16px;
	}
}

.ab2abg .ab2atxt .text18{min-height: 60px;}
@media only screen and (max-width:640px) {
	.ab2abg .ab2atxt .text18{min-height: 50px;}
	.ab2a .ab2abg.padding20{padding: 15px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #ff8003; font-size:15px; line-height:38px; text-align:center; color:#ff8003; display:block;}
.yema ul li a:hover{background-color:#ff8003; border:1px solid #ff8003; color:#fff;}
.yema ul li.active a{background-color:#ff8003; border:1px solid #ff8003; color:#fff;}
.yema ul li{border-bottom: none !important;padding-bottom: 0px !important;margin-bottom: 0px!important;}
@media only screen and (max-width:1440px){
	.yema{margin-top:20px;}
	.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:992px){
	.yema{margin-top:10px;}
	.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
	.yema ul li{margin:0 1px;}
	.yema ul li a{padding:0 6px;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;background: #FFFFFF;padding: 50px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq{padding: 20px;}
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

@media only screen and (max-width:1399px){
    .ab2abg .ab2atxt .text16{min-height:50px;}
    .ab5box .ab5b.text20{font-size:16px;}
    .co1ba .co1ba_a .text18{font-size:16px;}
    .co2box .co2a .co2ar{font-size: 16px;}
}
@media only screen and (max-width:640px){
    .ab2abg .ab2atxt .text16{min-height:auto;}
}

.co3l .w100{height: 100%;}
.co3l .w100 .titleh1{height: 100%;align-items: center;justify-content: center;display: flex;}