@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #00adec;
}
.icolor1{
	color: #f8bf0c;
}
.bgcolor,.hvbgcolor:hover{
	background: #00adec;
	color: #fff;
}
.head{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	transition: .25s;
	background: #FFFFFF;
}
.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: #00adec;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	width: 16%;
	min-width: 240px;
	margin-left: 20px;
	padding: 15px 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.logo{
	display: inline-block;
	height: 41px;
}
.nav li{
	position: relative;
}
.nava{
	color: #000;
	display: block;
	line-height: 90px;
	height: 90px;
	position: relative;
	padding: 0 30px;
}

.nav li:hover .nava{
	color: #00adec;
	font-weight: bold;
}
.nav li.active{background: #00adec;}
.nav li.active .nava{color: #FFFFFF;}
.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: #00adec;
}
.bnbg{
	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: 40px;
}
.bntxt{width: 49%;text-align: center;}
.bntxt h1{
	color: #7fcef4;
}
.bntxtt.titleh2{font-size: 26px;line-height: 1.4;}
.bntxt span{
	display: inline-block;
	background: #00adec;
	color: #fff;
	padding: 12px 25px;
	border-radius: 60px;
}
.it{
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: #00adec;
	color: #fff;
	width: 100%;
	padding: 30px 0;
}
.itar{
	margin-left: 29px;
}
.itar *{
	line-height: 1;
}
.italine{
	border-left: 2px solid rgba(255,255,255,.3);
	height: 80px;
}
.md{
	padding: 89px 0;
}
.i1box{
	background-size: cover !important;
}
.i1box:nth-child(even) .wrap_1600{
	flex-flow: row-reverse;
}
.i1img{
	width: 59%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border: solid 9px #CCEBFB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.i1img img{
	display: block;
	max-width: 100%;
}
.i1txt{
	width: 33%;
}
.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;
}

.i1txtb li::marker {
	color: #7FCDF3; /* 将圆点颜色改为红色 */
}

.morea{
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
}

.i1txt .titleh2 img{padding-right: 19px;}
.i1txt .i1txtb{padding-left: 52px;}
.i1txt .morea{margin-left: 52px;}

