.topScreen{
	background: url("../image/index-banner.jpg") no-repeat center;
	padding: 60px 0 40px;
	background-size: cover;
}
.topScreen .center h3{
	color: #cbefbd;
	font-size: 72px;
	margin-top: 230px;
}
.topScreen .center h4{
	font-size: 45px;
	color: #ffffff;
	font-weight: 100;
	margin: 8px 0;
}
.topScreen .center h5{
	font-size: 15px;
	color: #8aa2d4;
	font-weight: 100;
}
.topScreen .center h6{
	font-size: 20px;
	color: #8aa2d4;
	font-weight: 100;
	margin: 26px 0 46px;
}
.topScreen .center p.num{
	color: #89a1d2;
	font-size: 13px;
	line-height: 50px;
	padding: 0 20px;
	background: url(../image/bannerBor.png) no-repeat center;
	background-size: cover;
	width: 270px;
}
.topScreen .center p.num a{
	color: #cbefbd;
	font-weight: 900;
	font-size: 22px;
}
.topScreen .center p.tit{
	font-size: 13px;
	color: #4e73bd;
	margin-top: 200px;
}

.manDiv .gallery-thumbs{
	width: 660px;
	margin: 0 auto 50px;
}
.manDiv .gallery-thumbs.swiper-container {
    overflow: inherit;
}
.manDiv .gallery-thumbs .swiper-wrapper {
	transform: none !important;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide{
	float: left;
	width: 30% !important;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 1px transparent solid;
	border-radius: 30px;
	position: relative;
	padding: 12px 0;
	font-size: 15px;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide:after{
	content:'';
	position: absolute;
	top: -3px; 
	bottom: -3px;
	left: -3px; 
	right: -3px;
	background: linear-gradient(135deg,#a2c3ef, #e7f8df);
	border-radius: 30px;
	z-index: -1;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide div{
	width: 26px;
	height: 23px;
	margin: 0 12px 0 19%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(1) div{
	background: url(../image/index-man1.1.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(2) div{
	background: url(../image/index-man2.1.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(3) div{
	background: url(../image/index-man3.1.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active.act1 div{
	background: url(../image/index-man1.2.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active.act2 div{
	background: url(../image/index-man2.2.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active.act3 div{
	background: url(../image/index-man3.2.png) no-repeat center;
	background-size: 100%;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active{
	transition: 1s;
	background: -webkit-linear-gradient(left, #a4c4ef ,#e6f7e0);
	background: -o-linear-gradient(right, #a4c4ef,#e6f7e0);
	background: -moz-linear-gradient(right, #a4c4ef,#e6f7e0); 
	background: linear-gradient(to right, #a4c4ef,#e6f7e0); 
	border: 1px solid #FFFFFF;
	margin-top: -1px;
}
.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:after{
	background: none;
}
.manDiv .gallery-top,.manDiv .gallery-top .swiper-slide{
	height: 747px !important;
}
.manDiv .gallery-top .swiper-slide{
	width: 100%;
	background: url(../image/manBotBg.jpg) no-repeat center;
	background-size: cover;
}
.manDiv .gallery-top .swiper-slide .center{
	padding: 100px 0 94px;
}
.manDiv .gallery-top .swiper-slide div.flBox{
	width: 35%;
	margin-top: 85px;
}
.manDiv .gallery-top .swiper-slide div.flBox>div div.fl{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #d9e7fb;
}
.manDiv .gallery-top .swiper-slide div.flBox>div div.fl img{
	margin: 12px auto;
	width: 22px;
	height: 20px;
}
.manDiv .gallery-top .swiper-slide div.flBox>div p{
	font-size: 15px;
	color: #7e7f80;
	line-height: 21px;
	margin-left: 20px;
	width: 86%;
}
.manDiv .gallery-top .swiper-slide div.flBox>div p span{
	display: block;
}
.manDiv .gallery-top .swiper-slide div.flBox>div p span.spanTop{
	font-size: 20px;
	color: #333333;
	font-weight: 900;
}
.manDiv .gallery-top .swiper-slide div.flBox>div p span.spanBot{
	margin: 16px 0 39px;
}
.manDiv .gallery-top .swiper-slide div.frImg{
	width: 60%;
}
.manDiv .gallery-top .swiper-slide div.frImg img{
	width: 100%;
}
.manDiv .swiper-container-vertical>.swiper-pagination-bullets {
    left: calc((100% - 1490px)/2);
}
.manDiv .swiper-pagination-bullet {
    background: #dae5fb;
    opacity: 1;
}
.manDiv .swiper-pagination-bullet-active{
	background: #3371ff;
}


ul.data li{
	float: left;
	width: 17.5%;
	margin: 0 1%;
	background-color: #FFFFFF;
	border: 1px solid #f5f8fb;
	border-radius: 8px;
	height: 330px;
	padding: 50px 30px 0;
}
ul.data li:hover{
	box-shadow: 0 0 29px rgb(0 0 0 / 5%);
	transition: all 0.5s ease;
}
ul.data li p{
	font-size: 20px;
	color: #494d5a;
	margin: 18px 0;
	font-weight: 900;
}
ul.data li span{
	font-size: 15px;
	color: #494d5a;
	line-height: 22px;
}


.solutions{
	background-color: #f1f5fb;
	padding: 10px 0 88px;
	margin-top: 100px;
}
.solutions h3.titEng{
	margin: 0 auto;
}
.solutions ul li{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding-bottom: 30px;
	
}
.solutions ul li:hover{
	box-shadow: 0 0 29px #d8e2f1;
	transition: all 0.5s ease;
}
.solutions ul li img{
	width: 100%;
}
.solutions ul li h6,.solutions ul li span,.solutions ul li p{
	padding: 0 30px;
}
.solutions ul li h6{
	font-size: 18px;
	color: #000000;
	margin: 35px 0 15px;
}
.solutions ul li span{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 23px;
	height: 150px;
}
.solutions ul li p{
	font-size: 13px;
	text-transform: uppercase;
}
.solutions ul li p a{
	color: #cccccc;
}
p.btnP{
	width: 228px;
	margin: 60px auto 0;
	background: url(../image/index-solBtnBg.png) no-repeat center;
	background-size: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
}
p.btnP a{
	color: #666666;
}


.case ul{
	width: 1190px;
	margin: 0 auto 100px;
}
.case ul li{
	float: left;
	width: 25%;
	height: 122px;
}
.case ul li.caseLi1{
	background: url(../image/index-case11.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi2{
	background: url(../image/index-case21.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi3{
	background: url(../image/index-case31.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi4{
	background: url(../image/index-case41.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi5{
	background: url(../image/index-case51.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi6{
	background: url(../image/index-case61.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi7{
	background: url(../image/index-case71.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi8{
	background: url(../image/index-case81.png) no-repeat center;
	background-size: 100%;
}
.case ul li.caseLi1:hover{
	background: url(../image/index-case12.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi2:hover{
	background: url(../image/index-case22.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi3:hover{
	background: url(../image/index-case32.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi4:hover{
	background: url(../image/index-case42.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi5:hover{
	background: url(../image/index-case52.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi6:hover{
	background: url(../image/index-case62.png) no-repeat center;
	background-size: 100%;
	border-bottom: 1px solid #ededed;
}
.case ul li.caseLi7:hover{
	background: url(../image/index-case72.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}
.case ul li.caseLi8:hover{
	background: url(../image/index-case82.png) no-repeat center;
	background-size: 100%;
	transition: 1s;
}

@media screen and (min-width:1200px) and (max-width:1500px){
	.manDiv .gallery-top, .manDiv .gallery-top .swiper-slide {
	    height: 640px !important;
	}
	.manDiv .gallery-top .swiper-slide div.flBox {
	    width: 40%;
		margin-top: 60px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div div.fl {
	    width: 43px;
	    height: 43px;
	}
	.solutions ul li span {
	    height: 170px;
	}
	.manDiv .swiper-container-vertical>.swiper-pagination-bullets {
	    left: calc((100% - 1200px)/2);
	}
}
@media screen and (min-width:768px) and (max-width:1200px){
	.manDiv .gallery-top .swiper-slide div.flBox,.manDiv .gallery-top .swiper-slide div.frImg {
		float: none;
	    width: 100%;
	}
	.manDiv .gallery-top, .manDiv .gallery-top .swiper-slide {
	    height: 925px !important;
	}
	.manDiv .gallery-top .swiper-slide .center {
	    padding: 0;
	}
	ul.data li {
	    width: 15%;
	}
	.solutions ul li span {
	    height: 231px;
	}
	.case ul{
		width: 800px;
	}
	.case ul li {
	    height: 82px;
	}
	.manDiv .swiper-container-vertical>.swiper-pagination-bullets {
	    left: calc((100% - 880px)/2);
	}
}
@media screen and (max-width: 768px){
	.topScreen .center h3 {
	    font-size: 21px;
	    margin-top: 30px;
	}
	.topScreen .center h4 {
	    font-size: 17px;
	    margin: 5px 0;
	}
	.topScreen .center h5 {
	    font-size: 12px;
	}
	.topScreen .center h6 {
	    font-size: 15px;
	    margin: 20px 0 30px;
	}
	.topScreen .center p.num {
	    font-size: 12px;
	    line-height: 42px;
	    width: 210px;
	}
	.topScreen .center p.num a {
	    font-size: 16px;
	}
	.topScreen .center p.tit {
	    font-size: 12px;
	    margin-top: 43px;
	}
	.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide div {
	    width: 20px;
	    height: 20px;
	    margin: 0 5px 0 7%;
	}
	.manDiv .gallery-thumbs{
		width: 100%;
		margin: 0 auto 25px;
	}
	.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide {
	    font-size: 13px;
		width: 29.5% !important;
		padding: 7px 0;
	}
	.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide.act1,.manDiv .gallery-thumbs .swiper-wrapper .swiper-slide.act2{
		margin-right: 1.5% !important;
	}
	.manDiv .gallery-top .swiper-slide {
	    width: 100%;
	}
	.manDiv .gallery-top, .manDiv .gallery-top .swiper-slide {
	    height: 530px !important;
	}
	.manDiv .gallery-top .swiper-slide .center{
		padding: 35px 0 20px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox {
	    width: 100%;
	    margin-top: 0;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div p span.spanTop {
	    font-size: 15px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div div.fl {
	    width: 40px;
	    height: 40px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div div.fl img{
	    margin: 10px auto;
	    width: 20px;
	    height: 20px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div p span.spanBot {
	    margin: 5px 0 12px;
	}
	.manDiv .gallery-top .swiper-slide div.flBox>div p {
	    font-size: 12px;
		width: 80%;
	}
	.manDiv .gallery-top .swiper-slide div.frImg {
	    width: 100%;
	}
	.manDiv .swiper-container-vertical>.swiper-pagination-bullets {
	    left: 10px;
	}
	ul.data li {
	    width: 47%;
		margin: 1%;
		height: 246px;
		padding: 30px 0 0;
	}
	ul.data li img{
		width: 84px;
		margin: 0 auto;
	}
	ul.data li p {
	    font-size: 15px;
	    text-align: center;
	    margin: 11px 0;
	}
	ul.data li span {
	    font-size: 12px;
		display: block;
		width: 72%;
		margin: 0 auto;
	}
	.solutions {
	    padding: 0px 0 20px;
	    margin-top: 40px;
	}
	.solutions ul li {
	    width: 98%;
	    margin: 0 1% 3%;
	    padding-bottom: 22px;
	}
	.solutions ul li h6 {
	    font-size: 16px;
	    margin: 20px 0 10px;
	}
	.solutions ul li span {
	    font-size: 12px;
	    line-height: 23px;
	    height: 129px;
	}
	.solutions ul li p {
	    font-size: 12px;
	}
	p.btnP {
	    width: 188px;
	    margin: 25px auto 0;
	    padding: 11px 0;
	    font-size: 12px;
	}
	.case ul {
	    width: 95%;
	    margin: 0 auto 40px;
	}
	.case ul li {
	    height: 36px;
	}
	.case ul li.caseLi6:hover{
		border-bottom: none;
	}
	@media screen and (max-width: 320px){
		.solutions ul li span {
		    height: 150px;
		}
	}
	@media screen and (width: 768px){
		.topScreen .center h3 {
		    margin-top: 45px;
		}
		.manDiv .gallery-thumbs {
		    width: 375px;
		}
		.manDiv .gallery-top .swiper-slide div.flBox {
		    width: 50%;
			float: left;
		}
		.manDiv .gallery-top .swiper-slide div.frImg {
		    width: 50%;
			float: right;
		}
		ul.data li {
		    width: 22%;
		}
		.solutions ul li {
		    width: 31%;
		    margin: 0 1% 0;
		}
		.solutions ul li span {
		    height: 200px;
		}
		.case ul li {
		    height: 75px;
		}
		.manDiv .gallery-top, .manDiv .gallery-top .swiper-slide {
		    height: 300px !important;
		}
	}
}