
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(/css/backgroundsize.min.htc);
	behavior: url(/css/backgroundsize.min.htc);
}

.header-box .header_fix_form{display: none!important;}
/*pc端首页导航*/






/*首页banner*/

.indban .swiper-slide {
	overflow: hidden;
	
}
.indban .swiper-container{
	height:47vw;
}

.indban .swiper-slide img {
	width: 100%;
	height: 900px;
	object-fit: cover;
	display: block;
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 2s ease-out;
	transition: all 2s  ease-out;
}

.indban .swiper-slide.swiper-slide-active img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
}

.indban .swiper-pagination {
	bottom: 40px;
}

.indban .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}

.indban .text_box {
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.indban .text_box .text_con {
	width: 750px;
	margin: 0 auto;
}
.indban .img_text .text_con{
	width: 100%;text-align: left;
}
.indban .text_box .title {
	/*font-family: "Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif", ;*/
	color: #fff;
	margin-bottom: 7px;
	transform: translateY(200px);
	opacity: 0;
	font-weight:600;
}

.indban .swiper-slide .banner-video{height: 100%;}
.indban .swiper-slide video{display: block;}
.indban .swiper-slide .banner-video:after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    background: linear-gradient(
100deg
,rgba(0,0,0,.22),rgba(0,0,0,.22) 39%,transparent);
    position: absolute;
}
.indban .swiper-slide.swiper-slide-active .title {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.6s ease-out;
	font-size: 56px;
}

.indban .text_box .des {
	color: #fff;
	margin-bottom: 25px;
	transform: translateY(400px);
	opacity: 0;
}

.indban .swiper-slide.swiper-slide-active .des {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease-out;
}

.indban .video_btn a{
	
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	border-radius: 5px;
	transform: translateY(400px);
	opacity: 0;
}
.indban .img_text .video_btn a{
	float: left;margin-right: 10px;
}
.indban .img_text .video_btn a:nth-child(2){
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;border: none;
}
.indban .video_text .video_btn{
	margin: 0 auto;
}
.indban .swiper-slide.swiper-slide-active .video_btn a{
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease-out;
}

.indban .video_btn a {
	color: #fff;
}

.indban .video_btn i {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
}

.indban .swiper-slide .video_btn a:hover i {
	transition: 0.5s;
	margin-left: 10px;
}
.home .swiper-slide {
	overflow: hidden;
	
}
.home .swiper-container{
	height:47vw;
}

.home .swiper-slide img {
	width: 100%;
	height: 900px;
	object-fit: cover;
	display: block;
	/* -ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 2s ease-out;
	transition: all 2s  ease-out; */
}

.home .swiper-slide.swiper-slide-active img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5s ease-out;
	transition: all 5s ease-out;
}

.home .swiper-pagination {
	bottom: 40px;
}

.home .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
}

.home .text_box {
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.home .text_box .text_con {
	width: 750px;
	margin: 0 auto;
}
.home .img_text .text_con{
	width: 100%;text-align: left;
}
.home .text_box .title {
	/*font-family: "Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif", ;*/
	color: #fff;
	margin-bottom: 7px;
	transform: translateY(200px);
	opacity: 0;
	font-weight:600;
}

.home .swiper-slide .banner-video{height: 100%;}
.home .swiper-slide video{display: block;}
.home .swiper-slide .banner-video:after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    background: linear-gradient(
100deg
,rgba(0,0,0,.22),rgba(0,0,0,.22) 39%,transparent);
    position: absolute;
}
.home .swiper-slide.swiper-slide-active .title {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.6s ease-out;
	font-size: 56px;
}

.home .text_box .des {
	color: #fff;
	margin-bottom: 25px;
	transform: translateY(400px);
	opacity: 0;
}

.home .swiper-slide.swiper-slide-active .des {
	transform: translateY(0);
	opacity: 1;
	transition: all 0.8s ease-out;
}

.home .video_btn a{
	
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	border-radius: 5px;
	transform: translateY(400px);
	opacity: 0;
}
.home .img_text .video_btn a{
	float: left;margin-right: 10px;
}
.home .img_text .video_btn a:nth-child(2){
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;border: none;
}
.home .video_text .video_btn{
	margin: 0 auto;
}
.home .swiper-slide.swiper-slide-active .video_btn a{
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease-out;
}

.home .video_btn a {
	color: #fff;
}

.home .video_btn i {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
}

.home .swiper-slide .video_btn a:hover i {
	transition: 0.5s;
	margin-left: 10px;
}


/*数字化赋能企业不同岗位角色*/

.indpost {
	padding: 4.27% 0 4.8%;
	overflow: hidden;
}

.indpost .big_title {
	text-align: center;
	margin-bottom: 3%;
	color: #252B3A;
	font-weight: bold;
}

.indpost .video_list li {
	width: 19.7%;
	position: relative;
	margin-right: 0.375%;
	border-radius: 5px;
	overflow: hidden;
}

.indpost .video_list li:nth-child(5) {
	margin-right: 0;
}

.indpost .video_list li .img {
	width: 100%;
	height: 0;
	padding-bottom: 144.36%;
	transition: all 0.5s ease-out;
}

.indpost .video_list li.active .img {
	opacity: 0;
	/*transform: translateY(-100%);*/
	transition: all 0.5s ease-out;
}

.indpost .video_list li video {
	width: 100%;
	position: absolute;
	height: 100%;
	object-fit: cover;
	top: 0;
	z-index: -1;
	display: block;
	opacity: 0.5;
}

.indpost .video_list li:hover video {
	opacity: 1;
}

.indpost .video_list li .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px;
	color: #fff;
	z-index: 1;
	bottom: -55px;
	transition: all 0.4s ease-out;
}

.indpost .video_list li:after {
	content: "";
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	bottom: 0;
}

.indpost .video_list li .link {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 16px;
	opacity: 0;
	transition: all 0.6s ease-out;
	transform: translateY(50%);
}

.indpost .video_list li .link a span {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-1px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
}

.indpost .video_list li .link a {
	color: #fff;
}

.indpost .video_list li .link:hover a span {
	transition: 0.5s;
	margin-left: 10px;
}

.indpost .video_list li:hover .link {
	opacity: 1;
	transform: translateY(0);
}

.indpost .video_list li:hover .text {
	bottom: 0;
}


/*云产品及服务*/

.indpro {
	background: #ebf0f7;
	padding: 3.28% 0 4%;
	overflow: hidden;
}

.indpro .big_title {
	text-align: center;
	color: #252B3A;
	margin-bottom: 1.8%;
	font-weight: bold;
}

.indpro .indpro-menu-link {
	text-align: center;
}

.indpro .indpro-menu-link li {
	display: inline-block;
	padding: 0 7px;
	margin: 0 4%;
	line-height: 2.85em;
}

.indpro .indpro-menu-link li:after {
	content: "";
	width: 0;
	display: block;
	height: 4px;
	background: #2385ed;
	transition: all 0.2s ease-out;
}
.indpro .indpro-menu-link li a span{    color: #aaa;}
.indpro .indpro-menu-link li.active:after {
	width: 100%;
}

.bofang {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: 1.5s;
}

.bofang::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(/images/bofang.png);
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 1.5s;
	z-index: 1;
}

.bofang::before {
	position: absolute;
	border-radius: 50%;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: water 1s linear infinite;
	animation: water 1s linear infinite;
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

.bofang:hover {
	background: rgba(255, 255, 255, 0.6);
	transition: 1.5s;
	transform-origin: center;
	/* transform:rotate(360deg); */
}

.indpro-box {
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.02);
}