.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{
	color: #fff;
	font-weight: 100;
	display: block;
}
.i4b li{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	line-height: 100px;
	background: #00adec;
	cursor: pointer;
	transition: .25s;
	color: #FFFFFF;
	position: relative;
}
.i4b li p{opacity: .7;}
.i4b li.active{
	background: #00adec;
	border-right-color: #00adec;
}
.i4b li.active p{opacity: 1;}
.i4b li.active:after{
	content: "";
	position: absolute;
	left: 50%;         /* 调整三角位置 */
	top: 3px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;  /* 透明左边框 */
	border-right: 7px solid transparent; /* 透明右边框 */
	border-top: 7px solid #333;
}
.i5{
	background: #e4ecf8;
}
.i5img{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-right: 10%;
}
.i5imgl,.i5imgr{
	margin: 0 10px;
}
.i5imgl{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	margin-top: -75px;
}
.i5imgl img{
	margin: 0 auto;
	display: block;
	max-width: 90%;
}
.i5w{
	background: #00adec;
	color: #fff;
}
.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: #00adec;
	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: #FFFFFF;
	background: #00ACEB;
}
.i6w a:hover{
	background: #00adec;
	border: 1px solid #00adec;
}
.foot{
	background: #212733;
	color: #FFFFFF;
}
.foot a:hover{
	color: #00adec;
}
.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;
}
.fb a{color: #FFFFFF;}
.fbl a{
	color: #FFFFFF;
	margin: 0 20px;
}
.ftr .ftrt a{color: #FFFFFF;}
.ftrba .titleh2{color: #A3E1FF;}
.ftl .flogo{height: 51px;}
.right{
	position: fixed;
	right: 0;
	bottom: 29%;
	z-index: 99;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	display: inline-block;
	padding: 10px 8px;
	text-align: center;
	background: #00adec;
	color: #fff;
	border-radius: 6px;
	width: 73px;
}
.rta_a i{font-size: 22px;}
.rta:hover .rta_a{
	background: #00adec;
}
.rta_a img{
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.rta:hover .rta_a img{
	filter: inherit;
}
.rhide{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	background: #00adec;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	padding: 10px;
}
.rhide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #00adec;
	position: absolute;
	right: -5px;
	top: 20px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}

.abtnav{
	position: sticky;
	top: 0;
	z-index: 100;
}
.abtnav li{
	flex: 0;
	flex-grow: 1;
}
.abtnav a{
	display: block;
	text-align: center;
	line-height: 89px;
	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: #F7F9FD;
}
.ab2a{
	width: 21%;
	color: #fff;

}
.ab2a .ab2abg{
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 159px;
}
.ab2a .ab2abg .t_b{margin-right: 9px;}
.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;
}


.abtop h1 span{
	margin: 0 12px;
}
.ab5box{
	width: 33.33%;
	border-radius: 18px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	overflow: hidden;
}
.ab5box:nth-child(2),
.ab5box:nth-child(3){
	margin-left: -3%;
	position: relative;
}
.ab5box:nth-child(1){
	background: #DBE6EC;
}
.ab5box:nth-child(2){
	background: #C9EAF9;
	z-index: 3;
	width: 36.33%;
}
.ab5box:nth-child(3){
	background: #00AEED;
	z-index: 3;
	color: #fff;
	width: 33.33%;
}
.ab5tline{
	width: 90px;
	height: 7px;
	background: #00adec;
	border-radius: 7px;
	margin: 10px auto 0 auto;
}
.ab5box:nth-child(3) .ab5tline{
	background: #F8BF0C;
}
.ab5b p{
	padding: 40px 20px;
	text-align: center;
}
.ab5b p:nth-child(odd){
	background: #EEF3F7;
}
.ab5b p:nth-child(even){
	background: #DCE7ED;
}
.ab5box:nth-child(2) .ab5b p:nth-child(odd){
	background: #DFF1FB;
}
.ab5box:nth-child(2) .ab5b p:nth-child(even){
	background: #C9EAF9;
}

.ab5box:nth-child(3) .ab5b p:nth-child(odd){
	background: #4DC6F1;
}
.ab5box:nth-child(3) .ab5b p:nth-child(even){
	background: #00AEED;
}

.ab5w::after,.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: 61.5%;
}

.co1ba_a{
	min-height: 100%;
	background: #f9f9f9;
	padding: 50px 15px;
	text-align: center;
}
.co1ba_a h3{
	display: inline-block;
	border-bottom: 3px solid #00adec;
	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: #00adec;
	text-align: center;
	border-radius: 6px;
}
.co3l{
	width: 23%;
	background:#00adec;
	color: #FFFFFF;
}
.co3r{
	width: 76%;
}
.co3lbtn i{
	width: 44px;
	height: 44px;
	font-size: 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 100%;
	cursor: pointer;
	transition: .25s;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.co3lbtn i:hover{
	background: #FFFFFF;
	color: #00adec;
}
.co3ra{
	color: #FFFFFF;
}
.co3r .ovhd .w_z{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 28px;background: rgba(0,0,0,.5);color: #FFFFFF;}
.co3ratxt{
	padding: 20px;
	text-align: center;
}
.co3l .hj_wz{display: flex;justify-content: flex-end;}
.co3l .hj_nr{width: 59%;margin-right: 2%;}
.co3l .hj_nr .co3lbtn{padding-top: 49px;}
.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: #00adec;
	color: #fff;
	border-radius: 5px;
}

@media only screen and (max-width:1599px) {
	.head .wrap_1600{
		padding: 0;
	}
	.ital img{
		height: 89px;
	}
	.morea{
		padding: 9px 20px;
		font-size: 16px;
	}
	.morea img{
		height: 12px;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 75px 0;
	}
	.ititle_45{
		font-size: 30px;
	}
	
	.ab1w::after{
		background-size: 80px;
	}
	.abtnav a{
		font-size: 18px;
	}
	.ab3txt span{
		font-size: 18px;
		margin: 12px 0;
	}
	
	.co1ba_a .w100 img{
		height: 50px;
	}
	.bntxtt.titleh2 {
		font-size: 22px;
		line-height: 1.2;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_45{
		font-size: 26px;
	}
	.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: 22px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_45{
		font-size: 20px;
	}
	.it{
		position: static;
	}
	.bntxtt{
		display: none;
	}
	.bntxt span{
		padding: 7px 16px;
		font-size: 14px;
	}
	.bntxt h1{
		font-size: 20px
	}
	.bntxt span img{
		height: 10px;
	}
	.bntxtt.titleh2{font-size: 22px;line-height: 1.2;}
	.bntxt {
		width: 100%;
	}
	.it{
		padding: 20px 0;
	}
	.ita{
		width: 50%;
		margin-bottom: 19px;
	}
	.ita:nth-child(3){
		margin-bottom: 0px;
	}
	.ita:nth-child(4){
		margin-bottom: 0px;
	}
	.itar {
		margin-left: 9px;
	}
	.italine{
		width: 100%;
		height: 1px;
		margin: 20px 0;
		background: rgba(255,255,255,.5);
	}
	.itar p.text20 {
		font-size: 14px;
	}
	.ital img {
		height: 69px;
	}
	.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);
	}
	.i4b li.active {
		background: #212733;
	}
	.i4b li.active:after{
		display: none;
	}
	.i5w .wrap_1600{
		display: block;
	}
	.i5imgl{
		margin-top: 0;
	}
	.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_an{width: 100%;overflow: hidden;}
.fw_an .an_nr .an_zc{width: 57%;}
.fw_an .an_nr .an_zc .w_z{text-indent: 2em;}
.fw_an .an_nr .an_zc .l_b{background: #F7F9FD;}
.fw_an .an_nr .an_zc .n_r{text-align: center;margin-bottom: 24px;}
.fw_an .an_nr .an_zc .n_r .t_p{width: 78px;height: 78px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.fw_an .an_nr .an_zc .n_r .b_t span{text-transform: uppercase;}
.fw_an .an_nr .an_yc{width: 39%;}
.fw_an .an_nr .an_yc img{width: 100%;height: auto;display: block;}
@media only screen and (max-width:1560px) {
	.fw_an .an_nr .an_zc .n_r {
		margin-bottom: 17px;
	}
	.fw_an .an_nr .an_zc .col-lg-4:nth-child(4) .n_r{margin-bottom: 0px;}
	.fw_an .an_nr .an_zc .col-lg-4:nth-child(5) .n_r{margin-bottom: 0px;}
	.fw_an .an_nr .an_zc .col-lg-4:nth-child(6) .n_r{margin-bottom: 0px;}
}
@media only screen and (max-width:1466px) {
	.fw_an .an_nr .an_yc {
		width: 44%;
	}
	.fw_an .an_nr .an_zc {
		width: 52%;
	}
	.fw_an .an_nr{align-items: center;}
}
@media only screen and (max-width:768px) {
	.fw_an .an_nr .an_yc {
		width: 100%;
	}
	.fw_an .an_nr .an_zc {
		width: 100%;
		margin-bottom: 24px;
	}
}



.fw_de{width: 100%;overflow: hidden;}
.bn_nr{width: 100%;overflow: hidden;background: url(../images/sh_bj.jpg) no-repeat top center;position: relative;min-height: 400px;}
.fw_de .bn_nr .bn_lb{padding-top: 209px;}
.fw_de .bn_nr .bn_lb .n_r{background: #F7F9FD; text-align: center;-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 26px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.fw_de .bn_nr .bn_lb .b_t{font-size: 32px;line-height: 52px;}
@media only screen and (max-width:1399px) {
	.fw_de .bn_nr .bn_lb .b_t {
		font-size: 30px;
		line-height: 48px;
	}
}
@media only screen and (max-width:1100px) {
	.bn_nr {
		background: url(../images/sh_bj.jpg) no-repeat top center / cover;
		min-height: auto;
	}
	.fw_de .bn_nr .bn_lb{padding: 0px;}
	.fw_de .bn_nr .bn_lb .n_r{padding: 20px 0px;margin-bottom: 20px;}
	.fw_de .bn_nr .bn_lb .b_t {
		font-size: 24px;
		line-height: 46px;
	}
}


.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: #00ADEB;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/i6bg_02.jpg) no-repeat top center / cover;padding: 60px 0px;}
.fw_db .b_t{text-align: center;font-size: 28px;font-weight: bold;margin-bottom: 36px;}
.fw_db .n_r .t_x{outline: none;line-height: 56px;width: 280px;background: none;display: block;margin: 0 auto;background: #FFFFFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-indent: 2em;
}
.fw_db .n_r .t_x::placeholder{font-size: 16px;}
.fw_db .n_r .b_u{
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #00ADEB;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 30px 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: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px;
	width: 100%;
	background: #00ADEB;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.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: #FFFFFF;}
.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: rgba(255,255,255,.5);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ny_xz .col-lg-4:nth-child(even) .n_r{
	background: #212733;
}
@media only screen and (max-width:1399px) {
    .ny_xz .n_r{
	padding: 20px;
    }
    .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;
	}
	.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 .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 #00adec; font-size:15px; line-height:38px; text-align:center; color:#00adec; display:block;}
.yema ul li a:hover{background-color:#00adec; border:1px solid #00adec; color:#fff;}
.yema ul li.active a{background-color:#00adec; border:1px solid #00adec; 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:15px;}
    .co1ba .co1ba_a .text18{font-size:16px;}
    .co2box .co2a .co2ar{font-size: 16px;}
	.ab5w::after{
		left: 27%;
	}
}
@media only screen and (max-width:768px){
	.ab5 .abtop .titleh1 {
		font-size: 18px;
	}
}
@media only screen and (max-width:640px){
    .ab2abg .ab2atxt .text16{min-height:auto;}
}


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

.itar .disflex{align-items: baseline;}
.itar .ititle_45{font-size: 48px;}
.itar p.text20{line-height: 38px;}
.sy_bt{width: 100%;overflow: hidden;padding: 39px 0px;}
@media only screen and (max-width:1399px){
	.itar .ititle_45{font-size: 36px;}
	.itar p.text20{line-height: 26px;}
}
@media only screen and (max-width:1199px){
	.itar .ititle_45{font-size: 30px;}
}
@media only screen and (max-width:768px) {
	.itar{
		 flex: 0;
		flex-grow: 1;
	}
	.sy_bt{padding: 20px 0px;}
}

.sy_gy{width: 100%;overflow: hidden;background: #F7F9FD;position: relative;}
.sy_gy .gy_zc{width: 42%;}
.sy_gy .gy_zc .fu_bt{color: #00A7EB;font-size: 32px;}
.sy_gy .gy_zc .z_bt{color: #00A7EB;font-size: 36px;font-weight: bold;}
.sy_gy .gy_zc .y_w{color: #00A7EB;font-size: 17px;text-transform: uppercase;}
.sy_gy .gy_zc .m_s{color: #212733;text-indent: 2em;}
.sy_gy .gy_tp{position: absolute;right: 0px;top: 0px;width: 46%;height: 100%;}
.sy_gy .gy_tp img{display: none;}
@media only screen and (max-width:1199px) {
	.sy_gy .gy_zc .fu_bt{font-size: 26px;}
	.sy_gy .gy_zc .z_bt{font-size: 30px;}
	.sy_gy .gy_zc .y_w{font-size: 15px;}
	.lht45 {
		line-height: 36px;
	}
}
@media only screen and (max-width:768px) {
	.sy_gy .gy_zc{width: 100%;}
	.sy_gy .gy_tp{
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		background: none !important;
		padding: 0px 30px;
		margin-top: 20px;
	}
	.sy_gy .gy_tp img{display: block;}
}

.sy_hz{width: 100%;overflow: hidden;background: linear-gradient(to bottom, #D8F0FB, #F8F9FD);position: relative;}
.sy_hz .hz_nr .swiper-slide img{width: 100%;height: auto;display: block;border: solid 3px #EDEDED;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #FFFFFF;
}
.sy_hz::after, .sy_hz::before {
	width: 19%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to left,rgba(216,240,251,0),rgba(216,240,251,1));
	z-index: 9;
}
.sy_hz::before {
	left: inherit !important;
	right: 0 !important;
	background: linear-gradient(to right,rgba(216,240,251,0),rgba(216,240,251,1));
}

.sy_fk{width: 100%;overflow: hidden;}
.sy_fk .fk_nr .n_r{margin-bottom: 20px;position: relative;color: #FFFFFF;padding: 30px;background: #212733;min-height: 599px;}
.sy_fk .fk_nr .col-lg-3:nth-child(even) .n_r{background: #00A7EB;}
.sy_fk .fk_nr .n_r .b_t{text-align: center;position: relative;font-size: 28px;font-weight: bold;}
.sy_fk .fk_nr .n_r .b_t span{position: relative;line-height: 69px;display: inline-block;}
.sy_fk .fk_nr .n_r .b_t span:before{
	width: 24%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 9;
}
.sy_fk .fk_nr .n_r .b_t span:after{
	width: 76%;
	height: 2px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	z-index: 9;
}
.sy_fk .fk_nr .n_r .w_z{text-indent: 2em;}
.sy_fk .fk_nr .n_r .t_b{position: absolute;right: 20px;bottom: 30px;text-align: right;}
.sy_fk .fk_nr .n_r .t_b img{max-width: 100%;height: auto;}
@media only screen and (max-width:1466px) {
	.sy_fk .fk_nr .n_r .t_b img {
		max-width: 79%;
	}
	.sy_fk .fk_nr .n_r .b_t {
		font-size: 24px;
	}
}
@media only screen and (max-width:1366px) {
	.sy_fk .fk_nr .n_r .b_t {
		font-size: 22px;
	}
}
@media only screen and (max-width:768px) {
	.sy_fk .fk_nr .n_r .t_b {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 19px;
	}
	.sy_fk .fk_nr .n_r {
		padding: 20px;
		min-height: auto;
	}
}
.i6{color: #212733;}
@media only screen and (max-width:1366px) {
	.ab2a .ab2abg .t_b {
		margin-right: 6px;
	}
	.ab2a .ab2abg.padding30{padding: 20px;}
}
@media only screen and (max-width:768px) {
	.ab2a .ab2abg{
		min-height: auto;
	}
}
@media only screen and (max-width:640px) {
	.ab2a .ab2abg.padding30 {
		padding: 20px 6px;
	}
}

.cp_ys{width: 100%;overflow: hidden;}
.cp_ys .ys_nr .row{align-items: center;}
.cp_ys .ys_nr .w_z ul{width: 100%;overflow: hidden;}
.cp_ys .ys_nr .w_z li{width: 100%;background: #F7F9FD;text-align: center;padding: 19px 0px;color: #2D2D2D;font-size: 28px;}
.cp_ys .ys_nr .w_z li:nth-child(even){background: #595555;color: #FFFFFF;}
.cp_ys .ys_nr .w_z li i{ display: block;width: 80px;height: 2px;background: url(../images/d_x.png) no-repeat top center;margin: 15px auto 0px ;}
.cp_ys .ys_nr .t_p{display: flex;align-items: center;justify-content: center;}
.cp_ys .ys_nr .t_p img{max-width: 100%;height: auto;display: block;}
.cp_ys .ys_nr .col-lg-3{padding: 0px 9px;}
@media only screen and (max-width:1366px) {
	.cp_ys .ys_nr .w_z li{font-size: 24px;}
}
@media only screen and (max-width:768px) {
	.cp_ys .ys_nr .w_z li{font-size: 22px;padding: 15px 0px;}
	.cp_ys .ys_nr .t_p{margin: 19px 0px;}
	.i1txt .titleh2 img {
		max-width: 89%;
	}
}
@media only screen and (max-width:640px) {
	.i1txt .titleh2 img {
		max-width: 11%;
		padding-right: 14px;
	}
	.i1txt .i1txtb {
		padding-left: 38px;
	}
	.i1txt .morea {
		margin-left: 47px;
	}
}

.ny_xw{width: 100%;overflow: hidden;background: #F7F9FD;}
.ny_xw .xw_nr{box-shadow: 0 0 20px rgba(0,0,0,.05);}
.ny_xw .xw_nr .t_p{width: 100%;overflow: hidden;position: relative;}
.ny_xw .xw_nr .t_p img{width: 100%;height: auto;display: block;}
.ny_xw .xw_nr .t_p span{position: absolute;left: 0px;bottom: 0px;background: rgba(255,255,255,.7);padding: 9px 15px;color: #555555;font-size: 15px;}
.ny_xw .xw_nr .w_z{background: #FFFFFF;padding: 20px;}
.ny_xw .xw_nr .w_z .b_t{margin-bottom: 9px;}
.ny_xw .xw_nr .w_z .b_t a{font-size: 22px;font-weight: bold;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;display: block;}
.ny_xw .xw_nr .w_z .m_s{font-size: 16px;color: #595555;
	line-height: 36px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
	min-height: 71px;
}
@media only screen and (max-width:1366px) {
	.ny_xw .xw_nr .t_p span{font-size: 14px;}
	.ny_xw .xw_nr .w_z .b_t a{font-size: 20px;}
	.ny_xw .xw_nr .w_z .m_s{font-size: 15px;line-height: 28px;min-height: 59px;}
}
@media only screen and (max-width:768px) {
	.ny_xw .xw_nr{margin-bottom: 20px;}
}
@media only screen and (max-width:640px) {
	.ny_xw .xw_nr .w_z .m_s{min-height: auto;}
}

.lx_an .z_c{width: 100%;overflow: hidden;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-right: 59px;
}
.lx_an .lx_xx li{margin-bottom: 24px;display: flex;align-items: center; color: #212733;font-size: 26px;}
.lx_an .lx_xx li img{margin-right: 29px;width: 49px;}
.lx_ew .t_p img{width: 100%;}
@media only screen and (max-width:1466px) {
	.lx_an .z_c{
		padding-right: 49px;
	}
	.lx_an .lx_xx li {
		margin-bottom: 19px;
		font-size: 22px;
	}
	.lx_an .lx_xx li img {
		margin-right: 24px;
		max-width: 7%;
	}
}
@media only screen and (max-width:1366px) {
	.lx_an .lx_xx li {
		font-size: 20px;
	}
}
@media only screen and (max-width:768px) {
	.lx_an .z_c {
		padding-right: 0px;
		margin-bottom: 29px;
	}
	.lx_an .lx_xx li img {
		margin-right: 19px;
		max-width: 4%;
	}
	.lx_an .lx_xx li {
		font-size: 18px;
	}
}
@media only screen and (max-width:640px) {
	.lx_an .lx_xx li img {
		margin-right: 15px;
		max-width: 6%;
	}
}
.lx_qy{width: 100%;overflow: hidden;background: #F7F9FD;}
.lx_qy .qy_nr{position: relative;padding-bottom: 39px;}
.lx_qy .qy_nr .swiper-pagination-qyfw{bottom: 0px;text-align: center;width: 100%;}
.lx_qy .qy_nr .swiper-pagination-bullet{margin: 0px 3px;width: 8px;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(45,45,45,.7);
}
.lx_qy .qy_nr .swiper-pagination-bullet-active{background: #00adec;width: 19px;}

@media only screen and (max-width:1199px) {
	.co3l .hj_nr {
		width: 75%;
	}
	.co3r .ovhd .w_z {
		font-size: 22px;
	}
	.co3l .hj_wz {
		width: 100%;
	}

}

@media only screen and (max-width:768px) {
	.wp_hj{flex-flow: wrap-reverse;}
	.co3{padding: 0px 19px;}
	.co3 .co3r{margin-bottom: 19px;}
	.co3l .hj_nr {
		width: 100%;
		margin-right: 0px;
		flex-flow: wrap-reverse;
		display: flex;
		text-align: center;
		padding: 0px 19px;
	}
	.co3l .hj_nr .co3lbtn {
		padding: 19px 0px;
		width: 100%;
		justify-content: center;
	}
	.co3lbtn i {
		margin: 0px 6px;
	}
}
@media only screen and (max-width:640px) {
	.co3r .ovhd .w_z {
		font-size: 18px;
	}
}

.xw_xq{width:100%; overflow:hidden; position:relative;
	background: #FFFFFF;
	-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 .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;}
}