/** 移动端导航 */
.nav-box.moble {
	display: none;
}


.wapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.h2mb{
	display: none;
}
.mblc{
	width: 100%;
	display: none;
}
.mblc img{
	width: 100%;
	margin-top: 30px;
}
section{
	/*overflow: hidden;*/
}

/* 导航菜单 */
header {
	height: 60px;
	line-height: 60px;
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #FFFFFF;
	top: 0;
}

.header .head-l {
	display: block;
	position: absolute;
	left: 120px;
}

.header .head-l img {
	vertical-align: middle;
	height: 32px;
}

.header .head-r {
	position: absolute;
	right: 120px;
	display: block;
}

.header .head-r .nav {
	float: left;
	height: 100%;
}

.header .head-r .nav li {
	float: left;
	line-height: 60px;
	padding: 0 35px;
	font-size: 16px;
}
.header .head-r .nav li a{
	height: 34px;
	line-height: 34px;
	margin-top: 13px;
	display: block;
	overflow: hidden;
}
.header .head-r .nav li a>span{
	position: relative;
    display: inline-block;
    height: 100%;
    /*transition: all ease-out .3s;*/
}
.header .head-r .nav li a span::after {
    color: #1e76e4;
}
.header .head-r .nav li a span:after {
    position: absolute;
    left: 0;
    width: 100%;
    color: #1e76e4;
    content: attr(data-title);
    transform: translateY(100%);
}
.header .head-r .nav li:hover a span{
	transform: translateY(-100%);
}
.header .head-r .hd-phoe {
	margin-left: 50px;
	float: left;
	line-height: 60px;
	font-size: 18px;
}

.header .head-r .nav li.on a {
	color: #1e76e4;
}


/* banner */
/*.banner {
	position: relative;
	height: 600px;
	background-color: #efefef;
}*/

.cxtop .fixbox {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    background-size: cover;
    background-position: center center;
}

.wxtop{
	background-color: #efefef;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(../images/web-bg.jpeg) no-repeat;
}
.wxtop .fixbox{
	position: fixed;
	width: 100%;
	height: calc(100% - 60px);
	background-size: cover;
	background-position: center center;
}
.wxtop .wxcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.wxtop .wxcon div{
	width: 60%;
	padding-left: 10%;
	color: #FFFFFF;
}
.wxtop .wxcon h2{
	font-size: 72px;
}
.wxtop .wxcon p{
	font-size: 36px;
	line-height: 1.5;
	margin-top: 30px;
}













/* 业务范围 */
.title-hd {
	text-align: center;
}

.title-hd h2 {
	font-size: 36px;
	font-weight: normal;
	color: #444444;
	line-height: 100px;
}

.title-hd p {
	font-size: 18px;
	color: #777777;
	line-height: 50px;
}



.severbox {
	padding: 65px 0 105px;
	background: #FFFFFF;
}

/*.severbox .sevlist {
	margin-top: 70px;
}*/


