@charset "UTF-8";
.c-main{width: 1400px;margin: 0 auto;}
.wrap{width: 1560px;margin: 0 auto;}
.index-main{width: 1200px; margin: 0 auto;}

.box{width: 100%;overflow: hidden;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.center{text-align: center;font-size: 0;}
.inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    height: 768px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding:80px 0 224px;
}
.head-font .h1 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 52px;
    color: white;
    margin-bottom: 17px;
}
.head-font .hr{
    width: 25px;
    height: 2px;
    background: white;
    border: none;
    margin: 0;
}
.head-font .h2 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 55px;
}
.btn-more{
	display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    width: 280px;
    height: 52px;
    line-height:50px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-more::after{
	content: '';
	background: #3080e8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-more:hover::after {
    height: 450%;
}
.btn-more:hover{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8;
}
/*sem-one*/
.sem-one{background: #fff;}
.sem1-cont{
	width: 1200px;
	padding:50px 0 50px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	margin:0 auto; 
	text-align:center;
}
.sem1-cont::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url() no-repeat center;
    position: absolute;
    top: -19px;
    left: 0;
    z-index: 1;
}
.sem-title{
	font-size: 32px;
    color: #434a60;
    text-align: center;
}
.sem1-list{margin:0 auto; margin-top:50px; text-align:center; width:100%;}
.sem1-list li{
	float: left;
	width: 31.333%;
	height: 256px;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow:0 3px 60px 4px rgba(231,234,248,1);
	        box-shadow:0 3px 60px 4px rgba(231,234,248,1);
	margin-left: 3%;
	text-align: center;
}
.sem1-list li:first-child{
	margin-left:0;
}
.sem1-list li .icon{
	height: 105px;
	line-height: 105px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	padding-top:50px;
}
.sem1-list li .big{vertical-align: middle;}
.sem1-list li .small{
	position: absolute;
	right: -18px;
	top:50%;
	margin-top: -18px;
}
.sem1-list li p{font-size: 16px;color: #666b7e;margin:0;}
.sem1-list li:hover .icon{
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.sem1-btt{line-height: 1.5;text-align: center;margin-bottom: 28px;  margin-top:50px;}
.sem1-fir{font-size: 30px;color: #434a60;}
.sem1-sec{font-size: 20px;color:#666;margin:5px 0 18px;}
.sem1-thr{font-size: 20px;color: #666;}
.sem1-thr span{font-size: 24px;color: #3babff}
.btn-consult{
	display: inline-block;
    font-size: 16px;
    color: #333;
    border: 2px solid #888;
    min-width: 280px;
    height: 52px;
    line-height:48px;
    border-radius: 6px;
    text-align: center;
    padding:0 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-consult::after{
	content: '';
	background: #3080e8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-consult:hover::after {
    height: 600%;
}
.btn-consult:hover{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8 !important;
    color:#fff;
}
/*sem-two*/
.sem-two{
	background:url(../images/sem_09.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding:80px 0 97px;
	height:500px;
}
.sem-two::before {
    content: '';
    width: 100%;
    height: 34px;
    background: url() no-repeat center;
    position: absolute;
    top: -19px;
    left:0;
    z-index: 1;
}
.sem-two .sem-title{color:#fff}
.sem2-list{margin-top:60px;}
.sem2-item{
	float: left;
	width: 48%;
	height: 418px;
	background:#fff;
	margin-left: 4%;
	border-radius: 6px;
	overflow: hidden;
}
.sem2-item:first-child{
	margin-left:0;
}
.sem2-item .tit{
	background:url(../images/sem_10.jpg) repeat-y;
	background-size: 100% auto;
	height: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.sem2-fir .tit{padding-left: 80px;position: relative;}
.sem2-fir .tit::before{
	content: "";
	width: 80px;
	height: 60px;
	background:url(../images/sem_11.png) no-repeat center rgba(0,0,0,.25);
	position: absolute;
	left: 0;
	top:0;
}
.sem2-fir .cont{background:#fcfcff;position: relative;z-index: 1;padding:4px 0;}
.sem2-fir .cont::before{
	content:"";
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	width: 80px;
	background:#fff;
	z-index: -1;
}
.sem2-fir li{margin:24px 0;zoom: 1;}
.sem2-fir li:after { clear: both; display: block; content: '';height:0;visibility:hidden;}
.sem2-fir .icon{
	width: 80px;
	height: 48px;
	background:url(../images/sem_12.png) no-repeat center;
	float: left;
}
.sem2-fir .des{
	float: left;
	margin-left: 40px;
	background:#fff;
	width:400px;
	height: 48px;
	-webkit-box-shadow:0 3px 40px 0 rgba(231,234,248,1);
	        box-shadow:0 3px 40px 0 rgba(231,234,248,1);
	font-size: 16px;
	color: #666b7e;
	line-height: 48px;
	border-radius: 6px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem2-fir li:hover .des{
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.sem2-fir .zw{float: left;width: 180px;padding-left: 30px;}
.sem2-fir .num{float: left;width: 120px;padding-left: 30px;}
.sem2-fir .zc{
	width:453px;
	margin-left: 143px;
	text-align: center;
	color: #666b7e;
}	
.sem2-fir .zc b{font-size:18px;}
.sem2-fn{padding:28px 25px 0 65px; text-align:left;}
.sem2-fn li{
	position: relative;
	margin-bottom:35px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.sem2-fn li:hover{
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.sem2-fn li p{
	margin: 0;
	display: inline-block;
	background:#fff;
	border-radius: 6px;
	font-size: 16px;
	color: #666b7e;
	padding:22px 20px 22px 44px;
	-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,1);
	        box-shadow:0 4px 30px 0 rgba(230,233,248,1);
}
.sem2-fn li img{
	position: absolute;
	top:50%;
	left: -26px;
	margin-top: -26px;
	z-index: 2;
}
/*sem-three*/
.sem3-con{ width:100%; margin-top:50px;}
.sem3-con li{ display:inline-block; width:48%; margin-left:4%; background:#fff;	-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,1);box-shadow:0 4px 30px 0 rgba(230,233,248,1);border-radius: 6px; margin-right:-4px;}
.sem3-con li:first-child{ margin-left:0;}
.sem3-con li:hover{-webkit-box-shadow:0 4px 50px 0 rgba(230,233,248,1);box-shadow:0 4px 50px 0 rgba(230,233,248,1);}
.sem3-con li>em{background:url(../images/sem_10.jpg) repeat-y;background-size: 100% auto; height:50px; line-height:50px;border-radius: 6px 6px 0 0; font-size:20px; color:#fff; display:block;}


.sem3-con li img{transition: all .3s;max-width:128px;}
.sem3-con li .img{ position:relative; overflow:hidden; width:128px; height:128px; text-align:center; margin:0 auto;margin-bottom:10px;}
.sem3-con li:hover img:first-child{margin-top:-128px;}

.sem3-con li .img{margin-top:60px;}
.sem3-con li>p{padding:60px; line-height:1.8; font-size:16px;}
.sem-three{
	padding:80px 0 80px;
	background:url() no-repeat bottom center;
}
.sem3-cent{text-align: center;}
.sem3-fir{font-size: 24px;color: #4a4a5d;}
.sem3-sec{font-size: 16px;color: #666;margin:15px 0 30px;}
.sem3-thr{
	display: inline-block;
	font-size: 20px;
	color: #3babff;
	line-height: 58px;
	border:1px solid #98d3ff;
	border-radius: 6px;
	text-align: center;
	background: #f4faff;
	padding:0 55px;
	margin:0 5px;
}
.sem3-team{font-size: 24px;color: #4a4a5d;text-align: center;margin:64px 0 35px;}
.sem3-list{position:relative;}
.sem3-list::before{
	content: '';
	width: 75%;
	height: 1px;
	border-top: 1px dashed #d7dee7;
	position: absolute;
	top:0;
	left: 12.5%;
}
.sem3-list li{
	float: left;
	width: 25%;
	padding:40px 0 5px;
	text-align: center;
}
.sem3-list .pic{
	width: 160px;
	height: 135px;
	margin:0 auto 18px auto;
	position: relative;
	z-index: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.sem3-list .pic::before{
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px dashed #d7dee7;
	position: absolute;
	top:-40px;
	left: 50%;
	z-index: -1;
}
.sem3-list p{margin:0 auto;font-size: 16px;color: #666b7e;}
.sem3-list li:hover .pic {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
/*sem-four*/
.sem-four{
	background: url(../images/sem_21.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 75px 0 80px;
	height:640px;
}
.sem4-title{font-size: 30px;text-align: center;color: #fff;}
.sem4slide{position: relative;margin: 58px 0 40px;}
.sem4slide img{ float:left; width:700px;}
.sem4slide dl{ float:right; color:#666b7e; text-align:left; width:400px; margin-top:50px;}
.sem4slide dl dd{ background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,.1);box-shadow:0 4px 30px 0 rgba(230,233,248,.1);border-radius: 25px; height:50px; line-height:50px; margin-bottom:20px; font-size:16px; transition:all .3s;}
.sem4slide dl dd:hover{ margin-left:-50px;}
.sem4slide dl dd em{ color:#fff;border-radius:50%; background:#128bff; width:50px; height:50px; display:inline-block; text-align:center; font-size:20px; margin-right:20px;}
.sem4-hd{margin-bottom:32px;}
.sem4-hd ul{text-align: center;}
.sem4-hd li{
	display: inline-block;
	font-size: 16px;
	color:#fff;
	opacity: .53;
	margin:0 50px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sem4-hd li.on{
	opacity: 1;
}
.sem4-prev,.sem4-next{
	position: absolute;
	top:50%;
	margin-top: -1.5px;
	z-index: 4;
	width: 53px;
	height: 53px;
	border:1px solid #fff;
	border-radius: 50%;
	opacity: .39;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sem4-prev{left: 0;background:url(../images/sem_29.png) no-repeat center;}
.sem4-next{right: 0;background:url(../images/sem_30.png) no-repeat center;}
.sem4-prev:hover,.sem4-next:hover{opacity: 1;}
.sem4-bd{
	width: 1180px;
	background: #fff;
	padding:56px;
	border-radius: 6px;
	margin:0 auto;
}
.sem4-bd li{
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sem4-pic{
	float: right;
	width:493px;
	height: 323px;
	overflow: hidden;
}
.sem4-pic img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.sem4-pic:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.sem4-le{float: left;width: 515px;padding-top: 40px;}
.sem4-tit{font-size: 20px;color: #4a4a5d;margin-bottom: 5px;font-weight:600}
.sem4-subtit{font-size: 16px;color: #666b7e}
.sem4-subtit span{margin-right: 15px;}
.sem4-subtit img{vertical-align: middle;margin-right: 10px;}
.sem4-le .hr{
	width: 40px;
	height: 2px;
	background: #2ea6ff;
	margin:20px 0 25px;
}
.sem4-le .des{
	font-size: 16px;
	line-height: 28px;
	color: #666b7e;
}
.sem4-le p{margin:0;}
.sem-four .btn-consult{color: #fff;border-color:#fff;}

/*sem-fix*/
.sem-fix{padding: 75px 0 80px;}
.sem5-text{text-align: center;margin-bottom: 35px;}
.sem5-fir{font-size: 16px;opacity: .8;color: #666b7e;margin:6px 0 16px}
.sem5-sec{font-size: 22px;color: #4187ff;}
.sem5-list{margin-bottom: 40px; margin-top:50px;}
.sem5-list li{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.sem5-list li:first-child{
	margin-left:0;
}
.sem5-list .pic{
	height: 240px;
	overflow: hidden;
	position: relative;
}
.sem5-list .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.sem5-list li:hover .pic img{
	-webkit-transform: scale(1.1) translate3d(15px,0,0);
	        transform: scale(1.1) translate3d(15px,0,0);
}
.sem5-list .titss{
	font-size: 24px;
	padding:0 25px;
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
}
.sem5-list .des{
	border:1px solid #e8eaef;
	border-top:none;
	font-size:16px;
	line-height: 2;
	color:#666b7e;
	padding:32px 24px;
	height: 165px;
	text-align:left;
}
@media (max-width:1440px){
	.sem5-list{}
	.sem5-list li{width: 356px;margin-left:66px;}
	.sem5-list .pic{height: 205px;}
	.sem5-list .titss{padding:0 20px;bottom: 30px;}
	.sem5-list .des{padding: 25px 20px;}
}
/*sem-six*/
.sem-six{background:#2c313d;padding-top: 80px;}
.sem6-list{position: relative;margin-bottom:80px;}
.sem6-list::before,.sem6-list::after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
}
.sem6-list::before{
	background: #3f4a63;
	margin-left: -1px;
}
.sem6-list::after{background: #1a1e28;}
.sem6-list li{
	float: left;
	width: 50%;
}
.sem6-list li:nth-of-type(2){padding-left:11%;}
.sem6-list .pic{
	width:174px;
	height:174px;
	float: left;
}
.sem6-list .pic img{
	width: 100%;
	display: block;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.sem6-list li .pic:hover img{
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.sem6-list .cont{margin-left: 194px;margin-top: 60px;}
.sem6-list .titss{font-size: 18px;color:#fff;}
.sem6-list .des{color:#fff;opacity: .3;margin-top:7px;}
.sem6-cent{
	padding: 75px 0 36px;
	position: relative;
	text-align: center;
}
.sem6-cent::before,.sem6-cent::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.sem6-cent::before{background:#3f4a63;top:0;}
.sem6-cent::after{background: #1a1e28;top:1px;}
.sem6-cent .titss{font-size: 30px;color: #fff;}
.sem6-cent .des{font-size: 16px;color: #fff;opacity: .3;margin-top: 4px;}
.sem6-mesg{
	background: #138cff;
	padding:26px 30px;
}
.sem6-le{float: left;width: 180px;}
.sem6-yu{font-size: 28px;color: #fff;}
.sem6-xz{color:rgba(255,255,255,.6);margin-top:4px;}
.sem6-form{float: right;margin-top:6px;}
.sem6-form input{
	width:290px;
	height: 52px;
	border:1px solid rgba(206,210,223,.3);
	border-radius: 6px;
	background:transparent;
	font-size: 14px;
	color:rgba(255,255,255,.6);
	line-height: 20px;
	padding:15px;
	margin-right: 15px;
}
.sem6-form .button{
	width: 190px;
	height: 52px;
	background: #fff;
	font-size: 14px;
	color: #138cff;
	text-align: center;
	border:1px solid #fff;
	border-radius: 6px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.sem6-form .button:hover{
	color: #fff;
	background:transparent;
}
@media (max-width:1440px){
	.sem6-form input{width: 240px;margin-right: 10px;}
	.sem6-form .button{width: 160px;}
	.sem6-list li:nth-of-type(2){padding-left:6%;}
}
.sem_cases ul{ margin:50px 0;}
.sem_cases ul li{ display: inline-block; width:31%; margin-left:3%; margin-right:-4px; border:1px solid #eee; position:relative; cursor:pointer;}
.sem_cases ul li:nth-child(3n+1){ margin-left:0;}
.sem_cases ul li:hover{-webkit-box-shadow: 0 4px 30px 0 rgba(230,233,248,1);box-shadow: 0 4px 30px 0 rgba(230,233,248,1);}
.sem_cases ul li span{ display:block; padding:20px 0; font-size:16px;}
.sem_cases ul li img{ width:100%;}

@media screen and (max-width:768px) {
.c-main{width: 100%;}
.wrap{width: 100%;}
.index-main{width: 100%;}
.inner{width: 100%;}
.sem1-cont{width: 100%;}
.sem-title{ font-size:22px; width:80%; text-align:center; margin:0 auto; margin-bottom:30px;}
.sem1-cont{ padding-top:30px; padding-bottom:50px;}
.sem1-list{ margin:0 auto; text-align:center;}
.sem1-list li{ width:90%; float:none; margin:0 auto; margin-top:20px;}
.sem1-list li:first-child{ margin:0 auto;}
.sem1-sec{width:80%; text-align:center; margin:0 auto; }
.btn-consult{ min-width:inherit;}
.sem-two{padding-top:50px; padding-bottom:30px; height:auto;}
.sem2-item{ width:90%;margin:0 auto; text-align:center; float:none; margin-bottom:20px; height:auto;}
.sem2-fir .icon{ display:none;}
.sem2-fir .zw{ width:auto;}
.sem2-fir .num{ width:auto;}
.sem2-fir .des{ width:80%;margin:0 auto; text-align:center;float:none;}
.sem2-fir .zc{ width:auto; margin-left:0; padding-bottom:20px;}
.sem2-item:first-child{ margin-left:auto;}
.sem2-list{ margin-top:30px;}
.sem-three{ padding-top:40px;padding-bottom:30px;}
.sem3-con{ margin-top:30px;}
.sem3-con li{width:90%;margin:0 auto; text-align:center; float:none; margin-bottom:20px; height:auto;}
.sem3-con li .img{ margin-top:30px;}
.sem3-con li>p{ padding:20px;}
.sem-four{  padding-top:40px;padding-bottom:10px; height:auto;}
.sem4slide img{ width:80%;margin:0 auto; text-align:center; float:none; margin-bottom:20px; height:auto;}
.sem4slide dl{ width:90%;margin:0 auto; text-align:left; float:none; margin-bottom:20px; height:auto;}
.sem-fix{padding-top:40px;padding-bottom:10px; height:auto;}
.sem5-list li{ width:90%;margin:0 auto; text-align:left; float:none; margin-bottom:20px; height:auto;}
.sem5-list{ margin-left:auto;}
.sem5-list li:first-child{ margin-left:auto;}
.sem5-list .des{ height:auto;}
.sem_cases ul li{ width:90%; margin-left:0%; margin-bottom:3%;}
}

