/* Banner */
.banner{height:830px;overflow:hidden;z-index:10;}
.banner{width:100%;z-index:1;position:relative}
.banner-main{position:absolute;left:50%;width:1920px;top:0;margin-left:-960px;height:100%;}
.banner .banner-main a{display:block;width:100%;height:100%;}
.banner .banner-main img{width:100%;height:100%;}
.banner-pagination{position:absolute;bottom:20px;left:50%;margin-left:-235px;width:470px;height:20px;text-align:center;overflow:hidden;z-index:10;}/*  background:url(../images/index/banner_pagination_bg.png) no-repeat;*/
.banner-pagination span{cursor:pointer;display:inline-block;margin:0 3px;width:8px;height:8px;border:1px solid #fff;border-radius:100%;}
.banner-pagination span.swiper-active-switch{background:#fff;}
.banner-next{position:absolute;top:163px;left:20px;width:37px;height:62px;background:url(../images/index/banner_arrow_left.png) no-repeat;z-index:10;}
.banner-prev{position:absolute;top:163px;right:20px;width:37px;height:62px;background:url(../images/index/banner_arrow_right.png) no-repeat;z-index:10;}

.banner-btn{
	width:1100px;
	height:110px;
	background:rgba(255,255,255,.2);
	position:absolute;
	bottom:90px;
	left:50%;
	margin-left:-550px;
	text-align:center;
	z-index:1000;
}
.banner-btn:after{
	content:'';
	position:absolute;
	width:1px;
	background:rgba(178,178,178,1);
	height:50px;
	top:30px;
	left:50%;
}
.banner-btn li img{
	position:absolute;
	width:56px;
	height:56px;
	top:50%;
	left: -70px;
	margin-top:-28px;
}

.banner-btn li {
	padding:25px 0;
	text-align:center;
	position:absolute;
	transition:all .5s;
	left:0;	
}
.banner-btn li:nth-child(1){
	left:25%;
}
.banner-btn li:nth-child(2){
	left:75%;
}

.banner-btn li h1{
	font-size:20px;
	color:#fff;
	padding-bottom:15px;
	text-align:left;
	width:200px;
	margin:auto;
}

.banner-btn li p{
	font-size:14px;
	color:#b2b2b2;
	text-align:left;
	width:200px;
	margin:auto;
}
/* ���ǵķ��� */
.our-server{
		
}
.content-title{
	color:#333333;
	font-size:48px;
	line-height:68px;
	text-align:center;
	padding-top:100px;
}
.content-title-en{
	color:#666;
	font-size:18px;
	text-align:center;

}
.servers-box{
}
.servers-box:after{
	content:'';
	display:block;
	clear:both;
}
.servers-box li{
	float:left;
	margin-right:150px;
	margin-top:60px;
	text-align:center;
}
.servers-box li .icon-bg{
	width:104px;
	height:104px;
	border:8px solid rgba(204,238,235,1);
	background:linear-gradient(0deg,rgba(0,169,157,1) 0%,rgba(0,243,226,1) 100%);
	border-radius:50%;
	transition:all .5s;
	text-align:center;
	position:relative;
	
	
}

.servers-box li .icon-bg img{
	position:absolute;
	width:56px;
	height:56px;
	top:50%;
	left:50%;
	margin-left:-28px;
	margin-top:-28px;
	
}
.servers-box li .icon-bg:hover{
	transform:scale(1.1);
}
.servers-box li .server-tit{
	color:#666666;
	margin-top:30px;
	font-size:20px;
}
.servers-box li:nth-child(5){
	margin-right:0;
}
.servers-box li:nth-child(10){
	margin-right:0;
}
/* 4 �������������Ŀ */
.four-step{
	margin-top:140px;
	background:#efefef;
	height:630px;
	text-align:center;
	position:relative;
}
.four-step:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url('../images/element_arc.png') no-repeat center 70%;
	z-index:-0;
}
.step{
	position:absolute;

	
}
.step1{
	left: 90px;
    top: 200px;
}
.step2{
	
	left: 400px;
    top: 90px;
}
.step2 .step-bg img{
	margin-left:-25px;
}
.step3{
	left: 673px;
    top: 178px;
}
.step3 .step-bg img{
	margin-left:-27px;
}
.step4{
    left: 991px;
    top: 136px;
}
.step-bg{
	width:92px;
	height:92px;
	background:rgba(235,245,244,1);
	border:4px solid rgba(0,169,157,1);
	border-radius:50%;
	position:relative;
	margin:auto;
}
.step-bg img{
	position:absolute;
	width:56px;
	height:56px;
	top:50%;
	left:50%;
	margin-left:-28px;
	margin-top:-28px;
}
p.step-tit{
	color:#00A99D;
	font-size:18px;
	padding: 12px;
}
p.step-desc{
	color:#666666;
	font-size:14px;
}		
/* ȫ��λ������ */
.security{
	text-align:center;

}
/*security-box  */
.security-box{
	margin-top:80px;
	padding-bottom:170px;

}

.security-box-left,.security-box-right{
	float:left;
	position:relative;
}
.security-box-left img{
	width:510px;
	height:340px;
	
}
.security-box-left .p-box{
	width:312px;
	height:210px;
	background:rgba(0,0,0,.7);

	padding:30px 72px;
	position:absolute;
	bottom:-30px;
	right:-30px;
	color:#fff;
	font-size:18px;
	text-align:right;
}
.security-box-left .p-box p{
	text-indent:2em;
	text-align:left;
	margin:15px 0;
}
.security-box-right {
	margin-left:90px;
	width:600px;
	height:340px;
}
.security-box-right li {
	float:left;
	margin-bottom:70px;
	margin-right:55px;
	padding-left:76px;
	text-align:left;
	width:170px;
	position:relative;
	transition:all .5s;
	left:0;
}
.security-box-right li:hover{
	left:-20px;
}
.security-box-right li:nth-child(2n+0){
	margin-right:0;
}
.security-box-right li img{
	position:absolute;
	width:56px;
	height:56px;
	top:50%;
	left:10px;
	margin-top:-28px;
}
.security-box-right li h1{
	font-size:18px;
	color:#00A99D;
	padding-bottom:15px;
}

.security-box-right li p{
	font-size:14px;
	color:#666;
	
}
.our-advantage .center-box{
	width:220px;
	height:220px;
	background:linear-gradient(0deg,rgba(156,156,156,1) 0%,rgba(240,240,240,1) 100%);
	opacity:0.8;
	border-radius:50%;
	margin: 250px auto 130px;
	padding:65px 0;
	box-sizing:border-box;
	position:relative;
	transition:all .5s;
}
.center-box h1,.center-box p{
	padding:0;
	color:#000;
	
}
.center-box p{
	margin-top:5px;
	font-size:14px;
}
.center-box ul{
	position:absolute;
	left:50%;
	top:50%;
}
.center-box li:hover{
	transform:scale(1.1)
}
.advantage-text h2{
	font-size:24px;
}
.advantage-text h3{
	color:#444;
	margin-top:10px;
	line-height:1.5;
}
.center-box li,.center-box li .advantage-text{
	position:absolute;
	transition:all .5s;
	
}
.center-box li:nth-child(1){
	left: -275px;
    top: -260px;
    text-align:right;
    color:#6E92DA;
}
.center-box li:nth-child(1) .advantage-text{
    left: -203px;
    top: -8px;
    width: 190px;
 
}
.center-box li:nth-child(2){
    left: 8px;
    top: -261px;
    color:#00A99D
}
.center-box li:nth-child(2) .advantage-text{
	left: 287px;
    top: -8px;
    width:190px;
 
}
.center-box li:nth-child(3){
    left: 120px;
    top: -114px;
    color:#FFB073;
}
.center-box li:nth-child(3) .advantage-text{
	left: 250px;
    top: 114px;
    width:190px;
 
}
.center-box li:nth-child(4){
	left: -349px;
    top: -114px;
    text-align:right;
    color:#76EB6A;
}
.center-box li:nth-child(4) .advantage-text{
    left: -245px;
    top: 114px;
    width: 230px;
 
}
.news .content-title,.news .content-title-en{
	text-align:center;
}
.news .content-title-en{
	padding-bottom:80px;
}


/* 业务体系 */
.business{height:311px;margin-top:25px;z-index:100;}
.business-box{position:absolute;top:0;width:299px;height:311px;}
.business-pic{position:absolute;left:0;top:0;width:168px;height:168px;z-index:3;}
.business-pic:before{position:absolute;top:0;left:0;content:"";display:block;width:168px;height:168px;background:url(../images/index/business_pic_bg.png) no-repeat;z-index:10;}
.business-pic img{position:absolute;top:17px;left:17px;display:block;width:134px;height:134px;z-index:1;}
.business-content{position:absolute;bottom:0;right:0;width:262px;height:266px;overflow:hidden;z-index:2;}
.business-content:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background-color:#9e1030;z-index:1;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.business-content a{position:relative;display:block;width:100%;height:100%;color:#fff;z-index:10;}
.business-content a:hover{color:#fff;}
.business-content i{position:absolute;top:40px;right:40px;display:block;width:16px;height:16px;background:url(../images/index/cross_white.png) no-repeat;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.business-content a:hover i{color:#fff;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.business-content h3{position:absolute;top:136px;left:40px;font-size:24px;font-weight:bold;}
.business-content p{position:absolute;top:170px;left:40px;font-size:12px;width:182px;line-height:20px;height:60px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-align: justify;}
.box-1{left:-38px;}
.box-1 .business-content:before{background-image:url(../images/index/business_box1_bg.jpg);}
.box-2{left:275px;}
.box-2 .business-content:before{background-image:url(../images/index/business_box2_bg.jpg);}
.box-3{left:587px;}
.box-3 .business-content:before{background-image:url(../images/index/business_box3_bg.jpg);}
.box-4{right:0;}
.box-4 .business-content:before{background-image:url(../images/index/business_box4_bg.jpg);}
.business-box:hover .business-content:before{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

/* 新闻 */
.news{height:auto;overflow:hidden;z-index:100;padding-bottom:60px;background:#efefef;}
.news-swiper{position:relative;width:1251px;left:-51px;margin-bottom:80px;}
.news-next{position:absolute;left:525px;bottom:0;width:74px;height:74px;border:1px #bcbcbc solid;z-index:2;}
.news-next:before{position:absolute;top:34px;left:21px;content:"";display:block;width:32px;height:8px;background:url(../images/index/news_arrow_left.png) no-repeat;}
.news-prev{position:absolute;left:600px;bottom:0;width:74px;height:74px;border:1px #bcbcbc solid;z-index:2;}
.news-prev:before{position:absolute;top:34px;left:21px;content:"";display:block;width:32px;height:8px;background:url(../images/index/news_arrow_right.png) no-repeat;}
.news-next:hover,.news-prev:hover{border:1px #f36f20 solid;z-index:3;}
.news-next:hover:before,.news-prev:hover:before{background-position:0 -13px;}
.news-more{
	text-align:right;font-size:20px;
	/* border-bottom:1px solid #ccc; */
	padding:10px;
}

.news-more a{
	border:1px solid #ccc;
	
	padding:10px 50px;
}
.news-more a:hover{
	color:#00a99d;
	border:1px solid #00a99d;
}
.cooperate{
	background:#efefef;
	padding-bottom:100px;
}
.cooperate-text-box{
    width: 500px;
    background: rgba(0,0,0,.7);
    font-size: 18px;
    padding: 30px 100px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 140px;
    line-height: 2;
	
}
.cooperate-text-box p{
	text-align:right;
}
.cooperate-item{
	margin-top:100px;	
}
.cooperate-item li{
	width:298px;
	height:148px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(214,214,214,1);
	float:left;
	text-align:center;
}

.cooperate-item li:hover{
	border:1px solid rgba(0,169,157,1);
}

.cooperate-item li img{
	max-width:90%;
	
	text-align:center;
	vertical-align: middle;
	
}
.cooperate-item li:after{
	content:'';
	line-height:148px;
	vertical-align: middle;
}
.cooperate-box{
	padding:140px 0;
}
.cooperate-img{
	float:right;
	width:699px;
	height:350px;
	
}

.contact-us{
	
	height:620px;
	text-align:center;
	overflow:hidden;
	position:relative;
	
	
}
.contact-bg{
	background:#efefef;
	height:520px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.contact-us h1{
	padding:0;
}
.contact-us h2{
	margin-top:30px;
	font-size:24px;
	color:#333;
}
.contact-us h2 a{
	color:#00A99D;
}
.contact-us .width-1200{
	position:relative;
	height:100%;
	
}
.contact-us form{
	width:940px;
	height:560px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 27px 0px rgba(176,176,176,0.34);
	position:absolute;
	bottom:0;
	right:0;
	float:right;
	padding-top:50px
}
.contact-us form img{
	position:absolute;
}
.contact-us form img:nth-child(1){
	left: -259px;
    bottom: 35px;

}
.contact-us form img:nth-child(2){
	right: -360px;
    bottom: 70px;

}
.contact-us .ipt-box{
	padding-top:30px;

}
.contact-us input,.contact-us textarea{
	width:380px;
	height:36px;
	border:1px solid #ccc;
	padding:5px 10px;
	outline:none;
	line-height:1;
}
.contact-us input:nth-child(1){
	margin-right:20px;
}
.contact-us input:focus,.contact-us textarea:focus{
	border:1px solid #00A99D;
}
.contact-us textarea{
	width:784px;
	height:110px;
	border:1px solid #ccc;
	padding:20px 20px;
	margin-top:20px;
	resize:none;
}
.contact-us .btn{
	width:300px;
	height:40px;
	line-height:40px;
	background:rgba(0,169,157,1);
	font-size:16px;
	color:#fff;
	margin:30px auto;
	cursor:pointer;
}