/*.severbox{
	padding-bottom:75px;
}*/
.severbox .sevlist{
	margin-top:40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sevlist .swiper-container{
	width:100%;
	height:460px;
	overflow: visible;
}
.sevlist .swiper-slide{
	float: left;
	width:33.3333%;
	padding:0 2.3%;
}
.sevlist .li{
	height:100%;
	border-radius:3px;
	background: #fff;
	padding:40px 28px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.sevlist .li .icon{
	height:126px;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size:auto 80%;
}
.sevlist .li .icon-1{
	background-image:url(../images/icon_server_f1.png);
}
.sevlist .li .icon-2{
	background-size:auto 100%;
	background-image:url(../images/icon_server_f2.png);
}
.sevlist .li .icon-3{
	background-image:url(../images/icon_server_f3.png);
}
.sevlist .li .til{
	margin:48px 0 44px 0;
	text-align: center;
	font-size:24px;
	color:#121d3e;
	font-weight:bold;
	line-height: 1em;
}
.sevlist .li .line{
	position: relative;
	width:100%;
	height:1px;
	margin:16px auto;
	background:#e9edf5;
}
.sevlist .li .line::after{
	content:'';
	display: block;
	position: absolute;
	left: 0;right:0;
	top:-1px;bottom:-1px;
	margin:auto;
	width:38px;
	height:3px;
	background: -webkit-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -moz-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -o-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: linear-gradient(left, #1e76e4 0%,#03f2fe 100%);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.sevlist .li .line .icon-z043{
	display: block;
	position: absolute;
	opacity: 0;
	bottom:-15px;
	left:0;
	width:30px;
	height:30px;
	z-index: 3;
	border-radius:50%;
	margin-left:-15px;
	background: -webkit-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -moz-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: -o-linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	background: linear-gradient(left, #1e76e4 0%,#03f2fe 100%);
	box-shadow: 0 0 12px rgba(0,61,173,.12);

	-webkit-transition: left .8s, opacity .1s;
	transition: left .8s, opacity .1s;
}
.sevlist .li .line .icon-z043::before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
}
.sevlist .li .info{
	overflow: hidden;
	margin-top:40px;
}
.sevlist .li .info span{
	float: left;
	position: relative;
	width: 50%;
	padding-left:14px;
	font-size:14px;
	color:#8996b2;
	line-height:30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sevlist .li .info span::before{
	content:'';
	display: block;
	position: absolute;
	left:2px;
	top:50%;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#8996b2;
	margin-top:-2px;
}
.sevlist .li:hover{
	margin-top:-20px;
}
.sevlist .li:hover .line::after{
	width:100%;
}
.sevlist .li:hover .line .icon-z043{
	opacity: 1;
	left:50%;
}





.severbox .sevlist li {
	float: left;
	width: 32%;
	margin-left: 2%;
	position: relative;
	overflow: hidden;
	transition: all .6s;
}
.severbox .sevlist li:nth-child(1) {
	margin-left: 0;
}
.severbox .sevlist li .con p:nth-child(1) img{
	transition: all 1s;
}
.severbox .sevlist li .con p:nth-child(1) {
	background: transparent;
	width: 384px;
	height: 284px;
	line-height: 284px;
	text-align: center;
	border: 1px solid #dcdcdc;
	position: relative;
	    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.severbox .sevlist li .con p:nth-child(1):hover{
	    border: 1px solid #1e76e4;
}
.severbox .sevlist li .con p:nth-child(1){
	background:rgba(0,0,0,0) none repeat scroll 0 0;
	border:0 none;
	box-shadow:0 0 0 0 transparent inset;
	box-sizing:border-box;
	transition:all 0.6s ease-in 0s;
}


/* 我们能做的项目 */
.needbox{
	background: #FFFFFF;
	padding: 110px 0 125px;
}
.needbox .con{
	margin-top: 60px;
	background: url(./images/weixin-need.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 618px;
	overflow: hidden;
}


/*合作流程*/
.webhert{
	width: 100%;
	height: 719px;
	background-color: #056cee;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.webhert .wapper{
	position: relative;
	height: 100%;
}
.webhert .wapper .tt{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1;
	padding-top: 150px;
	text-align: center;
	position: relative;
	z-index: 20;
	
}

.webhert .wapper ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.webhert .wapper ul li{
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(229,229,229,0.4);
}
.webhert .wapper ul li:first-child{
	border-left: 1px solid rgba(229,229,229,0.4);
}

.webhert .wapper ul li .con{
	position: absolute;
	width: 100%;
	top: 380px;
	color: #FFFFFF;
	padding: 0 40px;
	transition: all 1s;
	z-index: 10;
}

.webhert .wapper ul li .tt1{
/*	font-family: 'numberlight';
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 1;*/
}
.webhert .wapper ul li .line{
	width: 38px;
	height: 2px;
	background: #FFFFFF;
	margin: 25px 0;
	transition: all 1s;
}
.webhert .wapper ul li .wd{
	font-size: 18px;
	transition: all 1s;
}
.webhert .wapper ul li .word{
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(200%);
	transition: all 1s;
}
.webhert .wapper ul li:hover .word {
    opacity: 1;
    transform: translateY(0);
    animation-delay: .8s;
}
.webhert .wapper ul li .modal{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,0.3);
	/*background-color: #efefef;*/
	transform: translateY(150%);
	transition: all 1s;
	z-index: 1;
}








/* 案例展示 */
.sevcase{
	background: #EDEDED;
	padding: 100px 0;
}
.sevcase ul{
	margin: 60px 0 80px;
}
.sevcase ul li{
	float: left;
	width: 32%;
	margin-left: 2%;
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}
.sevcase ul li:nth-child(3n+1){
	margin-left: 0;
	animation-delay: .1s;
}
.sevcase ul li:nth-child(3n+2){
	animation-delay: .2s;
}
.sevcase ul li:nth-child(3n+3){
	animation-delay: .3s;
}
.sevcase ul li img{
	max-width: 100%;
	transition: all 1s;
}















/* 联系我们 */
.webhz{
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0;
}
.webhz .wapper{
	position: relative;
}
.webhz img{
	width: 100%;
}
.webhz .wapper .con{
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	padding: 0 42px;
	display: flex;
	text-align: center;
	transition: all 1s ease 0s;
    transform: rotateY(-90deg);
    transform-origin: right center;
    transform-style: preserve-3d;
}
.webhz.active .wapper .con{
	transform: rotateY(0);
}
.webhz .wapper .con>div{
	align-self: center;
	width: 100%;
}
.webhz .wapper .con p:nth-child(1){
	color: #444444;
	font-size: 24px;
	line-height: 1;
}
.webhz .wapper .con p:nth-child(2){
	color: #1E76E4;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin: 28px 0 36px;
}

.webhz .wapper .con p:nth-child(3){
	color: #444444;
	font-size: 14px;
	margin-bottom: 50px;
}

.opcity0{
	opacity: 0;
	z-index: -10;
}

















/* footer */
.footer .bottom{
	background: #1e2124;
	line-height: 30px;
	padding: 15px 0;
}
.footer .bottom{
	color: #ababab;
	text-align: center;
}
.footer .bottom .fl{
	float: none;
}
.footer .bottom .fr{
	float: none;
}
.footer .bottom .fl a{
	color: #ababab;
	font-size: 14px;
	font-family: 'siyuan';
}
.footer .bottom .fl i{
	margin: 0 15px;
	color: #ababab;
}
.footer .bottom .fr{
	font-family: 'siyuan';
}

/* swiper */
body .swiper-container-3d .swiper-slide-shadow-left,
body .swiper-container-3d .swiper-slide-shadow-right{
	background-image: initial;
}
.swiper-pagination-q3{
	margin-top:10px;
	text-align: center;
}
.swiper-pagination-q3 .swiper-pagination-bullet{
	width: 6px;
	height:6px;
	background: #1e76e4;
	opacity: .5;
	border-radius: 6px;
}
.swiper-pagination-q3 .swiper-pagination-bullet-active{
	width: 20px;
	opacity: 1;
}
