/* 公用样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif; } a{text-decoration:none; } a:hover{ }

/*-----------------[初始化]--------------*/
*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}
a{
	color: inherit;
}
img{
	max-width: 100%;
}
body {
	font: 14px/1.5 "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
	outline: 0;
	overflow-x: hidden;
}

.wp {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
@media only screen and (max-width:950px) {
	.wp{
		width: 100%;
		padding: 0 15px;
	}
}
/* header */
.menuBtn{
	display: none;
	position: fixed;
	right: 15px;
	top: 11px;
	width: 30px;
	height: 37px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn b{
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 7px 0;
	border-radius: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn.open b{
	display: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 60px;
	z-index: 99;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header.on{
	background-color: rgba(0, 0, 0, .6);
}
.logo{
	display: block;
	height: 99px;
	line-height: 99px;
	font-size: 0;
}
.logo img{
	display: inline-block;
	vertical-align: middle;
	max-height: 66.66%;
}
.nav{
	position: relative;
}
.nav .line{
	content: '';
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 6px;
	width: 39px;
	background-color: #00a2ff;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-nav{
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.ul-nav li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 76px;
	position: relative;
	z-index: 1;
}
.ul-nav li:last-child{
	margin-right: 0;
}
.ul-nav .v1{
	    font-weight: 300;
	display: block;
	font-size: 16px;
	height: 99px;
	line-height: 99px;
	color: #fff;
	min-width: 39px;
}
.hd-lang{
	font-size: 0;
	position: relative;
}
.hd-lang .line{
	content: '';
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 6px;
	width: 39px;
	background-color: #00a2ff;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.hd-lang a{
	
 font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	min-width: 39px;
	font-size: 16px;
	color: #fff;
	line-height: 99px;
	text-align: center;
}
.hd-lang a:last-of-type{
	margin-right: 0;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.header{
		padding: 0 3.125vw;
	}
	.ul-nav li{
		margin-right: 3.958vw;
	}
}
@media only screen and (max-width:950px) {
	.menuBtn{
		display: block;
	}
	.header{
		padding: 0 15px;
	}
	.logo{
		height: 59px;
		line-height: 59px;
	}
	.nav{
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		background-color: rgba(0, 0, 0, .6);
		z-index: 99;
	}
	.nav .line{
		display: none;
	}
	.ul-nav{
		float: none;
	}
	.ul-nav li{
		display: block;
		margin: 0;
	}
	.ul-nav .v1{
		height: 40px;
		line-height: 40px;
	}
	.hd-lang{
		display: none;
	}
}
.banner{
	position: relative;
}
.banner .slick-dots{
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 90%;
	max-width: 1200px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.banner .slick-dots li{
	float: left;
	margin-right: 14px;
	width: 15px;
	height: 15px;
	padding: 3px;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 50%;
	cursor: pointer;
}
.banner .slick-dots li:last-child{
	margin-right: 0;
}
.banner .slick-dots button{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0;
	border: none;
	cursor: pointer;
}
.banner .con{
	position: relative;
	padding-top: 41.66%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	min-height: 300px;
}
.banner .txt{
	position: absolute;
	top: 56%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.banner .wp{
	max-width: 1200px;
}
.banner .tit{
	font-size: 45px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 50px;
}
.banner .more{
	display: block;
	width: 164px;
	height: 53px;
	line-height: 49px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	margin-bottom: 34px;
}
.banner .more img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}
.banner .desc{
	font-size: 30px;
	color: #fff;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.banner .slick-dots{
		bottom: 3.125vw;
	}
	.banner .tit{
		font-size: 2.343vw;
		margin-bottom: 2.604vw;
	}
	.banner .more{
		width: 8.541vw;
		height: 2.760vw;
		line-height: 2.552vw;
		font-size: 0.937vw;
		margin-bottom: 1.770vw;
	}
	.banner .more img{
		margin-left: 0.677vw;
	}
	.banner .desc{
		font-size: 1.562vw;
	}
}
@media only screen and (max-width:950px) {
	.banner .slick-dots{
		bottom: 15px;
		max-width: none;
		width: 100%;
		padding: 0 15px;
	}
	.banner .wp{
		max-width: none;
	}
	.banner .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.banner .more{
		width: 120px;
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		margin-bottom: 10px;
		border-width: 1px;
	}
	.banner .more img{
		margin-left: 5px;
		width: 16px;
	}
	.banner .desc{
		font-size: 16px;
	}
}
.footer{
	background-image: url(../images/g-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 90px 0 30px;
	overflow: hidden;
}
.fd-top .wp{
	max-width: 1200px;
}
.fd-top .info{
	margin-bottom: 50px;
	overflow: hidden;
}
.fd-top .fd-logo{
	float: left;
}
.fd-top .fd-logo img{
	display: block;
}
.ul-fdnav{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	padding-left: 182px;
}
.ul-fdnav li{
	display: block;
	color: #fff;
	margin: 0 62px;
}
.ul-fdnav .tit{
	font-size: 21px;
	margin-bottom: 28px;
}
.ul-fdnav .v1{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 14px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-fdnav .v1:hover{
	color: #2f89f8;
}
.ul-share{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.ul-share li{
	margin: 0 9px;
}
.ul-share a{
	display: block;
	position: relative;
}
.ul-share img{
	display: block;
}
.ul-share .img2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-share a:hover .img2{
	opacity: 1;
}
.fd-copy{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 40px;
	font-size: 14px;
	color: #fff;
}
.fd-copy .copy{
	display: block;
	margin-right: 40px;
}
.fd-copy .link{
	display: flex;
	align-items: center;
}
.fd-copy .link a{
	display: block;
}
.fd-copy .link b{
	display: block;
	width: 1px;
	height: 16px;
	background-color: #fff;
	margin: 0 10px;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.footer{
		padding: 4.687vw 0 1.562vw;
	}
	.fd-top .info{
		margin-bottom: 2.604vw;
	}
	.ul-fdnav{
		padding-left: 9.479vw;
	}
	.ul-fdnav li{
		margin: 0 1.229vw;
	}
	.ul-fdnav .tit{
		margin-bottom: 1.458vw;
	}
	.ul-fdnav .v1{
		margin-bottom: 0.729vw;
	}
	.ul-share{
		margin-bottom: 2.604vw;
	}
	.fd-copy{
		padding: 0 2.083vw;
	}
	.fd-copy .copy{
		margin-right: 2.083vw;
	}
}
@media only screen and (max-width:950px) {
	.footer{
		padding: 15px 0;
	}
	.fd-top .info{
		margin-bottom: 15px;
	}
	.fd-top .fd-logo{
		float: none;
		margin-bottom: 15px;
	}
	.fd-top .fd-logo img{
		margin: 0 auto;
	}
	.ul-fdnav{
		padding-left: 0;
	}
	.ul-fdnav li{
		margin: 0 10px;
	}
	.ul-fdnav .tit{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ul-fdnav .v1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ul-share{
		margin-bottom: 15px;
	}
	.fd-copy{
		padding: 0 15px;
		display: block;
		text-align: center;
	}
	.fd-copy .copy{
		margin-right: 0;
	}
	.fd-copy .link{
		justify-content: center;
	}
}

/* 其他样式表 */

.row-b .wp {
	max-width: 1600px;
}


.b-tit {
	color: #000000;
	text-align: center;
	margin-bottom: 77px;
}

.b-tit h3 {
	font-size: 63.34px;
	font-weight: normal;
	line-height: 1.3;
}

.b-tit p {
	font-size: 36px;
}

.row-b1 {
	padding: 85px 0;
}


.row-b1 .info {
	overflow: hidden;
}

.row-b1 .info .col-l {
	width: 46.7%;
}

.row-b1 .info .col-r {
	width: 51.4%;
}

.row-b1 .info .col-l .tit {
	margin-bottom: 25px;
}

.row-b1 .info .col-l .txt {
	line-height: 1.75;
}

.row-b1 .info h3 {
	font-size: 36px;
	color: #000000;
}

.row-b1 .info p {
	font-size: 18px;
	color: #666666;
}

.row-b1 .info .col-r .pic {
	padding-top: 54.5%;
	overflow: hidden;
	position: relative;
}

.row-b1 .info .col-r .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5 ease-in-out;
	-webkit-transition: .5 ease-in-out;
}

.row-b2 .wp {
	max-width: 1320px;
	margin: 0 auto;
}

.row-b2 {
	background-color: #f7fafd;
	padding: 126px 0;
}

.ul-info-b1 {
	overflow: hidden;
}

.ul-info-b1 li {
	float: left;
}

.ul-info-b1 li:nth-child(2n) {
	float: right;
}

.ul-info-b1 .info {
	overflow: hidden;
	display: flex;
	align-items: center;

}

.ul-info-b1 .info .pic {
	width: 148px;
	height: 148px;
	margin-right: 72px;
}

.ul-info-b1 .info .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.ul-info-b1 .info .txt {
	overflow: hidden;
}

.ul-info-b1 .info .txt h3 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 30px;
}

.ul-info-b1 .info .txt p {
	font-size: 18px;
	color: #666666;
	line-height: 1.8;
}

.ul-info-b1 .info .txt p span {
	display: block;
}

.row-b3 {
	padding: 90px 0 125px;
}

.row-b3 .b-info {
	height: 607px;
	background-image: url(../images/b-pic02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.ul-tit-b1 {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 635px;
	z-index: 10;
	position: relative;
}

.row-b3 .b-info .line {
	content: '';
	position: absolute;
	background-image: url(../images/b-pic04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	width: 100%;
	height: 311px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-tit-b1 .info {
	text-align: center;
	padding-top: 67px;
	position: relative;
	width: 185px;
}


.ul-tit-b1 li:nth-child(2n) .info {
	padding-top: 0;
	padding-bottom: 67px;
}

.ul-tit-b1 li {
	position: relative;
}

.ul-tit-b1 .info .date {
	width: 100%;
}

.ul-tit-b1 h3 {
	font-size: 24px;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.ul-tit-b1 li:nth-child(2n) h3 {
	position: absolute;
	bottom: 0;
	top: inherit;
	left: 0;
}

.ul-tit-b1 li:nth-child(1) {
	padding-top: 336px;
	margin-right: 35px;
}

.ul-tit-b1 li:nth-child(2) {
	padding-bottom: 76px;
	margin-right: 40px;
}

.ul-tit-b1 li:nth-child(3) {
	padding-top: 160px;
	margin-right: 22px;
}

.ul-tit-b1 li:nth-child(4) {
	padding-bottom: 166px;
	margin-right: 155px;
}

.ul-tit-b1 li:nth-child(5) {
	padding-bottom: 40px;
}

.ul-tit-b1 li:nth-child(6) {
	padding-bottom: 320px;
}

.ul-tit-b1 li:last-child {
	padding-bottom: 50px;
}

.ul-tit-b1 li .info1 {
	position: relative;
	padding-top: 92px;
}


.ul-tit-b1 li:nth-child(2n) .info1 {
	padding: 0;
}

.ul-tit-b1 li:nth-child(2) .info1 {
	padding-bottom: 110px;
}

.ul-tit-b1 li:nth-child(3) .info1 {
	padding-top: 78px;
}

.ul-tit-b1 li:nth-child(4) .info1 {
	padding-bottom: 140px;
}

.ul-tit-b1 li:nth-child(5) .info1 {
	padding-top: 132px;
}

.ul-tit-b1 li:nth-child(6) .info1 {
	padding-bottom: 156px;
}

.ul-tit-b1 li:last-child .info1 {
	padding-top: 138px;
}


.ul-tit-b1 li .info1::after {
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	background-image: url(../images/b-pic02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ul-tit-b1 li:nth-child(6) .info1::after {
	background-image: url(../images/b-pic03.png);
	width: 66px;
	height: 66px;
}

.ul-tit-b1 li:nth-child(n) .info1::after {
	left: 0;
	top: 0;
}

.ul-tit-b1 li:nth-child(2n) .info1::after {
	bottom: 0;
	left: 50%;
	top: inherit;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ul-tit-b1 li:nth-child(3) .info1::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ul-tit-b1 li:nth-child(5) .info1::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ul-tit-b1 li:last-child .info1::after {
	right: 0;
	left: inherit;
}

.ul-tit-b1 p {
	font-size: 21px;
	color: #4c4c4c;
	line-height: 1.55;
}

.ul-tit-b1 p span {
	display: block;
}

.ul-txt-b1 {
	overflow: hidden;
	margin: 0 -20px;
	margin-bottom: 42px;
}

.ul-txt-b1 li {
	float: left;
	width: 25%;
	padding: 0 20px;
}

.ul-txt-b1 .info {
	background-color: #ffffff;
	color: #000000;
	padding: 21px 39px 27px 34px;
}

.ul-txt-b1 li:hover .info,
.ul-txt-b1 li.on .info {
	color: #fd3435;
}

.ul-txt-b1 .info .icon {
	font-size: 16px;
	margin-bottom: 28px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-txt-b1 .info .txt {
	overflow: hidden;
}

.ul-txt-b1 .info .tit {
	float: left;
}

.ul-txt-b1 .info .pic {
	float: right;
	width: 42px;
	height: 36px;
	position: relative;
	margin-top: 13px;
}

.ul-txt-b1 .info .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}


.ul-txt-b1 .info .pic .img1 {
	opacity: 1;
}

.ul-txt-b1 li:hover .info .img2,
.ul-txt-b1 li.on .info .img2 {
	opacity: 1;
}

.ul-txt-b1 li:hover .info .img1,
.ul-txt-b1 li.on .info .img1 {
	opacity: 0;
}


.ul-txt-b1 .info .txt h3 {
	font-weight: normal;
	font-size: 24px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-txt-b1 .info .txt p {
	font-size: 16px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b4 {
	background-color: #f6f7fc;
	padding: 56px 0 63px;
}

.row-b4 .b-tit {
	margin-bottom: 41px;
}

.ul-info-b2 li {
	display: none;
}

.ul-info-b2 li.on {
	display: block;
}

.ul-info-b2 .info {
	background-color: #ffffff;
	padding: 104px 0 88px 56px;
	position: relative;
}

.ul-info-b2 .info .btn a {
	font-size: 36px;
	color: #000000;
}

.ul-info-b2 .info .bg {
	position: absolute;
	right: 0;
	bottom: -63px;
	height: 355px;
	width: 597px;
}

.ul-info-b2 .info .bg img {
	height: 100%;
	object-fit: cover;
}

.ul-info-b2 dl {
	overflow: hidden;
	width: 85%;
	padding-left: 15px;
}

.ul-info-b2 dd {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #8c8c8c;
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.ul-info-b2 dd h3 {
	font-size: 18px;
	color: #4c4c4c;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
	text-align: center;
	font-weight: normal;
	margin-right: 12px;
}

.ul-info-b2 .btn {
	line-height: 90px;
}

.ul-info-b2 .btn a {
	display: inline-block;
	background-image: url(../images/b-pic05_05.png);
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: left center;
	padding-left: 41px;
}


.ul-icon-b1 {
	overflow: hidden;
	margin-bottom: 83px;
}

.ul-icon-b1 li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.ul-icon-b1 .info {
	color: #000000;
}

.ul-icon-b1 .info .pic {
	margin-bottom: 42px;
}

.ul-icon-b1 .info h3 {
	font-size: 24px;
	font-weight: normal;
}

.ul-icon-b1 .info p {
	font-size: 32px;
}

.row-b5 {
	padding: 54px 0 101px;
}

.row-b5 .wp {
	max-width: 987px;
}

.row-b5 .qr {
	text-align: center;
}

.row-b5 .qr h3 {
	font-size: 36px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 47px;
}

.row-b5 .b-tit {
	margin-bottom: 58px;
}

#container {
	height: 503px;
}


/* 后勤三部分 */
.row-b7 {
	padding: 156px 0 100px;
}

.row-b7 .wp {
	max-width: 1600px;
}

.row-b7 .info {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.row-b7 .info .pic {
	width: 480px;
	height: 480px;
	margin-right: 135px;
}

.row-b7 .info .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-b7 .info .txt1 {
	width: 61.5%;
	color: #000000;
}

.row-b7 .info .txt1 .tit {
	line-height: 1.45;
	margin-bottom: 40px;
}

.row-b7 .info .txt1 .tit h3 {
	font-size: 63.34px;
	font-weight: normal;
}

.row-b7 .info .txt1 .tit p {
	font-size: 36px;
}

.row-b7 .info .txt1 .txt p {
	font-size: 18px;
}

.row-b7 .info .txt1 .txt {
	line-height: 1.75;
}

.row-b8 .b-tit {
	text-align: center;
}

.row-b8 .b-tit h3 {
	font-size: 36px;
	color: #000000;
}


.ul-info-b3 {
	overflow: hidden;
	padding: 5px;
	position: relative;
	margin-bottom: 88px;
}

.ul-info-b3::after {
	content: '';
	width: 16px;
	height: 15px;
	background-image: url(../images/b-pic10.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ul-info-b3 li {
	width: 25%;
	float: left;
}

.ul-info-b3 .info {
	height: 220px;
	padding-top: 13px;
}

.ul-info-b3 .pic {
	padding-top: 32%;
	position: relative;
}

.ul-info-b3 .tit {
	text-align: center
}

.ul-info-b3 .tit h3 {
	font-size: 21px;
	color: #000000;
	position: relative;
	font-weight: normal;
	padding-bottom: 16px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b3 li:hover .tit h3 {
	color: #00a2ff;
}

.ul-info-b3 .tit h3::after {
	content: '';
	position: absolute;
	width: 39px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #00a2ff;
}

.ul-info-b3 .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ul-info-b3 li:nth-child(2) .info {
	box-shadow: 0 0 9px 0 rgba(0, 162, 255, 0.3);
}

.ul-info-b3 li:nth-child(4) .info {
	box-shadow: 0 0 9px 0 rgba(0, 162, 255, 0.3);
}

.ul-info-b3 li:nth-child(5) .info {
	box-shadow: 0 0 9px 0 rgba(0, 162, 255, 0.3);
}

.ul-info-b3 li:nth-child(7) .info {
	box-shadow: 0 0 9px 0 rgba(0, 162, 255, 0.3);
}

.row-b8 .b-txt {
	text-align: right;
	font-size: 16px;
	color: #000000;
}

.row-b8 .b-txt h3 {
	font-weight: normal;
	font-size: 16px;
}

.row-b8 {
	margin-bottom: 66px;
}

.row-b9 {
	background-color: #f4f5f7;
	padding: 143px 0 186px;
}

.row-b9 .b-txt p {
	font-size: 18px;
	color: #000000;
	line-height: 1.65;
}

.row-b9 .b-txt {
	margin-bottom: 130px;
}


.ul-info-b4 {
	margin: 0 -25px;
	display: flex;
	align-items: center;
}

.ul-info-b4 li {
	width: 33.333%;
	float: left;
	padding: 0 25px;
}

.ul-info-b4 .info {
	background-color: #ffffff;
	position: relative;
}

.ul-info-b4 .pic img {
	width: 100%;
}

.ul-info-b4 .info .txt {
	color: #000000;
	padding: 17px 55px 32px;
}

.ul-info-b4 .info .txt h3 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 27px;
}

.ul-info-b4 .info .txt p {
	font-size: 18px;
	color: #808080;
	line-height: 1.75;
	margin-bottom: 32px;
	/*多行省略*/
	/* 超出隐藏设定只能有两行说明 */
	/*生成块区间*/
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	/*框体*/
	display: -webkit-box;
	/* 限制行数 */
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.ul-info-b4 .info .txt .btn {
	text-align: center;
}

.ul-info-b4 .info .txt .btn span {
	font-size: 20px;
	color: #00a2ff;
	border-radius: 30px;
	border: 2px solid #00a2ff;
	line-height: 39px;
	display: inline-block;
	padding: 0 25px;
	cursor: pointer;
}

.ul-info-b4 .info .txt1 {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 65px 53px 52px 58px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b4 li.on .info .txt1 {
	opacity: 1;
	z-index: 1;
}

.ul-info-b4 .info .top {
	margin-bottom: 35px;
}

.ul-info-b4 .info .btm {
	position: relative;
}

.ul-info-b4 .info .btm .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.ul-info-b4 .info .txt1 P {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.75;
}

.ul-info-b4 dd {
	position: relative;
	padding-left: 15px;
}

.ul-info-b4 dd::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	left: 0;
	top: 13px;
}

/* 新闻 */
.row-b10 {
	padding: 78px 0 133px;
}

.ul-info-b5 {
	margin-bottom: 92px;
}

.ul-info-b5 .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	padding: 80px 0 59px;
	border-bottom: 1px solid #b3b3b3;
}

.ul-info-b5 li:nth-child(1) .info {}

.ul-info-b5 .pic {
	float: left;
	width: 250px;
	height: 180px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 65px;
}

.ul-info-b5 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b5 .txt {
	width: 62.88%;
	color: #333333;
}

.ul-info-b5 .txt h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 47px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b5 .info:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ul-info-b5 .info:hover .txt h3 {
	color: #00a2ff;
}

.ul-info-b5 .txt p {
	font-size: 18px;
	line-height: 1.8;
}

.ul-info-b5 .icon {
	position: absolute;
	width: 88px;
	height: 90px;
	border: 1px solid #c0c0c0;
	text-align: center;
	right: 0;
	bottom: 55px;
	background-color: #f6f6f6;
}

.ul-info-b5 .icon1 {
	top: 50%;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-info-b5 .icon1 p {
	font-size: 18px;
	color: #808080;
}

.b-pages {
	text-align: center;
}

.b-pages li {
	display: inline-block;
	margin: 0 8px;
}

.b-pages li a {
	font-size: 21px;
	color: #333333;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.b-pages li.on a,
.b-pages li:hover a {
	color: #00a2ff;
}

.b-pages .pages a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

.b-pages .pages-prev {
	margin-right: 45px;
}

.b-pages .pages-prev a {
	background-image: url(../images/b-pic09_11.png);
}

.b-pages .pages-next a {
	background-image: url(../images/b-pic09_13.png);
}

.b-pages .pages-next {
	margin-left: 45px;
}

.ul-info-b6 li {
	margin-bottom: 38px;
}

.ul-info-b6 {
	margin-bottom: 85px;
}

.ul-info-b6 li:last-child {
	margin-bottom: 0;
}

.ul-info-b6 .info {
	overflow: hidden;
}

.ul-info-b6 .pic {
	width: 50%;
	float: left;
	overflow: hidden;
}

.ul-info-b6 .pic img {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul-info-b6 li:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}



.ul-info-b6 .txt1 {
	width: 46.8%;
	color: #333333;
	float: right;
}

.ul-info-b6 li:nth-child(2n) .pic {
	float: right;
}

.ul-info-b6 li:nth-child(2n) .txt1 {
	float: left;
}

.ul-info-b6 .txt1 h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 48px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b6 li:hover .txt1 h3 {
	color: #00a2ff;
}

.ul-info-b6 .txt1 p {
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 38px;
}

.ul-info-b6 .txt1 p:last-child {
	margin-bottom: 0;
}

.row-b11 {
	margin-bottom: 127px;
}

/* 新闻三级 */
.row-b12 {
	margin-bottom: 196px;
}

.row-b12 .b-info {
	overflow: hidden;
}

.row-b12 .b-info .col-l {
	background-color: #1b3a65;
	width: 26.7%;
	padding: 19px 37px 89px 59px;
}

.row-b12 .b-info .col-l .as1 {
	font-size: 127.3px;
	color: rgba(255, 255, 255, 0.05);
	text-align: right;
	font-weight: normal;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 48px;
}

.row-b12 .b-info .col-l .as1::after {
	width: 80px;
	content: '';
	height: 8px;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: absolute;
}

.row-b12 .b-info .col-l .tit {
	color: #ffffff;
}

.row-b12 .b-info .col-l .tit address {
	font-size: 67.91px;
	font-weight: normal;
}

.row-b12 .b-info .col-l .tit p {
	font-size: 38px;
}

.row-b12 .b-info .col-r {
	width: 71.3%;
	padding-top: 105px;
	overflow: hidden;
}

.b-bodyBox .info {
	overflow: hidden;
}

.b-bodyBox .date {
	float: right;
}

.b-bodyBox .tit {
	overflow: hidden;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 16px;
	margin-bottom: 47px;
}

.b-bodyBox .txt {
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	width: 990px;
	float: left;
}

.b-bodyBox .tit h1 {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	float: left;
}

.ul-icon-b2 {
	float: right;
	overflow: hidden;
	padding-top: 17px;
}

.ul-icon-b2 li {
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #333333;
}

.ul-icon-b2 li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.ul-icon-b2 a {
	font-size: 18px;
	color: #333333;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-icon-b2 a:hover {
	color: #00a2ff;
}

.b-bodyBox .info .icon {
	width: 88px;
	height: 90px;
	border: 1px solid #c0c0c0;
	text-align: center;
	background-color: #f6f6f6;
	position: relative;
}

.b-bodyBox .info .icon1 {
	top: 50%;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.b-bodyBox .info .icon1 p {
	font-size: 18px;
	color: #808080;
}

.b-bodyBox .date .year {
	text-align: center;
	margin-bottom: 18px;
}

.b-bodyBox .date .year h3 {
	font-size: 52px;
	font-weight: normal;
	color: #00a2ff;
	line-height: 1;
	margin-bottom: 9px;
}

.b-bodyBox .date .year p {
	font-size: 21px;
	color: #333333;
	line-height: 1.2;
}

/* 人员介绍 */
.row-b13 {
	padding: 107px 0 183px;
}

.row-b13 .b-tit {
	margin-bottom: 68px;
}

.row-b13 .wp {
	max-width: 1134px;
}

.row-b13 .b-info {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.row-b13 .pic {
	width: 48.3%;
	margin-right: 20px;
	height: 688px;
	position: relative;
}

.row-b13 .pic .bg1 {
	width: 409px;
	height: 520px;
	background-color: #eeeef0;
	position: absolute;
	top: 0;
	right: 0;
}

.row-b13 .pic .bg2 {
	width: 350px;
	height: 641px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	right: 68px;
	border: 4px solid #67bcff;
	z-index: 5;
}

.row-b13 .pic .pic1 {
	overflow: hidden;
	width: 380px;
	height: 560px;
	position: absolute;
	right: 136px;
	bottom: 18px;
	z-index: 10;
}

.row-b13 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-b13 .txt {
	width: 52.9%;
}

.row-b13 .txt .tit {
	margin-bottom: 43px;
}

.row-b13 .txt .tit h3 {
	font-size: 36px;
	color: #000000;
	font-weight: normal;
}

.row-b13 .txt .tit p {
	font-size: 24px;
	color: #67bcff;
	line-height: 1.45;
}

.row-b13 .txt .txt1 p {
	font-size: 19px;
	color: #999999;
	line-height: 1.75;
}

.ul-pic-b1 {
	margin: 0 -22.5px;
	padding: 0 123px;
}

.ul-pic-b1 li {
	width: 33.333%;
	float: left;
	padding: 0 22.5px;
	margin-bottom: 45px;
}

.ul-pic-b1 .info {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 146%;
}

.ul-pic-b1 .info .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ul-pic-b1 .info .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul-pic-b1 .info .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-pic-b1 .info:hover .txt {
	opacity: 1;
}

.ul-pic-b1 .info .txt .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ul-pic-b1 .info .txt .btn a {
	width: 75px;
	height: 75px;
	display: block;
	background-image: url(../images/b-pic12_10.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.ul-pic-b1 .info .txt .tit1 {
	position: absolute;
	left: 25px;
	top: 21px;
	color: #ffffff;
	line-height: 1.45;
}

.ul-pic-b1 .info .txt .tit1 h3 {
	font-size: 28px;
	font-weight: normal;
}

.ul-pic-b1 .info .txt .tit1 p {
	font-size: 18px;
}

.ul-pic-b1 .info .txt .tit2 {
	position: absolute;
	left: 25px;
	bottom: 23px;
	color: #ffffff;
	font-size: 21px;
	width: 22px;
	line-height: 1;
}

.ul-pic-b1 .info .txt .tit3 {
	position: absolute;
	right: 16px;
	bottom: 23px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 21px;
	line-height: 1;
}

.row-b14 .wp {
	max-width: 1476px;
}

.row-b14 .b-tit {
	margin-bottom: 90px;
}

.row-b14 .slick-arrow {
	cursor: pointer;
	font-size: 0;
	border: none;
	position: absolute;
	top: 35%;
	width: 39px;
	height: 124px;
	background: center center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	outline: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.row-b14 .slick-prev {
	left: 0;
	background-image: url(../images/b-pic12_14.png);
}

.row-b14 {
	margin-bottom: 182px;
}

.row-b14 .slick-next {
	right: 0;
	background-image: url(../images/b-pic12_17.png)
}

/* .row-b14 .slick-next:hover { */
/* 运维网 */
.row-b15 {
	padding: 74px 0 186px;
}

.row-b15 .b-info .top h3 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 30px;
}

.row-b15 .b-info .top {
	overflow: hidden;
	border-bottom: 1px solid #eeeef0;
	margin-bottom: 60px;
}

.row-b15 .b-info .search {
	float: right;
}

.ul-nav-b1 {
	overflow: hidden;
	float: left;
	padding-top: 10px;
}

.ul-nav-b1 li {
	float: left;
}

.ul-nav-b1 a {
	font-size: 18px;
	color: #000000;
	padding: 0 19px;
	padding-bottom: 14px;
	border-bottom: 3px solid transparent;
	display: inline-block;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}


.ul-nav-b1 li.on a,
.ul-nav-b1 li:hover a {
	border-bottom: 3px solid #00a2ff;
	color: #00a2ff;
}

.row-b15 .b-info .top .search {
	overflow: hidden;
	margin-bottom: 10px;
}

.row-b15 .b-info .top .search .text {
	float: left;
	margin-right: 14px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	height: 44px;
	width: 310px;
}

.row-b15 .b-info .top .search .text input {
	border: none;
	height: 100%;
	width: 100%;
	font-size: 17.25px;
	padding-left: 50px;
	background-image: url(../images/b-pic11_07.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}

.row-b15 .b-info .top .search .text input::-webkit-input-placeholder {
	font-size: 17.25px;
	color: #999999;
}

.row-b15 .b-info .top .search .btn {
	overflow: hidden;
}

.row-b15 .b-info .top .search .btn input {
	width: 70px;
	height: 45px;
	border-radius: 8px;
	background-image: url(../images/b-btn01.png);
	background-size: cover;
	border: none;
	font-size: 18.4px;
	color: #ffffff;
}

.ul-info-b7 {
	overflow: hidden;
	padding: 5px;
	margin: 0 -20px;
	margin-bottom: 11px;
}

.ul-info-b7 li {
	width: 18%;
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
}

.ul-info-b7 .info {
	border: 1px solid #d9d9d9;
	position: relative;
	width: 100%;
	height: 220px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b7 .info:hover {
	border: 1px solid #00a2ff;
	box-shadow: 0px 0px 5px 0px rgba(0, 162, 255, 0.6);
}

.ul-info-b7 .info .pic {
	position: absolute;
	left: 50%;
	top: 51%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ul-info-b7 .info .pic img {
	margin-bottom: 16px;
}

.ul-info-b7 .info h3 {
	font-size: 21px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.ul-info-b7 .info .txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 20px;
}

.ul-info-b7 .info .b-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0;
	z-index: -1;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b7 .info:hover .b-txt {
	opacity: 1;
	z-index: 5;
}

.ul-info-b7 .info .txt .tit {
	margin-bottom: 25px;
}

.ul-info-b7 .info .txt .tit h3 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 14px;
}

.ul-info-b7 .info .txt .tit h3 span {
	background-image: url(../images/b-pic11_09.png);
	background-repeat: no-repeat;
	padding-left: 62px;
}

.ul-info-b7 .info .txt .tit p {
	font-size: 18px;
	color: #808080;
	text-align: center;
}

.ul-info-b7 dd {
	font-size: 15px;
	color: #808080;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: left 6px;
	margin-bottom: 5px;
}

.ul-info-b7 dd:last-child {
	margin-bottom: 0;
}

.ul-info-b7 dd:nth-child(1) {
	background-image: url(../images/b-pic11_04.png);
}

.ul-info-b7 dd:nth-child(2) {
	background-image: url(../images/b-pic11_14.png);
}


.ul-info-b7 dd:nth-child(3) {
	background-image: url(../images/b-pic11_19.png);
}


.ul-info-b7 dd:nth-child(4) {
	background-image: url(../images/b-pic11_23.png);
}


.ul-info-b7 dd a {
	color: #00a2ff;
}

.row-b15 .b-info .bottom {
	text-align: center;
}

.row-b15 .b-info .bottom .btn {
	width: 200px;
	height: 45px;
	line-height: 40px;
	background-color: #ffffff;
	border: 2px solid #00a2ff;
	border-radius: 8px;
	margin: 0 auto;
}

.row-b15 .b-info .bottom .btn a {
	font-size: 21px;
	display: inline-block;
	color: #00a2ff;
	padding-right: 19px;
	background-image: url(../images/b-pic11_27.png);
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (max-width: 1800px) {
	.row-b3 .b-info .line {
		background-size: 87vw;
		height: 17.27vw;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.ul-tit-b1 .info {
		padding-top: 3.722vw;
		width: 10.27vw;
	}


	.ul-tit-b1 li:nth-child(2n) .info {
		padding-bottom: 3.722vw;
	}

	.ul-tit-b1 h3 {
		font-size: 1.333vw;
	}


	.ul-tit-b1 li:nth-child(1) {
		padding-top: 18.66vw;
		margin-right: 1.944vw;
	}

	.ul-tit-b1 li:nth-child(2) {
		padding-bottom: 4.222vw;
		margin-right: 2.222vw;
	}

	.ul-tit-b1 li:nth-child(3) {
		padding-top: 8.888vw;
		margin-right: 1.222vw;
	}

	.ul-tit-b1 li:nth-child(4) {
		padding-bottom: 9.222vw;
		margin-right: 8.611vw;
	}

	.ul-tit-b1 li:nth-child(5) {
		padding-bottom: 2.222vw;
	}

	.ul-tit-b1 li:nth-child(6) {
		padding-bottom: 17.77vw;
	}

	.ul-tit-b1 li:last-child {
		padding-bottom: 2.777vw;
	}

	.ul-tit-b1 li .info1 {
		padding-top: 5.111vw;
	}


	.ul-tit-b1 li:nth-child(2) .info1 {
		padding-bottom: 6.111vw;
	}

	.ul-tit-b1 li:nth-child(3) .info1 {
		padding-top: 4.333vw;
	}

	.ul-tit-b1 li:nth-child(4) .info1 {
		padding-bottom: 7.777vw;
	}

	.ul-tit-b1 li:nth-child(5) .info1 {
		padding-top: 7.333vw;
	}

	.ul-tit-b1 li:nth-child(6) .info1 {
		padding-bottom: 8.666vw;
	}

	.ul-tit-b1 li:last-child .info1 {
		padding-top: 7.666vw;
	}


	.ul-tit-b1 li .info1::after {
		width: 3.111vw;
		height: 3.111vw;
	}

	.ul-tit-b1 li:nth-child(6) .info1::after {
		width: 3.666vw;
		height: 3.666vw;
	}


	.ul-tit-b1 p {
		font-size: 1.166vw;
	}
}

@media only screen and (max-width: 1600px) {

	.b-tit {
		margin-bottom: 4.812vw;
	}

	.b-tit h3 {
		font-size: 3.958vw;
	}

	.b-tit p {
		font-size: 2.25vw;
	}

	.row-b1 {
		padding: 5.312vw 0;
	}

	.row-b1 .info .col-l .tit {
		margin-bottom: 1.562vw;
	}

	.row-b1 .info h3 {
		font-size: 2.25vw;
	}

	.row-b1 .info p {
		font-size: 1.125vw;
	}

	.row-b2 {
		padding: 7.875vw 0;
	}


	.ul-info-b1 .info .pic {
		width: 9.25vw;
		height: 9.25vw;
		margin-right: 4.5vw;
	}


	.ul-info-b1 .info .txt h3 {
		font-size: 1.5vw;
		margin-bottom: 1.875vw;
	}

	.ul-info-b1 .info .txt p {
		font-size: 1.125vw;
	}

	.row-b3 {
		padding: 5.625vw 0 7.812vw;
	}

	.row-b3 .b-info {
		height: 37.93vw;
	}

	.ul-tit-b1 {
		height: 39.68vw;
	}

	.row-b3 .b-info .line {
		height: 19.43vw;
	}


	.ul-info-b2 .info .bg {
		bottom: -3.937vw;
		height: 22.18vw;
		width: 37.31vw;
	}

	.row-b4 {
		padding: 3.5vw 0 3.937vw;
	}



	.row-b7 .info .pic {
		width: 30vw;
		height: 30vw;
		margin-right: 8.437vw;
	}

	.row-b7 .info .txt1 .tit {
		margin-bottom: 2.5vw;
	}

	.row-b7 .info .txt1 .tit h3 {
		font-size: 3.958vw;
	}

	.row-b7 .info .txt1 .tit p {
		font-size: 2.25vw;
	}

	.row-b7 .info .txt1 .txt p {
		font-size: 1.125vw;
	}



	/*  */
	.row-b9 {
		padding: 8.937vw 0 11.62vw;
	}

	.row-b9 .b-txt p {
		font-size: 1.125vw;
	}

	.row-b9 .b-txt {
		margin-bottom: 8.125vw;
	}

	.ul-info-b4 {
		margin: 0 -1.562vw;
	}

	.ul-info-b4 li {
		padding: 0 1.562vw;
	}


	.ul-info-b4 .info .txt {
		padding: 1.062vw 3.437vw 2vw;
	}

	.ul-info-b4 .info .txt h3 {
		font-size: 1.625vw;
		margin-bottom: 1.687vw;
	}

	.ul-info-b4 .info .txt p {
		font-size: 1.125vw;
		margin-bottom: 2vw;
	}

	.ul-info-b4 .info .txt .btn span {
		font-size: 1.25vw;
		padding: 0 1.562vw;
	}

	.ul-info-b4 .info .txt1 {
		padding: 4.062vw 3.312vw 3.25vw 3.625vw;
	}

	.ul-info-b4 .info .top {
		margin-bottom: 2.187vw;
	}


	.ul-info-b4 .info .txt1 P {
		font-size: 1.125vw;
	}

	.ul-info-b4 dd {
		padding-left: 0.937vw;
	}

	.ul-info-b4 dd::after {
		width: 0.437vw;
		height: 0.437vw;
		top: 0.812vw;
	}



	/* 新闻 */
	.row-b10 {
		padding: 4.875vw 0 8.312vw;
	}

	.ul-info-b5 {
		margin-bottom: 5.75vw;
	}

	.ul-info-b5 .info {
		padding: 5vw 0 3.687vw;
	}


	.ul-info-b5 .pic {
		width: 15.62vw;
		height: 11.25vw;
		margin-right: 4.062vw;
	}

	.ul-info-b5 .txt h3 {
		font-size: 1.875vw;
		margin-bottom: 2.937vw;
	}

	.ul-info-b5 .txt p {
		font-size: 1.125vw;
	}

	.ul-info-b5 .icon {
		width: 5.5vw;
		height: 5.625vw;
		bottom: 3.437vw;
	}

	.ul-info-b5 .icon1 p {
		font-size: 1.125vw;
	}



	.ul-info-b6 li {
		margin-bottom: 2.375vw;
	}

	.ul-info-b6 {
		margin-bottom: 5.312vw;
	}

	.ul-info-b6 .txt1 h3 {
		font-size: 1.875vw;
		margin-bottom: 3vw;
	}

	.ul-info-b6 .txt1 p {
		font-size: 1.125vw;
		margin-bottom: 2.375vw;
	}

	.row-b11 {
		margin-bottom: 7.937vw;
	}


	/* 新闻三级 */
	.row-b12 {
		margin-bottom: 12.25vw;
	}


	.row-b12 .b-info .col-l {
		padding: 1.187vw 2.312vw 5.562vw 3.687vw;
	}

	.row-b12 .b-info .col-l .as1 {
		font-size: 7.956vw;
		padding-bottom: 1.562vw;
		margin-bottom: 3vw;
	}

	.row-b12 .b-info .col-l .as1::after {
		width: 5vw;
		height: 0.5vw;
	}

	.row-b12 .b-info .col-l .tit address {
		font-size: 4.244vw;
	}

	.row-b12 .b-info .col-l .tit p {
		font-size: 2.375vw;
	}

	.row-b12 .b-info .col-r {
		width: 71.3%;
		padding-top: 6.562vw;
	}

	.b-bodyBox .tit {
		padding-bottom: 1vw;
		margin-bottom: 2.937vw;
	}

	.b-bodyBox .txt {
		font-size: 1.125vw;
		width: 61.87vw;
	}

	.b-bodyBox .tit h1 {
		font-size: 1.875vw;
	}

	.ul-icon-b2 {
		padding-top: 1.062vw;
	}

	.ul-icon-b2 li {
		padding-right: 0.75vw;
		margin-right: 0.75vw;
	}


	.ul-icon-b2 a {
		font-size: 1.125vw;
	}


	.b-bodyBox .info .icon {
		width: 5.5vw;
		height: 5.625vw;
	}


	.b-bodyBox .info .icon1 p {
		font-size: 1.125vw;
	}

	.b-bodyBox .date .year {
		margin-bottom: 1.125vw;
	}

	.b-bodyBox .date .year h3 {
		font-size: 3.25vw;
		margin-bottom: 0.562vw;
	}

	.b-bodyBox .date .year p {
		font-size: 1.312vw;
	}

}

@media only screen and (max-width: 1440px) {
	.ul-info-b3 .tit h3 {
		font-size: 16px;
	}

	.ul-info-b7 .info .txt .tit p {
		font-size: 16px;
	}

	.ul-info-b7 .info .txt {
		padding: 0 10px;
	}

	.ul-nav-b1 a {
		font-size: 14px;
		padding: 0 10px;
	}

	.row-b15 .b-info .top .search .text input {
		font-size: 14px;
		padding-left: 40px;
		background-position: 10px center;
	}

	.row-b15 .b-info .top .search .text input::-webkit-input-placeholder {
		font-size: 14px;
	}

	.row-b15 .b-info .top .search .btn input {
		font-size: 14px;
	}

	.ul-info-b7 .info .txt .tit h3 {
		font-size: 18px;
	}

	.ul-info-b7 dd {
		font-size: 14px;
	}

	.ul-info-b7 .info .txt .tit h3 span {
		padding-left: 32px;
	}

	/* 人员介绍 */
	.row-b13 {
		padding: 7.430vw 0 12.70vw;
	}

	.row-b13 .b-tit {
		margin-bottom: 4.722vw;
	}

	.row-b13 .pic {
		margin-right: 1.388vw;
		height: 47.77vw;
	}

	.row-b13 .pic .bg1 {
		width: 28.40vw;
		height: 36.11vw;
	}

	.row-b13 .pic .bg2 {
		width: 24.30vw;
		height: 44.51vw;
		right: 4.722vw;
	}

	.row-b13 .pic .pic1 {
		width: 26.38vw;
		height: 38.88vw;
		bottom: 1.25vw;
		right: 9.444vw;
	}


	.row-b13 .txt .tit {
		margin-bottom: 2.986vw;
	}

	.row-b13 .txt .tit h3 {
		font-size: 2.5vw;
	}

	.row-b13 .txt .tit p {
		font-size: 1.666vw;
	}

	.row-b13 .txt .txt1 p {
		font-size: 1.319vw;
	}

	.ul-pic-b1 {
		margin: 0 -1.562vw;
		padding: 0 8.541vw;
	}

	.ul-pic-b1 li {
		padding: 0 1.562vw;
		margin-bottom: 3.125vw;
	}


	.ul-pic-b1 .info .txt .btn a {
		width: 5.208vw;
		height: 5.208vw;
	}

	.ul-pic-b1 .info .txt .tit1 {
		left: 1.736vw;
		top: 1.458vw;
	}

	.ul-pic-b1 .info .txt .tit1 h3 {
		font-size: 1.944vw;
	}

	.ul-pic-b1 .info .txt .tit1 p {
		font-size: 1.25vw;
	}

	.ul-pic-b1 .info .txt .tit2 {
		left: 1.736vw;
		bottom: 1.597vw;
		font-size: 1.458vw;
		width: 1.527vw;
	}

	.ul-pic-b1 .info .txt .tit3 {
		right: 1.111vw;
		bottom: 1.597vw;
		font-size: 1.458vw;
	}

	.row-b14 .b-tit {
		margin-bottom: 6.25vw;
	}

	.row-b14 .slick-arrow {
		width: 2.708vw;
		height: 8.611vw;
	}


	.row-b14 {
		margin-bottom: 12.63vw;
	}

}

@media only screen and (max-width: 1200px) {
	.row-b1 .info p {
		font-size: 16px;
	}

	.ul-info-b1 .info .txt h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.ul-info-b1 .info .txt p {
		font-size: 14px;
	}

	.ul-info-b2 dl {
		width: 100%;
		padding-left: 0;
	}

	.row-b7 .info .txt1 .txt p {
		font-size: 14px;
	}

	.ul-info-b3 li {
		width: 33.333%;
	}

	.ul-info-b3 li .info {
		box-shadow: 0 0 9px 0 rgb(0 162 255 / 30%);
	}

	.row-b9 .b-txt p {
		font-size: 14px;
	}

	.ul-info-b4 .info .txt p {
		font-size: 14px;
		margin-bottom: 15px;
		display: block;
	}

	.ul-info-b5 .icon {
		width: 70px;
		height: 70px;
	}

	.ul-info-b5 .txt p {
		font-size: 14px;
	}

	.ul-info-b6 .txt1 p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ul-info-b6 .txt1 h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.b-bodyBox .txt {
		font-size: 14px;
		width: 58vw;
	}

	.b-bodyBox .info .icon1 img {
		width: 50%;
	}

	.b-bodyBox .info .icon {
		width: 70px;
		height: 70px;
	}

	.b-bodyBox .info .icon1 p {
		font-size: 14px;
	}

	.ul-icon-b2 li {
		padding-right: 5px;
		margin-right: 5px;
	}

	.ul-icon-b2 a {
		font-size: 14px;
	}

	.row-b13 .txt .txt1 p {
		font-size: 14px;
	}

	.row-b13 .txt .tit p {
		font-size: 16px;
	}

	.ul-info-b7 li {
		width: 33.333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.row-b15 .b-info .top {
		margin-bottom: 40px;
	}

	.row-b15 .b-info .top .search .text {
		height: 35px;
		width: 250px;
	}

	.row-b15 .b-info .top h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.row-b15 .b-info .top .search .btn input {
		height: 35px;
	}

}

@media only screen and (max-width: 990px) {
	.ul-info-b5 .info {
		padding: 15px 0;
	}

	.row-b13 .txt .tit h3 {
		font-size: 18px;
	}

	.b-bodyBox .date .year p {
		font-size: 14px;
	}

	.row-b15 .b-info .top .search {
		margin-bottom: 0;
	}

	.b-bodyBox .date .year h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.ul-info-b5 .icon {
		bottom: 15px;
	}

	.ul-info-b5 .pic {
		width: 200px;
		height: auto;
		margin-right: 15px;
	}

	.ul-info-b5 .txt h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.b-tit {
		margin-bottom: 15px;
	}

	.ul-info-b4 dd::after {
		width: 5px;
		height: 5px;
		top: 10px;
	}

	.ul-info-b4 dd {
		padding-left: 8px;
	}

	.ul-info-b4 .info .txt1 {
		height: auto;
	}

	.ul-info-b4 .info .txt h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.ul-info-b4 {
		margin: 0 -10px;
	}

	.ul-info-b4 li {
		padding: 0 10px;
	}

	.row-b8 .b-tit h3 {
		font-size: 21px;
	}

	.b-tit h3 {
		font-size: 21px;
	}

	.b-tit p {
		font-size: 16px;
	}

	.row-b1 .info h3 {
		font-size: 18px;
	}

	.row-b1 .info .col-l .tit {
		margin-bottom: 10px;
	}

	.row-b1 .info .col-l {
		width: 100%;
		float: none;
	}

	.row-b1 .info .col-r {
		width: 100%;
		float: none;
	}

	.ul-info-b1 .info .pic {
		width: 88px;
		height: 88px;
		margin-right: 10px;
	}

	.ul-tit-b1 .info {
		width: 100%;
	}

	.ul-tit-b1 li {
		padding: 0 !important;
		margin-right: 0 !important;
		width: 50% !important;
		float: left;
		margin-bottom: 15px;
	}


	.ul-tit-b1 li .info1::after {
		display: none !important;
	}

	.ul-tit-b1 li .info1 {
		padding: 0 !important;
	}

	.ul-tit-b1 h3 {
		font-size: 18px;
		position: relative !important;
	}

	.ul-tit-b1 p {
		font-size: 16px;
	}

	.row-b3 .b-info .line {
		display: none;
	}

	.ul-tit-b1 {
		height: auto !important;
		display: block;
	}

	.row-b3 {
		padding: 15px 0;
	}

	.row-b3 .b-info {
		height: auto !important;
	}

	.ul-tit-b1 .info {
		padding: 0 !important;
	}


	.ul-txt-b1 .info .txt h3 {
		font-size: 16px;
	}

	.ul-info-b2 dd {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.ul-info-b2 dd h3 {
		font-size: 14px;
		margin-right: 10px;
		line-height: 30px;
	}


	.ul-txt-b1 .info .txt p {
		font-size: 14px;
	}

	.ul-txt-b1 .info .pic {
		width: 21px;
		height: 18px;
		margin-top: 0;
	}

	.ul-txt-b1 .info {
		padding: 15px;
	}

	.ul-info-b2 .info {
		padding: 15px;
		padding-bottom: 20px;
	}

	.ul-info-b2 .info .bg {
		display: none;
	}

	.ul-info-b2 .info .btn a {
		font-size: 16px;
	}

	.ul-info-b2 .btn {
		line-height: 40px;
	}

	.ul-info-b2 .btn a {
		background-size: 40px;
		padding-left: 20px;
	}

	.ul-icon-b1 .info .pic {
		margin-bottom: 15px;
	}

	.ul-icon-b1 .info h3 {
		font-size: 18px;
	}

	.ul-icon-b1 .info p {
		font-size: 16px;
	}

	.ul-icon-b1 .info .pic img {
		width: 40px;
	}

	.row-b7 .info .pic {
		width: 40vw;
		height: 40vw;
		margin-right: 15px;
	}

	.ul-info-b3 li {
		width: 50%;
	}

	.ul-info-b3::after {
		right: 10px;
		bottom: 10px;
	}

	.ul-info-b3 {
		margin-bottom: 15px;
	}

	.row-b8 .b-txt {
		text-align: left;
		font-size: 14px;
		word-wrap: break-word;
	}

	.ul-info-b4 .info .txt1 {
		padding: 15px;
	}

	.ul-info-b4 .info .txt {
		padding: 15px;
	}

	.ul-info-b4 .info .txt .btn span {
		font-size: 14px;
		padding: 0 15px;
		line-height: 2;
	}

	.ul-info-b4 .info .txt1 P {
		font-size: 14px;
	}

	.ul-info-b4 .info .txt1 P {
		font-size: 14px;
	}

	.row-b9 .b-txt {
		margin-bottom: 15px;
	}

	.ul-info-b4 {
		margin: 0;
		display: block;
	}

	.ul-info-b4 li {
		width: 100%;
		float: none;
		padding: 0;
	}

	.ul-info-b5 .txt {
		width: 58%;
	}

	.ul-info-b6 .pic {
		width: 100%;
		float: none;
	}

	.ul-info-b6 .pic img {
		width: 100%;
	}

	.ul-info-b6 .txt1 {
		width: 100%;
		float: none;
	}

	.ul-info-b6 li {
		margin-bottom: 15px;
	}

	.row-b11 {
		margin-bottom: 15px;
	}

	.row-b12 .b-info .col-l {
		padding: 15px;
		float: none;
		width: 100%;
	}

	.row-b12 .b-info .col-r {
		float: none;
		width: 100%;
	}

	.row-b12 .b-info .col-l .as1 {
		text-align: left;
	}
	

	.row-b12 .b-info .col-l .tit address {
		font-size: 18px;
	}
	
	.row-b12 .b-info .col-l .tit address img{
		height: 21px;
	}
	
	.row-b12 .b-info .col-l .as1 {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.row-b12 .b-info .col-l .as1 img{
		height: 24px;
	}

	.row-b12 .b-info .col-l .tit p {
		font-size: 16px;
	}

	.row-b12 .b-info .col-r {
		padding-top: 15px;
	}

	.b-bodyBox .tit h1 {
		font-size: 16px;
	}

	.b-bodyBox .txt {
		width: 100%;
	}

	.b-bodyBox .date {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.b-bodyBox .date .year {
		margin-bottom: 0;
		margin-right: 10px;
	}


	.row-b12 {
		margin-bottom: 15px;
	}

	.ul-pic-b1 .info .txt .tit1 h3 {
		font-size: 18px;
	}

	.ul-pic-b1 .info .txt .tit1 p {
		font-size: 14px;
	}

	.ul-pic-b1 .info .txt .tit2 {
		left: 10px;
		bottom: 10px;
		font-size: 14px;
		width: 16px;
	}

	.ul-pic-b1 .info .txt .tit3 {
		right: 10px;
		bottom: 10px;
		font-size: 14px;
	}

	.ul-pic-b1 .info .txt .btn a {
		width: 52px;
		height: 52px;
	}

	.ul-nav-b1 {
		float: none;
		margin-bottom: 10px;
	}

	.row-b15 .b-info .search {
		float: none;
	}

	.ul-info-b7 li {
		width: 50%;
	}

	.ul-nav-b1 li a {
		height: 24px;
		display: inline-block;
	}

	.ul-nav-b1 li.on a {
		border: none;
		position: relative;
	}

	.ul-nav-b1 li.on a::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #00a2ff;
	}

}

@media only screen and (max-width: 750px) {
	.row-b1 {
		padding: 15px 0;
	}

	.row-b15 {
		padding: 15px 0;
	}

	.row-b15 .b-info .top {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.ul-info-b7 li {
		width: 100%;
		float: none;
	}

	.row-b15 .b-info .top .search .text {
		height: 35px;
		width: 60%;
	}

	.row-b14 .slick-arrow {
		width: 21px;
		height: 65px;
	}

	.ul-pic-b1 li {
		padding: 0;
		margin-bottom: 10px;
	}

	.ul-pic-b1 {
		padding: 0;
		margin: 0;
	}

	.row-b14 {
		margin-bottom: 15px;
	}

	.row-b1 {
		padding: 15px 0;
	}

	.ul-info-b1 li {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.ul-txt-b1 {
		white-space: nowrap;
		overflow-x: scroll;
		margin: 0;
	}

	.ul-txt-b1 li {
		display: inline-block;
		width: 200px;
		float: none;
		padding: 0;
		margin-right: 10px;
	}

	.ul-txt-b1 li:last-child {
		margin-right: 0;
	}

	.row-b4 .top {
		margin-bottom: 10px;
	}

	.ul-info-b2 dd {
		width: 100%;
		float: none;
	}

	.ul-info-b2 .info .bg {
		bottom: -15px;
		height: auto;
		width: 230px;
		display: none;
	}

	.row-b4 {
		padding: 15px 0;
	}

	.ul-info-b2 dd {
		display: block;

	}

	.ul-icon-b1 li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.row-b5 .b-tit {
		margin-bottom: 15px;
	}

	.row-b5 {
		padding: 15px 0;
	}

	.ul-icon-b1 {
		margin-bottom: 15px;
	}

	.row-b5 .qr h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.b-tit p {
		font-size: 21px;
	}

	.row-b7 .info {
		display: block;
	}


	.row-b7 .info .pic {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.row-b7 .info .txt1 {
		width: 100%;
	}

	.row-b7 .info .txt1 .tit h3 {
		font-size: 18px;
	}

	.row-b7 .info .txt1 .tit p {
		font-size: 16px;
	}

	.row-b7 {
		padding: 15px 0;
	}

	.ul-info-b3 li {
		width: 100%;
		float: none;
	}

	.ul-info-b3 .info {
		height: auto;
		padding: 0 0 30px;
	}

	.row-b8 {
		margin-bottom: 15px;
	}

	.ul-info-b3 li .info {
		box-shadow: 0 0 5px 0 rgb(0 162 255 / 30%) !important;
	}

	.row-b9 {
		padding: 15px 0;
	}

	.ul-info-b5 .info {
		overflow: hidden;
		display: block;
	}

	.ul-info-b5 .pic {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ul-info-b5 .txt {
		width: 100%;
		margin-bottom: 10px;
	}

	.ul-info-b5 .icon {
		position: relative;
		bottom: 0;
	}

	.row-b10 {
		padding: 15px 0;
	}

	.ul-info-b5 .icon1 img {
		width: 50%;
	}

	.b-pages li {
		margin: 0 4px;
	}

	.b-pages li a {
		font-size: 14px;
	}

	.b-pages .pages a {
		width: 14px;
		height: 14px;
	}

	.b-pages .pages-prev {
		margin-right: 15px;
	}

	.b-pages .pages-next {
		margin-left: 15px;
	}

	.ul-icon-b2 {
		padding-top: 0;
	}

	.b-bodyBox .tit h1 {
		float: none;
		margin-bottom: 10px;
	}

	.ul-icon-b2 {
		float: none;
	}

	.row-b13 .pic {
		margin-right: 0;
		height: auto;
		position: relative;
		width: 100%;
	}

	.row-b13 .txt {
		width: 100%;
	}

	.row-b13 .pic .pic1 {
		width: 100%;
		height: auto;
		bottom: 0;
		right: 0;
		position: relative;
	}

	.row-b13 .pic .pic1 img {
		border: 4px solid #67bcff;
	}

	.row-b13 .pic .bg1 {
		display: none;
	}

	.row-b13 .pic .bg2 {
		display: none;
	}

	.row-b13 .b-info {
		display: block;
	}
}



@font-face {
	font-family: FtraLt;
	src: url(../fonts/FtraLt.TTF) format('truetype')
}
@font-face {
	font-family: DIN;
	src: url(../fonts/din-bold.ttf) format('truetype');
}
@font-face {
	font-family: REDOCN;
	src: url(../fonts/REDOCN.OTF) format('truetype');
}
/* @font-face { */
	/* font-family: PingFang; */
	/* src: url(../fonts/PingFang.ttf) format('truetype'); */
	/* font-style: normal; */
	/* font-weight: normal; */
/* } */
.row-c1{
	padding-bottom: 88px;
	overflow: hidden;
}
.row-c1 .col-l{
	float: left;
	width: 430px;
	margin-right: 140px;
	background-color: #1b3a65;
	padding: 220px 60px 90px;
}
.row-c1 .line{
	display: block;
	width: 80px;
	height: 8px;
	margin-bottom: 74px;
	background-color: #eeeef0;
}
.row-c1 .tit1{
	display: block;
	width: 267px;
	margin-bottom: 25px;
}
.row-c1 .tit1 img{
	display: block;
	width: 100%;
}
.row-c1 .tit2{
	font-size: 38px;
	color: #fff;
}
.row-c1 .info{
	padding: 100px 0 0;
	overflow: hidden;
}
.row-c1 .tit3{
	font-size: 36px;
	color: #000;
	margin-bottom: 40px;
	/* font-family: PingFang; */
}
.row-c1 .desc{
	font-size: 18px;
	color: #666666;
	margin-bottom: 60px;
}
.ul-countup{
	font-size: 0;
}
.ul-countup li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 180px;
}
.ul-countup li:last-child{
	margin-right: 0;
}
.ul-countup .num{
	display: block;
	position: relative;
	color: #0c2041;
	padding-right: 20px;
}
.ul-countup .num p{
	line-height: 1;
	font-size: 64px;
	 font-family: REDOCN; 
}
.ul-countup .num span{
	line-height: 1;
}
.ul-countup .sup{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	color: #333333;
	z-index: 1;
	writing-mode: vertical-rl;
	line-height: 1;
}
.ul-countup .txt{
	font-size: 16px;
	color: #333333;
}
.row-c2{
	display: flex;
	align-items: center;
	background-image: url(../images/c-bg01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.ul-proc1{
	display: block;
	width: 600px;
	background-color: #262626;
	padding: 0 110px;
}
.ul-proc1 li{
	border-bottom: 1px solid #3f3f3f;
}
.ul-proc1 li:last-child{
	border-bottom: none;
}
.ul-proc1 .con{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #b2b2b2;
	padding: 90px 0;
}
.ul-proc1 .num{
	font-size: 84px;
	line-height: 1;
	font-weight: 100;
}
.ul-proc1 .txt{
	font-size: 20px;
	text-align: right;
}
.row-c2 .info{
	padding: 0 170px;
	overflow: hidden;
	color: #000;
}
.row-c2 .tit1{
	font-size: 63px;
	font-family: FtraLt;
	font-weight: bold;
	line-height: 1.4;
}
.row-c2 .tit2{
	font-size: 36px;
	margin-bottom: 58px;
}
.row-c2 .desc{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 50px;
}
.row-c2 .more{
	display: block;
	width: 152px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1b3a65;
}
.row-c3{
	display: flex;
	align-items: flex-start;
	border-top: 1px solid #bebebe;
	background-color: #f3f3f3;
}
.m-titc1{
	display: block;
	width: 599px;
	color: #000;
	padding-top: 135px;
	padding-left: 270px;
}
.m-titc1 .tit1{
	font-size: 63px;
	font-family: FtraLt;
	font-weight: bold;
}
.m-titc1 .tit2{
	font-size: 36px;
	margin-bottom: 50px;
}
.m-arrc1{
	display: block;
	font-size: 0;
}
.m-arrc1 .prev,
.m-arrc1 .next{
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	height: 58px;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	background-image: url(../images/c-icn01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-arrc1 .prev:hover,
.m-arrc1 .next:hover{
	background-color: #2f89f8;
	border-color: #2f89f8;
}
.m-arrc1 .prev{
	margin-right: 18px;
}
.m-arrc1 .prev:hover{
	background-image: url(../images/c-icn02.png);
}
.m-arrc1 .next{
	background-image: url(../images/c-icn03.png);
}
.m-arrc1 .next:hover{
	background-image: url(../images/c-icn04.png);
}
.m-infoc1{
	display: block;
	flex: 1;
	overflow: hidden;
}
.swiperc1 .con{
	display: block;
	border-left: 1px solid #c9c9c9;
	padding: 160px 55px 80px;
	position: relative;
}
.swiperc1 .con::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	z-index: 2;
}
.swiperc1 .con:hover::after{
	opacity: .52;
}
.swiperc1 .tit{
	font-size: 84px;
	color: #4e4e4e;
	line-height: 1;
	margin-bottom: 55px;
	font-weight: 100;
}
.swiperc1 .desc{
	font-size: 21px;
	color: #000;
	margin-bottom: 30px;
}
.swiperc1 .num{
	font-size: 20px;
	color: #4e4e4e;
	line-height: 1;
}
.swiperc1 .pic{
	margin-bottom: 20px;
}
.swiperc1 .pic img{
	display: block;
	width: 100%;
}
.swiperc1 .desc2{
	font-size: 18px;
	color: #000;
	margin-bottom: 76px;
	line-height: 1.6;
}
.swiperc1 .more{
	font-size: 0;
}
.row-c4{
	display: flex;
	align-items: center;
	background-color: #262626;
}
.m-titc2{
	display: block;
	width: 900px;
	padding: 0 65px 0 270px;
}
.m-titc2 .tit1{
	font-size: 63px;
	color: #fff;
	font-family: FtraLt;
	font-weight: bold;
}
.m-titc2 .tit2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 100px;
}
.m-titc2 .desc{
	font-size: 20px;
	color: #b2b2b2;
	padding-left: 66px;
	margin-bottom: 120px;
}
.m-infoc2{
	display: block;
	flex: 1;
	overflow: hidden;
	position: relative;
}
.swiperc2 img{
	display: block;
}
.ul-dotsc2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 113px;
	font-size: 0;
	text-align: center;
	z-index: 2;
}
.ul-dotsc2 li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	cursor: pointer;
}
.ul-dotsc2 .con{
	display: block;
	width: 85px;
	height: 66px;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 62px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-dotsc2 .on .con,
.ul-dotsc2 li:hover .con{
	background-color: #fff;
	color: #000;
}
.row-c5{
	background-image: url(../images/c-bg02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	text-align: center;
	overflow: hidden;
	color: #000;
	padding: 90px 0 195px;
}
.row-c5 .tit1{
	font-size: 63px;
	font-family: FtraLt;
	font-weight: bold;
}
.row-c5 .tit2{
	font-size: 36px;
	margin-bottom: 100px;
}
.row-c5 .desc{
	font-size: 18px;
	margin-bottom: 80px;
}
.row-c5 .more{
	display: block;
	width: 152px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1b3a65;
	margin: 0 auto;
}
.row-c6{
	background-color: #262626;
	font-size: 0;
	color: #fff;
}
.row-c6 .col-l,
.row-c6 .col-r{
	float: left;
	width: 50%;
	overflow: hidden;
}
.swiperc3{
	position: relative;
}
.swiperc3 .swiper-pagination{
	bottom: 185px!important;
}
.swiperc3 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #eeeef0;
	opacity: 1;
	margin: 0 3px!important;
	cursor: pointer;
}
.swiperc3 .con{
	padding: 130px 15px 117px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.row-c6 .tit1{
	font-size: 63px;
	font-family: FtraLt;
	font-weight: bold;
}
.row-c6 .tit2{
	font-size: 36px;
	margin-bottom: 70px;
}
.row-c6 .desc{
	font-size: 23px;
	line-height: 2;
	margin-bottom: 160px;
}
.swiperc3 .more{
	display: block;
	width: 152px;
	height: 45px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
}
.swiperc3 .more::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -38px;
	margin-top: -5px;
	width: 62px;
	height: 9px;
	background-image: url(../images/c-icn06.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 2;
}
.swiperc3 .more::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -38px;
	margin-top: -5px;
	width: 62px;
	height: 9px;
	background-image: url(../images/c-icn07.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 2;
}
.row-c6 .col-r{
	padding: 142px 80px 0 180px;
}
.row-c6 .col-r .tit2{
	margin-bottom: 30px
}
.row-c6 .col-r .desc{
	margin-bottom: 50px;
}
.ul-telc1{
	margin-bottom: 30px;
}
.ul-telc1 li{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.ul-telc1 li:last-child{
	margin-bottom: 0;
}
.ul-telc1 .icn{
	display: block;
	width: 30px;
	margin-right: 30px;
}
.ul-telc1 .icn img{
	display: block;
}
.ul-telc1 .txt{
	font-size: 18px;
}
.row-c6 .col-r .m-arrc1{
	text-align: right;
}
.row-c6 .col-r .next{
	background-color: #2f89f8;
	border-color: #2f89f8;
	background-image: url(../images/c-icn04.png);
}
.row-c7 img{
	display: block;
	width: 100%;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.row-c1{
		padding-bottom: 4.583vw;
	}
	.row-c1 .col-l{
		width: 22.39vw;
		margin-right: 7.291vw;
		padding: 11.45vw 3.125vw 4.687vw;
	}
	.row-c1 .line{
		width: 4.166vw;
		height: 0.416vw;
		margin-bottom: 3.854vw;
	}
	.row-c1 .tit1{
		width: 13.90vw;
		margin-bottom: 1.302vw;
	}
	.row-c1 .tit2{
		font-size: 1.979vw;
	}
	.row-c1 .info{
		padding: 5.208vw 0 0;
	}
	.row-c1 .tit3{
		font-size: 1.875vw;
		margin-bottom: 2.083vw;
	}
	.row-c1 .desc{
		font-size: 0.937vw;
		margin-bottom: 3.125vw;
	}
	.ul-countup li{
		margin-right: 9.375vw;
	}
	.ul-countup .num{
		padding-right: 1.041vw;
	}
	.ul-countup .num p{
		font-size: 3.333vw;
	}
	.ul-countup .sup{
		top: 0.520vw;
		font-size: 0.729vw;
	}
	.ul-countup .txt{
		font-size: 0.833vw;
	}
	.ul-proc1{
		width: 31.25vw;
		padding: 0 5.729vw;
	}
	.ul-proc1 .con{
		padding: 4.687vw 0;
	}
	.ul-proc1 .num{
		font-size: 4.375vw;
	}
	.ul-proc1 .txt{
		font-size: 1.041vw;
	}
	.row-c2 .info{
		padding: 0 8.854vw;
	}
	.row-c2 .tit1{
		font-size: 3.281vw;
	}
	.row-c2 .tit2{
		font-size: 1.875vw;
		margin-bottom: 3.020vw;
	}
	.row-c2 .desc{
		font-size: 0.937vw;
		margin-bottom: 2.604vw;
	}
	.row-c2 .more{
		width: 7.916vw;
		height: 2.552vw;
		line-height: 2.552vw;
		font-size: 0.937vw;
	}
	.m-titc1{
		width: 31.19vw;
		padding-top: 7.031vw;
		padding-left: 14.06vw;
	}
	.m-titc1 .tit1{
		font-size: 3.281vw;
	}
	.m-titc1 .tit2{
		font-size: 1.875vw;
		margin-bottom: 2.604vw;
	}
	.m-arrc1 .prev,
	.m-arrc1 .next{
		width: 3.020vw;
		height: 3.020vw;
		background-size: 0.572vw;
	}
	.m-arrc1 .prev{
		margin-right: 0.937vw;
	}
	.swiperc1 .con{
		padding: 8.333vw 2.864vw 4.166vw;
	}
	.swiperc1 .tit{
		font-size: 4.375vw;
		margin-bottom: 2.864vw;
	}
	.swiperc1 .desc{
		font-size: 1.093vw;
		margin-bottom: 1.562vw;
	}
	.swiperc1 .num{
		font-size: 1.041vw;
	}
	.swiperc1 .pic{
		margin-bottom: 1.041vw;
	}
	.swiperc1 .desc2{
		font-size: 0.937vw;
		margin-bottom: 3.958vw;
	}
	.m-titc2{
		width: 46.87vw;
		padding: 0 3.385vw 0 14.06vw;
	}
	.m-titc2 .tit1{
		font-size: 3.281vw;
	}
	.m-titc2 .tit2{
		font-size: 1.875vw;
		margin-bottom: 5.208vw;
	}
	.m-titc2 .desc{
		font-size: 1.041vw;
		padding-left: 3.437vw;
		margin-bottom: 6.25vw;
	}
	.ul-dotsc2{
		bottom: 5.885vw;
	}
	.ul-dotsc2 li{
		margin: 0 0.364vw;
	}
	.ul-dotsc2 .con{
		width: 4.427vw;
		height: 3.437vw;
		line-height: 3.229vw;
		font-size: 1.041vw;
	}
	.row-c5{
		padding: 4.687vw 0 10.15vw;
	}
	.row-c5 .tit1{
		font-size: 3.281vw;
	}
	.row-c5 .tit2{
		font-size: 1.875vw;
		margin-bottom: 5.208vw;
	}
	.row-c5 .desc{
		font-size: 0.937vw;
		margin-bottom: 4.166vw;
	}
	.row-c5 .more{
		width: 7.916vw;
		height: 2.552vw;
		line-height: 2.552vw;
		font-size: 0.937vw;
	}
	.swiperc3 .swiper-pagination{
		bottom: 9.635vw!important;
	}
	.swiperc3 .con{
		padding: 6.770vw 0.781vw 6.093vw;
	}
	.row-c6 .tit1{
		font-size: 3.281vw;
	}
	.row-c6 .tit2{
		font-size: 1.875vw;
		margin-bottom: 3.645vw;
	}
	.row-c6 .desc{
		font-size: 1.197vw;
		margin-bottom: 8.333vw;
	}
	.swiperc3 .more{
		width: 7.916vw;
		height: 2.343vw;
		line-height: 2.239vw;
		font-size: 0.937vw;
	}
	.row-c6 .col-r{
		padding: 7.395vw 4.166vw 0 9.375vw;
	}
	.row-c6 .col-r .tit2{
		margin-bottom: 1.562vw
	}
	.row-c6 .col-r .desc{
		margin-bottom: 2.604vw;
	}
	.ul-telc1{
		margin-bottom: 1.562vw;
	}
	.ul-telc1 li{
		margin-bottom: 2.604vw;
	}
	.ul-telc1 .icn{
		width: 1.562vw;
		margin-right: 1.562vw;
	}
	.ul-telc1 .txt{
		font-size: 0.937vw;
	}
}
@media only screen and (max-width:950px) {
	.row-c1{
		padding-bottom: 15px;
	}
	.row-c1 .col-l{
		float: none;
		width: auto;
		margin-right: 0;
		padding: 10px 15px;
	}
	.row-c1 .line{
		width: 40px;
		height: 4px;
		margin-bottom: 15px;
	}
	.row-c1 .tit1{
		width: 110px;
		margin-bottom: 10px;
	}
	.row-c1 .tit2{
		font-size: 18px;
	}
	.row-c1 .info{
		padding: 10px 0 0;
	}
	.row-c1 .tit3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.row-c1 .desc{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ul-countup{
		text-align: center;
	}
	.ul-countup li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.ul-countup .num{
		padding-right: 16px;
	}
	.ul-countup .num p{
		font-size: 36px;
		line-height: 40px;
	}
	.ul-countup .sup{
		top: 0;
		font-size: 12px;
	}
	.ul-countup .txt{
		font-size: 14px;
	}
	.row-c2{
		display: block;
	}
	.ul-proc1{
		width: 100%;
		padding: 0 15px;
	}
	.ul-proc1 .con{
		padding: 15px 0;
	}
	.ul-proc1 .num{
		font-size: 36px;
	}
	.ul-proc1 .txt{
		font-size: 14px;
	}
	.row-c2 .info{
		padding: 15px;
		background-image: url(../images/c-bg01.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.row-c2 .tit1{
		font-size: 22px;
	}
	.row-c2 .tit2{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.row-c2 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.row-c2 .more{
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.row-c3{
		display: block;
	}
	.m-titc1{
		width: auto;
		padding: 15px;
		border-bottom: 1px solid #bebebe;
		text-align: center;
	}
	.m-titc1 .tit1{
		font-size: 22px;
	}
	.m-titc1 .tit2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.m-arrc1 .prev,
	.m-arrc1 .next{
		width: 30px;
		height: 30px;
		background-size: 6px;
	}
	.m-arrc1 .prev{
		margin-right: 10px;
	}
	.swiperc1 .con{
		padding: 15px;
	}
	.swiperc1 .tit{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.swiperc1 .desc{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.swiperc1 .num{
		font-size: 14px;
	}
	.swiperc1 .pic{
		margin-bottom: 10px;
	}
	.swiperc1 .desc2{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.row-c4{
		display: block;
	}
	.m-titc2{
		width: auto;
		padding: 15px;
		text-align: center;
	}
	.m-titc2 .tit1{
		font-size: 22px;
	}
	.m-titc2 .tit2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.m-titc2 .desc{
		font-size: 14px;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.ul-dotsc2{
		bottom: 15px;
	}
	.ul-dotsc2 li{
		margin: 0 10px;
	}
	.ul-dotsc2 .con{
		width: 50px;
		height: 35px;
		line-height: 33px;
		border-width: 1px;
		font-size: 14px;
	}
	.row-c5{
		padding: 15px 0;
	}
	.row-c5 .tit1{
		font-size: 22px;
	}
	.row-c5 .tit2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.row-c5 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.row-c5 .more{
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.row-c6 .col-l, .row-c6 .col-r{
		width: 100%;
	}
	.swiperc3 .swiper-pagination{
		bottom: 15px!important;
	}
	.swiperc3 .con{
		padding: 15px 15px 40px;
	}
	.row-c6 .tit1{
		font-size: 22px;
	}
	.row-c6 .tit2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.row-c6 .desc{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.swiperc3 .more{
		width: 100px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
	.swiperc3 .more::before{
		left: -50px;
		margin-top: -3px;
	}
	.swiperc3 .more::after{
		right: -50px;
		margin-top: -3px;
	}
	.row-c6 .col-r{
		padding: 15px;
	}
	.row-c6 .col-r .tit2{
		margin-bottom: 15px;
	}
	.row-c6 .col-r .desc{
		margin-bottom: 15px;
	}
	.ul-telc1{
		margin-bottom: 15px;
	}
	.ul-telc1 li{
		margin-bottom: 15px;
	}
	.ul-telc1 .icn{
		width: 15px;
		margin-right: 15px;
	}
	.ul-telc1 .txt{
		font-size: 14px;
	}
	.row-c6 .col-r .m-arrc1{
		text-align: center;
	}
}

/* 结束 */


/* 新增页面_搜索 */
.jl-row1{
	padding: 80px 0;
	overflow: hidden;
}
.jl-sobox{
	margin-bottom: 50px;
}
.jl-sobox form{
	display: flex;
	align-items: center;
	background-color: #ebebeb;
	font-size: 0;
}
.jl-sobox .box-input{
	flex: 1;
	display: flex;
	align-items: center;
}
.jl-sobox .so-con{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 20px;
}
.jl-sobox .con{
	display: flex;
	align-items: center;
	padding: 0 17px 0 13px;
	background-color: #cccccc;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 16px;
	color: #1a1a1a;
	cursor: pointer;
}
.jl-sobox .con.act{
	background-color: #e5f6ff;
	color: #00a2ff;
}
.jl-sobox .con:last-child{
	margin-right: 0;
}
.jl-sobox .num{
	font-size: 18px;
	line-height: 1.66;
}
.jl-sobox .icn{
	margin-left: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jl-sobox .con.act .icn,
.jl-sobox .icn:hover{
	background-image: url(../images/new_so/icn02.png);
}
.jl-sobox .icn img{
	transition: .5s;
}
.jl-sobox .con.act .icn img,
.jl-sobox .icn:hover img{
	opacity: 0;
}
.jl-sobox .ipt{
	flex: 1;
	display: block;
}
.jl-sobox .ipt input{
	display: block;
	width: 100%;
	height: 2.85em;
	line-height: 2.85em;
	background-color: transparent;
	border: none;
	font-size: 21px;
	padding: 0 15px;
}
.jl-sobox .ipt input::-webkit-input-placeholder{
	color: #b2b2b2;
}
.jl-sobox .ipt input:-moz-placeholder{
	color: #b2b2b2;
}
.jl-sobox .ipt input::-moz-placeholder{
	color: #b2b2b2;
}
.jl-sobox .ipt input:-ms-input-placeholder{
	color: #b2b2b2;
}
.jl-sobox .box-btn{
	display: flex;
	align-items: center;
	height: 100%;
}
.jl-sobox .del-btn{
	display: block;
	width: 28px;
	margin-right: 20px;
	cursor: pointer;
}
.jl-sobox .search{
	display: block;
	width: 210px;
	height: 100%;
	background-color: #00a2ff;
	border: none;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
	height: 2.85em;
	line-height: 2.85em;
}
.list-con{
	margin-bottom: 50px;
	border-top: 5px solid #00a2ff;
	background-color: #ebebeb;
	position: relative;
}
.list-con .act-arr{
	position: absolute;
	top: 11px;
	right: 51px;
	display: block;
	width: 7px;
	font-size: 0;
	z-index: 2;
	transition: .5s;
}
.list-con.act .act-arr{
	transform: rotate(90deg);
}
.list-con .fold-info{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.list-con.act .fold-info{
	display: none;
}
.list-con .unfold-info{
	display: none;
}
.list-con.act .unfold-info{
	display: block;
}
.unfold-info .big-tit{
	font-size: 28px;
	color: #5f5f5f;
	padding: 26px 0;
	text-align: center;
}
.unfold-info .big-tit span{
	color: #00a2ff;
	margin-right: 1em;
}
.jl-tab{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 0 97px;
}
.jl-tab li{
	margin-right: 87px;
	font-size: 20px;
	color: #5f5f5f;
	line-height: 2;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}
.jl-tab li.on{
	border-color: #00a2ff;
	color: #00a2ff;
}
.jl-tabinfo{
	padding-bottom: 100px;
}
.jl-tabinfo .item{
	display: none;
	font-size: 0;
}
.jl-tabinfo .item.on{
	display: block;
}
.jl-timeline{
	position: relative;
	padding: 0 129px;
}
.jl-timeline li{
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	font-size: 16px;
	color: #5f5f5f;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.jl-timeline li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 170px;
	bottom: 0;
	margin-left: -1px;
	z-index: -1;
	width: 2px;
	background-color: #d6d4d2;
}
.jl-timeline li:first-child::after{
	display: none;
}
.jl-timeline li:nth-child(2)::after{
	top: 20px;
}
.jl-timeline li:last-child::after{
	bottom: 50%;
}
.jl-timeline .time{
	display: flex;
	align-items: center;
	width: 300px;
}
.jl-timeline .info{
	flex: 1;
	display: block;
}
.jl-timeline .day{
	display: block;
	width: 160px;
}
.jl-timeline .dot{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 24px;
	border: 5px solid transparent;
	border-radius: 50%;
}
.jl-timeline .act .dot{
	border-color: #9edcff;
	background-color: #ebebeb;
}
.jl-timeline .dot i{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #d6d4d2;
	border-radius: 50%;
	overflow: hidden;
}
.jl-timeline .act .dot i{
	width: 8px;
	height: 8px;
	background-color: #00a2ff;
}
.jl-tabinfo .pic{
	padding: 90px 0 30px;
	font-size: 0;
	text-align: center;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.jl-row1{
		padding: 4.166vw 0;
	}
	.jl-sobox{
		margin-bottom: 2.604vw;
	}
	.jl-sobox .so-con{
		padding-left: 1.041vw;
	}
	.jl-sobox .con{
		padding: 0 0.885vw 0 0.677vw;
		margin-right: 0.833vw;
	}
	.jl-sobox .num{
		font-size: 0.937vw;
	}
	.jl-sobox .icn{
		margin-left: 0.833vw;
	}
	.jl-sobox .ipt input{
		font-size: 1.093vw;
		padding: 0 0.781vw;
	}
	.jl-sobox .del-btn{
		width: 1.258vw;
		margin-right: 1.041vw;
	}
	.jl-sobox .search{
		width: 10.93vw;
		font-size: 1.093vw;
	}
	.list-con{
		margin-bottom: 2.604vw;
		border-width: 0.260vw;
	}
	.unfold-info .big-tit{
		font-size: 1.458vw;
		padding: 1.354vw 0;
	}
	.jl-tab{
		padding: 0 5.052vw;
	}
	.jl-tab li{
		margin-right: 4.531vw;
		font-size: 1.041vw;
		border-width: 0.260vw;
	}
	.jl-tabinfo{
		padding-bottom: 5.208vw;
	}
	.jl-timeline{
		padding: 0 6.718vw;
	}
	.jl-timeline li{
		padding: 1.041vw 0;
		font-size: 0.833vw;
	}
	.jl-timeline li::after{
		left: 8.854vw;
	}
	.jl-timeline li:nth-child(2)::after{
		top: 1.562vw;
	}
	.jl-timeline .time{
		width: 15.62vw;
	}
	.jl-timeline .day{
		width: 8.333vw;
	}
	.jl-timeline .dot{
		width: 1.041vw;
		height: 1.041vw;
		margin-right: 1.25vw;
		border-width: 0.260vw;
		border-radius: 50%;
	}
	.jl-timeline .dot i{
		width: 0.312vw;
		height: 0.312vw;
	}
	.jl-timeline .act .dot i{
		width: 0.416vw;
		height: 0.416vw;
	}
	.jl-tabinfo .pic{
		padding: 4.687vw 0 1.562vw;
	}
}
@media only screen and (max-width:950px) {
	.jl-row1{
		padding: 15px 0;
	}
	.jl-sobox{
		margin-bottom: 15px;
	}
	.jl-sobox form{
		display: block;
		padding: 10px;
	}
	.jl-sobox .box-input{
		display: block;
	}
	.jl-sobox .so-con{
		padding-left: 0;
	}
	.jl-sobox .con{
		padding: 0 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.jl-sobox .num{
		font-size: 14px;
	}
	.jl-sobox .icn{
		width: 10px;
		margin-left: 5px;
	}
	.jl-sobox .ipt input{
		font-size: 14px;
		padding: 0 5px;
	}
	.jl-sobox .box-btn{
		justify-content: center;
	}
	.jl-sobox .del-btn{
		width: 14px;
		margin-right: 5px;
	}
	.jl-sobox .search{
		flex: 1;
		width: auto;
		font-size: 14px;
	}
	.list-con{
		margin-bottom: 10px;
		border-width: 2px;
	}
	.list-con .act-arr{
		top: 10px;
		right: 5px;
	}
	.unfold-info .big-tit{
		font-size: 16px;
		padding: 15px 0;
	}
	.jl-tab{
		padding: 0 30px;
	}
	.jl-tab li{
		margin-right: 15px;
		font-size: 14px;
		border-width: 2px;
	}
	.jl-tabinfo{
		padding-bottom: 15px;
	}
	.jl-timeline{
		padding: 0 30px;
	}
	.jl-timeline li{
		padding: 10px 0;
		font-size: 12px;
	}
	.jl-timeline li::after{
		left: 98px;
	}
	.jl-timeline li:nth-child(2)::after{
		top: 18px;
	}
	.jl-timeline li:last-child::after{
		bottom: 100%;
		margin-bottom: -18px;
	}
	.jl-timeline .time{
		width: 180px;
	}
	.jl-timeline .day{
		width: 90px;
	}
	.jl-timeline .dot{
		width: 16px;
		height: 16px;
		margin-right: 5px;
		border-width: 3px;
	}
	.jl-timeline .dot i{
		width: 6px;
		height: 6px;
	}
	.jl-timeline .act .dot i{
		width: 8px;
		height: 8px;
	}
	.jl-tabinfo .pic{
		padding: 15px;
	}
}
.fold-info .tit{
	cursor:pointer;
}
.act-arr{
	cursor:pointer;
}
/* 新增页面_搜索 end */

.g-backtop{
	    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgb(28 31 35 / 3%), 0 16px 48px 8px rgb(28 31 35 / 8%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
	
	position:fixed;right: 33px;bottom:5%;z-index:99;cursor:pointer;display:none;}

.g-backtop img{
    width: 40px;
    height: 40px;
    padding: 10px;
	}

@media screen and (max-width:1500px){
.g-backtop{}
}