.indpro .indpro-item {
	display: none;
}

.indpro .indpro-item.active {
	display: block;
}

.indpro .indpro-video {
	width: 25%;
}

.indpro .indpro-item:first-child .indpro-video {
	background: url(../image/product_bg1.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(2) .indpro-video {
	background: url(../image/product_bg1.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(3) .indpro-video {
	background: url(../image/product_bg1.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-item:nth-child(4) .indpro-video {
	background: url(../image/product_bg1.jpg) no-repeat center;
	background-size: cover;
}

.indpro .indpro-video-title {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.indpro .indpro-video-title .title{line-height: 1.5em;}
.indpro .indpro-video-title .title span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
	color: #252B3A;
}

.indpro .indpro-video-title .title .video-btn {
	width: 22px;
	height: 22px;
	position: relative;
	background: url(../image/video_smallbtn1.png) no-repeat;
	border-radius: 50%;
	transition: 0.5s;
	margin-top: 1px;
}



.indpro .indpro-video-title .title img {
	vertical-align: middle;
}

.indpro .indpro-video-box {
	padding: 12.2% 7%;
}

.indpro .indpro-video-box h6:hover span {
	color: #2385ed;
}

.indpro .indpro-video-box h6:hover .video-btn {
	background-image: url(../image/video_smallbtn2.png);
	transform: rotate(120deg);
	transition: 0.5s;
}



.indpro .indpro-video-title .subtitle {
	margin-top: 8px;
	color: #252B3A;
}

.indpro .indpro-video-box .icon {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.6s ease-out;
}

.indpro .indpro-video-box h6:hover .icon {
	fill: #2385ed;
	transform: rotate(120deg);
}

.indpro .indpro-video-title .des {
	line-height: 1.625em;
	margin-top: 1.625em;
	color: #777777;
}

.indpro .indpro-video-title .indpro-link {
	margin-top: 12.5%;
	bottom: 24px;
}

.indpro .indpro-link a {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
}

.indpro .indpro-link a:first-child {
	border: 1px solid #252B3A;
}

.indpro .indpro-link a:after {
	display: inline-block;
	content: "";
	border: solid rgba(0, 0, 0, 0.6);
	border-width: 0 1px 1px 0;
	display: inline-block;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	opacity: 0;
}

.indpro .indpro-link .hovered:after {
    padding: 3px;
    transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	opacity: 0;
}

.indpro .indpro-link a:last-child:after {
	border-color: #fff;
}

.indpro .indpro-link a:hover:after {
	margin-left: 10px;
	transition: 0.5s;
	opacity: 1;
}

.indpro .indpro-link a:last-child {
	background-image: linear-gradient(35deg,#3377f4, #6f72fc, #00aeee,#ee0aba);
	background-color: #0360c3;
	color: #fff;
}

.indpro .indpro-link a:last-child:hover {
	background: #0360c3;
	color: #fff;
	border-color: #0360c3;
}

.indpro .indpro-video-box:hover .indpro-link {
	bottom: 24px;
	transition: all 0.4s ease-out;
}

.indpro .indpro-link a:last-child:hover {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
}

.indpro .indpro-list {
	width: 75%;
}

.indpro .indpro-list li {
	width: 33%;
	height: 320px;
	border-left: 1px solid #dcdcdc;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.indpro .indpro-list .indpro-text-box {
	text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 20%;
    display: flex;
    justify-content: center;
}

.indpro .indpro-list .indpro-text {
	transition: all .4s ease;
}

.indpro .indpro-list li:hover .indpro-text {
	transform: translateY(-66px);
}

.indpro .indpro-list li i {
	transition: all .2s ease;
}

.indpro .indpro-list li:hover i {
	opacity: 0;
}

.indpro .indpro-list .indpro-text-box h4 {
	color: #252B3A;
	line-height: 2.25em;
}

.indpro .indpro-list .indpro-text-box .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.indpro .indpro-list .indpro-text-box img {
	vertical-align: middle;
    height: 100%;
    width: 100%;
}

.indpro .indpro-list .indpro-text-box .des {
	line-height: 1.6em;
	margin-top: 8px;
	color: #888888;
}

.indpro .indpro-link {
	position: absolute;
	bottom: -100px;
	transition: all 0.4s ease-out;
	width: 100%;
}

.indpro .indpro-list li .indpro-link a:first-child {
	border-color: #2a84ee;
	color: #2a84ee;
}

.indpro .indpro-link a:first-child:after {
	border-color: #2a84ee;
}

.indpro .indpro-link a:first-child:hover {
	color: #2a84ee;
	border-color: #2a84ee;
}

.indpro .indpro-list li:hover .indpro-link {
	bottom: 0;
	transition: all 0.4s ease-out;
}

.indpro .indpro-list li .indpro-link a {
	width: 50%;
	margin-right: 0;
	border-radius: 0;
}

.indpro .indpro-list li:hover {
	/*background-image: linear-gradient(to top, #eff6fe, #ffffff);*/
	box-shadow: 5px 5px 18px 5px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 1;
}

.indpro .indpro-menu-link li:hover a {
	color: #2385ed;
}

@media only screen and (max-width: 1440px) {
	.indpro .indpro-link a {
		width: 85px;
	}
}

@media only screen and (max-width: 1366px) {
	.indpro .indpro-link a {
		width: 80px;
	}
	.indpro .indpro-list .indpro-text-box img {
		width: 60px;
	}
}


/*解决方案*/

.indsolution {
	padding: 4.16% 0 5.1%;
	overflow: hidden;
}

.indsolution .big_title {
	text-align: center;
	margin-bottom: 2.36%;
	font-weight: bold;
}

.indsolution .swiper-container .swiper-slide ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.indsolution .swiper-container .swiper-slide ul:nth-child(2) {
	margin-top: 6px;
}

.indsolution .swiper-container .swiper-slide li {
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-transition: .65s;
	transition: .65s;
	position: relative;
}

.indsolution .swiper-container .swiper-slide li:not(.last):hover {
	width: 33%!important;
}

.indsolution .swiper-container .swiper-slide li a {
	display: block;
	position: relative;
	height: 356px;
	background-size: cover;
	background-position: 0;
	overflow: hidden;
	color: #fff;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	-webkit-user-drag: none;*/
	background-repeat: no-repeat;
}

.indsolution .swiper-container .swiper-slide li .text {
	position: absolute;
	padding: 25px 30px;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: "Harmony_Regular", "微软雅黑", "Microsoft Yahei", "sans-serif", ;
}
.indsolution .swiper-container .swiper-slide li .text.last_text{
	color: #252B3A;
    left: 50%;
    bottom: auto;
    top: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
}
.indsolution .swiper-container .swiper-slide li .text .ho_show {
	max-height: 0;
	transition: 0.65s;
	overflow: hidden;
}

.indsolution .swiper-container .swiper-slide li:hover .text .ho_show {
	max-height: 200px;
	transition: 0.65s;
}

.indsolution .swiper-box {
	position: relative;
}

.indsolution .swiper-button-prev {
	left: auto;
	margin-right: 40px;
	right: 100%;
	opacity: 0;
}

.indsolution .swiper-box.active .swiper-button-prev {
	opacity: 1;
}

.indsolution .swiper-button-next {
	right: auto;
	margin-left: 40px;
	left: 100%;
	opacity: 0;
}

.indsolution .swiper-box.active .swiper-button-next {
	opacity: 1;
}

.indsolution .swiper-pagination {
	width: 100%;
	bottom: -30px;
}

.indsolution .swiper-pagination-bullet {
	width: 38px;
	height: 6px;
	border-radius: 0;
	margin: 5px;
}

.indsolution .swiper-box.active .swiper-button-next.swiper-button-disabled,
.indsolution .swiper-box.active .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.indsolution .swiper-pagination-bullet-active {
	background: #2185ee;
}

@media only screen and (max-width: 1440px) {
	.indsolution .swiper-box {
		width: 1200px;
		margin: 0 auto;
	}
	.indsolution .swiper-box .swiper-button-next,
	.indsolution .swiper-box .swiper-button-prev {
		width: 20px;
		height: 30px;
		margin-top: -15px;
		background-size: 20px 30px;
	}
	.indsolution .swiper-button-prev {
		margin-right: 20px;
	}
	.indsolution .swiper-button-next {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1366px) {
	.indsolution .swiper-box {
		width: 1100px;
		margin: 0 auto;
	}
	.indsolution .swiper-box .swiper-button-next,
	.indsolution .swiper-box .swiper-button-prev {
		width: 15px;
		height: 30px;
		margin-top: -15px;
		background-size: 15px 30px;
	}
}


/*全球680万+客户的信任与选择*/

.indcustomer {
	position: relative;
	overflow: hidden;
	height: 727px;
}

.indcustomer .big_title {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-bottom: 52px;
}

.indcustomer .bg_list {
	height: 100%;
}

.indcustomer .bg_item {
	padding: 3.8% 0 9.89%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	transition: all 0.6s;
}
.indcustomer .bg_item .itembg_list .itembg_item{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*opacity: 0;*/
	height: 100%;
	transition: all 0.4s;
}
.indcustomer .bg_item .itembg_list .itembg_item:not(.show) {
   opacity: 0;
}
.indcustomer .bg_item.active {
	opacity: 1;	transition: all 0.6s;
}

.indcustomer .text_box {
	width: 77%;
	position: relative;
	z-index: 3;
	margin-left: auto;
}
.indcustomer .text_box .text_item:not(.show) {
    display: none;
}
.indcustomer .text_box .title {
	color: #fff;
	margin-bottom: 41px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

@keyframes myfirst {
	from {
		opacity: 0;
		transform: translateY(150%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.indcustomer .text_box .title_act {
	animation: myfirst 0.5s;
}

.indcustomer .text_box .des_act {
	animation: myfirst 0.5s;
}

.indcustomer .text_box .des {
	color: #dbdbdb;
	margin-bottom: 27px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

.indcustomer .text_box .des a {
	color: #dbdbdb;
}

.indcustomer .text_box .des a:hover {
	color: #fff;
}

.indcustomer .text_box .link {
	margin-bottom: 69px;
	opacity: 0;
	transition: all 0.5s ease-out;
	position: relative;
	transform: translateY(150%);
}

.indcustomer .bg_item.active .text_box .title {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .bg_item .text_box .title span {
	vertical-align: middle;
}

.indcustomer .bg_item.active .text_box .des {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .bg_item.active .text_box .link {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .text_box .link a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.indcustomer .text_box .link a::after {
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-1px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-left: 2px;
}

.indcustomer .text_box .link a:hover::after {
	margin-left: 10px;
	transition: 0.5s;
}

.indcustomer .text_box .link a span {
	display: inline-block;
}

.indcustomer .text_box .link a i {
	width: 6px;
	display: inline-block;
	border: 6px solid transparent;
	border-left-color: #fff;
	margin-left: 8px;
}

.indcustomer .text_box .customers-logos {
	opacity: 0;
	transition: all 0.8s ease-out;
	position: relative;
}

.indcustomer .bg_item.active .text_box .customers-logos {
	transform: translateY(0);
	opacity: 1;
}

.indcustomer .text_box .customers-logo {
	width: 200px;
	height: 86px;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	float: left;
	line-height: 86px;
}

.indcustomer .text_box .customers-logo-act {
	background: rgba(255, 255, 255, 0.38)
}

.indcustomer .text_box .customers-logo img {
	vertical-align: middle;
	max-width: 60%;
	max-height: 60%;
}

.indcustomer .text_box .customers-logo.active {
	background: rgba(255, 255, 255, 0.5);
}

.menu_list {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.menu_list ul {
	width: 17.36%;
	background: rgba(255, 255, 255, 0.08);
	padding: 23px 0px;
}

.menu_list ul li {
	height: 53px;
	line-height: 53px;
	padding-left: 50px;
	position: relative;
}

.menu_list ul li:last-child:after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: 0.5s;
}

.menu_list ul li:last-child:hover:after {
	margin-left: 10px;
	transition: 0.5s;
}

.menu_list ul li a {
	color: #fff;
	vertical-align: middle;
}

.menu_list ul li:before {
	width: 3px;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 14px;
	background: #2185ee;
	transition: all 0.2s ease-out;
}

.menu_list ul li.active:before {
	height: 24px;
	top: 14px;
	bottom: auto;
}

@media only screen and (max-width: 1440px) {
	.indcustomer .text_box .link {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1440px) {
	.indcustomer .text_box .customers-logo {
		width: 150px;
		height: 76px;
		line-height: 76px;
	}
	.indcustomer .text_box .link {
		margin-bottom: 124px;
	}
}


/*金蝶云·苍穹 新一代企业级PaaS平台*/

.indpaas {
	background: url(/images/white_skin.jpg) no-repeat center;
	background-size: cover;
	padding: 7.29% 0 7.7%;
	overflow: hidden;
}

.indpaas .big_title {
	text-align: center;
	color: #252B3A;
	font-weight: bold;
}

.indpaas .des {
	text-align: center;
	margin-top: 10px;
	color: #252B3A;
}

.indpaas .link a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(to right, #005dbf, #2386ee);
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	margin-top: 36px;
	vertical-align: middle;
}

.indpaas .link a::after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	transition: 0.5s;
	vertical-align: middle;
	margin-left: 2px;
}

.indpaas .link a:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 20%);
}

.indpaas .link a:hover::after {
	transition: 0.5s;
	margin-left: 10px;
}


/*新闻*/

.indnews {
	padding: 3.9% 0 4.48%;
	overflow: hidden;
}

.indnews .w1440 {
	position: relative;
	padding-bottom: 70px;
}

.indnews .big_title {
	margin-bottom: 1.8%;
}

.indnews .left_new {
	width: 54.72%;
}

.indnews .left_new .swiper-slide {
	overflow: hidden;
}
.indnews .left_new .swiper-slide .img_box{
	display: block;
	overflow: hidden;
}

.indnews .left_new .swiper-slide .img {
	width: 100%;
	height: 0;
	padding-bottom: 49.63%;
	transition: all 0.5s ease-out;
}

.indnews .left_new .swiper-slide .img_box:hover .img {
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}

.indnews .left_new .swiper-slide img {
	display: none;
}
.indnews .left_new .swiper-pagination{
	top: 65%;bottom: auto;
}
.indnews .left_new .swiper-pagination-bullet {
	background: #fff;
}

.indnews .left_new .new_leftitem .time {
	color: #666666;
	margin-top: 21px;
}

.indnews .left_new .new_leftitem .title {
	margin-top: 9px;
}

.indnews .left_new .new_leftitem .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indnews .left_new .new_leftitem .title a:hover {
	color: #005dbf;
}

.indnews .left_new .new_leftitem .des {
	margin-top: 11px;
	color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indnews .link a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #252B3A;
	margin-top: 33px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
}

.indnews .link a:hover {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	color: #fff;
	border: none;
}

.indnews .right_new {
	width: 38.6%;
}

.indnews .right_new li:last-child {
	border-bottom: 1px solid #ebebeb;
}

.indnews .right_new li {
	padding: 15px 0 24px;
	border-top: 1px solid #ebebeb;
}

.indnews .right_new li .time {
	margin-bottom: 11px;
	color: #777777;
}

.indnews .right_new li .title a {
	color: #252B3A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3em;
	overflow: hidden;
}

.indnews .right_new li .title a:hover {
	color: #005dbf;
}

.indnews .link a:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 1500px) {
	.indnews .right_new li {
		padding: 15px 0 15px;
	}
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 54.63%;
	}
}

@media screen and (max-width: 1440px) {
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 51.83%;
	}
}

@media screen and (max-width: 1366px) {
	.indnews .right_new li {
		padding: 16px 0;
	}
	.indnews .left_new .swiper-slide .img {
		padding-bottom: 55.63%;
	}
	.indnews .left_new .new_leftitem .des {
		font-size: 16px;
	}
}


/*奖项*/

.indprize {
	background: #eff1f4;
	padding: 2.64% 0 2.76%;
	overflow: hidden;
}

.indprize .big_title {
	text-align: center;
	margin-bottom: 1.16%;
	font-weight: bold;
}

.indprize-box li {
	float: left;
	text-align: center;
	padding-top: 2%;
	transition: all 0.4s;
	cursor: default;
	display: inline-block;
	width: 20%;
}

.indprize-box li .img {
	
	text-align: center;
	margin: 0 auto;
	line-height: 100px;
}


.indprize-box li:hover img {
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

.whiteSkin .about_map:hover img{
	
	
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;

}

.indprize-box li img {
	vertical-align: middle;
	max-width: 90%;
}

.indprize-box li:last-child {
	margin-right: 0;
}

.indprize-box li .time {
	margin-top: -2px;
	color: #666;
	font-size: 16px;
}

.indprize-box li .des {
	margin-top: 15px;
	padding: 0 15%;
}

.indprize-box li:hover .des {
	color: #005dbf;
}


@media only screen and (max-width: 1190px) {
	.indprize-box li img {
		max-width: 90%;
	}
}


/*免费下载*/

.download {
	background: url(/images/xiazai_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3.6% 0;
	overflow: hidden;
}

.download .left_text {
	line-height: 39px;
	color: #fff;
}

.download .link {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
}

.download .link a {
	color: #fff;
}

.download .link a::after {
	display: inline-block;
	content: "";
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg) translateY(-2px);
	-webkit-transform: rotate(-45deg) translateY(-2px);
	transition: 0.5s;
	vertical-align: middle;
	margin-left: 2px;
}

.download .link a:hover::after {
	transition: 0.5s;
	margin-left: 10px;
}

#videoPopup1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

#videoPopup1 .video-box {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
	width: 100%;
}

#videoPopup1 .video-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: center;
}

#videoPopup1 .video-box .close span {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

#videoPopup1 .video-box .close:hover {
	background: rgba(0, 0, 0, 0.5);
}



/* about */
.aboutBox{max-width:1200px; min-width:1200px; margin: 0 auto; padding:0 20px;}
.about_bg{width:150px;height:4px;background:#4877fc;margin:0 auto;}
.aboutBox1{font-size: 32px;font-weight: bold;color:#1c212f;text-align: center;line-height: 50px;padding:30px 0 10px 0;}
.aboutBox2{font-size: 18px;color:#1c212f;text-align: center;line-height: 30px;padding:10px 0;}
.aboutBox3{font-size: 20px;color:#1c212f;text-align: center;line-height: 60px;padding:10px 0;}
.aboutBox3 span{font-weight:bold;color:#2537a4;}
.aboutBox4{font-size: 16px; color:#1c212f; text-align: center; line-height: 30px; padding:10px 0; width: 1100px; margin: 0 auto;}
.aboutSwiper{/* max-width:1200px; *//* min-width:1100px; */margin: 0 auto;position: relative;overflow: hidden;padding:50px 0;width: 1200px;}
.aboutSwiperImg{width: 100%; display: block; position: relative; z-index:9;}
.aboutSwiper .swiperNext{width: 80px; height: 80px; background: url("../image/swiperNextIco.png") no-repeat; z-index:9; position: absolute; right:0px; top:50%; margin-top: -40px;}
.aboutSwiper .swiperPrev{width: 80px; height: 80px; background: url("../image/swiperPrevIco.png") no-repeat; z-index:9; position: absolute; left:0px; top:50%; margin-top: -40px;}
.aboutSwiper .swiper-slide { text-align: center; transition: 300ms; transform: scale(0.7); }
.aboutSwiper .swiper-slide-active,.swiper-slide-duplicate-active{ transform: scale(1); }
.aboutSwiper .swiper-slide-active:after,.aboutSwiper .swiper-slide-duplicate-active:after{width: 100%;height: 100%;content:'';border: 1px solid #01509d;position: absolute;top:-10px;right:-10px;}


.dateSwiperBox{/* max-width:1200px; *//* min-width:1200px; */margin: 0 auto;padding:0 20px;position: relative;width: 1200px;}
.dateSwiperBox::after{content:''; width: 100%; height: 2px; background: #d2d2d2; position: absolute; top:59px; left:0;}
.dateSwiper{overflow: hidden;}

.dateList{overflow: hidden;}
.dateItem{float: left;width: 23%;padding-right:1.66%;position: relative;}
.dateItemTime{line-height: 60px; font-size: 18px; color:#333333;}
.dateItemTime:after{content:'';width: 16px;height: 16px;background: #4877fc;position: absolute;left:0;top:52px;}
.dateItemContent{padding:25px 0;}
.dateItemContent{font-size: 16px; line-height: 30px; color:#333333;}

.dateSwiper .pagination{width: 100%;  z-index:99; text-align: center; margin-top: 40px;}
.dateSwiper .pagination-item{width: 40px; height: 40px; display: inline-block; margin:0 5px; background: url(../image/swiperSpotIco2.png) no-repeat;}
.dateSwiper .pagination-item.active{background: url(../image/swiperSpotActiveIco2.png) no-repeat; animation: rotation 5s linear infinite;}

.valueBox{width: 100%; padding:80px 0; background: #f4f4f4;}
.valueBoxx{width: 100%; padding:0 0 50px 0; }
.valueContainer{/* max-width:1200px; *//* min-width:1100px; */margin: 0 auto;width: 1200px;}
.valueHead{font-size: 30px; font-weight: bold; text-align: center; color:#333333;}
.valueList{display: flex; margin-top: 60px;}
.valueListx{display: flex; }
.valueItem{margin-right: 2%; flex:1; box-sizing: border-box; padding:30px; display: flex; justify-content: center; align-items: center; flex-direction: column; height: 360px; background: #ffffff;}
.valueItemHead{font-size: 30px; text-align: center; line-height: 36px; margin-bottom: 20px;}
.valueItemContent{font-size: 16px; text-align: center; line-height: 30px; color:#f4f4f4;}

.valueItemx{margin-right: 2%;flex:1;box-sizing: border-box;padding: 0 30px 30px 30px;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 360px;background: #dddddd;}
.valueItemHeadx{font-size: 30px;text-align: center;line-height: 36px;margin-bottom: 20px;}
.valueItemContentx{font-size: 16px;text-align: center;line-height: 30px;color: #011412;}
.valueItemContentxx{font-size: 16px;display:block;text-align: center;line-height: 30px;color: #011412;padding: 10px 42px 10px 42px;box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);border-radius: 32px 32px 32px 32px;margin-top: 20px;background-color: #fff;}
.marketBox{width:1200px; margin: 0 auto; padding:40px; position: relative;}
.valueItemContentxx:hover{background: #f48327;color:#fff;}
.marketHead{font-size: 30px; font-weight: bold; margin-bottom: 30px; text-align: center;}



.banner-introduce-pc {
    height: 470px;
    background: url("/images/introduce-pc/banner.png") center center no-repeat;
    background-size: cover;
}
.temp-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.banner-introduce-pc .temp-width .banner-txt {
    margin-bottom: 32px;
    color: #071928;
    font-family: FZLTHJW;
    font-weight: normal;
    font-size: 38px;
    text-align: left;
}
.banner-introduce-pc .temp-width a {
    width: 110px;
    height: 46px;
    line-height: 46px;
    background: #2486EE;
    color: #FFFFFF;
    font-size: 16px;
}
.introduce-context {
    width: 1200px;
    margin: 0 auto 23.5px auto;
    padding: 57px 80px 77px 70px;
    background-color: #fff;
    color: rgba(14, 28, 40, .75);
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    box-shadow: 1px 10px 30px 0px rgba(19, 33, 46, 0.17);
    transform: translateY(-60px);
}
.introduce-bottom-content {
    width: 1200px;
    margin: 0 auto ;
}
.introduce-bottom-content .bottom-title {
    margin-bottom: 10px;
    color: #071928;
    font-size: 36px;
    text-align: center;
}
.introduce-bottom-content .bottom-items {
    display: flex;
    flex-wrap: wrap;
	margin-top:30px;
}
.introduce-bottom-content .bottom-items .bottom-item {
    width: calc(50% - 5px);
    height: 340px;
    margin-bottom: 10px;
}
.introduce-bottom-content .bottom-items .bottom-item:nth-child(2n) {
    margin-left: 10px;
}
.bottom-item .hover-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    transition: all .5s linear;
	text-align:center;
}
.hover-item .hover-title {
    margin-bottom: 14px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 32px;
}
.hover-item .hover-context {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.hover-item:hover {

	
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
    .temp-width,
    .introduce-context,
    .introduce-bottom-content {
        width: 80%;
    }
}



.managers_pics .manager_pic_title {
    color: #0E1C28;
	margin-bottom:10px;
    font-size: 36px;
	text-align:center;
}
.managers_pics .ceo_managers {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 29.5px auto 0 auto;
}
.ceo_managers .pics_item {
    position: relative;
    width: 292px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.ceo_managers .pics_item:nth-child(4n+1) {
    margin-left: 0;
}
.pics_item img {
    width: 292px;
    height: 292px;
}
.pics_item .identity_txt {
    height: 140px;
    padding: 26px 20px 0 20px;
    background-color: #fff;
    text-align: left;
}
.identity_txt .manager_name {
    color: #0E1C28;
    font-size: 20px;
}
.identity_txt .identity {
    line-height: 24px;
    color: rgba(14, 28, 40, .75);
    font-size: 14px;
}
.pics_item .pure_text {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 20px 10px 20px 20px;
    background: #fff;
    /* overflow-y: scroll; */
    text-align: left;
    transition: all .5s linear;
}
.pure_text .title {
    color: #0E1C28;
    font-size: 20px;
}
.pure_text .pure_identity {
    margin-bottom: 7px;
    color: rgba(14, 28, 40, .75);
    font-size: 14px;
}
.pure_text .pure_content {
    height: calc(100% - 48px);
    padding-right: 20px;
    line-height: 28px;
    color: rgba(6, 24, 40, .75);
    font-size: 14px;
    overflow-y: scroll;
}
.ceo_managers .pics_item:hover {
    box-shadow: 0px 7px 36px 0px rgba(28, 45, 64, 0.12);
}
.ceo_managers .pics_item:hover .pure_text {
    left: 0;
    transition: all .5s linear;
}
.pure_content::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
.pure_content::-webkit-scrollbar-thumb {
    background: #2386EE;
    border-radius: 2px;
}
.pure_content::-webkit-scrollbar-track {
    background: #E7E7E7;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {

    .manager-container {
        width: 90%;
    }
    .banner-manager-text-img {
        width: 82.25%;
        margin-top: 25vh;
    }
    .manager-container .container_text {
        width: 68.7%;
        padding-left: 10px;
    }
    .container_ceo {
        right: 10px;
    }
    .container_ceo img {
        width: 280px !important;
    }
    .managers_pics .ceo_managers {
        width: 90%;
    }
    .ceo_managers .pics_item:nth-child(4n+1) {
        margin-left: 10px;
    }
}


/* content area */
.content-area{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
    padding-top: 70px;
}
.content-select-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.content-select-list>div:first-child>div{
    margin-right: 2%;
    margin-bottom: 2%;
}
.content-select-box{
    float: left;
    width: calc(94%/3);
    height: auto;
}
.content-select-box:hover {
box-shadow:8px 8px 20px 0 rgb(55 99 170 / 15%), -8px -8px 20px 0 #fff
}
.content-select-img{
    width: 100%;
    height: 209px;
    background:rgba(247,247,247,1);
    overflow: hidden;
}
.content-select-box:hover .content-select-tittle{
    color: #0086F2;
    transition: 0.5s;
}

/* .content-select-img:hover img {
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
} */
.content-select-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.content-select-msg{
    text-align: left;
    padding-bottom: 19.2px;
    background:rgba(247,247,247,1);
}
.content-select-tittle:hover{
    color: rgba(0,134,241,1);
}
.content-select-tittle{
    margin: 0 auto;
    padding-top: 12px;
    margin-bottom: 10px;
    text-align: left;
    width: 82%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color:rgba(38,38,39,1);
    line-height: 28px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal; 
}
.content-select-time{
    margin: 0 auto;
    width: 82%;
    /* height:14px; */
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(119,119,119,1);
}

.content-state-list{
    width: 26.9%;
    height: auto;
    padding-left: 19.2px;
}
.content-hot-state{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
}
.content-filter-date{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
    margin-top: 30px;
}
.content-hot-tittle{
    text-align: left;
    margin-left: 30px;
    padding-top: 36px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,39,1);
    padding-bottom: 10px;
}
.content-hot-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    padding-top: 10px;
}
.content-hot-list .content-hot-box{
    background:rgba(237,237,237,1);
    border-radius:15px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(6,24,39,0.6);
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 15px;
    cursor: pointer;
}


/* 页码样式 */
.pagation-style{
    margin-top: 50px;
    padding-right: 1%;
}
.box{
    height: auto;
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-bottom: 38px;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}



.advisory-footer-left, .advisory-footer-box {
    display: none !important;
}
.nav-item {
    color: #061828;
}
.messages_box{
    background: #fff;
}
.messages{
    width: 100%;
    background: #fff;
}
.screnn_win {
    background:rgba(248,248,248,1);
}
.screnn_win .Occupy {
    height: 100px;
    background: #fff;
}
.return-info{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.return-box{
    display: flex;
    width: 100%;
    height:92px;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
}
.return-box >a:first-child {
    line-height: 92px;
    color: #ccc;
    font-size: 15px;
}
.return-img{
    width: 10px;
    height: 10px;
    line-height: 92px;
    margin: 0 10px;
}
.return-box img{
    width: 100%;
    height: 100%;
}
.return-text:hover,
.return-text:focus {
    color: #ccc;
}
.return-text,
.current-text {
    text-align: left;
    font-size:15px;
    /* font-family:PingFang SC; */
    font-weight:400;
    color: #ccc;
    line-height:92px;
}
.return-text h1 {
    font-size: 18px;
}
.title h1{
    text-align: left;
    font-size: 48px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #595959;
    line-height: 68px;
}
.content-title {
    margin-bottom: 35px;
    border-bottom: 1px solid #BDBDBD;
}
.time{
    text-align: left;
    margin-bottom: 8px;
    margin-top: 8px;
}
.time p {
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #999999;
    line-height: 25px;
}
.banner{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 0;
}
.banner-img{
    width: auto;
    max-width:1200px;
    /* height: 591px; */
    height: auto;
    margin-top: 20px;
}
.banner-img img{
    width: 100%;
    height: auto;
}
.banner-img-notes {
    margin-top: 10px;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #595959;
    line-height: 18px;
    text-align: center;
}
.banner-content{
    width: 100%;
    /* margin-top: 49px; */
    background-color: #fff;
}
.banner-content p {
    margin-top: 30px;
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #595959;
    line-height: 30px;
    text-align: left;
}
.banner-content h2 {
    font-size: 21px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: bold;
    line-height: 30px;
    color: #595959;
    margin-top: 60px;
    text-align: left;
}

.share {
    position: fixed;
    top: 300px;
    right: 200px;
    font-size: 0;
    text-align: left;
    z-index: 9999;
}
.share-text {
    display: block;
    font-size: 16px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.share-item {
    height: 30px;
    display: block;
    margin-top: 40px;
}
.share-item img {
    height: 100%;
}
.footer-title{
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    padding-bottom: 69px;
}
.footer-title p{
    font-size:21px;
    /* font-family:PingFang SC; */
    font-weight:500;
    color:#595959;
    line-height:30px;
    margin-top: 30px;
}
.footer-title a{
    /* width:638px; */
    height:31px;
    font-size:21px;
    /* font-family:PingFang SC; */
    font-weight:500;
    color:#595959;
    line-height:30px;
}


.section {
    width: 100%;
    
    color: #061828;
}

.con1 {
    width: 1200px;
    height: 540px;
    overflow: hidden;
}

.con1-box1 {
    position: relative;
    width: 700px;
    height: 540px;
    overflow: hidden;
}

.con1-box1-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation-fill-mode: forwards;
}

.con1-box1-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 0 10px;
    font-size: 22px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.con1-box2 {
    position: relative;
    width: 500px;
    height: 270px;
    overflow: hidden;
}

.con1-box2-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation-fill-mode: forwards;
}

.con1-box2-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    color: #fff;
    z-index: 2;
}

.con1-box {
    position: relative;
    width: 500px;
    height: 540px;
    overflow: hidden;
}

.con2 {
    width: 100%;
    margin-top: 40px;
}

.con2-box,
.con2-box-s {
    position: relative;
    width: 400px;
}

.box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1;
}

.box-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    z-index: 2;
}


.box-active,
.box-active-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 0;
    text-align: start;
    color: #fff;
    background-color: #02C3FA;
    overflow: hidden;
    z-index: 3;
}

.box-active-title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin: 30px 30px 20px;
}

.box-active-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 30px 30px;
}

.con3 {
    width: 100%;
    margin-top: 40px;
}

.con3-box {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    height: 400px;
    padding: 40px;
    overflow: hidden;
}

.con3-box-icon {
    width: 92px;
    height: 63px;
    margin-top: 18px;
}

.con3-box-title {
    font-size: 22px;
    font-weight: 500;
}

.con3-box-text {
    font-size: 14px;
    color: #0E1C28;
    font-weight: 400;
    line-height: 26px;
    text-align: start;
    opacity: .75;
}
.bgcolor-f7 {
    background-color: #F7F7F7;
}
.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
	text-align:center;
}
.m-b-30 {
    margin-bottom: 30px;
}


.con {
    width: 100%;
    padding-top: 30px;
}

.con-box-select {
    width: 262px;
    height: 45px;
    font-weight: 400;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 0;
    float: left;
    padding: 0 50px 0 20px;
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../image/icon-select-arrowwider.png) no-repeat scroll 17px transparent;
    background-position: right;
    outline:none;
}

.con-box-input {
    width: 260px;
    height: 45px;
    font-weight: 400;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 0;
    float: left;
    padding: 0 20px;
    outline:none;
}

.con-box-btn {
    display: inline-block;
    width: 114px;
    height: 45px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #0086F1;
}

.total {
    width: 100%;
    height: 20px;
    margin: 30px 0;
}

.total-left {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #0E1C28;
    opacity: .75;
}

.total-right {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #0E1C28;
}

.total-left p,
.total-right p {
    display: inline;
    line-height: 20px;
}


.font-color-blue {
    color: #0086F1;
}

.page-arrow {
    padding: 0 25px 0 2px;
    height: 20px;
    color: #0086F1;
    font-weight: 400;
    border: none;
    border-radius: 0;
    outline:none;
    float: right;
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../image/icon-select-arrow.png) no-repeat scroll 17px transparent;
    background-position: right;
}

.list {
    color: #0E1C28;
    line-height: 28px;
    margin-bottom: 40px;
}

.list-item {
    padding: 23px 60px;
    background-color: #fff;
    position: relative;
}

.list-item:hover {
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);;
}
.list-item:hover .item-title {
    color: rgb(0, 134, 241);
    text-decoration: underline;
}

.item-left {
    width: 249px;
    height: 84px;
    text-align: start;
    overflow: hidden;
    float: left;
}

.item-title {
    margin-top: 5px;
    margin-bottom: 18px;
    font-weight: 400;
}

.item-info {
    margin-bottom: 5px;
    font-weight: normal;
}

.item-center {
    width: 700px;
    height: 84px;
    text-align: start;
    overflow: hidden;
}

.item-right {
    width: 11px;
    height: 26px;
    /* overflow: hidden; */
    /* float: right; */
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    /* background: url('../images/icon-detail-arrow.png') no-repeat 100% 100%; */
    font-size: 26px;
    color: #000;
    text-align: center;
    line-height: 26px;
}
.list-item:hover .item-right {
    /* background: url('../images/icon-detail-arrowactive.png') no-repeat 100% 100%; */
    color: #0086F1;
}

.item-arrow {
    width: 11px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

.question {
    padding: 50px 0;
}

.question-box {
    float: left;
    width: 90%;
    color: #000;
    text-align: start;
}

.question-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.question-text {
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}

.question-btn {
    float: right;
    width: 115px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    background-color: #0086F1;
    margin-top: 7px;
}


/* 页码样式 */
.pagation-style{
    width: 100%;
}
.box{
    height: auto; 
    color: black; 
    font-size: 0.728vw;
    display: flex;
    justify-content: center;
    justify-items: center;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}
.bgcolor-f7 {
    background-color: #F7F7F7;
}
.m-b-10 {
    margin-bottom: 10px;
}



.system {
    background: #EAEFF3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.system-item {
    position: relative;
    display: block;
    width: 380px;
    height: 480px;
    background: #fafbfd;
    cursor: pointer;
    transition: all 0.3s;
}

.system-img-box {
    width: 100%;
    height: 130px;
    overflow: hidden;
    transition: all 0.3s;
}

.system-img {
    width: 100%;
    height: 130px;
    display: block;

}

.system-title {
    display: block;
    margin-top: 40px;
    font-size: 24px;
    color: #061828;
}

.system-text-box {
    padding: 20px;
    text-align: left;
}

.system-text {
    margin-bottom: 32px;
    font-size: 14px;
    color: #636A72;
}

.system-text:last-child {
    margin-bottom: 0;
}

.system-btn-box {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.system-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.system-btn-join {
    margin-right: 20px;
    color: #ffffff;
    background: #2386EE;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
        0px 10px 20px 0px rgba(35, 134, 238, 0.48);
}

.system-btn-more {
    margin-right: 0;
    color: #0085F0;
    border: 1px solid #0085F0;
}

.partner-warp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-top: 30px;
}

.partner-item {
    width: 595px;
    height: 200px;
    padding: 37px;
    margin-bottom: 23px;
    text-align: left;
    background: #FAFBFD;
}

.partner-icon,
.partner-icon-hover {
    max-width: 83px;
    height: auto;
}

.partner-icon-hover {
    display: none;
}

.partner-right {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 406px;
    height: 100%;
    margin-left: 30px;
    vertical-align: middle;
    padding: 15px 0;
}

.partner-title {
    font-size: 22px;
    color: #061828;
}

.partner-text {
    font-size: 14px;
    color: #636A72;
    line-height: 24px;
}

.joinus {
    text-align: center;
    margin-bottom: 100px;
}

.joinus-warp {
    margin-bottom: 50px;
}

.joinus-schedule {
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #061828;
    font-size: 18px;
    vertical-align: middle;
}

.joinus-schedule-text {
    width: 80%;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.joinus-schedule-1 {
    background: url(/images/partners-ecology/plan/joinus-schedule1.png) center center no-repeat;
    background-size: cover;
}

.joinus-schedule-2 {
    background: url(/images/partners-ecology/plan/joinus-schedule2.png) center center no-repeat;
    background-size: cover;
}

.joinus-schedule-3 {
    background: url(/images/partners-ecology/plan/joinus-schedule3.png) center center no-repeat;
    background-size: cover;
}

.joinus-schedule-4 {
    background: url(/images/partners-ecology/plan/joinus-schedule4.png) center center no-repeat;
    background-size: cover;
}

.joinus-direction {
    width: 84px;
    height: 15px;
}

.joinus-btn {
    width: 150px;
    height: 40px;
    margin-left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    background: #0085F0;
}

.joinus-tel {
    font-size: 18px;
    color: #778188;
}

@media (min-width: 751px) {
    .system-warp {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .system-item:hover {
        box-shadow: 0px 5px 10px 0px rgba(102, 102, 102, 0.1);
    }

    .system-item:hover .system-img-box {
        height: 90px;
    }

    .system-item:hover .system-title {
        margin-top: 40px;
    }

    .system-item:hover .system-btn-box {
        height: auto;
        overflow: inherit;
    }

    .swiper-container-system {
        padding-top: 30px;
    }
    .joinus-warp {
        padding-top: 30px;
    }
}

@media (max-width: 750px) {
    .banner {
        height: 8rem;
        text-align: center;
        background: url(/images/partners-ecology/plan/banner-mb.jpg) center center no-repeat;
        background-size: cover;
    }

    .banner-title {
        margin-top: 2.4rem;
        margin-bottom: 0.45rem;
        font-size: 0.48rem;
        font-weight: bold;
    }

    .banner-slogan {
        margin-bottom: 1.09rem;
        font-size: 14px;
        /* font-weight: bold; */
    }

    .banner-btn {
        width: 98px;
        height: 32px;
        font-size: 0.28rem;
        line-height: 32px;
    }

    .banner-btn-advisory {
        margin-right: 0.1rem;
    }

    .banner-btn-customize {
        border: 0;
        background-color: #00CCFE;
    }

    .banner-tel {
        position: relative;;
        /* top:-2.14rem; */
        top:-1.05rem;
        font-size: 14px;
    }

    .plan-title {
        margin-top: 0.69rem;
        margin-bottom: 0.4rem;
        font-size: 24px;
        font-weight: bold;
    }

    .introduction-text {
        width: 100%;
        margin-bottom: 0.49rem;
        font-size: 13px;
        line-height: 0.36rem;
        text-align: justify;
    }

    .introduction-btn-box {
        margin-bottom: 0.69rem;
    }

    .introduction-btn {
        width: 116px;
        height: 32px;
        margin-right: 0.15rem;
        font-size: 0.28rem;
        line-height: 32px;
    }

    .introduction-btn-inquiry {
        color: #ffffff;
        border: 0;
        background-color: #00CCFE;
    }

    .swiper-container-system {
        padding-bottom: 1rem;
    }

    .system-item {
        height: auto;
    }

    .system-img-box,
    .system-img {
        height: 2.1rem;
    }

    .system-title {
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
        font-size: 16px;
        font-weight: bold;
    }

    .system-text-box {
        padding: 0.2rem;
    }

    .system-text {
        margin-bottom: 0.5rem;
        font-size: 13px;
        line-height: 0.36rem;
    }

    .system-btn-box {
        display: block;
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
    }

    .system-btn {
        width: 98px;
        height: 32px;
        margin-right: 0.1rem;
        font-size: 0.28rem;
        line-height: 32px;
        box-shadow: none;
    }

    .system-btn-more {
        color: #ffffff;
        border: 0;
        background-color: #00CCFE;
    }

    .swiper-container-system>.swiper-pagination-bullets {
        bottom: 0.5rem;
    }

    .swiper-pagination-system .swiper-pagination-bullet {
        border-radius: 0;
        background: rgba(35, 134, 238, 1);
        opacity: 0.3;
        width: 0.1rem;
        height: 0.1rem;
    }

    .swiper-pagination-system .swiper-pagination-bullet-active {
        width: 0.36rem;
        height: 0.1rem;
        opacity: 1;
    }

    .partner-warp {
        position: relative;
        margin-bottom: 0.4rem;
    }

    .partner-warp::after {
        content: "";
        display: block;
        position: absolute;
        width: 5.35rem;
        height: 4.9rem;
        top: 1.22rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(/images/partners-ecology/plan/partner-segmentation.png) center center no-repeat;
        background-size: cover;
    }

    .partner {
        background: #f6f6f6;
    }

    .partner-item {
        width: 50%;
        height: 3.4rem;
        margin-bottom: 0;
        padding: 0.26rem;
        text-align: center;
        background: #F6F6F6;
    }

    .partner-icon {
        width: 0.83rem;
        height: 0.68rem;
    }

    .partner-right {
        width: 100%;
        margin-left: 0;
    }

    .partner-title {
        margin-top: 0.35rem;
        margin-bottom: 0.22rem;
        font-size: 16px;
        font-weight: bold;
    }

    .partner-text {
        font-size: 13px;
        line-height: 0.36rem;
        text-align: left;
    }

    .joinus {
        margin-bottom: 0.7rem;
    }

    .joinus-schedule {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 13px;
        font-weight: bold;
    }

    .joinus-direction {
        width: 1.16rem;
        height: 0.2rem;
    }

    .joinus-warp {
        width: 6rem;
        margin-left: 0.5rem;
        margin-bottom: 0.48rem;
    }

    .joinus-direction-mb1 {
        display: inherit;
        margin-left: 4rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        transform: rotate(90deg);
    }

    .joinus-direction-mb2 {
        transform: rotate(180deg);
    }

    .joinus-schedule-3 {
        background: url(/images/partners-ecology/plan/joinus-schedule4.png) center center no-repeat;
        background-size: cover;
    }

    .joinus-schedule-4 {
        background: url(/images/partners-ecology/plan/joinus-schedule3.png) center center no-repeat;
        background-size: cover;
    }

    .joinus-btn {
        width: 116px;
        height: 32px;
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        line-height: 32px;
    }

    .joinus-tel {
        font-size: 14px;
    }
}

/* classification start */
.classification-warp {
    margin-top: 30px;
    margin-bottom: 30px;
}

.classification-item {
    display: inline-block;
    width: 396px;
    padding-left: 110px;
    padding-right: 110px;
    border-right: 1px solid #dfe9f3;
}

.classification-item:last-child {
    border-right: 0;
}

.classification-icon {
    max-width: 100%;
    max-height: 68px;
    margin-bottom: 30px;
}

.classification-item-title {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #061928;
}

.classification-item-text {
    font-size: 14px;
    color: #636A72;
}

/* classification end */
/* 导航 start */

.mainnav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    background:#fff;
    height: 60px;
    line-height: 60px;
    text-align: left;
    z-index: 1;
}


/* .mainnav-box {
    width: 1200px;
    margin: 0 auto;
} */

.mainnav-list {
    height: 61.5px;
    display: inline-block;
    font-size: 16px;
    color: #303030;
    margin-right: 60px;
    cursor: pointer;
    position: relative;
}


/* 导航 end */
/* business start */

.business {
    padding-bottom: 80px;
}

.template-width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.template-titlte {
    color: #061928;
    font-size: 32px;
    padding-top: 73px;
    padding-bottom: 50px;
}
.no-swiper-container-pc{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
.no-swiper-container-pc .swiper-slide{
    width: 49.6%;
}
.business-container {
   
    font-size: 0;
   
}

.business-box {
    width: 100%;
    height: 200px;
    display: inline-block;
    padding: 0 15px;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background:rgba(247,247,247,1);
}
.business-box-img{
    width: 66px;
    height: auto;
}
.business-box-img img{
    display: block;
    width: 100%;
    height: auto;
}
.business-bg {
    width: 470px;
    background: rgba(247,247,247,1);
    padding: 25px;
    padding-top: 0;
}

.business-box-title {
    font-size: 22px;
    color: #061928;
    padding-bottom: 10px;
    position: relative;
}

/* .business-box-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #00ccfe;
    bottom: 15px;
    left: 0;
} */

.business-box-text {
    font-size: 14px;
    color: #636a72;
    line-height: 24px;
    height: 50px;
}

.business-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #061828;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
   
    margin-top: 40px;
    
}
.business-btn a{
    width:auto;
    height:auto;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,39,0.75);
    cursor: pointer;
    opacity: 0.75;
}

.business-btn a:hover {
    color: #0086f1;
}

/* .business-box:hover .business-box-title,
.business-box:hover .business-box-text{
    color: rgba(255,255,255,1);
    opacity:0.8;
} */
/* business end */
 .mainnav-click-active{
       border-bottom: 3px solid #0086f1;
        /* background-color: #0086f1; */
    }

	/* programme start */

.programme {
    background: url(../image/programme-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 65px;
}

.template-titlte-color {
    color: #ffffff;
}

.template-subtitlte {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    padding: 0 9%;
    margin-bottom: 50px;
}

.programme-container {
    margin-left: -5px;
    margin-right: -5px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.programme-box {
   
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    background:rgba(35,133,237,0.2);
}

.programme-bg {
    /* background-color: #264373; */
    padding: 0 35px;
    height: 264px;
    position: relative;
    overflow-y: hidden;
}

.programme-bg-posit {
    position: relative;
    top: 63px;
    /* top: 50%;
    transform: translateY(-50%); */
    transition: all 0.3s linear;
}

.programme-box-title {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 53px;
    position: relative;
}

.programme-box-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #00ccfe;
    bottom: 25px;
    left: 0;
}

.programme-box-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}

.programme-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2386ee;
    background-color: #ffffff;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
}


/* programme end */
 .programme-box:hover .programme-box-btn {
        display: block;
        margin-top: 30px;
        color: rgba(255,255,255,1);
        background:rgba(0,203,253,1);
        box-shadow:0px 1px 0px 0px rgba(255,255,255,0.2), 0px 5px 20px 0px rgba(65,149,239,0.48);
        transition: all 0.3s linear;
    }

    .programme-box:hover{
        background-image: url('../image/manufacture-relative-bg.png');
        background-size: 100%;
        box-shadow:0px 20px 70px 0px rgba(51,143,239,0.3);
    }

    .programme-box:hover .programme-bg-posit {
        top: 38px;
    }
    .programme-box:hover .programme-box-title{
        padding-bottom: 33px;
        transition: all 0.3s linear;
    }
    .programme-box:hover .programme-box-text{
        line-height: 24px;
    }

	
.blurprint {
    width: 100%;
   
    height: auto;
    margin:0 auto;
    padding-top: 85px;
    padding-bottom: 90px;
    background-image: url('../image/blurprint-bg.png');
    background-size: cover;
}
.blurprint-container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.blurprint p:nth-child(1) {
    margin: auto;
    width: auto;
    height: auto;
    font-size:32px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(6,24,40,1);

}

.blurprint p:nth-child(2) {
    margin: auto;
    margin-top: 30px;
    width: 1000px;
    height: auto;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(13,10,38,1);
    line-height: 24px;
    text-align: center;
}

.blurprint>.dot {
    margin: 0 auto;
    /* margin-top: 25px; */
}

.blurprint>.dot>span {
    display: none;
    width: 52px;
    height: 4px;
    background: skyblue;
}

.blurprint-content-box {
    margin: 0 auto;
    margin-top: 50px;
    /* padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px; */
    width: 1200px;
}

.blurprint-content-box img {
    width: 100%;

}

.blurprint-item {
    height: 264px;
    width: 360px;
    display: inline-block;
}

.blurprint-item>div {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-family: FZLTHJW;
    font-weight: normal;
    color:rgba(6,24,40,1);
    background: rgba(35, 134, 238, 0.1);
    margin-bottom: 1px;
}

.blurprint-item>.div-1 {
    height: 60px;
    line-height: 60px;
    background: rgba(35, 134, 238, 1);
    font-size: 20px;
    font-family: FZLTHJW;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.blurprint-item:nth-child(2) {
    margin: 0 20px;
}

.blurprint-item:nth-child(2)>.div-2,
.blurprint-item:nth-child(3)>.div-2 {
    padding: 0 20px;
    height: 101px;
    line-height: 24px;
    text-align: left;
}

.blurprint-item:nth-child(3)>.div-2 {
    line-height: 102px;
    text-align: center;
}


/* story start */

.story {
   
    padding-bottom: 90px;
}

.story-container {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-box {
    
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
    height: 371px;
}
.story-img-box{
    width: 100%;
}
.story-img {
    width: 100%;
    display: block;
}
.story-img img{
    display: block;
    width: 100%;
    height: auto;
}

.story-box-posit {
    /* padding: 0 50px; */
    background:rgba(249,251,253,1);
    padding: 28px 30px 30px;
    width: 100%;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: all 0.3s linear; */
}

.story-box-title {
    font-size: 22px;
    color: #0c1e2c;
    font-weight:500;
}

.story-box-text {
    color: #636a72;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.story-box-btn {
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
    background-color: #0086f1;
}


/* story end */
