.onlyhead,
.buines_outbox,
.buines_outbox ul,
.bothbtn a,
.bothbtn a::after,
.newbox,
.newbox .newtxt p i,
.cellTainer .cellline,
.learnMore a i,
.learnMore span i {
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
}

.banner-hov-txt h3,
.banner-hov-txt div p,
.newbox .newimg img {
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
}

.languages a{
    color:#333;
}
/* banner */
.banners {
	width: 100%;
	height: 70vh;
	max-height:750px;
	min-height:500px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin-top: 80px;
}

.banner-container,
.slibgimg {
	width: 100%;
	height: 100%;
}

.slibgimg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slibgimg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bantxtout {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-hov-txt {
	width: 80%;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.banner-hov-txt h3 {
	font-size: 5em;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 0.5em;
	transform: translateY(100%);
	opacity: 0;
	font-family: 'oppoH';
}

.banner-container .banner-hov-txt div p {
	font-size: 2em;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 300;
	transform: translateY(100%);
	opacity: 0;
	font-family: 'oppoH';
}

.banner-container .swiper-slide-active .banner-hov-txt h3,
.banner-container .swiper-slide-active .banner-hov-txt div p {
	transform: translateY(0);
	opacity: 1;
}

.banner-container .swiper-slide-active .banner-hov-txt div p {
	transition-delay: 0.5s;
}

.curios {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -33px;
	z-index: 50;
	cursor: pointer;
}


/* about */
.aboutSe {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.aboutimg {
	width: 100%;
	height: 505px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

.lefHovs {
	width: 300px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #FFFFFF;
}

.slideTxt {
	padding: 45px 40px;
	box-sizing: initial;
	/* background: url(../img/aboutbg.png) no-repeat 80% center; */
	background-size: 360px;

}

.slideTxt p,
.custitem1 div p {
	font-size: 16px;
	line-height: 24px;
	color: #415570;
	margin-bottom: 10px;
}

.slideTxt p {
	font-size: 26px;
	line-height: 30px;
}

.bothbtn a {
	width: 211px;
	height: 46px;
	display: block;
	line-height: 46px;
	background-color: #00abf8;
	border-radius: 25px;
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px transparent solid;
}

.ss a {
	/* background-color: #fff; */
	border: 1px solid #fff;
	background-color: transparent;
	margin-bottom: 40px;

}

.custitem1 div p,
.custitem3 div p {
	margin-bottom: 10px;
}

/* custom */
.custombox {
	width: 100%;
	box-sizing: border-box;
}

.custom_item {
	box-sizing: border-box;
	width: 50%;
	padding: 0;
	overflow: hidden;
	margin-top: 35px;
}

.custombox1 {
	background: #F4F7F9;
}

.custitem1 .bothbtn a {
	background: none;
	border: 1px #00abf8 solid;
	color: #00abf8;
}

.custitem2 .custominner {
	padding: 0 65px;
	margin: 0 auto;
}


.custitem3 {
	width: 100%;
	
	background: url(../img/cusimg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 0;
	padding: 80px 0;
}

.custitem3 .boththeme,
.custitem3 div p {
	color: #FFFFFF;
}

.boththeme {
	padding-top: 65px;
}



.cus_inner {
	width: 100%;
}

.custitem3 div p {
	font-size: 16px;
	line-height: 24px;
}

.custitem3 .bothbtn a {
	background: none;
	border: 1px #fff solid;
	color: #fff;
}

.bothbtn a:hover,
.custitem3 .bothbtn a:hover {
	color: #333333;
	background-color: #fff;
	border: 1px #00abf8 solid;

}

.custitem1 .bothbtn a:hover {
	background-color: #00abf8;
	color: #FFFFFF;
}

.custitem4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custitem4 img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

/* development */
.develop {
	position: relative;
	z-index: 50;
	background: #fff;
}
.xxdis{
	display: flex;
	justify-content: space-between;
}

.buineItem {
	width: 24%;
	height: 390px;
	background: #fff;
	/* float: left;
	margin-right: 3%; */
	box-shadow: 0px 1px 21px 0px rgba(174, 174, 174, 0.25);
	-webkit-box-shadow: 0px 1px 21px 0px rgba(174, 174, 174, 0.25);
	-moz-box-shadow: 0px 1px 21px 0px rgba(174, 174, 174, 0.25);
	-ms-box-shadow: 0px 1px 21px 0px rgba(174, 174, 174, 0.25);
	position: relative;
	cursor: pointer;
}

.buineItem:nth-child(3) {
	margin-right: 0;
}

.buin_imgs {
	background: #1b55b8;
	height: 250px;
	box-sizing: border-box;
}

.buin_imgs img {
	width: 100%;height: 100%; object-fit: cover;
}

.buines_outbox {
	height: 160px;
	background: rgba(255,255,255,0.7);
	transition: all 0.3s ease;
	padding: 30px 10px 10px;
	position: absolute;
	left: 3%;
	bottom: 10px;
	width: 94%;
	box-sizing: border-box;
	/* border-bottom: 1px #164997 solid; */
}

.circleImgsp {
	width: 269px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.circleImgsp img {
	width: 100%;
	display: block;
	margin: auto;
}

.buines_outbox h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	font-family: 'oppoB';
}

.buines_outbox ul {
	padding: 0 20px;
	margin-top: 20px;
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
	opacity: 0;
}

.buines_outbox ul li {
	font-size: 16px;
	color: #415570;
	line-height: 24px;
}

.learnMore {
	position: absolute;
	bottom: 32px;
	left: 35px;
}

.learnMore a,
.learnMore span {
	font-size: 14px;
	color: #00abf8;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
}

.buineItem:hover .buines_outbox {
	height: 300px;
	
	background: rgba(255,255,255,1);
}

.buineItem:hover h4 {
	color: #06234a;
}

.buineItem:hover .buines_outbox ul {
	opacity: 1;
	transition-delay: 0.1s;
}

.buin_fot {
	font-size: 12px;
	line-height: 20px;
	color: #1b1b1b;
	padding: 8px;
	border-top: 3px #20a0a4 solid;
	position: absolute;
	width: 98%;
	box-sizing: border-box;
	bottom: 5px;
	left: 1%;
}

.joincenBot ul li {
	border-bottom: 1px #e4e4e4 solid;
	overflow: hidden;
}

.joincenBot ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 15px 0;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	width: 24%;
	margin-right: 4%;
}

.joincenBot ul li:nth-child(1) a {
	color: #333333 !important;
	font-weight: 550;
}

.joincenBot ul li a:nth-child(4) {
	width: auto;
}

.joincenBot ul li:hover a {
	color: #007674;
}

.learnMore a i,
.learnMore span i {
	vertical-align: text-top;
}

.learnMore a i img,
.learnMore span i img {
	max-width: 14px;
}

.learnMore a:hover i,
.learnMore span:hover i {
	margin-right: 10px;
}


/* pipeline */
.Pipeline {
	width: 100%;
	padding: 30px 0 60px;
	background-color: #f5f8fa;
	box-sizing: border-box;
	position: relative;
}

.Pipeline::after {
	content: '';
	width: 100%;
	height: 283px;
	background: url(../img/pipelinebg.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	bottom: 80px;
	display: none;
}

.Pipeline .tableOuts {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 30;
	background-color: #ffffff;
	box-shadow: 0px 1px 23px 0px rgba(222, 237, 244, 0.75);
	padding: 25px;
}

.Pipeline table {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	table-layout: fixed;
}

.Pipeline table tr {
	margin: 5px 0;
	width: 100%;
	display: block;
	background-color: #eef5fc;
	overflow: hidden;
}

.Pipeline table tr:first-child {
	background: none;
}

.Pipeline table tr:first-child td {
	padding-left: 0 !important;
}

.Pipeline table tr td {
	width: 14.7%;
	padding: 10px 0 10px 0px;
	font-size: 14px;
	color: #0e92c9;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.Pipeline table tr td:nth-child(1) {
	width: 12%;
	padding-left: 16px;
}

.Pipeline table tr td:nth-child(2) {
	width: 26%;
	padding-left: 20px;
}

.Pipeline table .list_theme td {
	margin-right: 0%;
	box-sizing: border-box;
	width: 14.8% !important;
}

.Pipeline table .list_theme td:last-child {
	margin-right: 0;
}

.Pipeline table .list_theme td {
	background-color: #e9f0f9;
	text-align: center;
}

.Pipeline table .list_theme td.tdA {
	width: 38% !important;
	text-align: left;
	font-size: 20px;
	line-height: 27px;
	color: #164997;
	margin-right: 0;
	background-color: transparent;
}

.Pipeline table tr td span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	color: #1d62af;
}

.Pipeline table tr td em {
	display: block;
}

.Pipeline table tr td p img {
	display: block;
	vertical-align: middle;
	width: 100%;
}

.Pipeline table tr td img.logo {
	width: 90px;
	margin: auto;
}

.Pipeline table tr td.one p {
	width: 100%;
}

.ph_progress {
	display: none !important;
}

.Pipeline .bothbtn a {
	position: relative;
	z-index: 40;
	left: 50%;
	transform: translateX(-50%);
}

/* cellplat */
.cellplat {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 40;
	background: #fff;
}

.cellplat .cellplatBoxs {
	height: 678px;
	position: relative;
}

.cellplat .cellplatBoxs .cellboxs {
	height: 100%;
}

.cell_left {
	width: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cell_right {
	width: 40%;
	background: #0A91D3;
}

.cellTainer {
	width: 560px;
	position: absolute;
	top: 55%;
	left: 64%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	overflow: hidden;
}

.cellline {
	width: 560px;
	background: #ffffffe3;
	z-index: 24;
	padding: 80px 60px;
	transition-delay: 0.6s;
	transform: translateX(-100%);
}

.cellline h4 {
	font-size: 22px;
	line-height: 26px;
	color: #06234a;
	margin-bottom: 30px;
	font-family: oppoB;
}

.cellline div p {
	font-size: 16px;
	color: #415570;
	line-height: 24px;
}

.cellline .learnMore {
	position: static;
	margin: 30px 0 0;
	border-bottom: 1px #004798 solid;
	padding-bottom: 40px;
}

.cellplat .cellplatBoxs.aos-animate .cellline {
	transform: translateX(0);
}


/* news */
/* .newTainer{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 40;
	padding-bottom: 30px;
	background: #fff;
}
.newbox .newtxt{
	width: 100%;
	box-sizing: border-box;
	padding: 22px 45px;
}
.newleft,.newright{
	width: 49%;
	overflow: hidden;
	box-sizing: border-box;
}
.newleft{
	margin-right: 2%;
}
.newright .right_newbox{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 5%;
}
.newright .right_newbox:nth-child(2n){
	margin-right: 0;
}
.newbox{
	background-color: #ffffff;
	box-shadow: 0px 3px 18px 0px rgba(10, 80, 151, 0.07);
	border-bottom: 1px transparent solid;
}
.newbox .newtxt h5{
	font-size: 18px;
    line-height: 22px;
    color: #06234a;
    margin-bottom: 30px;
    font-family: osS;
}
.newbox .newtxt p time{
	font-size: 12px;
	color: #999;
}
.newbox .newtxt p i{
	float: right;
	opacity: 0;
}
.newbox .newtxt p i img{
	max-width: 20px;
}
.newleft .newimg{
	height: 350px;
	overflow: hidden;
}
.right_newbox .newimg{
	box-sizing: border-box;
	height: 100px;
	overflow: hidden;
}
.newbox .newimg img{
	width: 100%;
	height: 100%;
}
.newright .right_newbox .newtxt h5{
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newbox:hover {
	box-shadow: 0px 3px 18px 0px rgba(10, 80, 151, 0.1);
    border-bottom: 1px solid #004898;
}
.newbox:hover .newtxt p i{
	opacity: 1;
	transform: translateX(8px);
}
.newbox:hover .newimg img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
} */
/* news */
.newTainer {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 40;
	
	background: #f5f8fa;
}

.newbox .newtxt {
	width: calc(100% - 205px);
	padding: 40px 30px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.newimg,
.newtxt {
	float: left;
}

.newright {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.newleft {
	margin-right: 2%;
}

.newright .right_newbox {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 24px;
}

.newright .right_newbox:nth-child(2n) {
	margin-right: 0;
}

.newbox {
	background-color: #ffffff;
	box-shadow: 0px 3px 18px 0px rgba(10, 80, 151, 0.07);
	/* border-bottom: 1px transparent solid; */
}

.newbox .newtxt h5 {
	font-size: 18px;
	line-height: 22px;
	color: #06234a;
	margin-bottom: 30px;
}

.newbox .newtxt p {
	border-top: #E5E5E5 1px solid;
	padding: 15px 0;
}

.newbox .newtxt p time {
	font-size: 12px;
	color: #666;
	border-right: 1px #E5E5E5 solid;
	padding-right: 10px;
}

.newbox .newtxt p i {
	float: right;
	opacity: 0; position: relative;top:5px;
}

.newbox .newtxt p i img {
	max-width: 16px;
	margin-right: 10px;
}

.newleft .newimg {
	height: 350px;
	overflow: hidden;
}

.right_newbox .newimg {
	box-sizing: border-box;
	width: 205px;
	height: 207px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.newbox .newimg img {
	height: 100%;
	width: 100%;object-fit: cover;
}

.newright .right_newbox .newtxt h5 {
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newbox:hover {
	box-shadow: 0px 3px 18px 0px rgba(10, 80, 151, 0.1);
	/* border-bottom: 1px solid #245bb2; */
}

.newbox:hover .newtxt p i {
	opacity: 1;
	transform: translateX(8px);
}

.newbox:hover .newimg img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}


/* botvideo */
.botvideo {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 40;
}

.vibot {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner__pattern .abs {
	position: absolute;
	top: -650px;
	left: -800px;
	opacity: 0;
	-webkit-transform: scale(.8) translateY(400px);
	transform: scale(.8) translateY(400px);
	-webkit-transition: opacity .5s ease-in-out .2s, -webkit-transform 1.2s ease-in-out;
	transition: opacity .5s ease-in-out .2s, -webkit-transform 1.2s ease-in-out;
	transition: opacity .5s ease-in-out .2s, transform 1.2s ease-in-out;
	transition: opacity .5s ease-in-out .2s, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.banner__pattern [data-anim="fadeIn-patternCircle2"] {
	top: -1000px;
	left: -665px;
}

.botvideo.aos-animate .abs {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.svgtxt {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
}

.svgtxt h4 {
	font-size: 30px;
	color: #fff;
}

/* fixPage */
.session {
	overflow: hidden;
	position: relative;
	z-index: 16;
	background: #fff;
}

.fixTop {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.fixBottom {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}






@media screen and (min-width:2000px) {
	.banner-hov-txt h3 {
		line-height: 80px;
	}
}



@media screen and (max-width:1500px) {
	.w16 {
		width: 1200px;
	}

	.buineItem {
		height: 360px;
	}



	.cellplat .cellplatBoxs {
		height: 600px;
	}



}

.bothbtns {
	border: 1px solid #fff;
	display: inline-block;
	width: 211px;
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
	text-align: center;
	margin-top: 70px;
}

.bothbtns a {
	line-height: 46px;
	display: inline-block;
	color: #fff;
}

.aamargin {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.custominners {
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.flexs_item img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.flexs_itemcro{text-align: center;}
.flexs_item span {
	margin-top: 35px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.pipeline_bg {
	/* background: #8d2893; */
	width: 100%;
	
	
	background: url("../img/index_bg.jpg") no-repeat center center;
	background-size: cover;
}

.smallthemp1 {
	color: #fff;
	padding-top: 50px;
}
.smallthemp11{ padding-top: 0;margin-top: 15px;}
.xxfont {
	font-size: 16px;
}

.xxfonts {
	font-size: 28px;
	color: #fff;
}

.xxfons2 {
	font-size: 48px;
	color: #fff;

}

.developm{ margin-top: 35px;}

.jftech{background:#f3f4f5}
.jftechm{ margin-top: 35px;}
.jftecha{display: block;color:#fff;padding-right: 0;}
.jftechh4{ font-size: 20px;font-weight:bold;}
.jftechp1{ position: relative; opacity: 0; top:10px;margin-top: 20px;transition: all 0.3s ease;}
.jftechp1{ font-size:16px;}
.jftechmore{line-height: 22px;font-size:14px; position: relative;padding-left: 20px;}
.jftechmore i{ position: absolute;left:0;top:-2px;}
.jftechm{background-position: center;background-repeat: no-repeat;background-size: cover;}
.jftechm{background-image: url(../img/jftechmbg.jpg);padding:120px 85px;}
.jftechawz{min-height: 170px;}
.jftecha:hover .jftechp1,.swiper-slide-active .jftechp1{top:0;opacity: 1;}
.jftechtop{ position: relative;}
.jftechbtn{ position: absolute;border: 1px solid #c4cad3;width: 118px;overflow: hidden;right:0;top:2px;}
.jftechbtn:before{ content: ''; position: absolute;width: 1px;background: #c4cad3;height: 60%;top:20%;left:50%;transform: translateX(-50%);}
.jftechbtns{width: 50%;text-align: center;float: left;height: 40px;line-height: 40px;}
.jftechbtns i{ font-size:20px;vertical-align: top;color:#082449;}
.jftechnum{ position: absolute;top:2px;height: 40px;line-height: 40px; right:138px;}
.jftechnum{left:auto;bottom:auto;width: 100px;text-align: right;font-size:24px;color:#999;}
.jftechnum .swiper-pagination-current{color:#082449}


.jffoot{background:#015293;padding-top:60px;padding-bottom:30px;}
		.jffoota,.jffootc{display:flex; justify-content: space-between;}
		.jffootc{ font-size: 12px;}
		.jffootar a{color:#fff; font-size:16px; display:inline-block;}
		.jffootar a{margin-left:20px;}
		.jffootal img{width: 200px;}
		.jffootb i{color:#fff;}
		.jffootba1 i{ font-size:24px;}
		.jffootba2 i{ font-size:28px;}
		.jffootba3 i{ font-size:24px;}
		.jffootb a{display:inline-block; margin-right:20px;}
		.jffootb{margin-top:50px; padding-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.2);}
		.jffootcl{width:70%;}
		.jffootcr{width:30%; text-align:right;}
		.jffootc{ padding-top:20px; line-height:1.8;}
		.jffootc,.jffootc a{color:rgba(255,255,255,0.6)}

.pubbg2:before,.pubbg2:after{position: absolute;content: '';left:0;top:0;width: 100%;height: 100%;transition: all 0.3s ease;}
.pubbg,.num-hover a:hover,.num-hover a.on,.pubbg2:before{background: linear-gradient(270deg, rgba(52,204,242,1) 0%, rgba(28,182,221,1) 50%, rgba(1,156,197,1) 100%);}
.pubbg2:after{background: linear-gradient(270deg, rgba(1,156,197,1) 0%, rgba(28,182,221,1) 50%, rgba(2,142,216,1) 100%);}
.pubbg2:after{opacity: 0;}
.pubbg2:hover:after{opacity: 1;}
.pubbg2:hover:before{opacity: 0;}
.pubbg2{position: relative;display: inline-block;vertical-align: top;}
.pubbg2 span{position: relative;z-index: 3; color:#fff;font-size: 14px;}

.ptb80p{padding-top: 80px;padding-bottom: 80px;}
.pubh3{ font-size: 36px;color:#08a3cb;font-weight: bold;letter-spacing: 2px;line-height: 1.4;}
.pubh3fff{color:#fff;}
.pubms{font-size:18px; color:#555;margin-top: 10px;}
.text-c{ text-align: center;}
.pubflex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.mt35p{margin-top:35px;}
.mt50p{margin-top: 50px;}
.pubradius{border-radius:10px; overflow: hidden;}
.jfpubbox{position: relative;width: 48.5%;}
.jfpubboximg{overflow: hidden;}
.jfpubboximg img{width: 100%;vertical-align: top;}
.jfpubboxwz{position: absolute;padding:50px;top:50%;transform: translateY(-50%);z-index: 3;width: 100%;}
.jfpubboxh4{position: relative;color:#fff; font-size:24px;font-weight: bold;letter-spacing: 2px;}
.jfpubboximg img,.jfpubboxh4 span{transition: all 0.3s ease;}
.jfpubboxh4 span{position: absolute;right:20px;top:2px;font-size: 20px;color:#fff;opacity: 0;}
.jfpubbox:hover .jfpubboxh4 span{opacity: 1;right:0;}
.jfpubbox:hover .jfpubboximg img{transform: scale(1.03);}




.posrea {
    position: relative;
}
.pubdddw {
    position: absolute;
    left: 0;
    top: -82px;
}
/* inpagebaner */
.inpagebaner{ position: relative;height: 560px; margin-top: 82px; overflow:hidden;}
.inpagebaner{ background-size: cover; background-position: center; background-repeat: no-repeat;}
.inpbanerp1{ text-align: center;color:#fff;  position: absolute; width: 100%;}
.inpbanerp1{top:50%;left:0;transform: translateY(-50%);z-index: 3;}
.inpbanernav{position: absolute;left:50%; transform: translateX(-50%);z-index: 3;}
.inpbanernav{padding-bottom:30px;z-index: 3;bottom:0;line-height:20px;}
.inpbanernav,.inpbanernav a{color:#fff;}
.inpbanernav a:nth-child(1){ opacity: 0.7;}
.inpbanernav em{padding:0 5px; padding-right: 8px;}
.inpbanernav em,.inpbanernav a{opacity:0.9;}
.inpbanernav{font-size: 14px;}
.inpbanerh4{font-size:48px; line-height:1.4;}
.inpbanerp0{ color:#fff; font-size:24px; opacity: 0.9; padding-bottom: 10px;font-family: 'Open Sans';}
.inpbanernav:before{ position: absolute;width:6px;height:20px;}
.inpbanernav:before{ content: '';left:0;background: #35a8db;}
.inpbanernav:before{bottom:-10px;z-index: 3;}
.inpbanernav:before{display: none;}


/* innav */
.xflmnav{height: 67px;}
.innavm{display: flex; justify-content:center;}
.innav{ text-align: left; /* background: #f2f2f2; */ border-bottom: 1px solid #b9daea;width: 100%; position: relative;z-index: 10;}
.innavm li{ display: inline-block; height: 66px; line-height: 66px; }
.innav a{color:#222;font-size: 16px;transition: color 0.3s ease;}
.innavul li{margin:0 25px;}
.innavm li.on a,.innavm a:hover{color:#08a3cb;}
.active .innav{position: fixed;left:0;top:82px;background: #fff;border: none;}
.active .innav{box-shadow: 0 5px 15px rgba(0,0,0,0.05);}
.active .innavm li{height: 50px;line-height: 50px;}
.active .innavm li a{font-size: 14px;}
/* .innav{transition: all 0.3s ease;} */


.jfabout-a{background: url(../img/jfabout-abg.jpg) center no-repeat;background-size: cover;}
.jfabout-a-m{position: relative;}
/* .jfabout-a-m:before{ position: absolute;top:-80px;content: '';} */
.jfabout-a-wz{margin-top: 25px;width: 68%;}
.jfabout-a-wz p{margin-top: 30px;}
.jfabout-a-wz p:nth-child(1){margin-top:0;}

.jfabout-b-h5{ font-size: 24px;font-weight: bold;}
.jfabout-b-p1{color:#333;margin-top: 12px;}
.jfabout-b-li{padding:30px 40px;box-shadow: 0 0 25px rgba(0,0,0,0.06);}
.jfabout-b-li{width: 49%;margin-top: 2%;}
.jfabout-b-li:nth-child(-n+2){margin-top: 0;}
.jfabout-b-li,.jfabout-b-h5{transition: all 0.3s ease;}
.jfabout-b-li:hover{box-shadow: 0 15px 35px rgba(0,0,0,0.1);}
.jfabout-b-li:hover .jfabout-b-h5{color: #08a3cb;}

.jfabout-b-icon{ position: relative;width:10%;height:55px;}
.jfabout-b-r{width:84%;}
.jfabout-b-icon img{ position: absolute;left:0;top:5px;}
.jfabout-b-icon img{max-width: 90%;max-height: 90%;}


.sthistorybslider,.sthistorya {overflow: hidden;}
.sthistorydate {
	font-family:'Open Sans',arial;
	color: #cdcdcd;
	font-size: 200px;
	line-height: 230px;
}

.sthistorydate {
	font-weight: bold;
	opacity: 0.1;
}

.sthistorydesc {
	color: #333;
	line-height: 1.8;
	margin-top: 0;
}


.sthistorymwz {
	width: 690px;
	margin: 0 auto;
}

.sthistoryb {
	text-align: center;
}

.sthistorybdate {
	display: inline-block;
	width: 60px;
	font-size: 16px;
	color: #cdcdcd;
	position: relative;
}

.sthistorybdate {
	box-sizing: content-box;
	line-height: 20px;
	height: 20px;
}

.sthistorybdate {
	padding-top: 15px;
	top: 115px;
}

.sthistorybdate:before {
	background: #cdcdcd;
	position: absolute;
	content: '';
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.sthistorybdate:before {
	left: 50%;
	transform: translateX(-50%);
}

.sthistoryb {
	position: absolute;
	width: 100%;
	top: 0;
}

.sthistoryb:before {
	position: absolute;
	content: '';
	left: 0;
	top: 120px;
	width: 100%;
	height: 1px;
	background: #cdcdcd;
}

.sthistory {
	position: relative;
}

.sthistorybslider,
.sthistorydate {
	height: 230px;
}

.swiper-slide-active .sthistorybdate {
	color: #43a2db;
	font-weight: bold;
}

.swiper-slide-active .sthistorybdate:before {
	background-color: #43a2db;
}

.sthistorybbtn {
	width: 61px;
	height: 61px;
	border: 1px solid #cdcdcd;
}

.sthistorybbtn {
	border-radius: 50%;
	background: #f5f6f7;
	text-align: center;
}

.sthistorybbtn {line-height: 59px;z-index: 66;font-size: 20px;position: absolute;top: 88px}

.sthistorybbtnl {left: 0;}

.sthistorybbtnr {right: 0;}

.sthistorybslider {padding: 0 60px;}

.sthistorybbtn,.sthistorybbtn i {transition: all 0.5s ease;}
.sthistorybbtn i{vertical-align: top;}

.sthistorybbtn:hover {border-color: #43a2db;background: #43a2db;}

.sthistorybbtn:hover {color: #fff;}

.sthistoryb {z-index: 6;}
.sthistorym {
	opacity: 0 !important;
}

.sthistorym.swiper-slide-active {
	opacity: 1 !important;
}
.sthistorym {
    text-align: center;
}
.sthistorydesc{ font-weight: bold;}
.jfabout-b{ padding-bottom: 30px;}



.zxhistorym{ position: relative;}
							.zxhistorym:after{ position: absolute;content: '';height:30px;width: 100%;border-bottom: 1px solid #fff; z-index: 5;left: 0;bottom: 0}
							.zxhistorym:after{background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);}
							.zxhistorym:before{top:0;left:40px; position: absolute;content: '';width: 1px;height: 100%;background: #095ca5;}
							.zxhistoryma{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;padding: 30px 0;}
							.zxhistorymal{width: 12%;text-align: left;}
							.zxhistorymar{line-height:1.8;font-size: 16px;}
							.zxhistorymaline,.zxhistorymar{width: 88%;}
							.zxhistorymar{ padding-bottom: 0;padding-top: 22px;}
							.zxhistorymal{ font-size: 24px;}
							.zxhistorymal{font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
							.zxhistorymal span{color:#019cc5;}
							.zxhistorymar{display: flex;justify-content: space-between;flex-wrap: wrap;}
							.zxhistorymar{}
							.zxhistoryp1{width: 75%;}
							.zxhistoryp1 strong{ padding-right: 10px;}
							.zxhistoryp2{width: 165px;}
							.zxhistorymal span{ z-index: 3; padding: 20px 0; position: relative;background: #fff;display: inline-block;line-height:30px;}
							.zxhistorymal span:before,.zxhistorymal span:after{ position: absolute;content: '';border-radius:50%;}
							.zxhistorymal span:before,.zxhistorymal span:after{width: 7px;height: 7px;background: #095ca5;left:37px;}
							.zxhistorymal span:before{top:0;}
							.zxhistorymal span:after{bottom:0;}
							.zxhistoryma:nth-child(2){ padding-top: 0;}
							.zxhistoryma:nth-child(2) .zxhistorymal span:before{display: none;}
							.zxhistoryma:last-child .zxhistorymar{border: none;padding-bottom: 0;}
							.zxhistoryma:last-child .zxhistorymal span:after{display: none;}
							.zxhistorymab{display: none;}
							.zxhistoryma{ position: relative;}
							.zxhistorymaline{position: absolute;bottom:0;right:0;height: 1px;background: #e8e8e8;}
							.zxhistorymaa:hover .zxhistorymal span,.zxhistorymaa:hover .zxhistoryp1{color:#34ccf1;}
							.zxhistorymal span,.zxhistoryp1{transition: all 0.3s ease;}
							.zxhistorym:after{background: #fff;height: 1px;}
							.zxhistoryma:last-child{padding-bottom: 0;}
							.zxhistorymbg{background: url(../img/jiangbeibg.jpg) right bottom no-repeat;}
							.zxhistorymbg{width: 543px;height: 747px;position: absolute;content: '';}
							.zxhistorymbg{bottom:-80px;right:-170px;}
							

.jfcarers-a{padding-bottom: 30px;}
.jfcarers-a-m{background-position: center;background-repeat: no-repeat;background-size: cover;}
.jfcarers-a-p1{color:#fff;margin-top: 20px;}
.jfcarers-a-p1{margin-top: 20px;max-width: 670px;}
.jfcarers-more{margin-top: 40px;}
.jfcarers-more a{display: inline-block;padding:0 60px;height: 52px;line-height: 52px;background: #fff;}
.jfcarers-more a{color:#08a3cb;border-radius:30px;margin-right: 15px;}
.jfcarers-more a{transition: all 0.3s ease;}
.jfcarers-a-wz{padding:90px;padding-bottom: 0;}
.jfcarers-a-m{height: 460px;}
.jfcarers-more a:hover{background: #08a3cb;color:#fff;}

.jfcarers-b{padding-bottom:30px;}
.jfcarers-b-h5{ font-size: 18px;font-weight: bold;margin-top: 20px;}
.jfcarers-b-ms{color:#444;margin-top: 10px;}
.jfcarers-b-icon{ position: relative;width:100px;height:100px;display: inline-block;}
.jfcarers-b-icon{border-radius:50%;box-shadow: 0 10px 25px rgba(0,0,0,0.05);}
.jfcarers-b-icon img{ position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.jfcarers-b-icon img{max-width: 80%;max-height: 80%;}
.jfcarers-b-sliderm{text-align: center;padding:0 25px;}
.jfcarers-b-slider{}

.jfjob-a{padding-bottom: 30px;}
.jfjob-a-p1{color: #08a3cb;font-size: 26px;}
.jbw1{width: 25%;}
.jbw2{width: 25%;}
.jbw3{width: 25%;}
.jbw4{width: 25%;}
.jbw4 i{display: none !important;}
.joblisttit i{position: absolute;background: #fff;width: 1px;right:0;top:35%;height: 30%;display: block;}
.joblisttit{font-size:18px;color:#fff;line-height: 80px;}
.jbw1,.jbw2,.jbw3,.jbw4{text-align: center; position: relative;}
.joblistnbl,.joblistnbr{width: 42%;}
.joblistnbl{}
.joblistnbr{}
.joblistnb{padding: 25px 0;}
.joblistnbh5{font-size:14px;padding-bottom: 10px;font-weight: bold;}
.joblistm{}
.joblist {box-shadow: 0 10px 25px rgba(0,0,0,0.05);padding-bottom: 15px;}
.joblistna{padding:28px 0;border-bottom:1px solid #e9e7e7;line-height: 21px;cursor: pointer;}
/* .jobbtnz{display: inline-block;width: 21px;height: 21px;position: relative;vertical-align: top;}
.jobbtnz:before,.jobbtnz:after{display: block;position: absolute;left:0;top:0;width:100%;height: 100%;content: '';background-size: 80% auto !important;}
.jobbtnz:before{background: url(../img/jjia.png) center no-repeat;width: 100%;height: 100%;}
.jobbtnz:after{background: url(../img/jjian.png) center no-repeat;width: 100%;height: 100%;opacity: 0;} */
.joblistnb{display: none;border-bottom:1px solid #e9e7e7;}
.joblistna:hover,.joblistna.active{background: #fafafa;}
.joblistna{transition: all 0.3s ease;}
.jobbtnz { position: absolute;right:0;top:0;transition: all 0.3s ease;}
.active .jobbtnz{transform:rotateX(180deg);}
.joblistn:last-child .joblistna{border: none;}

.joblistnbdesc{font-size:14px;}
.joblisttit{padding-left:30px;padding-right:30px;}
.joblistna,.joblistnb{padding-left: 30px;padding-right: 30px;}
.jbw1{text-align: left;}
.jbw1 span,.joblistnbm{padding-left: 55px;}
.joblistnbm{width: 100%;}
.wysqzw{margin-top: 20px;cursor: pointer;}
.wysqzw a{display: inline-block;color:#fff;padding:0 40px;line-height: 42px;border-radius:30px;font-size: 14px;}

.jfjob-b{padding-bottom: 30px;}
.jfjob-b-icon{ position: relative;width:96px;height:96px;display: inline-block;}
.jfjob-b-icon{border-radius:50%;box-shadow: 0 10px 25px rgba(0,0,0,0.05);}
.jfjob-b-icon img{ position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.jfjob-b-icon img{max-width: 80%;max-height: 80%;}
.jfjob-b-p1{margin-top: 10px;}
.jfjob-b-m-a{text-align: center;width: 120px;}
.jfjob-b-m-b i{font-size: 24px;line-height: 26px;position: relative;top:35px;color:#666;}

.jfjob-c-m-r{color:#fff;width: 62.5%;}
.jfjob-c-m-r-m{padding:45px 60px;}
.jfjob-c-m-r-m p{margin-top: 30px;}
.jfjob-c-m-r-m p:nth-child(1){margin-top: 0;}
.jfjob-c-m-l{width: 35.8%;}
.jfjob-c-m-l img{vertical-align: top;width: 100%;height: 100%;object-fit: cover;}

.jfnew-a-m{justify-content: start;}
.jfnew-a-link{display: block;width:32%;margin-right: 2%;margin-bottom: 2%;}
.jfnew-a-link:nth-child(3n){margin-right: 0;}
.jfnew-a-img{overflow: hidden;}
.jfnew-a-img img{width: 100%;vertical-align: top;}
.jfnew-a-wz{border: 1px solid #d6e2f0;padding:20px;}
.jfnew-a-h3{color:#222;font-weight: bold;}
.jfnew-a-ms{font-size:14px;color:#666;margin-top: 5px;}
.jfnew-a-wz .jfnew-a-ms{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}
.jfnew-a-date{font-size:14px;color:#999;margin-top: 15px;display: inline-block;}
.jfnew-a-link:hover .jfnew-a-h3,.jfnew-a-link:hover .jfnew-a-ms,.jfnew-a-link:hover .jfnew-a-date{color:#fff;}
.jfnew-a-link:hover .jfnew-a-img img{transform: scale(1.03);}
.jfnew-a-link:hover .jfnew-a-wz{background: #34ccf1;border-color:#34ccf1;}
.jfnew-a-wz,.jfnew-a-h3,.jfnew-a-ms,.jfnew-a-date,.jfnew-a-img img{transition: all 0.3s ease;}

.jftech-a{padding-bottom: 0;}
.jftech-b-slider-wap,.jftech-b-slider-m{height: auto;}
.jftech-b-slider-wap{display: flex;flex-wrap: wrap;}
.jftech-b-slider-wap.two{justify-content: center;}
.jftech-b-slider-m{width: 32%;margin-right: 2%;margin-top: 2%;padding:50px 60px;position: relative;cursor: pointer;}
.jftech-b-slider-m:before{background: #fff;z-index: 2; opacity: 0;content: '';width: 100%;height: 100%;left:0;top:0;}
.jftech-b-slider-m:nth-child(3n){margin-right: 0;}
.jftech-b-slider-m:nth-child(-n+3){margin-top: 0;}
.jftech-b-slider-h4,.jftech-b-slider-ms{position: relative;z-index: 3;color:#fff;}
.jftech-b-slider-bg{position: absolute;width: 100%;height: 100%;left:0;top:0;}
.jftech-b-slider-h4{font-size: 24px;display: inline-block;padding-right: 40px;line-height: 1.4;}
.jftech-b-slider-h4 i{color:#08a3cb;font-size: 22px;position: absolute;right:20px; opacity: 0;top:3px;}
.jftech-b-slider-ms{margin-top: 12px;}
.jftech-b-slider-m:hover .jftech-b-slider-h4 i{ opacity: 1;right:0;}
.jftech-b-slider-m:hover .jftech-b-slider-bg{opacity: 0;}
.jftech-b-slider-m:hover:before{opacity: 1;}
.jftech-b-slider-m:hover .jftech-b-slider-h4{color:#222;}
.jftech-b-slider-m:hover .jftech-b-slider-ms{color:#444;}
.jftech-b-slider-m:hover{box-shadow: 0 20px 35px rgba(0,0,0,0.06);transition: all 0.3s ease;}
.jftech-b-slider-m:before,.jftech-b-slider-h4 i,.jftech-b-slider-h4,.jftech-b-slider-ms,.jftech-b-slider-bg{transition: all 0.3s ease;}

.jftech-b,.jftech-c{padding-bottom: 30px;}
.jftech-c-wz{margin-top: 50px;}
.jftech-c-wz img{margin: 0 auto;max-width:100%;display:inherit;}

/* .jftech-c-wz p{margin-top: 25px;}
.jftech-c-wz p:nth-child(1){margin-top: 0;} */


.jftech-a-m img{margin: 0 auto;max-width: 100%;height:auto;}
.jftech-a-m table{width: 100%;border-collapse:collapse;box-shadow: 0 0 25px rgba(0,0,0,0.08);border-radius:10px; overflow: hidden;}
.jftech-a-m td,.jftech-a-m th{padding: 10px;border:1px solid #cedfed;border-collapse: collapse;text-align: center;}
.jftech-a-m tr:nth-child(1){background: linear-gradient(270deg, rgba(52,204,242,1) 0%, rgba(28,182,221,1) 50%, rgba(1,156,197,1) 100%);}
.jftech-a-m tr:nth-child(1) td{color:#fff;font-weight: bold;}

 .jftech-a-m tr:nth-child(1) td{border-right-color: rgba(255,255,255,0.5);}
.jftech-a-m tr td:nth-child(1){border-left: none;}
.jftech-a-m tr:nth-child(1) td{border-top:none;}
.jftech-a-m tr td:last-child{border-right: none;}
.jftech-a-m tr:last-child td{border-bottom:none;}
.jftech-a-m tr.one td{border-right:1px solid #cedfed;border-bottom: none;}
/* .jftech-a-m tr:nth-child(1) td{border-right-color: rgba(255,255,255,0.5);}
.jftech-a-m tr:nth-child(1) td:nth-child(1){border-left-color: rgba(1,156,197,1);}
.jftech-a-m tr:nth-child(1) td:last-child{border-right-color: rgba(52,204,242,1);} */

/* .jftech-a-m p{margin-top: 25px;}
.jftech-a-m p:nth-child(1){margin-top: 0;}
 */



.jftech-lay-h4{font-size: 24px;color:#08a3cb;line-height: 1.4;font-weight: bold; position: relative;}
.jftech-lay-ms{margin-top: 10px;}
.jftech-lay-xx{margin-top: 35px; font-size:14px;}
.jftech-lay-xx img{max-width: 100%;}

.jfcarers-d-btn{padding:0 70px;height: 45px;line-height: 45px;border-radius:35px;overflow: hidden;-webkit-border-radius:35px;cursor: pointer;}
.jfcarers-otxt,.jfcarers-otext{box-sizing: border-box;font-size: 14px;line-height: 20px;padding:12px 15px;border:1px solid #cccccc; border-radius:10px;vertical-align: top;}
.jfcarers-otxt{width: 31%;}
.jfcarers-otext{width: 100%;resize: none;}
.jfcarers-d-p1{margin-top: 20px;}
.jfcarers-d-p1:nth-child(1){margin-top: 0;}
.jfcarers-d-p2{margin-top: 30px;}
.jfcarers-d-r{width: 780px;padding:40px;box-shadow: 0 0 25px rgba(0,0,0,0.08);}
.jfcarers-otext{height: 104px;}
.jfcarers-d-a{align-items: center;}
.jfcarers-d-p3{margin-top: 25px;}
.jfcarers-d-p3-m span{width: 50px;}
.jfcarers-d-p3-m em{width: 320px;}
.jfcarers-d-l{width: 370px;}


.innavslider a{display: block;text-align: center;line-height: 66px;height: 66px;}
.innavslider{width: 92%;overflow: hidden;margin:0 auto}
.innavsliderbtn{ position: absolute;height: 66px;line-height: 66px;top:0;width: 30px; cursor: pointer;display: block;}
.innavsliderbtnl{left:0;text-align: left;}
.innavsliderbtnr{right:0;text-align: right;}
.innavsliderbtn i{ font-size:26px;color:#08a3cb;}
.innavslider-m.on a{color:#08a3cb;}
.innavslider-m{width: auto;padding-right: 30px;}

.imggallery img{max-width: 100%;}
.imggallery a{display: block;vertical-align: top;}
.imggallery{ position: relative;text-align: center;}
.imggallery:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    content: '';
}



.jf-tab{text-align: center;}
.jf-tab-m{display: inline-block;margin: 0 25px;cursor: pointer;}
.jf-tab-m{color:#222; opacity: 0.5;font-weight: bold;}
.jf-tab-m.on{opacity: 1;}

.jf-tab-li{display: none;}
.jf-tab-li:nth-child(1){display: block;}

.jftechm{overflow:hidden;}
.jftechmslider{overflow: hidden;}


/* 首页logo */
.pipeline_bg{ height:auto;}
					.hzhbsub{color:#fff;border-bottom: 1px solid rgba(255,255,255,0.3);}
					.hzhbsliderbtn,.hzhbsliderma{border-radius:5px;}
					.hzhbsliderbtn{height: 100%;width: 60px;background: rgba(255,255,255,0.3);}
					.hzhbsliderbtn{ position: absolute;top:0;}
					.hzhbsub span{ display: inline-block;padding-bottom: 15px; position: relative;}
					.hzhbsub span{ cursor: pointer;}
					.hzhbsliderbtnl{ background: url(../img/hzhbsliderbtnr.svg) center no-repeat rgba(255,255,255,0.3);background-size: 36px auto;}
					.hzhbsliderbtnr{ background: url(../img/hzhbsliderbtnl.svg) center no-repeat rgba(255,255,255,0.3);background-size: 36px auto;}
					.hzhbslider{ position: relative;padding: 0 88px;}
					.hzhbsliderbtnl{left:0;}
					.hzhbsliderbtnr{right:0;}
					.hzhbsliderma img{max-width: 100%;vertical-align: top;}
					.hzhbsub span{ font-size:18px;margin-right:35px;}
					.hzhbsub span:before{ opacity: 0; position: absolute;content: '';height: 2px;background: #fff;width: 100%;left:0;bottom:-1px;}
					.hzhbsub span.on:before{ opacity: 1;}
					.hzhbsub{ margin-top:15px;}
					.hzhbtab{ margin-top:30px;}
					.hzhbsliderm {overflow: hidden;}
					.hzhbtab{position: relative;height: 116px;}
					.hzhbslider{transition: all 0.3s ease;}
					.hzhbslider{position:absolute;width: 100%;left:0;top:0;opacity: 0;visibility: hidden;z-index: -5;}
					.hzhbslider.on{opacity: 1;visibility: visible;z-index: 3;}
					
					@media screen and (max-width:1000px) {
						.hzhbsliderbtn{width: 30px;background-size:22px auto;}
						.hzhbslider{padding:0 40px;}
						.hzhbsub span{font-size: 16px;padding-bottom: 8px;margin-right: 15px;}
					}
/* 首页logo */				


/* 首页CDMO隐藏描述 */
.buines_outbox ul{display: none;}
.buines_outbox{height: 150px;}
.buineItem:hover .buines_outbox{height: 150px;}


.xxbsub a{ display: inline-block;}
					.xxbsub{text-align: center;color:#fff;}
					.slibgimg:before{ position: absolute;content: '';width: 100%;height: 100%;left:0;top:0;background: #000;}
					.slibgimg:before{opacity:0;}
				
					.xxbsub{width: 500px;margin: 0 auto;}
					.xxbsub a{width:50%;margin-top: 10px;color:#fff;}
					.xxbsub{display: flex;justify-content: space-between;flex-wrap: wrap;}
					.xxbmore{display: inline-block;border: 1px solid #fff; border-radius:35px;}
					.xxbmore{color:#fff;font-size: 14px;}
					.xxbmore{padding:10px 50px; cursor: pointer;margin-top: 50px;}
					

.pb30p{ padding-bottom: 30px;}
.wap_show {display: none;}
@media screen and (max-width:1000px) {
	.wap_show {display: block;}
	.wap_hide{display: none;}
	.hc-mobile-nav li.nav-close {
		display: none;
	}
	
	.xxbsub{width:94%;}
	.cdmoindex{ overflow: hidden;}
	.banners{margin-top: 0;height: calc(100vh - 80px);}
	.xxfons2{font-size: 24px;}
	.xxfonts{font-size: 16px;}
	
	
	.custom_item{width: 100%;margin-top: 0;}
	.slideTxt p, .custitem1 div p{font-size: 14px;line-height: 1.8;}
	.bothbtn a,.morecdmo .bothbtns{width: auto;display: inline-block;padding: 0 50px;font-size: 14px;height: 40px;line-height: 40px;}
	.bothbtn a,.morecdmo .bothbtns{margin-top: 25px;}
	.custitem2 {display: none;}
	.custitem3{background-attachment: scroll;}
	.flexs_item{width:48%;text-align: center;margin-top: 25px;}
	.custominners{flex-wrap: wrap;}
	.flexs_item span{margin-top:15px;}
	.custominners {margin-top: 0;}
	.morecdmo{width: 100%;border: none;}
	.morecdmo .bothbtns a{line-height: 40px;}
	.learnMore{position: relative;left:0;bottom:0;}
	
	
	.cdmoindex a{display: block;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
	.buines_outbox{position: relative;left:0;bottom:0;width: 100%;height: auto;}
	.buines_outbox{padding: 20px;margin: 0; }
	.buines_outbox h4{font-size: 16px;padding: 0;}
	.buines_outbox h4{margin-top: 0;}
	.learnMore{margin-top: 15px;}
	.buines_outbox ul{padding: 0;margin-top: 0;display: none;}
	.jftechbtn{right:4%;border-color: #ddd;top:-7px;}
	.jftechbtn:before{background: #ddd;}
	.jftechbtns i{font-size: 14px;}
	.jftechm{margin-top: 25px;}
	.w16{width: 100%;min-width: inherit;}
	.jftechh4{ font-size: 16px;}
	.jftechp1{font-size: 14px;}
	.jftechm{padding: 45px 4%;}
	.jftechmore{font-size: 12px;padding-left: 15px;line-height: 20px;}
	.jftechmore i{top:-2px;vertical-align: top;}
	
	.xxfont{font-size: 14px;}
	.pipeline_bg{padding-top: 60px;padding-bottom: 60px;}
	.newright .right_newbox{width: 100%;margin-right: 0;}
	.right_newbox .newimg{width: 33%;display: block;}
	.newbox .newtxt{width: 67%;}
	.newbox .newtxt h5{font-size: 16px;}
	.newbox .newtxt{padding:20px 15px;}
	.newbox .newtxt h5{margin-bottom: 0;}
	.newbox .newtxt p{padding: 0;border: none;margin-top: 10px;}
	.newbox .newtxt p time{border: none;}
	.newbox a{display: flex;}
	.right_newbox .newimg{height: auto;}
	.right_newbox .newimg img{height: 100%;object-fit: cover;width: 100%;}
	.newright .right_newbox{margin-bottom: 20px;}
	.newright .right_newbox:last-child{margin-bottom: 0;}
	
	.mt50p{margin-top: 25px;}
	body{font-size: 14px;}
	.imggallery:before,.onlyhead,.jffoot,.inpbanernav{display: none;}
	.inpagebaner{height: 180px;margin-top: 0;}
	.inpbanerp0{ font-size: 14px;}
	.inpbanerh4,.pubh3{ font-size: 22px;}
	.w12{width: 100%;}
	.xflmnav{display: none;}
	.pubh3{text-align: left;}
	.pubms{font-size: 14px;text-align: left;margin-top: 5px;}
	
	.jfabout-a-wz p{margin-top: 10px;}
	.jfabout-a-wz{width: 100%;}
	
	.jfabout-b-li{padding: 20px;align-content: flex-start;}
	.jfabout-b-r{width: 80%;}
	.jfabout-b-icon{width: 18%;height: 50px;display: inline-block;}
	.jfabout-b-h5{margin-top: 10px;}
	.jfabout-b-p1{margin-top: 5px;}
	.jfabout-b-li{width: 100%;}
	
	.jfabout-c{background: #f2f2f2;}
	
	.zxhistorym:before{display: none;}
	.zxhistorymal{font-size: 16px;}
	.zxhistorymar{font-size: 14px;}
	.zxhistoryma{padding: 20px 0;}
	.zxhistorymaline, .zxhistorymar,.zxhistorymal{width: 100%;}
	.zxhistorymal span:after{width: 4px;height: 4px;left:0;top:8px;;}
	.zxhistorymal span{padding: 0;padding-left: 12px;line-height: 1.4;}
	.zxhistorymar{padding-top: 5px;padding-left: 12px;}
	.zxhistorymbg{width: 100%;height: 100%;right:-4%;bottom:-45px;}
	.zxhistorymbg{background-size: 88% auto;}
	.zxhistorymal span:before{display: none;}
	
	.sthistoryb:before{display: none;}
	.sthistorybslider, .sthistorydate{height: auto;}
	.sthistorybslider{height: 0;overflow: hidden;}
	.sthistorybbtn{width:40px;height: 40px;line-height: 38px;top:-62px;}
	.sthistorybbtn i{ font-size: 14px;}
	.sthistorybbtnr{right:0;}
	.sthistorybbtnl{left:auto;right:58px;}
	.sthistorydate{height: auto;font-size: 22px;line-height: 1.4; opacity:1;color:#222;}
	.sthistorymwz{width: 100%;text-align: left;}
	.sthistorydesc{ font-weight: normal;}
	.sthistorydesc{margin-top: 10px;}
	
	.jfcarers-a-wz{padding:45px 25px;}
	.jfcarers-more a{height: 40px;line-height: 40px;padding:0 30px;}
	.jfcarers-a-m{height: auto;}
	.jfcarers-b-icon{width:60px;height: 60px;}
	.jfcarers-b-h5{margin-top: 10px;}
	
	.jfpubbox{width: 100%;}
	.jfcarers-c-m-link{height: 120px;}
	.jfpubboximg{height: 100%;}
	.jfcarers-c-m-link img{height: 100%;object-fit: cover;}
	.jfcarers-c-m-link{margin-top:20px;}
	.jfcarers-c-m-link:nth-child(1){margin-top:0;}
	
	.jfcarers-d-a{margin-top: 0 !important;}
	.jfcarers-d-r{width: 100%;padding: 0;box-shadow: none;}
	.jfcarers-otxt{width: 100%;margin-top: 20px;}
	
	.jbw2,.jbw4{display: none;}
	.joblisttit i{display: none;}
	.joblisttit,.jfjob-a-p1{font-size: 16px;}
	.jbw1 span, .joblistnbm{padding-left: 0;}
	.joblisttit{line-height: 1.4;}
	.joblisttit,.joblistna{padding: 15px;}
	.jbw1{width:70%;}
	.jbw3{width: 30%; position: relative;}
	.joblistm .jbw3 span{ font-size: 12px;color:#666;}
	
	.jfjob-b-m-a{width: 30%;}
	.jfjob-b-m-b{width: 20%;text-align: center;}
	.jfjob-b-icon{width: 80px;height: 80px;}
	
	.jfjob-c-m-l,.jfjob-c-m-r{width: 100%;}
	.jfjob-c-m-l{height: 160px;}
	.jfjob-c-m-l img{height: 100%;object-fit: cover;}
	.jfjob-c-m-r-m{padding:25px 20px;}
	.jfjob-c-m-r-m p{margin-top: 20px;}
	
	.jfnew-a-link{width: 100%;}
	.jfnew-a-img{max-height: 200px;}
	.jfnew-a-img img{height: 100%;object-fit: cover;}
	.jfnew-a-link{margin-bottom: 20px;}
	.centdetailmn{width: 100% !important;}
	.centdetaildesc{font-size: 14px;}
	.centdetail{margin-top:125px;}
	.centdetailh3{font-size: 18px;}
	
	.jftech-lay-h4{font-size: 16px;padding-right: 10px;}
	.jf-tab{text-align: left;margin-top: 15px !important;}
	.jf-tab span{margin: 0; margin-right: 12px;margin-top: 5px;}
	
	.joblistnbl,.joblistnbr{width: 100%;}
	.joblistnb{padding: 20px;}
	
	.jftech-b-slider-wap{flex-wrap: inherit;}
	.jftech-b-slider{overflow: hidden;}
	.jftech-b-slider-m{padding: 25px 20px;}
	.jftech-b-slider-m:hover .jftech-b-slider-bg{opacity: 1;}
	.jftech-b-slider-m:hover .jftech-b-slider-h4,.jftech-b-slider-m:hover .jftech-b-slider-ms{color:#fff;}
	.jftech-b-slider-h4{font-size: 18px;}
	.jftech-b-slider-h4{padding-right: 0;display: block;padding-right: 12px;}
	.jftech-b-slider-h4 i{opacity: 1;color:#fff;font-size: 16px;right: -6px;}
	.jftech-b-slider-m{margin: 0;}
	
	.jftech-a-m td, .jftech-a-m th{padding: 10px;}
	.hastable{ overflow-x: scroll;}
	.jftech-a-m table{width:800px;}
	.custom_item{padding-top: 50px;padding-bottom: 50px;}
	
	
	.pubsliderpage{text-align: center;}
	:root {
	  --swiper-theme-color:#08a3cb;
	}
	.jfabout-b-h5,.jfcarers-b-h5,.jfpubboxh4,.jfnew-a-h3{font-size: 16px;}
	.sthistory,.mt35p,.jfcarers-more{margin-top: 25px;}
	.inpbanerp1,.plr4p{padding-left: 4%;padding-right: 4%;}
	.ptb80p,.ptb100p{padding-top: 45px;padding-bottom: 45px;}
	.pb30p {padding-bottom: 0;}
	.jfabout-c,.jfabout-b{padding-bottom: 45px;}
}