/* ==========================================================================
   css meeting 会议活动样式
   ========================================================================== */
/* ==========================================================================
   css index 首页样式
   ========================================================================== */
/* section-title */
.section-title {
	padding-bottom: 50px;
	text-align: center;
}
.section-title h2 {
	margin-bottom: 10px;
	color: #333;
}
.section-title p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
}
/* more */
.more {
	padding-top: 50px;
	width: 100%;
	text-align: center;
	clear: both;
}
.more a {
	display: inline-block;
	padding: 15px 75px;
	font-size: 16px;
	color: #fff;
	background: #00a0ea;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}
.more a:hover {
	background: rgba(0, 160, 234, .75);
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
/*===================	slide ===================*/
/* slide */
.slide {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	min-width: 1180px;
	height: 630px;
	background: #333;
	overflow: hidden;
}
/* swiper-slide */
.swiper-slide {
	position: relative;
	width: 100%;
	min-width: 1180px;
	height: 630px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.slide-bg1, .slide-bg2, .slide-bg3, .slide-bg4, .slide-bg5 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide-bg1 {
	background: #242a37 url(../images/slide_bg1.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg2 {
	background: #242a37 url(../images/slide_bg2.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg3 {
	background: #242a37 url(../images/slide_bg3.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg4 {
	background: #242a37 url(../images/slide_bg4.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg5 {
	background: #1b294f url(../images/slide_bg5.png) center center no-repeat;
	background-color: #1b294f;
}
.swiper-slide .ani img {
	width: 1180px;
	height: 630px;
	overflow: hidden;
}
.swiper-slide .container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1180px;
	height: 400px;
	margin-left: -590px;
	margin-top: -200px;
}
.swiper-slide .slide-text {
	width: 100%;
	padding-top: 90px;
	color: #fff;
	text-align: center;
}
.swiper-slide .slide-text h1 {
	max-height: 150px;
	font-size: 48px;
	font-weight: bold;
	line-height: 72px;
}
.swiper-slide .slide-text p {
	margin: 20px 0 50px;
	max-height: 64px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 3px;
}
.slide-bg2 .slide-text {
	width: 50%;
	text-align: left;
}
.slide-bg4 .slide-text {
	float: right;
	width: 50%;
	text-align: right;
}
/* slide-nav */
.slide-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.05);
}
.slide-nav ul {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slide-nav li {
	float: left;
	width: 20%;
	height: 100px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slide-nav li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.slide-nav li dl {
	display: block;
	float: left;
	height: 60px;
	padding: 20px 15px;
	overflow: hidden;
}
.slide-nav li dl dt {
	height: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	overflow: hidden;
}
.slide-nav li dl dt:before {
	content: "";
	position: absolute;
	top: 50px;
	width: 36px;
	height: 2px;
	background: #00a0ea;
	opacity: .75;
	filter: alpha(opacity=75);
}
.slide-nav li dl dd {
	height: 24px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: .75;
	filter: alpha(opacity=75);
	overflow: hidden;
}
.slide-nav li a:hover {
	background: rgba(255, 255, 255, 0.05);
}
.slide-nav li:nth-child(5) {
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}
/* swiper-pagination */
.swiper-pagination {
	position: absolute;
	z-index: 999;
	bottom: 120px !important;
	left: 0;
	width: 100%;
	text-align: center;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px !important;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.swiper-pagination-bullet-active {
	width: 30px;
	opacity: .75;
	filter: alpha(opacity=75);
}
/* swiper-button */
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
.swiper-button-prev, .swiper-button-next {
	background: none;
}
.swiper-button-prev i, .swiper-button-next i {
	height: 36px;
	line-height: 36px;
	color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}
.swiper-button-prev i:hover, .swiper-button-next i:hover {
	opacity: .75;
	filter: alpha(opacity=75);
}
/*===================	product标准管理 ===================*/
/* product 标准管理*/
.product {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.product-item {
	position: relative;
	width: 100%;
	height: 460px;
}
.product-item ul li {
	float: left;
	width: 23%;
	height: 460px;
	margin-left: 1.75%;
	background: #fff;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product-item ul li {
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-o-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
}
.product-item ul li:first-child {
	margin-left: 0;
}
/* product-item-normal */
.product-item-normal {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.product-item-icon {
	width: 90px;
	height: 90px;
	margin: 40px auto 30px;
	text-align: center;
	background: url(../images/product_icon_01.svg) center no-repeat;
	background-size: 100%;
}
.product-item-icon i {
	line-height: 90px;
	color: #fff;
	text-align: center;
}
.product-item-title {
	text-align: center;
}
.product-item-title h3 {
	height: 24px;
	margin-bottom: 14px;
	line-height: 24px;
}
.product-item-title p {
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.product-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border: 1px solid #f3f3f3;
	border-left: none;
	border-right: none;
}
.product-item-desc p {
	margin: 0 auto 18px;
	width: 90%;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	text-align: center;
}
.product-item-price {
	margin-top: 70px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.product-item-price em {
	font-size: 24px;
	color: #00a0ea;
}
.product-item-price span {
	font-size: 48px;
	color: #00a0ea;
}
/* product-item-active */
.product-item ul li.product-active {
	z-index: 9;
	width: 50%;
	background: #00a0ea;
	background: -moz-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: -webkit-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a14faf', endColorstr='#00a0ea', GradientType=1);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.product-item ul li.product-active .product-item-normal {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.product-item ul li.product-active .product-item-active {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.product-item ul li.product-active .product-item-icon {
	width: 120px;
	height: 120px;
	margin: 30px auto 10px;
	text-align: center;
	background: url(../images/product_icon_02.svg) center no-repeat;
	background-size: 100%;
}
.product-item ul li.product-active a:hover .product-item-icon {
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.product-item ul li.product-active .product-item-icon i {
	line-height: 120px;
	color: #00a0ea;
}
.product-item ul li.product-active .product-item-title h3 {
	color: #fff;
}
.product-item ul li.product-active .product-item-title p {
	color: #fff;
}
.product-item ul li.product-active .product-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border-color: rgba(255, 255, 255, .4);
}
.product-item ul li.product-active .product-item-desc p {
	width: 240px;
	height: 88px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
.product-item ul li.product-active .product-item-price {
	margin-top: 30px;
	color: #dfdfdf;
	text-align: center;
}
.product-item ul li.product-active .product-item-price em {
	font-size: 18px;
	color: #fff;
}
.product-item ul li.product-active .product-item-price span {
	display: inline-block;
	height: 36px;
	padding-right: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.product-item-active {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.product-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.product-item-btn {
	display: block;
	width: 90%;
	height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #ff6a00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-item-btn:hover {
	color: #fff;
	background: #f26500;
}
/*===================	一站式 ===================*/
/* OSSS 一站式*/
.osss {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}



/*===================	6大优势 ===================*/
/* 6大优势 */
.producta {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.producta-item {
	position: relative;
	width: 100%;
	height: 380px;
}
.producta-item ul li {
	float: left;
	width: 10%;
	height: 380px;
	margin-left: 1.75%;
	background: #fff;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.producta-item ul li {
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-o-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
}
.producta-item ul li:first-child {
	margin-left: 0;
}
/* product-item-normal */
.producta-item-normal {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.producta-item-icon {
	width: 90px;
	height: 90px;
	margin: 40px auto 30px;
	text-align: center;
	background: url(../images/product_icon_01.svg) center no-repeat;
	background-size: 100%;
}
.producta-item-icon i {
	line-height: 90px;
	color: #fff;
	text-align: center;
}
.producta-item-title {
	text-align: center;
}
.producta-item-title h3 {
	height: 24px;
	margin-bottom: 14px;
	line-height: 24px;
}
.producta-item-title p {
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.producta-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border: 1px solid #f3f3f3;
	border-left: none;
	border-right: none;
}
.producta-item-desc p {
	margin: 0 auto 18px;
	width: 90%;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	text-align: center;
}
.producta-item-price {
	margin-top: 70px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.producta-item-price em {
	font-size: 24px;
	color: #00a0ea;
}
.producta-aitem-price span {
	font-size: 48px;
	color: #00a0ea;
}
/* product-item-active */
.producta-item ul li.producta-active {
	z-index: 9;
	width: 25%;
	background: #00a0ea;
	background: -moz-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: -webkit-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a14faf', endColorstr='#00a0ea', GradientType=1);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.producta-item ul li.producta-active .producta-item-normal {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.producta-item ul li.producta-active .producta-item-active {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.producta-item ul li.producta-active .producta-item-icon {
	width: 120px;
	height: 120px;
	margin: 30px auto 10px;
	text-align: center;
	background: url(../images/product_icon_02.svg) center no-repeat;
	background-size: 100%;
}
.producta-item ul li.producta-active a:hover .producta-item-icon {
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.producta-item ul li.producta-active .producta-item-icon i {
	line-height: 120px;
	color: #00a0ea;
}
.producta-item ul li.producta-active .producta-item-title h3 {
	color: #fff;
}
.producta-item ul li.producta-active .producta-item-title p {
	color: #fff;
}
.producta-item ul li.producta-active .producta-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border-color: rgba(255, 255, 255, .4);
}
.producta-item ul li.producta-active .producta-item-desc p {
	width: 240px;
	height: 88px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
.producta-item ul li.producta-active .producta-item-price {
	margin-top: 30px;
	color: #dfdfdf;
	text-align: center;
}
.producta-item ul li.producta-active .producta-item-price em {
	font-size: 18px;
	color: #fff;
}
.producta-item ul li.producat-active .producta-item-price span {
	display: inline-block;
	height: 36px;
	padding-right: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.producta-item-active {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.producta-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.producta-item-btn {
	display: block;
	width: 90%;
	height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #ff6a00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.producta-item-btn:hover {
	color: #fff;
	background: #f26500;
}
/*===================	service ===================*/
/* service-item */
.service {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
}
.service-item {
	position: relative;
	width: 100%;
	height: 96px;
}
.service-item li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service-item li a {
	display: block;
	padding-bottom: 10px;
}
.service-item li a span {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}
.service-item li a span {
	color: #666;
}
.service-item li a h4 {
	display: block;
	color: #333;
}
.service-item li a:hover span, .service-item li a:hover h4, .on .service-item-icon, .on .service-item-column {
	color: #00a0ea;
}
.service-item ul .on a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #00a0ea;
}
/* service-list */
.service-list {
	padding: 40px 0 30px;
	background: #f7f7f7;
}
.service-list li {
	float: left;
	width: 25%;
	padding: 15px 20px;
	margin-bottom: 10px;
	vertical-align: top;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.service-list li a {
	position: relative;
}
.service-list li h5 {
	margin-bottom: 5px;
	color: #666;
}
.service-list li h5 em {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	min-width: 32px;
	padding: 0 2px;
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	color: #f60;
	line-height: 14px;
	text-align: center;
	border: 1px solid #f60;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service-list li span {
	color: #999;
}
.service-list li:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.service-list li:hover h5 {
	color: #00a0ea;
}
/*===================	solution ===================*/
/* solution */
.solution {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.solution-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #373d41;
	overflow: hidden;
}
.solution-item button.fa {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 50px;
	padding: 0;
	font-size: 40px;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	background: rgba(0, 0, 0, .1);
	border: none;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item button.fa:hover {
	color: #fff;
	background: rgba(48, 113, 255, .5);
}
.solution-item .fa-angle-left {
	left: 0;
}
.solution-item .fa-angle-right {
	right: 0;
}
.solution-item .solution-slide {
	width: 100%;
	overflow: hidden;
}
.solution-item .solution-slide ul {
	display: flex;
	width: 10000%;
}
.solution-item .solution-slide ul:after {
	display: block;
	clear: both;
	content: '';
}
.solution-item .solution-slide ul li {
	position: relative;
	float: left;
	width: .2%;
	height: 20%;
	min-height: 345px;
	color: #fff;
	text-align: center;
}
.solution-item .solution-slide ul li span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item .solution-slide ul li:hover span {
	background: rgba(0, 160, 234, .5);
	cursor: pointer;
}
.solution-slide ul li i, .solution-slide ul li hr, .solution-slide ul li h3, .solution-slide ul li p, .solution-slide ul li a {
	position: absolute;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item .solution-slide ul li i {
	top: 26%;
	right: 0;
	left: 0;
}
.solution-item .solution-slide ul li:hover i {
	top: 15%;
	font-size: 4em;
}
.solution-item .solution-slide ul li hr {
	top: 52%;
	left: 50%;
	padding: 0;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff;
	border: none;
}
.solution-item .solution-slide ul li:hover hr {
	top: 42%;
	opacity: 0;
}
.solution-item .solution-slide ul li h3 {
	top: 60%;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 24px;
}
.solution-item .solution-slide ul li:hover h3 {
	top: 37%;
	font-size: 20px;
}
.solution-item .solution-slide ul li p {
	top: 70%;
	right: 10%;
	left: 10%;
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	opacity: 0;
}
.solution-item .solution-slide ul li:hover p {
	top: 50%;
	opacity: 1;
}
.solution-item .solution-slide ul li a {
	top: 85%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 36px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
}
.solution-item .solution-slide ul li a:hover {
	color: #00a0ea;
	background: #fff;
}
.solution-item .solution-slide ul li:hover a {
	top: 75%;
	opacity: 1;
}
.solution-item .solution-slide ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
/*===================	cases案例 ===================*/
.cases {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1180px;
	padding: 50px 0px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.cases-item {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	text-align: center;
}
.cases-item .hd {
	height: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.cases-item .hd ul {
	width: 100%;
	margin: 0 auto;
}
.cases-item .hd ul li {
	display: inline;
	float: left;
	width: 20%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.cases-item .hd ul li.on {
	position: relative;
	padding-bottom: 16px;
	color: #00a0ea;
	border-bottom: 2px solid #00a0ea;
}
.cases-item .hd ul li.on:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 110px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #00a0ea;
}
.cases-item .bd {
	height: auto;
	margin-top: 50px;
}
.cases-item .bd ul {
	position: relative;
	width: 100%;
}
.cases-item .bd ul li {
	float: left;
	width: 370px;
	height: 422px;
	padding-top: 20px;
	margin-top: 40px;
	margin-right: 35px;
	background: url(../images/cases_bg.png) no-repeat left top;
	-webkit-box-shadow: 0px 8px 12px #efefef;
	-moz-box-shadow: 0px 8px 12px #efefef;
	-o-box-shadow: 0px 8px 12px #efefef;
	box-shadow: 0px 8px 12px #efefef;
}
.cases-item .bd li:nth-child(-n+3) {
	margin-top: 0;
}
.cases-item .bd li:nth-child(3n) {
	margin-right: 0;
}
.cases-images {
	position: relative;
	width: 370px;
	height: 280px;
	overflow: hidden;
}
.cases-images a {
	display: block;
}
.cases-text {
	margin-top: 24px;
	color: #333;
	text-align: left;
}
.cases-text h3 {
	width: 330px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cases-text h3 a {
	padding: 0 20px 0 15px;
	font-size: 16px;
	line-height: 24px;
	border-left: 4px solid #00a0ea;
}
.cases-text p {
	padding: 10px 20px 20px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cases-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: #f7f7f7;
	border-top: 1px solid #efefef;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cases-time {
	margin-top: 3px;
	font-size: 14px;
	color: #999;
}
.cases-type {
	display: inline-block;
}
.cases-type span {
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	color: #00a0ea;
	border: 1px solid #00a0ea;
}
/*===================	number ===================*/
.number {
	min-width: 1180px;
	background-size: cover;
	background-attachment: fixed;
	background: #00a0ea url(../images/number_bg.png) center center no-repeat;
	overflow: hidden;
}
.number .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.number .clearfix {
 *+height:1%;
}
.number ul {
	padding: 50px 0;
	_zoom: 1;
}
.number ul li {
	float: left;
	width: 20%;
	height: auto;
	color: #fff;
	text-align: center;
}
.number ul li b {
	position: relative;
	display: inline-block;
	margin: 15px 0 10px;
	font-size: 48px;
	line-height: 1;
}
.number ul li p {
	margin: 0;
	font-size: 16px;
}
.number ul li b i {
	font-style: normal;
}
.number ul li b sup {
	position: absolute;
	top: 5px;
	right: -15px;
	font-size: 20px;
}
.number ul li b em {
	position: relative;
	top: -3px;
	padding-left: 6px;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
}
/*===================	about ===================*/
.about {
	position: relative;
	min-width: 1180px;
	height: 500px;
	margin: 0 auto;
	background: #242a37;
}
.about .about-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	min-width: 1180px;
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url(../images/about_bg.jpg) center center no-repeat;
	background-attachment: fixed;
}
.about .container {
	position: relative;
	z-index: 2;
}
.about .section-title {
	padding-top: 50px;
}
.about .section-title h2, .about p {
	color: #fff;
}
.about .about-desc {
	width: 42%;
	height: auto;
	margin-top: 0px;
	text-align: left;
}
.about .about-desc p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.about .seemore {
	margin-top: 30px;
}
.about video {
	position: absolute;
	top: 180px;
	right: 0;
	z-index: 2;
	width: 640px;
	height: 320px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
}
/*===================	news新闻 ===================*/
.news {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 100px 0px 50px;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.news-item {
	position: relative;
	width: 100%;
	height: auto;
}
.news-item .hd {
	height: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.news-item .hd ul {
	width: 100%;
	margin: 0 auto;
}
.news-item .hd ul li {
	display: inline;
	float: left;
	width: 20%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.news-item .hd ul li.on {
	position: relative;
	padding-bottom: 16px;
	color: #00a0ea;
	border-bottom: 2px solid #00a0ea;
}
.news-item .hd ul li.on:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 110px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #00a0ea;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	font-size: 0;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #00a0ea #fff #fff #fff;
	zoom: 1;/* overflow: hidden; */
}
.news-item .bd {
	height: 360px;
	margin-top: 50px;
}
/* news-item-left */
.news-item-left {
	float: left;
	width: 31.355%;
	height: 100%;
}
.news-item-left a {
	width: 100%;
	height: 100%;
}
.news-item-left .news-img {
	position: relative;
	display: flex;
	width: 100%;
	height: 225px;
	border: 2px solid #f7f7f7;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.news-item-left .news-img img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.news-item-left .news-img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news-item-left .news-txt {
	padding: 15px 0;
	text-align: left;
}
.news-item-left .news-txt h4 {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #333;
	overflow: hidden;
}
.news-item-left .news-txt>span {
	display: block;
	height: 48px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
}
.news-item-left .news-icon {
	padding-top: 5px;
}
.news-item-left .news-icon span {
	float: left;
	padding-right: 10px;
	line-height: 24px;
	color: #a7a7a7;
}
.news-item-left .news-icon span i {
	padding-right: 10px;
}
.news-item-left a:hover .news-txt h4 {
	color: #00a0ea;
}
/* news-item-right */
.news-item-right {
	float: right;
	width: 68.644%;
}
.news-item-right ul {
	float: right;
}
.news-item-right li {
	float: left;
	width: 47%;
	height: 100px;
	margin-bottom: 20px;
	margin-left: 2.5%;
	border: 2px solid #f7f7f7;
}
.news-item-right li:nth-child(5), .news-item-right li:nth-child(6) {
	margin-bottom: 0px;
}
.news-item-right li a {
	width: 100%;
	height: 100%;
}
.news-item-right .news-date {
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #999;
}
.news-item-right .news-date strong {
	display: block;
	padding-top: 10px;
	font-size: 30px;
	line-height: 35px;
}
.news-item-right .news-text {
	float: left;
	width: 70%;
	height: 80px;
	margin: 10px 10px 10px 0;
}
.news-item-right .news-text h5 {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-item-right .news-text span {
	display: block;
	height: 40px;
	color: #999;
	overflow: hidden;
}
.news-item-right li:hover {
	border: 2px solid #00a0ea;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	-moz-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	-o-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
}
.news-item-right li:hover .news-date {
	background: #00a0ea;
}
.news-item-right li:hover .news-text h5 {
	color: #00a0ea;
}
/*===================	honor ===================*/
.honor {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 20px 0px;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.honor-item {
	position: relative;
	width: 100%;
	height: 91px;
}
.honor-item ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}
.honor-item ul li img {
	width: auto;
	height: 60px;
}
.honor-item ul li p {
	padding-top: 5px;
	font-size: 14px;
}

/*===================	合作伙伴 ===================*/
/* 合作伙伴 */
.main {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding-bottom: 50px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.main-bg {
	padding: 50px;
	background: #fff;
	overflow: hidden;
}
/* main-title */
.main-title {
	position: relative;
	display: block;
	width: 180px;
	padding: 0 20px;
	margin: 0 auto 30px;
	text-align: center;
}
.main-title:before, .main-title:after {
	position: absolute;
	content: '';
	top: 50%;
	display: block;
	width: 100px;
	height: 1px;
	background: #dfdfdf;
}
.main-title:before {
	left: -100px;
}
.main-title:after {
	right: -100px;
}
.main-title > h2 {
	color: #333;
}
.main-title > p {
	font-size: 14px;
	color: #999;
}

/* partner */
.partner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.partner li {
	position: relative;
	float: left;
	width: 20%;
	height: 120px;
	text-align: center;
	background-color: transparent;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.partner li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 0 #dfdfdf;
	-o-box-shadow: inset 0 0 0 0 #dfdfdf;
	-moz-box-shadow: inset 0 0 0 0 #dfdfdf;
	box-shadow: inset 0 0 0 0 #dfdfdf;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.partner li:hover:after {
	-webkit-box-shadow: inset 0 0 0 5px #dfdfdf;
	-o-box-shadow: inset 0 0 0 5px #dfdfdf;
	-moz-box-shadow: inset 0 0 0 5px #dfdfdf;
	box-shadow: inset 0 0 0 5px #dfdfdf;
}
.partner li:nth-child(-n+5) {
	border-top: 1px solid #dfdfdf;
}
.partner li:nth-child(5n) {
	border-right: 1px solid #dfdfdf;
}
.partner li:last-child {
	border-right: 1px solid #dfdfdf;
}
.partner li a {
	display: block;
	width: 100%;
	height: 120px;
}
.partner li img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -50%) scale(1.0, 1.0);
	-moz-transform: translate(-50%, -50%) scale(1.0, 1.0);
	-ms-transform: translate(-50%, -50%) scale(1.0, 1.0);
	-o-transform: translate(-50%, -50%) scale(1.0, 1.0);
	transform: translate(-50%, -50%) scale(1.0, 1.0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.partner li:hover img {
	-webkit-transform: translate(-50%, -50%) scale(.9, .9);
	-moz-transform: translate(-50%, -50%) scale(.9, .9);
	-ms-transform: translate(-50%, -50%) scale(.9, .9);
	-o-transform: translate(-50%, -50%) scale(.9, .9);
	transform: translate(-50%, -50%) scale(.9, .9);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: .9;
}
.partner-links {
	padding-top: 30px;
}
.partner-links p {
	font-size: 16px;
	color: #999;
	line-height: 36px;
}

/* 仿流程 */
.processiconCont {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding-bottom: 50px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.processiconCont{ padding: 60px 0 80px; }
.processiconCont .iconbox{ display: flex; justify-content: center; position: relative; } 
.processiconCont .iconbox::after{ content: ''; position: absolute; width: 100%; height: 1px; background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 50%, transparent 50%); background-size: 8px 1px; background-repeat: repeat-x; top: 142px; }
.processiconCont .iconbox .tips{ text-align: center; width: 10%; }
.processiconCont .iconbox .tips .icon{ margin: 0 auto; width: 100px; height: 100px; border: 1px solid #d2d2d2; border-radius: 100px; background-repeat: no-repeat; background-position: center; background-size: 100%; margin-bottom: 25px; position: relative; box-sizing: border-box; transition: all 0.3s ease; }
.processiconCont .iconbox .tips:hover .icon{ border-color: #00a0ea; }
.processiconCont .iconbox .tips .icon::after{ content: ''; position: absolute; width: 1px; height: 25px; background: #d2d2d2; bottom: -26px; left: 50%; }
.processiconCont .iconbox .tips .icon1{ background-image: url("../images/processIcon1-1.png"); }
.processiconCont .iconbox .tips .icon2{ background-image: url("../images/processIcon2-1.png"); }
.processiconCont .iconbox .tips .icon3{ background-image: url("../images/processIcon3-1.png"); }
.processiconCont .iconbox .tips .icon4{ background-image: url("../images/processIcon4-1.png"); }
.processiconCont .iconbox .tips .icon5{ background-image: url("../images/processIcon5-1.png"); }
.processiconCont .iconbox .tips .icon6{ background-image: url("../images/processIcon6-1.png"); }
.processiconCont .iconbox .tips .icon7{ background-image: url("../images/processIcon7-1.png"); }
.processiconCont .iconbox .tips .icon8{ background-image: url("../images/processIcon8-1.png"); }
.processiconCont .iconbox .tips:hover .icon1{ background-image: url("../images/processIcon1-2.png"); }
.processiconCont .iconbox .tips:hover .icon2{ background-image: url("../images/processIcon2-2.png"); }
.processiconCont .iconbox .tips:hover .icon3{ background-image: url("../images/processIcon3-2.png"); }
.processiconCont .iconbox .tips:hover .icon4{ background-image: url("../images/processIcon4-2.png"); }
.processiconCont .iconbox .tips:hover .icon5{ background-image: url("../images/processIcon5-2.png"); }
.processiconCont .iconbox .tips:hover .icon6{ background-image: url("../images/processIcon6-2.png"); }
.processiconCont .iconbox .tips:hover .icon7{ background-image: url("../images/processIcon7-2.png"); }
.processiconCont .iconbox .tips:hover .icon8{ background-image: url("../images/processIcon8-2.png"); }
.processiconCont .iconbox .tips span{ display: inline-block; width: 35px; height: 35px; line-height: 35px; border: 1px solid #d2d2d2; border-radius: 100px; box-sizing: border-box; text-align: center; font-size: 17px; margin-bottom: 15px; background: #fff; position: relative; z-index: 2; transition: all 0.3s ease; }
.processiconCont .iconbox .tips:hover span{ color: #fff; background: #00a0ea; border-color: #00a0ea; }
.processiconCont .iconbox .tips p{ font-size: 19px; color: #000; font-weight: bold; }


/* 仿6大优势 */

.mainTitle{ margin-bottom: 60px; }
.mainTitle h2{ font-size: 40px; color: #000; text-align: center; margin-bottom: 5px; }
.mainTitle p{ text-align: center; font-size: 19px; line-height: 35px; }

.choiceCont{ padding: 70px 0 100px; }
.choiceCont .list{ display: flex; justify-content: space-between; }
.choiceCont .list>div{ border-right: 1px solid #d2d2d2; }
.choiceCont .list .sp{ width: 18%; background: #00a0ea; color: #fff; padding: 20px 25px 0; box-sizing: border-box; }
.choiceCont .list .sp .tit{ font-size: 30px; margin-bottom: 15px; }
.choiceCont .list .sp .tit b{ font-size: 77px; }
.choiceCont .list .sp p{ font-size: 17px; line-height: 32px; }
.choiceCont .list .li{ width: 14%; text-align: center; padding: 40px 25px 40px; box-sizing: border-box; position: relative; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
.choiceCont .list .li::after{ content: ''; position: absolute; background: #fff; width: 100%; height: 100%; left: 0; top: 0; transition: all 0.3s ease; }
.choiceCont .list .li:hover::after{ box-shadow: 0 0 20px rgba(204,204,204,0.77); width: 101%; height: 101%; left: -1px; top: -1px; background: #00a0ea; }
.choiceCont .list .li:hover{ z-index: 1; }
.choiceCont .list .li .icon{ width: 41px; height: 43px; margin: 0 auto; background-repeat: no-repeat; background-position: center; transition: all 0.3s ease; margin-bottom: 40px; position: relative; z-index: 1; }
.choiceCont .list .li .icon1{ background-image: url("../images/choiceIcon1-1.png"); }
.choiceCont .list .li .icon2{ background-image: url("../images/choiceIcon2-1.png"); }
.choiceCont .list .li .icon3{ background-image: url("../images/choiceIcon3-1.png"); }
.choiceCont .list .li .icon4{ background-image: url("../images/choiceIcon4-1.png"); }
.choiceCont .list .li .icon5{ background-image: url("../images/choiceIcon5-1.png"); }
.choiceCont .list .li .icon6{ background-image: url("../images/choiceIcon6-1.png"); }
.choiceCont .list .li:hover .icon1{ background-image: url("../images/choiceIcon1-2.png"); }
.choiceCont .list .li:hover .icon2{ background-image: url("../images/choiceIcon2-2.png"); }
.choiceCont .list .li:hover .icon3{ background-image: url("../images/choiceIcon3-2.png"); }
.choiceCont .list .li:hover .icon4{ background-image: url("../images/choiceIcon4-2.png"); }
.choiceCont .list .li:hover .icon5{ background-image: url("../images/choiceIcon5-2.png"); }
.choiceCont .list .li:hover .icon6{ background-image: url("../images/choiceIcon6-2.png"); }
.choiceCont .list .li .tit{ font-size: 25px; color: #000; margin-bottom: 20px; position: relative; z-index: 1; }
.choiceCont .list .li:hover .tit,.choiceCont .list .li:hover p{ color: #fff; }
.choiceCont .list .li p{ font-size: 17px; line-height: 26px; position: relative; z-index: 1; }

.container.bg{ background: #f8f8f8; }
/* .mainHead .mainMenu{ display: none; }
.mainHead .mainLogo{ left: 50%; margin-left: -132px; z-index: 10; }
/* .mainHead .subMenu{ display: block; left: 0; } */
.mainHead .subMenu .left{ float: left; margin-left: 100px; }
.mainHead .subMenu .right{ float: right; }
.mainHead .subMenu .language{ float: right; line-height: 44px; margin-left: 35px; }
.mainTitle{ margin-bottom: 60px; }
.mainTitle h2{ font-size: 40px; color: #000; text-align: center; margin-bottom: 20px; }
.mainTitle h2.sp{ position: relative; }
.mainTitle h2.sp::after{ content: ''; position: absolute; bottom: -15px; left: 50%; margin-left: -19px; width: 38px; height: 3px; background: #1f4390; }
.mainTitle p{ text-align: center; font-size: 19px; line-height: 35px; }
.publicPadding{ padding: 60px 0 80px; }
.publicBg{ background: #fff; }
.publicBg2{ background: #f8f8f8; }
.playBtn{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.35) url("../images/video2.png") no-repeat center; cursor: pointer; z-index: 10 }
.publicMore{ line-height: 50px; border: 1px solid #d2d2d2; border-radius: 50px; box-sizing: border-box; height: 50px; text-align: center; width: 160px; font-size: 16px; color: #666; transition: all 0.3s ease; display: inline-block; }
.publicMore:hover{ background: #1f4390; border-color: #1f4390; color: #fff; }
.minMenu{ display: none; }

.advone{ height: 250px; background: url("../images/advbg1.jpg") no-repeat center; background-size: cover; color: #fff; }
.advone .flex{ display: flex; height: 100%; justify-content: space-between; align-items: center; }
.advone .tit{ font-size: 30px; }
.advone .tit p{ font-size: 40px; margin-top: 10px; }
.advone .table{ display: flex; align-items: baseline; width: 60%; justify-content: space-between; }
.advone .table .li{ width: 24%; text-align: center; }
.advone .table .li:last-child{ width: 28%; }
.advone .table .li .sp{ font-size: 22px; }
.advone .table .li .sp b{ font-size: 50px; }
.advone .table .li p{ line-height: 24px; }

.advtwo{ height: 250px; background: url("../images/advbg2.jpg") no-repeat center; background-size: cover; color: #fff; }
.advtwo .flex{ display: flex; height: 100%; justify-content: space-between; align-items: center; }
.advtwo .tit h3{ font-size: 34px; margin-bottom: 10px; }
.advtwo .tit p{ font-size: 14px; text-transform: uppercase; }
.advtwo .service .txt{ padding-left: 80px; background: url("../images/tel.png") no-repeat left center; color: #fff; font-size: 16px; margin-bottom: 35px; }
.advtwo .service .txt p{ font-size: 40px; font-weight: bold; margin-top: 5px; }
.advtwo .service a{ display: block; width: 100%; height: 45px; line-height: 45px; position: relative; background: #fff; color: #1f4390; text-align: center; border-radius: 50px; font-size: 24px; }
.advtwo .service a:hover::after{ animation: scale 1.5s linear 0s infinite; }
.advtwo .service a::after{ position: absolute; content: ''; width: 105%; left: -3%; height: 60px; top: -8px; border: 1px solid rgba(255,255,255,.22); border-radius: 60px; }
.advthree{ background: url("../images/advbg1.jpg") no-repeat center; background-size: cover; }
.advthree .tit h3 span{ font-size: 54px; }
.advfour{ background: url("../images/advBg2.jpg") no-repeat center; background-size: cover; }
.advfive{ background: url("../images/advBg1.jpg") no-repeat center; background-size: cover; }

.bannerCont{ position: relative; }
.bannerCont img{ width: 100%; display: block; }
.bannerCont .fixText{ position: absolute; top: 0; width: 1500px; left: 50%; margin-left: -750px; height: 100%; display: flex; flex-wrap: wrap; align-content: center; color: #fff; }
.bannerCont .fixText h2{ font-size: 44px; margin-bottom: 20px; width: 100%; }
.bannerCont .fixText p{ font-size: 22px; }

.breadcrumbs{ border-bottom: 1px solid #e5e5e5; height: 90px; line-height: 90px; position: relative; }
.breadcrumbs .crumbs{ padding-left: 40px; background: url("../images/breadicon.png") no-repeat left center; color: #999; float: left; }
.breadcrumbs .crumbs a{ color: #999; }
.breadcrumbs .crumbs a:hover,.breadcrumbs .crumbs span{ color: #1f4390; }
.breadcrumbs .menu{ float: right; }
.breadcrumbs .menu a{ display: inline-block; color: #333; position: relative; margin-left: 50px; }
.breadcrumbs .menu a:first-child{ margin-left: 0; }
.breadcrumbs .menu a.active,.breadcrumbs .menu a:hover{ color: #1f4390; }
.breadcrumbs .menu a::after{ position: absolute; content: ''; width: 100%; height: 0; background: #1f4390; left: 0; bottom: -1px; }
.breadcrumbs .menu a.active::after{ height: 2px; }

.buildCont{ position: relative; padding: 60px 0 100px; }
.buildCont .leftbar{ position: absolute; width: 260px; top: 60px; left: 0; }
.buildCont .leftbar .tips{ background: #fff; margin-bottom: 30px; }
.buildCont .leftbar .tips .tit{ font-size: 22px; color: #1f4390; line-height: 70px; border-bottom: 1px dashed #e6e6e6; padding: 0 25px; }
.buildCont .leftbar .tips .li{ line-height: 50px; padding-left: 26px; position: relative; }
.buildCont .leftbar .tips .li a{ color: #666; font-size: 16px; display: block; border-bottom: 1px dashed #e6e6e6; position: relative; padding: 0 25px; }
.buildCont .leftbar .tips .li:last-child a,.buildCont .leftbar .tips .li.active a{ border: none; }
.buildCont .leftbar .tips .li a::after{ content: ''; position: absolute; left: 0; top: 25px; width: 7px; height: 7px; border-radius: 8px; background: #999; }
.buildCont .leftbar .tips .li:hover a{ color: #1f4390; }
.buildCont .leftbar .tips .li.active{ background: #1f4390; }
.buildCont .leftbar .tips .li.active a{ color: #fff; }
.buildCont .content{ padding-left: 296px; }

.filterCont{ margin-bottom: 40px; background: #fff; padding: 0 25px; }
.filterCont .list{ padding: 30px 0 20px 90px; position: relative; border-bottom: 1px solid #eee; }
.filterCont .list span{ position: absolute; left: 0; top: 30px; color: #000; font-size: 18px; }
.filterCont .list a{ font-size: 16px; color: #666; margin-left: 15px; margin-bottom: 15px; display: inline-block; }
.filterCont .list a.active,.filterCont .list a:hover{ color: #1f4390; }

.globalcaseList{ display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; }
.globalcaseList .li{ margin-bottom: 30px; width: 32%; margin-right: 2%; }
.globalcaseList .li:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.globalcaseList .li:nth-child(3n){ margin-right: 0; }
.globalcaseList .li .imgbox{ position: relative; overflow: hidden; }
.globalcaseList .li .imgbox .picbox{ background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1.5s ease; }
.globalcaseList .li:hover .imgbox .picbox{ transform: scale(1.1) }
.globalcaseList .li .imgbox img{ width: 100%; display: block; }
.globalcaseList .li .text{ padding: 20px 25px; background: #fff; transition: all 0.3s ease; }
.globalcaseList .li .text .tit{ padding-right: 90px; position: relative; margin-bottom: 15px; }
.globalcaseList .li .text .tit p{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; color: #000; }
.globalcaseList .li .text .tit span{ position: absolute; right: 0; font-size: 14px; color: #999; top: 50%; margin-top: -9px; }
.globalcaseList .li .text .intro{ position: relative; padding-right: 80px; font-size: 16px; color: #999; }
.sp .globalcaseList .li .text .intro{ display: none; }
.sp .globalcaseList .li .text .tit{ margin-bottom: 0; }
.globalcaseList .li .text .intro p{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.globalcaseList .li .text .intro span{ position: absolute; right: 0; top: 50%; margin-top: -9px; }
.globalcaseList .li:hover .text{ background: #fff; }
.globalcaseList .li:hover .text .tit p{ color: #1f4390; }
.globalmoreBox{ padding-top: 20px; text-align: center; }

.recommendCont .title h2{ font-size: 35px; color: #000; margin-bottom: 40px; text-align: center; }

.detailCont{ background: #fff; padding: 40px 60px 30px; margin-bottom: 20px; }
.detailCont .topbar{ border-bottom: 1px solid #eee; padding-bottom: 25px; }
.detailCont .topbar .tit{ position: relative; padding-right: 260px; }
.detailCont .topbar .tit h2{ font-size: 28px; color: #000; line-height: 32px; margin-bottom: 25px; }
.detailCont .topbar .tit .share{ position: absolute; right: 0; top: -10px; color: #000; font-size: 16px; }
.detailCont .topbar .tit .share a{ display: inline-block; width: 50px; height: 50px; margin-left: 15px; border: 1px solid #ddd; border-radius: 50px; vertical-align: middle; cursor: pointer; }
.detailCont .topbar .tit .share button{ display: inline-block; width: 50px; height: 50px; margin-left: 15px; border: 1px solid #ddd; border-radius: 50px; vertical-align: middle; }
.detailCont .topbar .tit .share a.qq{ background: url("../images/qq.png") no-repeat center; }
.detailCont .topbar .tit .share a.qq:hover{ background: url("../images/qq2.png") no-repeat center; }
.detailCont .topbar .tit .share a.wechat{ background: url("../images/wechat.png") no-repeat center; position: relative }
.detailCont .topbar .tit .share a.wechat #qrcode{ position: absolute; left: -18px; top: -93px; opacity: 0; transform: translateY(10px); visibility: hidden; transition: all 0.3s ease; padding: 5px; background: #fff; }
.detailCont .topbar .tit .share a.wechat:hover #qrcode{ opacity: 1; visibility: visible; transform: translateY(0); }
.detailCont .topbar .tit .share a.wechat #qrcode canvas{ width: 80px !important; height: 80px !important; }
.detailCont .topbar .tit .share a.wechat:hover{ background: url("../images/wechat2.png") no-repeat center; }
.detailCont .topbar .tit .share a.sina{ background: url("../images/sina.png") no-repeat center; }
.detailCont .topbar .tit .share a.sina:hover{ background: url("../images/sina2.png") no-repeat center; }
.detailCont .topbar .function{ color: #999; display: flex; }
.detailCont .topbar .function span{ margin-right: 35px; }
.detailCont .topbar .function span a:hover{ color: #1f4390; }
.detailCont .tipsCont{ padding: 40px 0 20px; }
.detailCont .tipsCont .flex{ display: flex; flex-wrap: wrap; }
.detailCont .tipsCont .flex .li{ width: 28%; margin-bottom: 20px; font-size: 16px; padding-left: 92px; position: relative; box-sizing: border-box; line-height: 22px; }
.detailCont .tipsCont .flex .li a:hover{ color: #1f4390; }
.detailCont .tipsCont .flex .li.ww{ padding-left: 122px; }
.detailCont .tipsCont .flex .li::after{ content: ''; position: absolute; width: 3px; height: 16px; left: 0; top: 3px; background: #de7430; }
.detailCont .tipsCont .flex .li span{ color: #1f4390; position: absolute; left: 12px; top: 0; }
.detailCont .tipsCont .flex .sp{ width: 44%; }
.detailCont .slideCont{ padding-bottom: 60px; }
.detailCont .slideCont .swiper-wrapper,.detailCont .slideCont .swiper-slide{ height: auto; }
.detailCont .slideCont .swiper-slide .videoBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.detailCont .slideCont img{ width: 100%; }
.detailCont .slideCont .swiper-button-next{ --swiper-navigation-size: 30px; --swiper-theme-color: #fff; right: 30px; }
.detailCont .slideCont .swiper-button-prev{ --swiper-navigation-size: 30px; --swiper-theme-color: #fff; left: 30px; }
.detailCont .htmlCont{ border-bottom: 1px solid #eee; margin-bottom: 50px; }
.detailCont .htmlCont .title{ margin-bottom: 40px; line-height: 30px; font-size: 25px; color: #1f4390; position: relative; }
.detailCont .htmlCont .title::after{ content: ''; position: absolute; width: 100%; left: 0; top: 50%; height: 1px; background: #eee; }
.detailCont .htmlCont .title b{ padding: 0 35px 0 25px; background: #fff; position: relative; z-index: 1; }
.detailCont .htmlCont .title b::after{ position: absolute; content: ''; width: 6px; height: 22px; left: 0; top: 4px; background: #de7430; }
.detailCont .htmlCont{ line-height: 34px; -moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none; }
.detailCont .htmlCont .html{ margin-bottom: 60px; }
.detailCont .htmlCont .html img{ max-width: 100%; height: auto !important;}
.detailCont .htmlCont .html video{ max-width: 100%; height: auto !important;}
.detailCont .wordCont .flex{ display: flex; flex-wrap: wrap; padding-left: 68px; position: relative; }
.detailCont .wordCont .flex span{ color: #1f4390; font-size: 17px; line-height: 50px; position: absolute; left: 0; top: 0; }
.detailCont .wordCont .flex a{ display: inline-block; background: #eff2f7; border-radius: 10px; font-size: 16px; color: #666; line-height: 50px; text-align: center; margin-left: 10px; width: 160px; border: 1px solid #eff2f7; box-sizing: border-box; margin-bottom: 10px; }
.detailCont .wordCont .flex a:hover{ color: #1f4390; border-color: #1f4390; }
.detailCont .wordCont p{ font-size: 16px; padding-top: 10px; }
.detailCont .wordCont p a{ color: #333; }
.detailCont .wordCont p span{ color: #1f4390; }

.detailPage{ background: #fff; padding: 30px; margin-bottom: 20px; }
.detailPage .flex{ display: flex; justify-content: space-between; }
.detailPage .btn{ width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #666; line-height: 38px; }
.detailPage .btn:hover{ color: #1f4390; }
.detailPage .btn.right{ text-align: right; }
.detailPage .back{ color: #666; border: 1px solid #e5e5e5; border-radius: 36px; display: inline-block; width: 120px; text-align: center; line-height: 36px; transition: all 0.3s ease; }
.detailPage .back:hover{ border-color: #1f4390; color: #1f4390; }

.commentCont{ background: #fff; padding: 35px 40px 40px; margin-bottom: 40px; }
.commentCont h3{ font-size: 24px; color: #000; margin-bottom: 30px; }
.commentCont .scrollbox{ max-height: 450px; overflow: hidden; border-top: 1px solid #eee; padding-right: 8px; margin-bottom: 50px; }
.commentCont .scrollbox .li{ padding: 20px 0; border-bottom: 1px solid #eee; position: relative; padding-left: 70px; }
.commentCont .scrollbox .li .imgbox{ overflow: hidden; width: 50px; height: 50px; position: absolute; left: 0; top: 20px; border-radius: 50px; }
.commentCont .scrollbox .li .imgbox img{ width: 100%; }
.commentCont .scrollbox .li p{ line-height: 24px; margin-bottom: 10px;}
.commentCont .scrollbox .li .time{ color: #999; }
.commentCont .submitCont{ position: relative; }
.commentCont .submitCont textarea{ border: none; font-size: 16px; background: #f8f8f8; height: 100px; box-sizing: border-box; padding: 20px 180px 20px 30px; width: 100%; resize: none; border-radius: 10px; }
.commentCont .submitCont button{ width: 130px; right: 30px; border-radius: 10px; color: #fff; background: #1f4390; font-size: 18px; border: none; height: 50px; position: absolute; top: 25px; cursor: pointer; }
.commentCont .submitCont button:hover{ opacity: 0.8; }

.recommendDetail{ padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 60px; }
.recommendDetail h3{ padding-left: 80px; font-size: 24px; color: #000; margin-bottom: 40px; background: url("../images/icon.png") no-repeat left center; }
.recommendDetail .flex{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.recommendDetail .li{ width: 46%; padding-right: 100px; position: relative; line-height: 24px; font-size: 16px; margin-bottom: 10px; box-sizing: border-box; }
.recommendDetail .li a{ color: #666; }
.recommendDetail .li a:hover{ color: #1f4390; }
.recommendDetail .li span{ position: absolute; right: 0; top: 0; }
.recommendDetail .li p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.expoCont .about .imgbox{ float: left; width: 45%; overflow: hidden; }
.expoCont .about .imgbox img{ display: block; width: 100%; transition: all 1.5s ease; }
.expoCont .about .imgbox:hover img{ transform: scale(1.1); }
.expoCont .about .text{ float: right; width: 48%; }
.expoCont .about .text .tit{ font-size: 40px; color: #000; line-height: 100px; background: url("../images/abbg.jpg") no-repeat left center; background-size: auto 100%; margin-bottom: 50px; }
.expoCont .about .text .subtit{ font-size: 28px; color: #1f4390; margin-bottom: 40px; }
.expoCont .about .text p{ line-height: 32px; font-size: 16px; margin-bottom: 20px; }

.abslide .swiper-wrapper{ height: auto; }
.abslide .swiper-slide{ background: #fff; height: auto; }
.abslide .swiper-slide .text{ float: left; width: 50%; background: #fff; padding: 30px 70px; box-sizing: border-box; }
.abslide .swiper-slide .text .num{ text-align: right; font-size: 76px; color: #000; opacity: 0.07; font-weight: bold; line-height: 76px; }
.abslide .swiper-slide .text h3{ font-size: 34px; color: #1f4390; font-weight: normal; margin-bottom: 35px; }
.abslide .swiper-slide .text p{ font-size: 16px; line-height: 30px; }
.abslide .swiper-slide .imgbox{ width: 50%; overflow: hidden; float: right; }
.abslide .swiper-slide .imgbox img{ display: block; width: 100%; transition: all 1.5s ease; }
.abslide .swiper-slide .imgbox:hover img{ transform: scale(1.1); }
.abslide .swiper-pagination{ position: static; display: flex; justify-content: space-between; border-bottom: 1px solid #dcdcdc; margin-bottom: 60px; }
.abslide .swiper-pagination .swiper-pagination-bullet{ line-height: 80px; width: auto; height: 80px; background: none; font-size: 16px; color: #000; position: relative; opacity: 1; }
.abslide .swiper-pagination .swiper-pagination-bullet span{ position: absolute; width: 100%; height: 0; background: #1f4390; bottom: 0; left: 0; transition: all 0.3s ease; }
.abslide .swiper-pagination .swiper-pagination-bullet span em{ position: absolute; border: 8px solid; border-color: #1f4390 transparent transparent transparent; left: 50%; margin-left: -8px; top: 0; opacity: 0; }
.abslide .swiper-pagination .swiper-pagination-bullet-active,.abslide .swiper-pagination .swiper-pagination-bullet:hover{ color: #1f4390; }
.abslide .swiper-pagination .swiper-pagination-bullet-active span{ height: 4px; }
.abslide .swiper-pagination .swiper-pagination-bullet-active span em{ opacity: 1; top: 4px; transition: all 0.3s ease 0.2s; }

.abglobal .globalcaseList .li .text{ background: #f5f5f5; }
.abglobal .globalcaseList .li:hover .text{ background: #fff; }

.absceneCont .slidebox{ position: relative; }
.absceneCont .swiper{ width: 238%; margin-left: -69%; position: static; }
.absceneCont .swiper-wrapper,.absceneCont .swiper-slide{ height: auto; }
.absceneCont .swiper-slide img{ display: block; width: 100%; position: relative; z-index: 2; }
.absceneCont .swiper-pagination{ bottom: 30px; }
.absceneCont .swiper-pagination-bullet{ width: 35px; height: 3px; background: #fff; border-radius: 3px; }
.absceneCont .swiper-button-prev{ left: 13%; width: 60px; height: 60px; --swiper-navigation-size: 25px; --swiper-theme-color: #fff; border-radius: 60px; transition: all 0.3s ease; }
.absceneCont .swiper-button-next{ right: 13%; width: 60px; height: 60px; --swiper-navigation-size: 25px; --swiper-theme-color: #fff; border-radius: 60px; transition: all 0.3s ease; }
.absceneCont .swiper-button-prev:hover,.absceneCont .swiper-button-next:hover{ background: rgba(0,0,0,0.35); }
.absceneCont .swiper-slide video{ position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background: #000; object-fit: cover; }
.absceneCont .swiper-slide img.active{ opacity: 0; transition: all 0.3s ease 0.3s; }

.ableaderCont .text{ margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between; }
.ableaderCont .text img{ width: 26%; }
.ableaderCont .txt{ width: 65%; font-size: 16px; line-height: 24px; }
.ableaderCont .cn{ margin-bottom: 20px; }
.ableaderCont .video{ position: relative; }
.ableaderCont .video .videoBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.honorSlide .swiper-wrapper{ height: auto; padding-bottom: 30px; }
.honorSlide .swiper-slide{ background: #fff; height: auto; }
.honorSlide .swiper-slide:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); transition: all 0.3s ease; }
.honorSlide .swiper-slide .imgbox{ padding: 30px; position: relative; border-bottom: 1px solid #f0f0f0; }
.honorSlide .swiper-slide .imgbox .bg{ display: block; width: 100%; }
.honorSlide .swiper-slide .imgbox .fix{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; box-sizing: border-box; padding: 30px; display: flex; align-items: center; justify-content: center; }
.honorSlide .swiper-slide .imgbox .fix img{ max-width: 100%; max-height: 100%; display: inline-block; }
.honorSlide .swiper-slide p{ line-height: 80px; text-align: center; font-size: 24px; color: #1e1d1b; }
.honorSlide .swiper-slide:hover p{ color: #1f4390; }
.honorSlide .swiper-button-prev{ left: -80px; --swiper-navigation-size: 38px; --swiper-theme-color: #1f4390; }
.honorSlide .swiper-button-next{ right: -80px; --swiper-navigation-size: 38px; --swiper-theme-color: #1f4390; }
.honorSlide .slidebox{ position: relative; }

.abincrementCont{ background: url("../images/incrementbg.jpg") no-repeat center; background-size: cover; }
.abincrementCont .mainTitle{ color: #fff }
.abincrementCont .mainTitle h2{ color: #fff; -moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none; }
.abincrementCont .iconList{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.abincrementCont .iconList .li{ width: 19%; background: #fff; padding: 25px 0; text-align: center; margin-bottom: 20px; transition: all 0.3s ease; }
.abincrementCont .iconList .li .icon{ border: 1px solid #e1e1e1; transition: all 0.3s ease; width: 93px; height: 93px; background: #fff; border-radius: 93px; overflow: hidden; margin: 0 auto; margin-bottom: 20px; }
.abincrementCont .iconList .li .icon img{ width: 100%; }
.abincrementCont .iconList .li p{ font-size: 22px; color: #000; }
.abincrementCont .iconList .li:hover{ background: #1f4390; }
.abincrementCont .iconList .li:hover .icon{ border-color: #1f4390; }
.abincrementCont .iconList .li:hover p{ color: #fff; }

.abletterCont{ background: url("../images/letterbg.jpg") no-repeat center; background-size: cover; }
.abletterCont .text{ width: 50%; float: left; padding-top: 10%; }
.abletterCont h3{ color: #000; margin-bottom: 40px; font-size: 40px; }
.abletterCont p{ font-size: 18px; line-height: 34px; margin-bottom: 20px; }
.abletterCont .imgbox{ float: right; width: 36%; }
.abletterCont .imgbox img{ display: block; width: 100%; }

.abpatnerCont .logobox{ display: flex; justify-content: left; flex-wrap: wrap; max-height: inherit !important; height: 460px; }
.abpatnerCont .logobox .li{ margin-right: 1%; width: 15.6%; height: 140px; background-repeat: no-repeat; background-position: center; background-size: cover; border: 1px solid #e7e7e7; border-radius: 10px; overflow: hidden; margin-bottom: 20px; box-sizing: border-box; }
.abpatnerCont .logobox .li img{ display: none; }
.abnewsCont .newsbox{ display: flex; justify-content: space-between; margin-bottom: 60px; }
.abnewsCont .newsbox .recommend{ width: 55%; }
.abnewsCont .newsbox .recommend .sp{ padding: 30px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; }
.abnewsCont .newsbox .recommend .sp .imgbox{ width: 37%; }
.abnewsCont .newsbox .recommend .sp .imgbox img{ width: 100%; }
.abnewsCont .newsbox .recommend .sp .text{ width: 59%; color: #999; font-size: 16px; }
.abnewsCont .newsbox .recommend .sp .text span{ display: block; margin-bottom: 20px; }
.abnewsCont .newsbox .recommend .sp .text h3{ font-size: 25px; color: #000; margin-bottom: 15px; }
.abnewsCont .newsbox .recommend .sp .text p{ height: 48px; overflow: hidden; line-height: 24px; font-size: 14px; margin-bottom: 20px; }
.abnewsCont .newsbox .recommend .sp .text a{ color: #999; }
.abnewsCont .newsbox .recommend .sp .text a:hover{ color: #1f4390; }
.abnewsCont .newsbox .recommend .li{ border-bottom: 1px solid #e5e5e5; line-height: 78px; position: relative; padding-right: 100px; height: 78px; }
.abnewsCont .newsbox .recommend .li span{ position: absolute; right: 0; top: 0; color: #999; font-size: 16px; }
.abnewsCont .newsbox .recommend .li p{ padding-left: 30px; position: relative; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #000; }
.abnewsCont .newsbox .recommend .li p::after{ position: absolute; content: ''; width: 7px; height: 7px; background: #999; border-radius: 10px; left: 10px; top: 36px; }
.abnewsCont .newsbox .recommend .li:hover p{ color: #1f4390; }
.abnewsCont .newsbox .recommend .li:hover p::after{ background: #1f4390; }
.abnewsCont .newsbox .scroll{ width: 40%; height: 650px; }
.abnewsCont .newsbox .scroll .li{ height: 118px; margin-bottom: 15px; background: #fff; padding: 30px 30px 0; box-sizing: border-box; }
.abnewsCont .newsbox .scroll .li p{ font-size: 22px; color: #000; margin-bottom: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.abnewsCont .newsbox .scroll .li span{ font-size: 16px; color: #999; }
.abnewsCont .newsbox .scroll .li:hover{ background: #1f4390; }
.abnewsCont .newsbox .scroll .li:hover p,.abnewsCont .newsbox .scroll .li:hover span{ color: #fff; }
.abnewsCont .newsbox .recommend .li a,.abnewsCont .newsbox .scroll .li a{ display: block; height: 100%; }

.planintroCont .flex{ display: flex; justify-content: space-between; }
.planintroCont .li{ width: 31.5%; background: #fff; transition: all 0.3s ease; }
.planintroCont .li .text{ padding: 30px 40px 15px; }
.planintroCont .li .text h3{ font-size: 34px; margin-bottom: 10px; color: #000; transition: all 0.3s ease; }
.planintroCont .li .text p{ font-size: 16px; line-height: 24px; height: 48px; }
.planintroCont .li .imgbox{ overflow: hidden; }
.planintroCont .li .imgbox img{ width: 100%; display: block; transition: all 1.5s ease; }
.planintroCont .li .imgbox:hover img{ transform: scale(1.1); }
.planintroCont .li:hover .text h3{ color: #1f4390; }
.planintroCont .li:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); }

.plansolutionCont .list{ display: flex; justify-content: center; flex-wrap: wrap; }
.plansolutionCont .li{ width: 18%; margin-right: 2%; background: #f8f8f8; box-sizing: border-box; padding: 35px 0 35 35px; color: #000; position: relative; margin-bottom: 20px; }
.plansolutionCont .li .num{ color: #ccc; font-size: 22px; position: absolute; right: 20px; top: 20px; }
.plansolutionCont .li h3{ font-size: 22px; margin-bottom: 5px; }
.plansolutionCont .li p{ color: #999; text-transform: uppercase; }
.plansolutionCont .li .icon{ width: 50px; height: 42px; margin-bottom: 20px; background-repeat: no-repeat; background-image: url("../images/solutionIcon1.png"); }
.plansolutionCont .li:hover .icon{ background-image: url("../images/solutionIcon2.png"); }
.plansolutionCont .li:hover{ background: url("../images/solutionbg.jpg") no-repeat center; background-size: cover; color: #fff; }
.plansolutionCont .li:hover p,.plansolutionCont .li:hover .num{ color: #fff; }
.plansolutionCont .li .icon1{ background-position: left top; }
.plansolutionCont .li .icon2{ background-position: left -42px; }
.plansolutionCont .li .icon3{ background-position: left -84px; }
.plansolutionCont .li .icon4{ background-position: left -126px; }
.plansolutionCont .li .icon5{ background-position: left -168px; }

.plancaseCont .menubox{ display: flex; justify-content: flex-start; }
.plancaseCont .menubox>div{ width: 32%; margin-right: 2%; }
.plancaseCont .menubox>div:last-child{ margin-right: 0; }
.plancaseCont .menubox>div a{ color: #1f4390; font-size: 18px; width: 150px; height: 50px; border-radius: 10px; line-height: 50px; box-sizing: border-box; border: 1px solid #1f4390; text-align: center; display: inline-block; transition: all 0.3s ease; }
.plancaseCont .menubox>div a:hover{ background: #1f4390; color: #fff; }

.planmanageCont .animatebox{ display: flex; justify-content: space-between; }
.planmanageCont .animatebox .li{ width: 20%; box-shadow: 0 5px 20px rgba(204,204,204,0.77); display: flex; position: relative; transition: all 0.5s ease; box-sizing: border-box; }
.planmanageCont .animatebox .li.active{ width: 57%; }
.planmanageCont .animatebox .li .basicsbox{ width: 100%; box-sizing: border-box; padding: 0 30px; display: flex; align-content: center; flex-wrap: wrap; white-space: nowrap; } 
.planmanageCont .animatebox .li .basicsbox .icon{ width: 45px; height: 42px; margin-bottom: 40px; background-position: center; background-repeat: no-repeat; }
.planmanageCont .animatebox .li .basicsbox .icon1{ background-image: url("../images/manageIcon1-2.png"); }
.planmanageCont .animatebox .li .basicsbox .icon2{ background-image: url("../images/manageIcon2-2.png"); }
.planmanageCont .animatebox .li .basicsbox .icon3{ background-image: url("../images/manageIcon3-2.png"); }
.planmanageCont .animatebox .li.active .basicsbox .icon1{ background-image: url("../images/manageIcon1-1.png"); }
.planmanageCont .animatebox .li.active .basicsbox .icon2{ background-image: url("../images/manageIcon2-1.png"); }
.planmanageCont .animatebox .li.active .basicsbox .icon3{ background-image: url("../images/manageIcon3-1.png"); }
.planmanageCont .animatebox .li .basicsbox h3{ color: #000; font-size: 30px; margin-bottom: 30px; width: 100%; }
.planmanageCont .animatebox .li .basicsbox ul{ margin-bottom: 40px; width: 100%; }
.planmanageCont .animatebox .li .basicsbox li{ font-size: 22px; margin-bottom: 6px; }
.planmanageCont .animatebox .li .basicsbox .more{ display: block; width: 50px; height: 50px; border: 1px solid #cdcdcd; border-radius: 50px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; --swiper-navigation-size: 18px; color: #cdcdcd; }
/*.planmanageCont .animatebox .li .basicsbox .more::after{ content: 'next'; font-family: swiper-icons; }*/
.planmanageCont .animatebox .li.active .basicsbox .more{ border-color: #fff; background: #fff; color: #1f4390; }
.planmanageCont .animatebox .li .content{ overflow: hidden; padding: 30px 0; width: 65%; position: absolute; height: 100%; right: 0; box-sizing: border-box; }
.planmanageCont .animatebox .li .content .box{ box-sizing: border-box; padding: 0 50px; }
.planmanageCont .animatebox .li .content .bold{ font-size: 24px; color: #000; margin-bottom: 10px; font-weight: bold; }
.planmanageCont .animatebox .li .content p{ margin-bottom: 20px; line-height: 24px; color: #999; }
.planmanageCont .animatebox .li.active .basicsbox{ color: #fff; width: 35%; background: url("../images/managebg.jpg") no-repeat center; background-size: cover; }
.planmanageCont .animatebox .li.active .basicsbox h3{ color: #fff; }

.experienceCont .list{ display: flex; justify-content: space-between; }
.experienceCont .li{ width: 19%; background: #fff; }
.experienceCont .li .imgbox img{ width: 100%; }
.experienceCont .li .text{ padding: 60px 20px 40px; position: relative; text-align: center; }
.experienceCont .li .text h3{ font-size: 26px; color: #000; margin-bottom: 20px; }
.experienceCont .li .text p{ font-size: 16px; line-height: 24px; }
.experienceCont .li .text .icon{ width: 77px; height: 77px; position: absolute; left: 50%; margin-left: -38px; top: -38px; background-repeat: no-repeat; background-position: center; border-radius: 80px; background: #fff; box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.experienceCont .li:hover .text .icon{ transform: rotateY(360deg); transition: all 0.5s ease; }
.experienceCont .li .text .icon1{ background-image: url("../images/expIcon1.png"); }
.experienceCont .li .text .icon2{ background-image: url("../images/expIcon2.png"); }
.experienceCont .li .text .icon3{ background-image: url("../images/expIcon3.png"); }
.experienceCont .li .text .icon4{ background-image: url("../images/expIcon4.png"); }
.experienceCont .li .text .icon5{ background-image: url("../images/expIcon5.png"); }

.planreadCont .content{ display: flex; justify-content: space-between; }
.planreadCont .flex{ width: 46%; }
.planreadCont h3{ font-size: 24px; color: #000; padding-left: 80px; background: url("../images/icon.png") no-repeat left center; margin-bottom: 30px; }
.planreadCont .border{ border-top: 1px solid #e5e5e5; margin-bottom: 40px; }
.planreadCont .li{ line-height: 80px; padding-right: 90px; position: relative; border-bottom: 1px solid #e5e5e5; }
.planreadCont .li p{ padding-left: 30px; position: relative; font-size: 16px; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.planreadCont .li p::after{ content: ''; position: absolute; width: 7px; height: 7px; border-radius: 8px; background: #cecece; left: 10px; top: 50%; margin-top: -4px; }
.planreadCont .li span{ position: absolute; right: 0; top: 0; color: #999; }
.planreadCont .li a{ display: block; }
.planreadCont .li:hover a p{ color: #1f4390; }
.planreadCont .publicMore{ border-radius: 10px; width: 150px; border-color: #1f4390; color: #1f4390; }
.planreadCont .publicMore:hover{ color: #fff; }
.planreadCont.city .flex{ width: 30%; }

.designtopCont .flex{ display: flex; justify-content: space-between; }
.designtopCont .li{ padding: 30px 30px 20px; background: #fff; width: 18%; box-sizing: border-box; transition: all 0.3s ease; }
.designtopCont .li:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.designtopCont .li .icon{ width: 38px; height: 38px; background-repeat: no-repeat; background-position: left center; margin-bottom: 30px; }
.designtopCont .li:hover .icon{ transform: rotateY(360deg); transition: all 0.5s ease; }
.designtopCont .li .icon1{ background-image: url("../images/choiceIcon1.png"); }
.designtopCont .li .icon2{ background-image: url("../images/choiceIcon2.png"); }
.designtopCont .li .icon3{ background-image: url("../images/choiceIcon3.png"); }
.designtopCont .li .icon4{ background-image: url("../images/choiceIcon4.png"); }
.designtopCont .li .icon5{ background-image: url("../images/choiceIcon5.png"); }
.designtopCont .li h3{ font-size: 32px; color: #000; margin-bottom: 20px; }
.designtopCont .li:hover h3{ color: #1f4390; }
.designtopCont .li p{ line-height: 26px;; color: #999; }

.designpicCont .picCont{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.designpicCont .picCont1 .sp{ background: #1f4390; }
.designpicCont .picCont2 .sp{ background: #de7430; }
.designpicCont .picCont3 .sp{ background: #393939; }
.designpicCont .picCont .sp{ color: #fff; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; padding: 0 40px; box-sizing: border-box; width: 49.35%; }
.designpicCont .picCont .sp .icon{ width: 60px; height: 60px; background-repeat: no-repeat; background-position: center; margin: 0 auto; margin-bottom: 20px; }
.designpicCont .picCont1 .sp .icon{ background-image: url("../images/picIcon1.png"); }
.designpicCont .picCont2 .sp .icon{ background-image: url("../images/picIcon2.png"); }
.designpicCont .picCont3 .sp .icon{ background-image: url("../images/picIcon3.png"); }
.designpicCont .picCont .sp .tit{ width: 34%; text-align: center; }
.designpicCont .picCont .sp h3{ font-size: 34px; font-weight: normal; }
.designpicCont .picCont .sp p{ font-size: 18px; }
.designpicCont .picCont .sp .text{ font-size: 16px; line-height: 26px; width: 60%; }
.designpicCont .picCont .li{ position: relative; width: 24%; overflow: hidden; margin-bottom: 20px; }
.designpicCont .picCont .li img{ display: block; width: 100%; }
.designpicCont .picCont .li .fix{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; box-sizing: border-box; padding: 30% 0 0 25px; background: rgba(0,0,0,0.35); color: #fff; opacity: 0; transform: scale(0.9); transition: all 0.3s ease; }
.designpicCont .picCont .li:hover .fix{ opacity: 1; transform: scale(1); }
.designpicCont .picCont .li .fix span{ font-size: 16px; margin-bottom: 5px; display: block; } 
.designpicCont .picCont .li .fix p{ font-size: 34px; }
.designpicCont .picCont .lisp{ width: 49.35%; }
.designpicCont .picCont .lisp .fix{ padding-top: 15%; }
.designpicCont .picCont3 .li{ width: 49.35%; }
.designpicCont .picCont3 .li .fix{ padding-top: 15%; }

.designprocessCont .linecont{ height: 400px; position: relative; display: flex; justify-content: center; align-items: center; }
.designprocessCont .linecont::after{ position: absolute; content: ''; height: 2px; width: 100%; background: #1f4390; top: 50%; margin-top: -1px; z-index: 1; }
.designprocessCont .linecont .point{ width: 8%; position: relative; text-align: center; z-index: 2; }
.designprocessCont .linecont .point::after{ content: ''; display: inline-block; width:22px; height: 22px; background: #1f4390; border-radius: 50px; transition: all 0.3s ease; }
.designprocessCont .linecont .point:hover::after{ background: #ed6d0f; }
.designprocessCont .linecont .point::before{ position: absolute; content: ''; width: 2px; height: 47px; top: -37px; background: #1f4390; left: 50%; transition: all 0.3s ease; }
.designprocessCont .linecont .point:hover::before{ background: #ed6d0f; }
.designprocessCont .linecont .point.down::before{ top: 12px; }
.designprocessCont .linecont .point .text{ position: absolute; text-align: center; width: 200px; left: 0; left: 50%; margin-left: -100px; top: -160px; transition: all 0.3s ease; }
.designprocessCont .linecont .point:hover .text{ transform: translateY(-10px); }
.designprocessCont .linecont .point.down .text{ top: auto; bottom: -160px; }
.designprocessCont .linecont .point.down:hover .text{ transform: translateY(10px); }
.designprocessCont .linecont .point .text .num{ font-size: 34px; color: #1f4390; transition: all 0.3s ease; }
.designprocessCont .linecont .point .text .cn{ font-size: 24px; color: #000; margin-bottom: 10px; transition: all 0.3s ease; }
.designprocessCont .linecont .point .text .en{ font-size: 14px; color: #999; text-transform: uppercase; transition: all 0.3s ease; }
.designprocessCont .linecont .point:hover .text .num,.designprocessCont .linecont .point:hover .text .cn,.designprocessCont .linecont .point:hover .text .en{ color: #ed6d0f; }
.designCont .globalcaseList .li .text{ background: #f8f8f8;; }

.factorytopCont .flex{ display: flex; justify-content: space-between; }
.factorytopCont .li{ padding: 10px 40px 10px; width: 25%; box-sizing: border-box; transition: all 0.3s ease; border-left: 1px solid #e5e5e5; }
.factorytopCont .li .icon{ width: 57px; height: 52px; background-repeat: no-repeat; background-position: left center; margin-bottom: 25px; }
.factorytopCont .li:hover .icon{ transform: rotateY(360deg); transition: all 0.3s ease; }
.factorytopCont .li .icon1{ background-image: url("../images/topIcon1.png"); }
.factorytopCont .li .icon2{ background-image: url("../images/topIcon2.png"); }
.factorytopCont .li .icon3{ background-image: url("../images/topIcon3.png"); }
.factorytopCont .li .icon4{ background-image: url("../images/topIcon4.png"); }
.factorytopCont .li .icon5{ background-image: url("../images/topIcon5.png"); }
.factorytopCont .li h3{ font-size: 24px; color: #000; margin-bottom: 10px; }
.factorytopCont .li p{ line-height: 26px; font-size: 16px; }

.factoryslideCont .manager{ height: 342px; overflow: hidden; }
.factoryslideCont .manager .flex{ position: relative; padding-right: 480px; padding-top: 70px; }
.factoryslideCont .manager .flex img{ position: absolute; right: 0; top: 0; display: block;; }
.factoryslideCont .manager .text{ position: relative; z-index: 2; background: #fff; border-radius: 30px; box-shadow: 0 5px 30px rgba(204,204,204,0.77); color: #000; font-size: 22px; padding: 50px; }
.factoryslideCont .manager .text::after{ position: absolute; content: ''; right: -46px; top: 20%; border: 24px solid; border-color: transparent  transparent  transparent #fff; }
.factoryslideCont .manager .text p{ font-size: 24px; margin-top: 10px; }
.factoryslideCont .slidebox{ padding-bottom: 120px; position: relative; overflow: hidden; }
.factoryslideCont .swiper{ width: 134%; margin-left: -17%; position: static; padding-bottom: 20px; }
.factoryslideCont .swiper-wrapper,.factoryslideCont .swiper-slide{ height: auto; }
.factoryslideCont .swiper-slide img{ display: block; width: 100%; }
.factoryslideCont .swiper-slide .text{ line-height: 100px; font-size: 22px; color: #000; text-align: center; background: #fff; }
.factoryslideCont .swiper-slide:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); transition: all 0.3s ease; }
.factoryslideCont .sceneNext{ bottom: 50px; left: 50%; right: auto; margin-left: 15px; top: auto; width: 55px; height: 55px; color: #fff; background: #ddd; border-radius: 60px; --swiper-navigation-size: 18px; transition: all 0.3s ease; }
.factoryslideCont .scenePrev{ bottom: 50px; left: 50%; right: auto; margin-left: -70px; top: auto; width: 55px; height: 55px; color: #fff; background: #ddd; border-radius: 60px; --swiper-navigation-size: 18px; transition: all 0.3s ease; }
.factoryslideCont .sceneNext:hover,.factoryslideCont .scenePrev:hover{ background: #1f4390; }

.factoryvideoCont{ background: url("../images/videoBg.jpg") no-repeat center; background-size: cover; }
.factoryvideoCont .slidebox{ display: flex; justify-content: space-between; }
.factoryvideoCont .picbox{ width: 66%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #fff; position: relative; }
.factoryvideoCont .picbox .videoBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 12; }
.factoryvideoCont .picbox .fix{ position: absolute; bottom: 0; width: 100%; height: 100px; line-height: 100px; z-index: 11; background: rgba(0,0,0,0.5); color: #fff; padding: 0 5%; box-sizing: border-box; color: #fff; }
.factoryvideoCont .picbox .fix p{ padding-right: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; }
.factoryvideoCont .picbox .fix span{ font-size: 18px; position: absolute; right: 5%; top: 0; }
.factoryvideoCont .menu{ width: 33%; background: #fff; }
.factoryvideoCont .menu .li{ padding: 30px 20px; border: 1px solid #eee; display: flex; justify-content: space-between; cursor: pointer; }
.factoryvideoCont .menu .li .imgbox{ width: 36%; }
.factoryvideoCont .menu .li .imgbox img{ display: block; width: 100%; }
.factoryvideoCont .menu .li .text{ width: 58%; display: flex; align-content: center; flex-wrap: wrap; }
.factoryvideoCont .menu .li:hover,.factoryvideoCont .menu .li.active{ border-color: #1f4390; background: #1f4390; }
.factoryvideoCont .menu .li .tit{ font-size: 18px; color: #1f4390; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.factoryvideoCont .menu .li p{ color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.factoryvideoCont .menu .li:hover .tit,.factoryvideoCont .menu .li:hover p,.factoryvideoCont .menu .li.active .tit,.factoryvideoCont .menu .li.active p{ color: #fff; }
.factoryvideoCont .menu .Text_c{ padding: 25px 0; }
.factoryvideoCont .menu .publicMore{ font-size: 16px; width: auto; padding: 0 20px; }

.factoryprocessCont .flex{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.factoryprocessCont .li{ width: 16%; background: #ecf0f5; padding: 20px 20px 40px; border-top: 8px solid #e1e4e9; box-sizing: border-box; margin-bottom: 15px; transition: all 0.3s ease; }
.factoryprocessCont .li:hover{ background: #fff; border-top-color: #1f4390; box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.factoryprocessCont .li .num{ font-size: 34px; color: #1f4390; margin-bottom: 15px; }
.factoryprocessCont .li h3{ font-weight: normal; font-size: 22px; margin-bottom: 10px; color: #000; }
.factoryprocessCont .li p{ font-size: 16px; line-height: 26px; }

.factoryshowCont{ background: url("../images/showBg.jpg") no-repeat center; background-size: cover; }
.factoryshowCont .mainTitle{ color: #fff; }
.factoryshowCont .mainTitle h2{ color: #fff; }
.factoryshowCont .mainTitle .orange{ font-size: 30px; color: #de7430; }
.factoryshowCont .slidebox{ position: relative; }
.factoryshowCont .swiper{ width: 70%; margin-left: 30%; }
.factoryshowCont .swiper-wrapper{ height: auto; }
.factoryshowCont .swiper-slide{ position: relative; height: auto; }
.factoryshowCont .swiper-slide img{ width: 100%; display: block; }
.factoryshowCont .swiper-slide .fix{ position: absolute; width: 100%; box-sizing: border-box; left: 0; bottom: 0; background: rgba(0,0,0,0.5); padding: 20px 5%; color: #fff; line-height: 26px; }
.factoryshowCont .show-pagination{ position: absolute; left: 0; top: 0; bottom: 0; width: 30%; background: rgba(0,0,0,0.35); }
.factoryshowCont .show-pagination .swiper-pagination-bullet{ height: 14.28%; width: 100%; display: flex; justify-content: center; align-items: center; border-radius: 0; text-align: center; color: #fff; margin: 0; font-size: 32px; opacity: 1; background: none; border-bottom: 1px solid #de7430; transition: all 0.3s ease; box-sizing: border-box; }
.factoryshowCont .show-pagination .swiper-pagination-bullet:last-child{ border: none; }
.factoryshowCont .show-pagination .swiper-pagination-bullet-active{ background: #de7430; }
.factoryshowCont .show-pagination .swiper-pagination-bullet span{ display: inline-block; width: 36px; height: 36px; margin-left: 20px; background: url("../images/arrow1.png") no-repeat center; }
.factoryshowCont .show-pagination .swiper-pagination-bullet-active span{ background: url("../images/arrow2.png") no-repeat center; }

.factorycaseCont .menu{ display: flex; justify-content: space-between; margin-bottom: 40px; }
.factorycaseCont .menu .li{ width: 24%; }
.factorycaseCont .menu .li .title{ line-height: 100px; height: 100px; font-size: 24px; color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; padding-left: 50px; }
.factorycaseCont .menu .li .t1{ background-image: url("../images/casebg1.jpg"); }
.factorycaseCont .menu .li .t2{ background-image: url("../images/casebg2.jpg"); }
.factorycaseCont .menu .li .t3{ background-image: url("../images/casebg3.jpg"); }
.factorycaseCont .menu .li .t4{ background-image: url("../images/casebg4.jpg"); }
.factorycaseCont .menu .li .iconbox{ padding: 25px 50px 80px; position: relative; background: #fff; box-sizing: border-box; height: 321px; margin-bottom: 20px; }
.factorycaseCont .menu .li .iconbox .tips{ padding-left: 40px; background-repeat: no-repeat; background-image: url("../images/caseicon11.png"); font-size: 16px; color: #000; margin-bottom: 10px; line-height: 26px; transition: all 0.3s ease; }
.factorycaseCont .menu .li .iconbox .tips:hover{ background-image: url("../images/caseicon22.png"); color: #1f4390; }
.factorycaseCont .menu .li .iconbox .ti1{ background-position: left top; }
.factorycaseCont .menu .li .iconbox .ti2{ background-position: left -26px; }
.factorycaseCont .menu .li .iconbox .ti3{ background-position: left -52px; }
.factorycaseCont .menu .li .iconbox .ti4{ background-position: left -78px; }
.factorycaseCont .menu .li .iconbox .ti5{ background-position: left -104px; }
.factorycaseCont .menu .li .iconbox .ti6{ background-position: left -130px; }
.factorycaseCont .menu .li .iconbox .ti7{ background-position: left -156px; }
.factorycaseCont .menu .li .iconbox .ti8{ background-position: left -182px; }
.factorycaseCont .menu .li .iconbox .ti9{ background-position: left -208px; }
.factorycaseCont .menu .li .iconbox .ti10{ background-position: left -234px; }
.factorycaseCont .menu .li .iconbox .ti11{ background-position: left -260px; }
.factorycaseCont .menu .li .iconbox .ti12{ background-position: left -286px; }
.factorycaseCont .menu .li .iconbox .ti13{ background-position: left -312px; }
.factorycaseCont .menu .li .iconbox .ti14{ background-position: left -338px; }
.factorycaseCont .menu .li .iconbox .ti15{ background-position: left -364px; }
.factorycaseCont .menu .li .iconbox .ti16{ background-position: left -390px; }
.factorycaseCont .menu .li .iconbox .ti17{ background-position: left -416px; }
.factorycaseCont .menu .li .iconbox .ti18{ background-position: left -442px; }
.factorycaseCont .menu .li .iconbox .fix{ position: absolute; left: 0; width: 100%; bottom: 30px; text-align: center; }
.factorycaseCont .menu .li .iconbox .fix a{ color: #666; }
.factorycaseCont .menu .li .iconbox .fix a:hover{ color: #1f4390; }
.factorycaseCont .menu .li .btn{ background: #fff; padding: 20px 0; text-align: center; font-size: 24px; color: #000; cursor: pointer; position: relative; transition: all 0.3s ease 0.2s; }
.factorycaseCont .menu .li .btn::after{ content: ''; position: absolute; left: 50%; margin-left: -16px; border: 16px solid; border-color: #1f4390 transparent transparent transparent; opacity: 0; bottom: 0; transition: all 0.3s ease; }
.factorycaseCont .menu .li.active .btn::after{ opacity: 1; bottom: -30px; transition: all 0.3s ease 0.2s; }
.factorycaseCont .menu .li.active .btn{ background: #1f4390; color: #fff; transition: all 0.3s ease; }
.factorycaseCont .menu .li .btn .icon{ display: inline-block; width: 56px; height: 56px; background-position: center; background-repeat: no-repeat; margin-bottom: 10px; }
.factorycaseCont .menu .li .btn .icon1{ background-image: url("../images/caseicon1-1.png"); }
.factorycaseCont .menu .li .btn .icon2{ background-image: url("../images/caseicon2-1.png"); }
.factorycaseCont .menu .li .btn .icon3{ background-image: url("../images/caseicon3-1.png"); }
.factorycaseCont .menu .li .btn .icon4{ background-image: url("../images/caseicon4-1.png"); }
.factorycaseCont .menu .li.active .btn .icon1{ background-image: url("../images/caseicon1-2.png"); }
.factorycaseCont .menu .li.active .btn .icon2{ background-image: url("../images/caseicon2-2.png"); }
.factorycaseCont .menu .li.active .btn .icon3{ background-image: url("../images/caseicon3-2.png"); }
.factorycaseCont .menu .li.active .btn .icon4{ background-image: url("../images/caseicon4-2.png"); }
.factorycaseCont .relative{ position: relative; }
.factorycaseCont .cutbox{ opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.factorycaseCont .cutbox.active{ opacity: 1; visibility: visible; }
.factorycaseCont .cutbox.sp{ position: absolute; width: 100%; left: 0; top: 0; }


.abouttopCont{ margin-top: 10px; }
.abouttopCont .flex{ display: flex; justify-content: space-between; margin-bottom: 60px; }
.abouttopCont .flex .imgbox{ width: 55%; }
.abouttopCont .flex .box{ position: relative; overflow: hidden; }
.abouttopCont .flex .imgbox img{ width: 100%; display: block; transition: all 1.5s ease; }
.abouttopCont .flex .box:hover img{ transform: scale(1.1); }
.abouttopCont .flex .box .videoBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.abouttopCont .flex .text{ width: 40%; }
.abouttopCont .flex .text .en{ font-size: 50px; color: #1f4390; margin-bottom: 10px; font-weight: bold; }
.abouttopCont .flex .text .cn{ font-size: 24px; color: #000; margin-bottom: 25px; }
.abouttopCont .flex .text p{ line-height: 28px; margin-bottom: 20px; }
.abouttopCont .numbox{ border: 1px solid #e5e5e5; border-right: none; height: 170px; display: flex; justify-content: space-between; }
.abouttopCont .numbox .li{ width: 25%; box-sizing: border-box; border-right: 1px solid #e5e5e5; text-align: center; display: flex; align-content: center; flex-wrap: wrap; }
.abouttopCont .numbox .li .num{ color: #000; margin-bottom: 5px; width: 100%; }
.abouttopCont .numbox .li .num b{ font-size: 50px; color: #1f4390; }
.abouttopCont .numbox .li p{ width: 100%; }

.aboutsecondCont .flex{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aboutsecondCont .flex .li{ background: #fff; width: 48%; margin-bottom: 50px; }
.aboutsecondCont .flex .li .imgbox{ overflow: hidden; }
.aboutsecondCont .flex .li .imgbox img{ display: block; width: 100%; transition: all 1.5s ease; }
.aboutsecondCont .flex .li .imgbox:hover img{ transform: scale(1.1); }
.aboutsecondCont .flex .li .text{ padding: 40px; }
.aboutsecondCont .flex .li .text .en{ font-size: 50px; color: #1f4390; margin-bottom: 10px; font-weight: bold; }
.aboutsecondCont .flex .li .text .cn{ font-size: 24px; color: #000; margin-bottom: 25px; }
.aboutsecondCont .flex .li .text p{ line-height: 28px; margin-bottom: 20px; }

.aboutideaCont{ background: url("../images/ideaBg.jpg") no-repeat center; background-size: cover; }
.aboutideaCont .mainTitle{ color: #fff; }
.aboutideaCont .mainTitle h2{ color: #fff; }
.aboutideaCont .circular{ display: flex; justify-content: center; align-items: center; }
.aboutideaCont .pic{ margin: 0 4%; }
.aboutideaCont .li{ width: 15%; position: relative; text-align: center; background: rgba(255,255,255,.1); border-radius: 100%; overflow: hidden; }
.aboutideaCont .li img{ width: 100%; display: block; }
.aboutideaCont .li .txt{ position: absolute; width: 90%; left: 5%; height: 90%; top: 5%; background: #fff; border-radius: 100%; color: #000; font-size: 18px; display: flex; align-content: center; flex-wrap: wrap; justify-content: center; }
.aboutideaCont .li .txt .b{ font-size: 26px; margin-bottom: 5px; }

.globalcaseList.bg .li .text{ background: #f8f8f8; }

.sixpointCont .fixCont{ margin-top: 30px; position: relative; }
.sixpointCont .fixCont img{ margin: 0 auto; display: block; }
.sixpointCont .fixCont .list{ position: absolute; left: 0; right: 66%; top: 10%; text-align: right; padding: 0 120px 0 0; min-height: 120px; display: flex; align-content: center; justify-content: right; flex-wrap: wrap; }
.sixpointCont .fixCont .list .tit{ font-size: 32px; color: #1f4390; margin-bottom: 10px; font-weight: bold; }
.sixpointCont .fixCont .list p{ font-size: 16px; line-height: 28px; }
.sixpointCont .fixCont .list.left{ right: 0; padding: 0 0 0 120px; text-align: left; background-position: left center; justify-content: left; }
.sixpointCont .fixCont .list::after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -50px; width: 100px; height: 100px; background-repeat: no-repeat; background-position: right center; background: #fff; box-shadow: 0 10px 20px rgba(28,67,143,0.15); border-radius: 100px; }
.sixpointCont .fixCont .list:hover::after{ transform: rotateY(360deg); transition: all 0.5s ease; }
.sixpointCont .fixCont .list.left::after{ right: auto; left: 0; }
.sixpointCont .fixCont .list1::after{ background-image: url("../images/about/sixIcon1.png"); }
.sixpointCont .fixCont .list2{ left: 66%; }
.sixpointCont .fixCont .list2::after{ background-image: url("../images/sixIcon2.png"); }
.sixpointCont .fixCont .list3{ top: 40%; left: 72%; }
.sixpointCont .fixCont .list3::after{ background-image: url("../images/sixIcon3.png"); }
.sixpointCont .fixCont .list4{ top: auto; bottom: 10%; left: 65%; }
.sixpointCont .fixCont .list4::after{ background-image: url("../images/sixIcon4.png"); }
.sixpointCont .fixCont .list5{ top: auto; bottom: 10%; right: 65%; }
.sixpointCont .fixCont .list5::after{ background-image: url("../images/sixIcon5.png"); }
.sixpointCont .fixCont .list6{ top: 40%; right: 72%; }
.sixpointCont .fixCont .list6::after{ background-image: url("../images/sixIcon6.png"); }
.sixpointCont .fixCont .list p{ width: 100%; }

.aboutculturCont{ background: url("../images/culturBg.jpg") no-repeat center; background-size: cover; }
.aboutculturCont .relative{ position: relative; padding: 50px 0; }
.aboutculturCont .img{ position: absolute; right: 0; top: 0; height: 100%; z-index: 1; overflow: hidden; }
.aboutculturCont .img img{ display: block; width: 100%; transition: all 1.5s ease; }
.aboutculturCont .img:hover img{ transform: scale(1.1) }
.aboutculturCont .flex{ display: flex; width: 80%; justify-content: space-around; background: #fff; position: relative; z-index: 2; }
.aboutculturCont .li{ width: 15%; text-align: center; padding: 70px 0; }
.aboutculturCont .li img{ margin-bottom: 20px; }
.aboutculturCont .li:hover img{ transform: rotateY(360deg); transition: all 0.3s ease; }
.aboutculturCont .li .tit{ font-size: 22px; color: #000; position: relative; margin-bottom: 30px; }
.aboutculturCont .li .tit::after{ content: ''; position: absolute; width: 24px; height: 3px; background: #1f4390; bottom: -20px; left: 50%; margin-left: -12px; }
.aboutculturCont .li p{ line-height: 22px; }

.aboutlogoCont .flex{ display: flex; justify-content: center; flex-wrap: wrap; }
.aboutlogoCont .flex .li{ background: #fff; padding: 0 30px; width: 24%; box-sizing: border-box; margin-right: 1.33%; margin-bottom: 30px; transition: all 0.3s ease; }
.aboutlogoCont .flex .li:nth-child(4n){ margin-right: 0; }
.aboutlogoCont .flex .li:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.aboutlogoCont .flex img{ display: block; width: 100%; }
.aboutlogoCont .flex .imgbox{ background-repeat: no-repeat; background-position: center; background-size: cover; }
.aboutlogoCont .flex .text{ padding: 10px 0; line-height: 24px; color: #333; text-align: center; border-top: 1px solid #e5e5e5; }

.aboutCont .honorSlide .swiper{ padding: 0 10px; }
.aboutCont .honorSlide .swiper-slide{ box-shadow: 0 5px 10px rgb(204 204 204 / 77%) !important; }
.aboutCont .honorSlide .swiper-wrapper{ padding-top: 10px; }

.newsTop{ background: #fff; margin-bottom: 60px; }
.newsTop .swiper-slide{ background: #fff; height: auto; }
.newsTop .swiper-wrapper{ height: auto; }
.newsTop .flex{ display: flex; justify-content: space-between; }
.newsTop .text{ width: 50%; display: flex; align-content: center; flex-wrap: wrap; padding: 0 40px; box-sizing: border-box; }
.newsTop .text .time{ font-size: 16px; color: #999; margin-bottom: 20px; }
.newsTop .text .tit{ width: 100%;font-size: 22px; color: #de7430; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.newsTop .text p{ line-height: 22px; margin-bottom: 30px; max-height: 88px; overflow: hidden; }
.newsTop .text span{ width: 125px; height: 40px; line-height: 40px; color: #fff; background: #de7430; border: none; }
.newsTop .imgbox{ width: 50%; overflow: hidden; position: relative; }
.newsTop .imgbox .picbox{ position: absolute; width: 100%; height: 100%; background-size: cover; left: 0; top: 0; transition: all 1.5s ease; }
.newsTop .imgbox img{ width: 100%; display: block; }
.newsTop .imgbox:hover .picbox{ transform: scale(1.1) }
.newsTop .swiper-pagination{ width: auto; left: 40px; bottom: 30px; }
.newsTop .swiper-pagination-bullet-active{ background: #ed6d0f; }

.newsList{ display: flex; flex-wrap: wrap; justify-content: flex-start; }
.newsList .li{ margin-bottom: 30px; width: 32%; margin-right: 2%; transition: all 0.3s ease; }
.newsList .li:hover{ box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.newsList .li:nth-child(3n){ margin-right: 0; }
.newsList .li .imgbox{ position: relative; overflow: hidden; }
.newsList .li .imgbox .picbox{ background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1.5s ease; }
.newsList .li:hover .imgbox .picbox{ transform: scale(1.1) }
.newsList .li .imgbox img{ width: 100%; display: block; }
.newsList .li .text{ padding: 20px 25px 30px; background: #fff; transition: all 0.3s ease; }
.newsList .li .text .time{ color: #999; margin-bottom: 15px; }
.newsList .li .text .tit{ color: #000; font-size: 18px; margin-bottom: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.newsList .li .text p{ color: #999; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: 20px; }
.newsList .li .text .publicMore{ height: 34px; line-height: 34px; width: 110px; font-size: 14px; }
.newsList .li .text .tit a{ color: #000; }
.newsList .li .text .tit a:hover{ color: #ed6d0f; }
.newsTetx{ line-height: 30px; padding: 30px; background: #f8f8f8; margin: 35px 0 40px; }
.mainPage.newpage{ background: #fff; padding: 30px 0; margin-bottom: 70px; }

.declarationCont .paperbox{ display: inline-block; }
.declarationCont .paperbox .over{ overflow: hidden; padding: 0 48px; }
.declarationCont .paperbox .box{ text-align: left; box-shadow: 0 5px 20px rgba(204,204,204,0.77); background: #fff; margin: 0 46px 0 50px; position: relative; box-sizing: border-box; padding: 100px 10% 20px; }
.declarationCont .paperbox .line1{ position: absolute; top: 35px; left: 37px; right: 35px; height: 2px; background: url("../images/deline1.png") repeat-x; }
.declarationCont .paperbox .line2{ position: absolute; top: 35px; bottom: 0; right: 35px; width: 2px; background: url("../images/deline2.png") repeat-y; }
.declarationCont .paperbox .line3{ position: absolute; top: 35px; bottom: 0; left: 37px; width: 2px; background: url("../images/deline2.png") repeat-y; }
.declarationCont .paperbox .title{ font-size: 40px; color: #000; padding-bottom: 40px; border-bottom: 1px solid #e5e5e5; font-weight: bold; }
.declarationCont .paperbox .li{ padding-top: 50px; }
.declarationCont .paperbox .li .sp{ font-size: 24px; color: #1f4390; margin-bottom: 10px; font-weight: bold; }
.declarationCont .paperbox .li p{ font-size: 16px; margin-bottom: 10px; }
.declarationCont .paperbox .sign{ text-align: right; font-size: 22px; line-height: 40px; color: #000; padding-top: 50px; }

.jointopCont .flex{ position: relative; padding-top: 80px; }
.jointopCont .imgbox{ width: 55%; position: absolute; z-index: 1; bottom: 0; overflow: hidden }
.jointopCont .imgbox img{ width: 100%; display: block; transition: all 1.5s ease; }
.jointopCont .imgbox:hover img{ transform: scale(1.1) }
.jointopCont .text{ width: 50%; float: right; box-sizing: border-box; background: #fff; padding: 80px 50px; line-height: 44px; font-size: 22px; color: #000; position: relative; z-index: 2; }

.joinwelfareCont .flex{ justify-content: space-between; display: flex; flex-wrap: wrap; }
.joinwelfareCont .li{ width: 32.5%; margin-bottom: 30px; background: #f5f7fa; border-top: 10px solid #e2e8f0; padding: 30px 25px; box-sizing: border-box; transition: all 0.3s ease; }
.joinwelfareCont .li .tit{ font-size: 30px; color: #000; font-weight: bold; margin-bottom: 20px; }
.joinwelfareCont .li p{ font-size: 16px; line-height: 26px; }
.joinwelfareCont .li:hover{ background: #fff; border-top-color: #1f4390; box-shadow: 0 5px 20px rgba(204,204,204,0.77); }
.joinwelfareCont .li:hover .tit{ color: #1f4390; }

.joinrecruitCont .li{ margin-bottom: 20px; background: #fff; }
.joinrecruitCont .li .title{ padding: 30px 170px 30px 120px; position: relative; cursor: pointer; background: url("../images/recruitIcon.png") no-repeat 45px center; }
.joinrecruitCont .li .title .tit{ font-size: 24px; color: #000; font-weight: normal; margin-bottom: 15px; }
.joinrecruitCont .li .title span{ margin-right: 50px; font-size: 16px; }
.joinrecruitCont .li .title .btn{ position: absolute; right: 50px; text-align: center; top: 25px; } 
.joinrecruitCont .li .title .icon{ width: 48px; height: 48px; border: 1px solid #e5e5e5; box-sizing: border-box; border-radius: 50px; display: inline-block; margin-bottom: 10px; transition: all 0.3s ease; }
.joinrecruitCont .li .title .icon::after{ font-family: swiper-icons; font-size: 18px; color: #a1a1a1; content: 'next'; line-height: 46px; }
.joinrecruitCont .li .title .btn p{ color: #999; }
.joinrecruitCont .li.active .title .tit{ color: #1f4390; }
.joinrecruitCont .li.active .title .icon{ transform: rotate(90deg); background: #1f4390; border-color: #1f4390; }
.joinrecruitCont .li.active .title .icon::after{ color: #fff; }
.joinrecruitCont .li .slidebox{ padding: 0 50px; display: none; }
.joinrecruitCont .li .border{ padding: 40px 0 60px; border-top: 1px solid #e5e5e5; }
.joinrecruitCont .li .tips{ margin-bottom: 25px; }
.joinrecruitCont .li .tips .tit{ font-size: 18px; color: #000; margin-bottom: 15px; }
.joinrecruitCont .li .tips .p{ color: #999; line-height: 26px; }
.joinrecruitCont .li .txt{ color: #000; line-height: 26px; }
.joinrecruitCont .li .txt a{ color: #1f4390; }
.joinrecruitCont .mainPage{ padding: 40px 0 0 0; }

.contactCont .flex{ display: flex; justify-content: space-between; margin-bottom: 60px; }
.contactCont .title{ font-size: 26px; color: #000; padding-bottom: 15px; border-bottom: 1px solid #a0a0a0; margin-bottom: 40px; font-weight: bold; }
.contactCont .text{ width: 46%; }
.contactCont .text .sp{ font-size: 24px; color: #1f4390; font-weight: bold; margin-bottom: 30px; }
.contactCont .text p{ color: #000; font-size: 18px; margin-bottom: 15px; }
.contactCont .text .code{ padding-top: 50px; }
.contactCont .text .code span{ display: inline-block; text-align: center; margin-right: 80px; font-size: 16px; color: #000; }
.contactCont .text .code span img{ margin-bottom: 15px; }
.contactCont .form{ width: 46%; }
.contactCont .formbox .li{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px; }
.contactCont .formbox .sp{ width: 100%; }
.contactCont .formbox .inpbox{ width: 47%; }
.contactCont .formbox input{ border: none; width: 100%; box-sizing: border-box; background: #f5f5f5; font-size: 16px; height: 60px; border-radius: 10px; padding: 0 20px; border: 1px solid #f5f5f5; transition: all 0.5s ease; }
.contactCont .formbox input:focus{ border: 1px solid #1f4390; }
.contactCont .formbox select{ border: 1px solid #f5f5f5; height: 60px; width: 100%; background: #f5f5f5; font-size: 16px; padding: 0 20px; border-radius: 10px; transition: all 0.5s ease; }
.contactCont .formbox select:focus{ border: 1px solid #1f4390; }
.contactCont .formbox p{ font-size: 18px; color: #000; margin-bottom: 10px; }
.contactCont .formbox textarea{ border: 1px solid #f5f5f5; background: #f5f5f5; padding: 20px; box-sizing: border-box; width: 100%; resize: none; font-size: 16px; height: 140px; border-radius: 10px; transition: all 0.5s ease; }
.contactCont .formbox textarea:focus{ border-color: #1f4390; }
.contactCont .formbox button{ border: none; background: #1f4390; color: #fff; border-radius: 10px; width: 200px; height: 60px; cursor: pointer; font-size: 22px; transition: all 0.3s ease; }
.contactCont .formbox button:hover{ opacity: 0.8; }
.contactCont .mapCont img{ width: 100%; }

.contactlistCont .flex{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.contactlistCont .li{ width: 32%; margin-right: 2%; background: url("../images/contactbg.png") no-repeat right center; background-color: #fff; border-radius: 10px; padding: 20px 40px; margin-bottom: 20px; box-sizing: border-box; transition: all 0.3s ease; }
.contactlistCont .li:nth-child(3n){ margin-right: 0; }
.contactlistCont .li .tit{ font-size: 24px; color: #000; margin-bottom: 10px; }
.contactlistCont .li p{ font-size: 16px; margin-bottom: 10px; }
.contactlistCont .li .la{ height: 44px; }
.contactlistCont .li a{ color: #1f4390; font-size: 16px; display: inline-block; margin-top: 5px; }
.contactlistCont .li:hover{ color: #fff; background-color: #1f4390; }
.contactlistCont .li:hover .tit{ color: #fff; }
.contactlistCont .li:hover a{ color: #de7430; }

.choiceCont{ padding: 70px 0 100px; }
.choiceCont .list{ display: flex; justify-content: space-between; }
.choiceCont .list>div{ border-right: 1px solid #d2d2d2; }
.choiceCont .list .sp{ width: 18%; background: #1f4390; color: #fff; padding: 20px 25px 0; box-sizing: border-box; }
.choiceCont .list .sp .tit{ font-size: 30px; margin-bottom: 15px; }
.choiceCont .list .sp .tit b{ font-size: 77px; }
.choiceCont .list .sp p{ font-size: 17px; line-height: 32px; }
.choiceCont .list .li{ width: 14%; text-align: center; padding: 40px 25px 40px; box-sizing: border-box; position: relative; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
.choiceCont .list .li::after{ content: ''; position: absolute; background: #fff; width: 100%; height: 100%; left: 0; top: 0; transition: all 0.3s ease; }
.choiceCont .list .li:hover::after{ box-shadow: 0 0 20px rgba(204,204,204,0.77); width: 101%; height: 101%; left: -1px; top: -1px; background: #1f4390; }
.choiceCont .list .li:hover{ z-index: 1; }
.choiceCont .list .li .icon{ width: 41px; height: 43px; margin: 0 auto; background-repeat: no-repeat; background-position: center; transition: all 0.3s ease; margin-bottom: 40px; position: relative; z-index: 1; }
.choiceCont .list .li .icon1{ background-image: url("../images/choiceIcon1-1.png"); }
.choiceCont .list .li .icon2{ background-image: url("../images/choiceIcon2-1.png"); }
.choiceCont .list .li .icon3{ background-image: url("../images/choiceIcon3-1.png"); }
.choiceCont .list .li .icon4{ background-image: url("../images/choiceIcon4-1.png"); }
.choiceCont .list .li .icon5{ background-image: url("../images/choiceIcon5-1.png"); }
.choiceCont .list .li .icon6{ background-image: url("../images/choiceIcon6-1.png"); }
.choiceCont .list .li:hover .icon1{ background-image: url("../images/choiceIcon1-2.png"); }
.choiceCont .list .li:hover .icon2{ background-image: url("../images/choiceIcon2-2.png"); }
.choiceCont .list .li:hover .icon3{ background-image: url("../images/choiceIcon3-2.png"); }
.choiceCont .list .li:hover .icon4{ background-image: url("../images/choiceIcon4-2.png"); }
.choiceCont .list .li:hover .icon5{ background-image: url("../images/choiceIcon5-2.png"); }
.choiceCont .list .li:hover .icon6{ background-image: url("../images/choiceIcon6-2.png"); }
.choiceCont .list .li .tit{ font-size: 25px; color: #000; margin-bottom: 20px; position: relative; z-index: 1; }
.choiceCont .list .li:hover .tit,.choiceCont .list .li:hover p{ color: #fff; }
.choiceCont .list .li p{ font-size: 17px; line-height: 26px; position: relative; z-index: 1; }

.tagCont{ padding: 180px 0 80px; }
.tagtopCont{ margin-bottom: 30px; }
.tagtopCont .textbox{ background: #fff; padding: 50px 50px 0; }
.tagtopCont h3{ font-size: 40px; color: #000; margin-bottom: 20px; }
.tagtopCont p{ line-height: 28px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.tagtopCont .recommend{ padding: 30px 0; font-size: 18px; color: #000; }
.tagtopCont .recommend span{ margin-left: 25px; color: #666; }
.tagCont .tagpadding{ padding: 35px 60px 50px; background: #fff; }
.tagCont .tagpadding h3{ font-size: 40px; color: #000; margin-bottom: 35px; }
.tagpadding .globalcaseList .li .text{ background: #f5f5f5; }
.tagpadding .globalcaseList .li:hover .text{ background: #fff; }
.tagpadding .newsList .li .text{ background: #f8f8f8; }
.tagpadding .newsList .li:hover .text{ background: #fff; }

.tagtipsCont .flex{ margin-left: -1.16%; }
.tagtipsCont .li{ width: 15.5%; height: 60px; float: left; margin-left: 1.16%; line-height: 60px; font-size: 22px; border-radius: 8px; background: #e5e5e5; text-align: center; margin-bottom: 20px; }
.tagtipsCont .li.active{ color: #fff; background: #1f4390; }

.errorCont{ padding-top: 110px; height: 100%; box-sizing: border-box; background: url("../images/errorbg.png") no-repeat center bottom; }
.errorCont .padding{ padding-top: 12%; height: 100%; box-sizing: border-box; text-align: center; }
.errorCont img{ max-width: 80%; }
.errorCont p{ font-size: 18px; color: #333; margin: 20px 0 30px; }
.errorCont .btnbox a{ display: inline-block; line-height: 50px; box-sizing: border-box; text-align: center; border-radius: 50px; font-size: 18px; width: 168px; margin: 0 10px; }
.errorCont .btnbox a:hover{ opacity: 0.8; }
.errorCont .btnbox a.refresh{ background: #ed6d0f; color: #fff; }
.errorCont .btnbox a.back{ border: 1px solid #d2d2d2; color: #000; }

.teamtopCont .mflex{ display: flex; flex-wrap: wrap; width: 100%; }
.teamtopCont .li{ width: 49%; margin-right: 2%; margin-bottom:20px; background: #fff; box-sizing: border-box; padding: 40px 30px; }
.teamtopCont .li:nth-child(2n){ margin-right: 0; }
.teamtopCont .li .introbox{ padding-bottom: 40px; border-bottom: 1px solid #e5e5e5; }
.teamtopCont .li .introbox .zflex{ display: flex; justify-content: space-between; }
.teamtopCont .li .introbox .imgbox{ width: 30%; }
.teamtopCont .li .introbox .imgbox img{ width: 100%; }
.teamtopCont .li .introbox .textbox{ width: 64%; color: #000; font-size: 16px; height: 320px; overflow-y: auto; padding-right: 10px; box-sizing: border-box; }
.teamtopCont .li .introbox .textbox .tit{ position: relative; margin-bottom: 40px; }
.teamtopCont .li .introbox .textbox .tit h3{ font-size: 26px; display: inline-block; }
.teamtopCont .li .introbox .textbox .tit span{ color: #666; margin-left: 10px; }
.teamtopCont .li .introbox .textbox .tit img{ position: absolute; width: 88px; height: 88px; right: 0; top: 0; }
.teamtopCont .li .introbox .textbox p{ margin-bottom: 16px; position: relative; padding-left: 80px; line-height: 26px; }
.teamtopCont .li .introbox .textbox p a:hover{ color: #1f4390; }
.teamtopCont .li .introbox .textbox p span{ position: absolute; left: 0; top: 0; color: #666; }
.teamtopCont .li .scrollbox .tit{ padding: 25px 0; position: relative; font-size: 22px; color: #000; }
.teamtopCont .li .scrollbox .tit .scenePrev{ top: 28px; left: auto; right: 50px; border: 1px solid #dadada; width: 38px; height: 38px; color: #999; background: #fff; border-radius: 60px; --swiper-navigation-size: 16px; transition: all 0.3s ease; }
.teamtopCont .li .scrollbox .tit .sceneNext{ top: 28px; left: auto; right: 0; border: 1px solid #dadada; width: 38px; height: 38px; color: #999; background: #fff; border-radius: 60px; --swiper-navigation-size: 16px; transition: all 0.3s ease; }
.teamtopCont .li .scrollbox .tit .sceneNext:hover,.teamtopCont .li .scrollbox .tit .scenePrev:hover{ background: #1f4390; border: 1px solid #1f4390; color: #fff; }
.teamtopCont .mainPage{ padding: 60px 0 0; }
.teamtopCont .li .scrollbox .swiper-wrapper,.teamtopCont .li .scrollbox .swiper-slide{ height: auto; }
.teamtopCont .li .scrollbox img{ width: 100%; }

@media only screen and (max-width: 1580px) {
    .mainTitle p br{ display: none; }
    .plansolutionCont .li p{ font-size: 12px; }
    .factoryprocessCont .li{ width: 24%; }
    .factoryshowCont .show-pagination .swiper-pagination-bullet{ font-size: 24px; }
    .bannerCont .fixText{ width: 1200px; margin-left: -600px; }
    .abouttopCont .flex .imgbox{ width: 45%; }
    .abouttopCont .flex .text{ width: 45%; }
    .globalcaseList .li .text .tit p{ font-size: 16px; }
    .globalcaseList .li .text .tit span{ font-size: 14px; }
    .globalcaseList .li .text .tit{ padding-right: 100px; }
    .detailCont .tipsCont .flex .li{ width: 50%; }
    .detailCont .tipsCont .flex .sp{ width: 50%; }
    .declarationCont .paperbox{ display: block; }
    .declarationCont .paperbox .box{ padding: 100px 100px 20px; }
    .declarationCont .paperbox .line3{ left: 32px; }
    .declarationCont .paperbox .line2{ right: 31px; }
    .declarationCont .paperbox .over{ padding: 0 34px; }
    .declarationCont .paperbox>img{ width: 100%; }
    .newsTop .text{ padding: 20px 40px; width: 42%; }
    .newsTop .imgbox{ width: 58%; }
    .choiceCont .list .sp .tit{ font-size: 24px; }
    .choiceCont .list .sp .tit b{ font-size: 50px }
    .newsTop .swiper-pagination{ bottom: 10px; left: 30% }
    .teamtopCont .li .introbox .textbox{ font-size: 14px; }
    .abpatnerCont .logobox{ height: 370px; }
    .abpatnerCont .logobox .li{ height: 110px; }
}
@media only screen and (max-width: 1260px) {
    .globalcaseList .li{ width: 49%; }
    .globalcaseList .li:nth-child(3n){ margin-right: 2%; }
    .globalcaseList .li:nth-child(2n){ margin-right: 0; }
    .bannerCont .fixText{ width: 100%; padding: 0 20px; box-sizing: border-box; margin: 0; left: 0; }
    .bannerCont .fixText h2{ font-size: 30px; }
    .bannerCont .fixText p{ font-size: 20px; }
    .detailCont .topbar .function span{ margin-right: 20px; }
    .abslide .swiper-pagination .swiper-pagination-bullet{ line-height: 26px; height: auto; padding: 20px 0; text-align: left; font-size: 14px; } 
    .declarationCont .paperbox>img{ display: none; }
    .declarationCont .paperbox .box{ padding: 100px; }
    .declarationCont .paperbox .line2,.declarationCont .paperbox .line3{ bottom: 35px; }
    .declarationCont .paperbox .box::after{ content: ''; position: absolute; bottom: 35px; left: 37px; right: 35px; height: 2px; background: url("../images/deline1.png") repeat-x; }
    .factoryslideCont .swiper-slide .text{ font-size: 16px; }
    .teamtopCont .li .introbox .textbox p{ margin-bottom: 10px; }
}
@media only screen and (max-width: 1150px) {
    .abpatnerCont .logobox{ height: 340px; }
    .abpatnerCont .logobox .li{ height: 100px; }
}
@media only screen and (max-width: 1050px) {
    .mainHead .subMenu{ display: none; }
    .detailCont .topbar .tit .share{ display: none; }
    .detailCont .topbar .tit{ padding-right: 0; }
    .detailCont .topbar .function{ flex-wrap: wrap; }
    .detailCont .topbar .function span{ margin-bottom: 10px; }
    .breadcrumbs .menu a{ margin-left: 25px; }
    .abslide .swiper-pagination .swiper-pagination-bullet{ padding: 20px; }
    .aboutideaCont .li .txt .b{ font-size: 22px; }
    .aboutideaCont .li .txt{ font-size: 16px; }
    .aboutideaCont .li{ width: 18%; }
    .sixpointCont .fixCont img{ width: 40%; }
    .sixpointCont .fixCont .list .tit{ font-size: 22px; }
    .sixpointCont .fixCont .list::after{ width: 50px; height: 50px; background-size: 100%; margin-top: -25px; }
    .sixpointCont .fixCont .list.left{ padding-left: 65px; }
    .sixpointCont .fixCont .list{ padding-right: 65px; }
    .sixpointCont .fixCont .list{ top: 0; }
    .sixpointCont .fixCont .list3,.sixpointCont .fixCont .list6{ top: 35%; }
    .sixpointCont .fixCont .list4,.sixpointCont .fixCont .list5{ top: auto; bottom: 0; }
    .jointopCont .flex{ padding-top: 0; }
    .jointopCont .imgbox{ width: 45%; top: 0; }
    .jointopCont .text{ width: 55%; padding: 60px 30px; }
    .planmanageCont .animatebox .li .basicsbox h3{ font-size: 22px; }
    .planmanageCont .animatebox .li .basicsbox li{ font-size: 16px; }
    .designtopCont .li h3{ font-size: 22px; }
    .designpicCont .picCont .sp{ padding: 0 20px; }
    .designpicCont .picCont .sp .tit{ width: 28%; }
    .designpicCont .picCont .sp .text{ width: 70%; }
    .designpicCont .picCont .sp h3{ font-size: 22px; }
    .designpicCont .picCont .sp p{ font-size: 16px; }
    .designpicCont .picCont .sp .text{ font-size: 14px; }
    .factorycaseCont .menu .li .iconbox{ padding: 25px 30px 60px; height: 300px; }
    .factorycaseCont .menu .li .btn{ font-size: 22px; }
    .factorycaseCont .menu .li .btn .icon{ width: 45px; height: 45px; background-size: 100%; }
    .choiceCont .list .sp .tit,.choiceCont .list .li .tit{ font-size: 18px; }
    .choiceCont .list .sp p,.choiceCont .list .li p{ font-size: 14px; }
    .choiceCont .list .li{ padding: 30px 20px; }
    .choiceCont .list .sp .tit b{ font-size: 45px; margin-right: 5px; }
    .choiceCont .list .sp{ padding: 20px; }
    .abpatnerCont .logobox{ height: 310px; }
    .abpatnerCont .logobox .li{ height: 90px; }
}
@media only screen and (max-width: 900px) {
    .breadcrumbs .crumbs{ display: none; }
    .breadcrumbs .menu{ float: none; }
    .buildCont .leftbar{ width: 230px; }
    .buildCont .content{ padding-left: 250px; }
    .detailCont .tipsCont .flex .li{ width: 100%; }
    .detailCont{ padding: 40px; }
    .detailCont .wordCont .flex a{ width: auto; padding: 0 10px; font-size: 14px; }
    .detailPage .btn{ display: none; }
    .detailPage .flex{ justify-content: center; }
    .bannerCont img{ width: 150%; margin-left: -25%; }
    .aboutsecondCont .flex .li .text .en{ font-size: 40px; }
    .aboutsecondCont .flex .li .text{ padding: 40px 20px; }
    .aboutideaCont .li{ width: 24%; }
    .aboutideaCont .pic img{ width: 50px; }
    .sixpointCont .fixCont img{ display: none; }
    .sixpointCont .fixCont .list{ position: relative; top: auto; bottom: auto; left: auto; right: auto; text-align: left; padding: 0 0 0 120px; justify-content: flex-start; }
    .sixpointCont .fixCont .list.left{ padding-left: 120px; }
    .sixpointCont .fixCont .list::after{ right: auto; left: 0; width: 80px; height: 80px; margin-top: -40px; }
    .sixpointCont .fixCont .list p br{ display: none; }
    .aboutculturCont .flex{ width: 90%; }
    .aboutculturCont .li{ width: 17%; }
    .abletterCont .text{ padding-top: 0; }
    .aboutlogoCont .flex .li{ width: 49%; }
    .aboutlogoCont .flex .li:nth-child(2n){ margin-right: 0; }
    .mainTitle h2{ font-size: 30px; }
    .mainTitle{ margin-bottom: 40px; }
    .honorSlide .swiper-slide p{ font-size: 16px; }
    .newsTop{ padding: 20px 0; }
    .newsList .li{ width: 49%; }
    .newsList .li:nth-child(3n){ margin-right: 2%; }
    .newsList .li:nth-child(2n){ margin-right: 0; }
    .declarationCont .paperbox .box{ margin: 0; }
    .jointopCont .imgbox{ position: static; width: 70%; margin: 0 auto; margin-bottom: 20px; }
    .joinwelfareCont .li .tit{ font-size: 22px; }
    .jointopCont .text{ width: 100%; }
    .joinrecruitCont .li .title{ padding: 30px 140px 30px 80px; background-position: 20px center; background-size: 30px; }
    .joinrecruitCont .li .title .btn{ right: 30px; }
    .joinrecruitCont .li .slidebox{ padding: 0 30px; }
    .contactCont .flex{ flex-wrap: wrap; }
    .contactCont .text{ width: 100%; margin-bottom: 40px; }
    .contactCont .form{ width: 100%; }
    .contactlistCont .li{ width: 49%; }
    .contactlistCont .li:nth-child(3n){ margin-right: 2%; }
    .contactlistCont .li:nth-child(2n){ margin-right: 0; }
    .planintroCont .li .text h3{ font-size: 22px; }
    .planintroCont .li .text p{ height: 72px; }
    .planmanageCont .animatebox .li .content .box{ padding: 0 30px; }
    .planmanageCont .animatebox .li .basicsbox h3{ white-space: normal; }
    .experienceCont .list,.plansolutionCont .list{ flex-wrap: wrap; }
    .experienceCont .li{ width: 49%; margin-bottom: 20px; }
    .abpatnerCont .logobox .li{ width: 24%; margin-right: 1%; }
    .plansolutionCont .li{ width: 32.5%; margin-right: 1.25%; }
    .plansolutionCont .li:nth-child(3n){ margin-right: 0; }
    .expoCont .about .imgbox{ float: none; margin: 0 auto; margin-bottom: 20px; }
    .expoCont .about .text{ width: 100%; float: none; }
    .advone,.advtwo{ height: auto; padding: 20px 0; }
    .advone .flex{ flex-wrap: wrap; align-content: center; height: auto; }
    .advtwo .flex{ height: auto; }
    .advone .tit{ width: 100%; margin-bottom: 20px; font-size: 22px; }
    .advone .tit p{ display: inline-block; margin-left: 5px; font-size: 30px; }
    .advone .table{ width: 100%; }
    .abslide .swiper-slide .imgbox{ float: none; margin: 0 auto; }
    .abslide .swiper-slide .text{ float: none; width: 100%; }
    .abslide .swiper-slide{ padding-top: 40px; }
    .abslide .swiper-pagination{ margin-bottom: 40px; }
    .abslide .swiper-slide .text .num{ position: absolute; right: 20px; top: 0; }
    .abslide .swiper-slide .text{ position: relative; }
    .abslide .swiper-slide .text h3,.expoCont .about .text .subtit{ font-size: 22px; margin-bottom: 20px; }
    .advtwo .flex{ flex-wrap: wrap; align-content: center; justify-content: center; }
    .advtwo .service a{ width: auto; display: inline-block; padding: 0 20px; font-size: 18px; }
    .advtwo .tit h3,.advtwo .service .txt p,.abnewsCont .newsbox .recommend .sp .text h3{ font-size: 22px; }
    .advtwo .tit{ margin-bottom: 20px; text-align: center; width: 100%; }
    .advtwo .service .txt{ background-size: auto 100%; }
    .breadcrumbs.expo{ display: none; }
    .expoCont .about .imgbox{ width: 100%; }
    .expoCont .about .text .tit{ font-size: 22px; line-height: 60px; margin-bottom: 20px; }
    .expoCont .about .text p{ line-height: 28px; }
    .advone .tit p{ margin: 0; font-size: 22px; }
    .advone .table .li{ width: 50% !important; }
    .advone .table{ flex-wrap: wrap; }
    .abslide .swiper-pagination{ flex-wrap: wrap; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; display: block; padding-bottom: 10px; }
    .abslide .swiper-slide .text{ padding: 30px 20px; }
    .abslide .swiper-slide .imgbox{ width: 100%; }
    .abslide .swiper-slide .text .num{ display: none; }
    .ableaderCont .text{ flex-wrap: wrap; }
    .ableaderCont .text img{ width: auto; margin: 0 auto; display: block; margin-bottom: 40px; }
    .ableaderCont .txt{ width: 100%; }
    .abincrementCont .iconList .li{ width: 32%; }
    .abincrementCont .iconList .li p{ font-size: 18px; }
    .abincrementCont .iconList .li .icon{ width: 70px; height: 70px; margin-bottom: 10px; }
    .designtopCont .flex{ flex-wrap: wrap; justify-content: flex-start; }
    .designtopCont .li{ width: 32%; margin-right: 2%; margin-bottom: 20px; }
    .designtopCont .li:nth-child(3n){ margin-right: 0; }
    .designpicCont .picCont .sp{ width: 100%; padding: 40px 20px; }
    .designpicCont .picCont .li{ width: 49%; }
    .designpicCont .picCont .lisp{ width: 100%; }
    .designprocessCont .linecont .point .text .en{ display: none; }
    .factoryslideCont .manager .flex img{ right: -100px; }
    .factoryslideCont .manager .flex{ padding-top: 50px; padding-right: 340px; }
    .factorycaseCont .menu{ position: relative; }
    .factorycaseCont .menu .topbox{ position: absolute; width: 100%; left: 0; top: 0; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
    .factorycaseCont .menu .li.active .topbox{ opacity: 1; visibility: visible; }
    .factorycaseCont .menu .li{ padding-top: 280px; }
    .factorycaseCont .menu .li .iconbox{ display: flex; align-content: center; flex-wrap: wrap; height: 200px; }
    .factorycaseCont .menu .li .iconbox .tips{ height: 26px; width: 25%; }
    .factorycaseCont .menu .li .title{ height: 60px; line-height: 60px; }
    .factoryshowCont .show-pagination .swiper-pagination-bullet{ font-size: 20px; }
    .factoryprocessCont .li{ width: 32%; }
    .tagtipsCont .li{ width: 19%; margin-left: 1%; font-size: 16px; box-sizing: border-box; }
    .tagtipsCont .flex{ margin-left: -1.25%; }
    .choiceCont .list{ flex-wrap: wrap; }
    .choiceCont .list .sp{ width: 50%; }
    .choiceCont .list .li{ width: 25%; }
    .choiceCont .list .li .icon{ margin-bottom: 10px; }
    .choiceCont .list .li .tit{ margin-bottom: 10px; }
    .newsTop .flex{ flex-wrap: wrap; }
    .newsTop .imgbox{ order:1; width: 100%; }
    .newsTop .text{ width: 100%; order: 2; }
    .newsTop .swiper-pagination{ left: 0; width: 100%; }
    .teamtopCont .li{ width: 100%; margin-right: 0; margin-bottom: 20px; }
    .teamtopCont .li .introbox{ padding-bottom: 20px; }
    .abpatnerCont .logobox{ height: 280px; }
    .abpatnerCont .logobox .li{ height: 80px; }
}
@media only screen and (max-width: 510px) {
    .bannerCont img{ width: 250%; margin-left: -75%; }
    .bannerCont .fixText{ height: auto; bottom: 70px; top: auto; }
    .buildCont .leftbar{ display: none; }
    .buildCont .content{ padding-left: 0; }
    .globalcaseList .li{ width: 100%; margin: 0 0 20px 0 !important; }
    .mainPage .cutbox div{ width: 100%; }
    .mainPage .cutbox{ flex-wrap: wrap; }
    .mainPage .cutbox div{ padding: 0 20px !important; }
    .mainPage .cutbox a{ width: 100%; }
    .buildCont{ padding: 40px 0 60px; }
    .filterCont{ padding: 0 10px; }
    .filterCont .list span{ font-size: 16px; }
    .filterCont .list a{ font-size: 14px; }
    .filterCont .list{ padding-left: 65px; }
    .breadcrumbs{ height: 70px; line-height: 70px; }
    .breadcrumbs .menu{ white-space: nowrap; overflow-x: scroll; overflow-y: hidden; }
    .bannerCont .fixText h2{ font-size: 24px; margin-bottom: 10px; }
    .bannerCont .fixText p{ font-size: 16px; }
    .detailCont .topbar .tit h2{ font-size: 22px; }
    .detailCont{ padding: 40px 20px; }
    .detailCont .htmlCont .title::after{ display: none; }
    .detailCont .htmlCont .title{ margin-bottom: 20px; }
    .detailCont .htmlCont .title b{ padding: 0 0 0 20px; font-size: 22px; }
    .commentCont{ padding: 40px 20px; }
    .commentCont .submitCont button{ width: 90px; font-size: 14px; right: 10px; }
    .commentCont .submitCont textarea{ padding-right: 110px; }
    .recommendDetail .li{ width: 100%; }
    .recommendDetail{ margin-bottom: 0; }
    .detailCont .tipsCont .flex .li{ margin-bottom: 15px; }
    .detailCont .htmlCont{ line-height: 28px; }
    .commentCont h3{ margin-bottom: 20px; }
    .contactCont .title,.recommendCont .title h2{ font-size: 22px; }
    .contactCont .text .sp{ font-size: 18px; }
    .contactCont .text p{ font-size: 16px; }
    .contactCont .text .code{ display: flex; justify-content: space-between; padding-top: 0; }
    .contactCont .text .code span{ margin: 0; }
    .contactlistCont .li{ width: 100%; margin-right: 0 !important; }
    .publicPadding{ padding: 40px 0; }
    .jointopCont .imgbox{ width: 100%; }
    .jointopCont .text{ padding: 40px 20px; font-size: 16px; line-height: 24px; }
    .mainTitle h2{ font-size: 22px; margin-bottom: 10px; }
    .mainTitle p{ font-size: 16px; line-height: 28px; }
    .joinwelfareCont .li{ width: 100%; margin: 0 0 10px; }    
    .joinrecruitCont .li .title .btn p{ display: none; }
    .joinrecruitCont .li .title{ padding: 20px 60px 20px 20px; background: none; }
    .joinrecruitCont .li .title .tit{ font-size: 18px; }
    .joinrecruitCont .li .title span{ font-size: 14px; margin-right: 20px; display: inline-block; }
    .joinrecruitCont .li .title .icon{ width: 35px; height: 35px; }
    .joinrecruitCont .li .title .icon::after{ line-height: 35px; font-size: 16px; }
    .joinrecruitCont .li .title .btn{ right: 20px; top: 42px; }
    .planreadCont .content{ flex-wrap: wrap; }
    .planreadCont .content .flex{ width: 100%; margin-bottom: 40px; }
    .planreadCont h3{ font-size: 18px; }
    .planreadCont .publicMore{ line-height: 40px; height: 40px; }
    .planreadCont .li{ line-height: 60px; }
    .declarationCont .paperbox .over{ padding: 0; }
    .declarationCont .paperbox .box{ padding: 40px 40px; }
    .declarationCont .paperbox .title{ font-size: 22px; padding-bottom: 20px; }
    .declarationCont .paperbox .line1{ top: 20px; right: 20px; left: 20px; }
    .declarationCont .paperbox .line2{ right: 20px; top: 20px; bottom: 20px; }
    .declarationCont .paperbox .line3{ left: 20px; top: 20px; bottom: 20px; }
    .declarationCont .paperbox .box::after{ left: 20px; right: 20px; bottom: 20px; }
    .declarationCont .paperbox .sign{ font-size: 18px; }
    .newsTop{ flex-wrap: wrap; }
    .newsTop .imgbox{ order: 1; width: 100%; margin-bottom: 20px; }
    .newsTop .text{ order: 2; width: 100%; padding: 0 20px; box-sizing: border-box; }
    .newsTop .swiper-pagination{ left: auto; right: 20px; width: auto; }
    .newsList .li{ width: 100%; margin: 0 0 20px 0 !important; }
    .mainPage.newpage{ margin-bottom: 0; }
    .abletterCont .text{ width: 100%; float: none; }
    .abletterCont .imgbox{ width: 80%; float: none; margin: 0 auto; }
    .abletterCont h3{ font-size: 22px; margin-bottom: 20px; }
    .aboutlogoCont .flex .li{ width: 100%; margin: 0 0 20px; }
    .publicMore{ height: 40px; line-height: 40px; }
    .aboutCont .honorSlide .swiper-slide{ box-shadow: none !important; }
    .honorSlide .swiper-button-next{ right: 0; }
    .honorSlide .swiper-button-prev{ left: 0; }
    .abouttopCont .flex .imgbox{ width: 100%; margin-bottom: 20px; }
    .abouttopCont .flex .text .en,.aboutsecondCont .flex .li .text .en{ font-size: 30px; }
    .abouttopCont .flex{ flex-wrap: wrap; }
    .abouttopCont .flex .text{ width: 100%; }
    .abouttopCont .flex .text .cn{ font-size: 22px; }
    .abouttopCont .numbox{ flex-wrap: wrap; border-bottom: none; height: auto; }
    .abouttopCont .numbox .li{ width: 50%; border-bottom: 1px solid #e5e5e5; padding: 20px 0; }
    .abouttopCont .numbox .li .num b{ font-size: 40px; }
    .aboutsecondCont .flex .li{ width: 100%; margin-bottom: 20px; }
    .aboutsecondCont .flex .li .text{ padding-bottom: 10px; }
    .aboutsecondCont .flex .li .text .cn{ margin-bottom: 10px; }
    .aboutideaCont .circular{ flex-wrap: wrap; }
    .aboutideaCont .li{ width:45%; }
    .aboutideaCont .pic{ width: 100%; margin: 20px 0; text-align: center; height: 50px; }
    .aboutideaCont .pic img{ transform: rotate(90deg) }
    .aboutculturCont .img{ position: static; width: 100%; height: auto; margin-bottom: 20px; }
    .aboutculturCont{ background: #eef3f7; }
    .aboutculturCont .flex{ width: 100%; flex-wrap: wrap; justify-content: space-between; }
    .aboutculturCont .li{ width: 49%; padding: 30px 20px; box-sizing: border-box; }
    .aboutculturCont .relative{ padding: 0; }
    .planintroCont .flex{ flex-wrap: wrap; }
    .planintroCont .li{ width: 100%; margin-right: 0; margin-bottom: 20px; }
    .planintroCont .li .text h3{ font-size: 18px; }
    .plansolutionCont .li{ width: 49%; margin-right: 2%; }
    .plansolutionCont .li:nth-child(3n){ margin-right: 2%; }
    .plansolutionCont .li:nth-child(2n){ margin-right: 0; }
    .plancaseCont .menubox>div a{ width: 90%; font-size: 16px; }
    .planmanageCont .animatebox .li{ margin-bottom: 20px; }
    .planmanageCont .animatebox .li .basicsbox{ width: 100%; }
    .planmanageCont .animatebox .li,.planmanageCont .animatebox .li.active{ width: 100%; }
    .planmanageCont .animatebox{ height: auto !important; }
    .planmanageCont .animatebox,.planmanageCont .animatebox .li{ flex-wrap: wrap; }
    .planmanageCont .animatebox .li .content{ width: 100%; position: static; }
    .planmanageCont .animatebox .li .basicsbox{ width: 100%; padding: 20px 30px; }
    .planmanageCont .animatebox .li.active .basicsbox{ width: 100%; }
    .planmanageCont .animatebox .li .basicsbox .more{ display: none; }
    .planmanageCont .animatebox .li .basicsbox ul{ margin-bottom: 0; }
    .planmanageCont .animatebox .li .basicsbox li{ display: inline-block; }
    .planmanageCont .animatebox .li .content .bold{ font-size: 18px; }
    .planmanageCont .animatebox .li .basicsbox h3,.planmanageCont .animatebox .li .basicsbox .icon{ margin-bottom: 20px; }
    .experienceCont .li{ width: 100%; margin-right: 0; }
    .experienceCont .li .text h3{ font-size: 22px; margin-bottom: 10px; }
    .abpatnerCont .logobox .li{ width: 48.5%; margin-right: 1.5%; }
    .abpatnerCont .logobox .li:nth-child(2n){ margin-right: 0; }
    .designtopCont .li{ width: 100%; margin-right: 0; }
    .designtopCont .li .icon{ background-position: center; margin-bottom: 10px; }
    .designtopCont .li h3{ text-align: center; font-size: 20px; }
    .designpicCont .picCont .sp{ flex-wrap: wrap; padding: 20px; }
    .designpicCont .picCont .sp .icon{ margin-bottom: 10px; }
    .designpicCont .picCont .sp .tit{ width: 100%; margin-bottom: 10px; }
    .designpicCont .picCont .sp .text{ width: 100%; }
    .advtwo .service img{ width: 100px; height: 100px; }
    .designprocessCont .linecont{ flex-wrap: wrap; height: auto; }
    .designprocessCont .linecont .point .text{ position: static; margin: 0; width: 100%; margin-bottom: 20px; }
    .designprocessCont .linecont .point{ width: 49%; margin-bottom: 30px; }
    .designprocessCont .linecont .point::before,.designprocessCont .linecont::after,.designprocessCont .linecont .point::after{ display: none; }
    .designprocessCont .linecont .point .text .en{ display: block; }
    .factorytopCont .flex{ flex-wrap: wrap; }
    .factorytopCont .li{ width: 100%; border: none; padding: 0 10px; margin-bottom: 40px; }
    .factorytopCont .li .icon{ margin: 0 auto; margin-bottom: 20px; }
    .factorytopCont .li h3{ text-align: center; font-size: 20px; }
    .factoryslideCont .manager .text{ font-size: 18px; padding: 20px; }
    .factoryslideCont .manager .text p{ font-size: 18px; }
    .factoryslideCont .manager .flex{ padding: 20px 0 180px; }
    .factoryslideCont .manager .flex img{ top: auto; right: 0; bottom: 0; width: 200px; }
    .factoryslideCont .manager{ height: auto; }
    .factoryslideCont .manager .text::after{ border-color: #fff transparent transparent transparent; bottom: -42px; right: 130px; top: auto; }
    .factoryvideoCont .slidebox,.factoryshowCont .slidebox{ flex-wrap: wrap; }
    .factoryvideoCont .picbox{ width: 100%; height: 300px; }
    .factoryvideoCont .menu{ width: 100%; }
    .factoryvideoCont .menu .li{ padding: 20px; }
    .factorycaseCont .menu .li{ padding-top: 255px; }
    .factorycaseCont .menu .li .iconbox .tips{ width: 50%; box-sizing: border-box; font-size: 13px; padding-left: 33px; }
    .factorycaseCont .menu .li .iconbox{ padding: 20px; align-content: baseline; height: 175px; }
    .factorycaseCont .menu .li .iconbox .fix{ bottom: 20px; }
    .factorycaseCont .menu .li .btn{ font-size: 0; }
    .factoryshowCont .swiper{ width: 100%; margin: 0; }
    .factoryshowCont .show-pagination{ width: 100%; display: flex; flex-wrap: wrap; position: static; margin-bottom: 10px; }
    .factoryshowCont .swiper-slide .fix{ position: static; opacity: 0; }
    .factoryshowCont .swiper-slide-active .fix{ opacity: 1; }
    .factoryshowCont .show-pagination .swiper-pagination-bullet{ width: 50%; height: 40px; }
    .factoryshowCont .show-pagination .swiper-pagination-bullet span{ width: 25px; height: 25px; background-size: 100%; }
    .factoryprocessCont .li{ width: 49%; }
    .minMenu{ display: block; position: fixed; width: 60%; left: -60%; top: 0; height: 100%; background: #fff; z-index: 1002; padding-top: 80px; box-sizing: border-box; transition: all 0.5s ease; }
    .minMenu.active{ left: 0; }
    .minMenu .bg{ padding: 40px 20px 0; height: 90%; overflow-y: scroll; }
    .minMenu .tips{ background: #fff; margin-bottom: 10px; }
    .minMenu .tips .tit{ font-size: 20px; color: #1f4390; line-height: 60px; border-bottom: 1px dashed #e6e6e6; padding: 0 20px; }
    .minMenu .tips .li{ line-height: 40px; position: relative; }
    .minMenu .tips .li a{ color: #666; font-size: 16px; display: block; border-bottom: 1px dashed #e6e6e6; position: relative; padding: 0 20px; }
    .minMenu .tips .li:last-child a,.minMenu .tips .li.active a{ border: none; }
    .minMenu .tips .li:hover a{ color: #1f4390; }
    .minMenu .tips .li.active{ background: #1f4390; }
    .minMenu .tips .li.active a{ color: #fff; }
    .minBtn{ position: absolute; width: 26px; height: 22px; right: 68px; background-image: url("../images/class1.png"); background-repeat: no-repeat; background-position: center; background-size: 100% auto; top: 28px; }
    .mainHead.active .minBtn{ background-image: url("../images/class2.png"); }
    .minBtn::after{ content: ''; position: absolute; width: 0; height: 2px; background: #de7430; top: 10px; left: -2px; transition: all 0.3s ease; }
    .minBtn.active::after{ width: 30px; }
    .tagtopCont h3,.tagCont .tagpadding h3{ font-size: 22px; }
    .tagtopCont .recommend{ font-size: 14px; }
    .tagCont .tagpadding{ padding: 30 20px; }
    .tagtipsCont .li{ width: 49%; margin-left: 0; margin-right: 2%; }
    .tagtipsCont .li:nth-child(2n){ margin-right: 0; }
    .tagtipsCont .flex{ margin-left: 0; }
    .abouttopCont{ margin-top: 0; }
    .choiceCont .list .sp{ width: 100%; border: none; padding: 20px; }
    .choiceCont .list .li{ width: 50%; border-left: 1px solid #d2d2d2; border-right: none; padding: 20px; }
    .choiceCont .list .li.bo{ border-right: 1px solid #d2d2d2; }
    .choiceCont{ padding: 60px 0; }
    .designpicCont .picCont .li .fix p{ font-size: 18px; }
    .designpicCont .picCont .li .fix span{ font-size: 14px; }
    .ableaderCont .text img{ width: 80%; }
    .abnewsCont .newsbox{ flex-wrap: wrap; }
    .abnewsCont .newsbox .recommend{ width: 100%; }
    .abnewsCont .newsbox .scroll{ width: 100%; }
    .abnewsCont .newsbox .recommend .sp .text h3{ font-size: 18px; }
    .abnewsCont .newsbox .recommend .sp{ flex-wrap: wrap; }
    .abnewsCont .newsbox .recommend .sp .imgbox{ width: 100%; margin-bottom: 20px;; }
    .abnewsCont .newsbox .recommend .sp .text{ width: 100%; }
    .abnewsCont .newsbox .recommend .sp{ padding: 20px 0; }
    .errorCont .padding{ padding-top: 35%; }
    .errorCont .btnbox a{ width: 40%; margin: 0 2%; }
    .errorCont{ padding-top: 80px; }
    .contactCont .text .code span img{ width: 100%; }
    .contactCont .formbox input{ font-size: 14px; }
    .teamtopCont .li .introbox .zflex{ flex-wrap: wrap; justify-content: center; }
    .teamtopCont .li .introbox .imgbox{ width: 60%; margin-bottom: 20px; }
    .teamtopCont .li .introbox .textbox{ width: 100%; }
    .teamtopCont .li .introbox .textbox .tit h3{ font-size: 22px; }
    .abpatnerCont .logobox{ height: 370px; }
    .abpatnerCont .logobox .li{ height: 110px; }
}
@keyframes scale{
   0%{ transform: scale(1); }
   50%{ transform: scale(1.05); }
   100%{ transform: scale(1); }
}