@import "/static/style/commonality.css"; 
body{background: #fff;min-width: 1050px;}
input{-webkit-appearance: none;}
.red{color: #ff0000;font-size: 22px;vertical-align: middle;margin-left: 5px;}

/*轮播图*/
#mobile_1 .banner,#mobile_1 .banner_list li{ max-height: 700px;}
/*.banner,.banner_list li{width:100%; height: 950px;min-width: 1050px;min-height: 600px;}*/
.banner,.banner_list li{width:100%; height: 80vh;min-width: 1050px;min-height: 450px;}
.banner{ overflow:hidden; position:relative;}
.banner_list li:first-child{opacity: 1; z-index: 2;}
.banner_list{position:relative;}
.banner_list li{position:absolute; left:0; top:0; /*opacity:0; filter:alpha:opacity(0);*/}
.banner_list li a{width: 100%;height: 100%;display: block;}
.banner_list .banner1{background:url(../images/index/banner1.jpg) 50% 40% no-repeat;background-size: cover;}
.banner_list .banner2{background:url(../images/index/banner5.jpg) 50% 20% no-repeat;background-size: cover;}
.banner_list .banner3{background:url(../images/index/banner7.png) 50% 25% no-repeat;background-size: cover;}
.banner_list .temporary{background:url("../images/index/banner6.png") 50% 30% no-repeat;background-size: cover;}
.banner_list .privateCloud{background:url("../images/index/banner241225.jpg") 50% 30% no-repeat;background-size: cover;}
/*锚点切换*/
.circle_btns{position:absolute; bottom:100px; left:50%; text-align:center; z-index:5;}
.circle_btns a{	display:inline-block; width:10px; height:10px;  margin-right:10px; border: 1px solid #fff;border-radius: 50px;}
.circle_btns a:last-child{margin-right:0;}
.circle_btns .cur{background: #fff;}
/*左右切换*/
.slide_btns{position: absolute;	top: 50%; margin-top: -40px;z-index: 5;	width: 100%;display: none;}
.slide_btns a{width: 80px;height: 80px;position: absolute;display: inline-block;cursor: pointer;}
.prev_btn{position: absolute;left: 50px;	background-image: url("../images/index/focus_handle.png");	background-position: 0 0;}
.prev_btn:hover{background-position: 0 -80px;}
.next_btn{position: absolute;right: 50px;background-image: url("../images/index/focus_handle.png");background-position: -80px 0;}
.next_btn:hover{background-position: -80px -80px;}
.banner .notice{background: rgba(0,0,0,.6);color: #fff;	height: 60px;width:100%;position: absolute;bottom:0;z-index: 7;}
.banner .notice a{
	font-size: 16px;display: block;margin: auto;max-width: 1570px;line-height: 60px;cursor: pointer;
	background: url(../images/index/notice.png) no-repeat center left ;
}
.banner .notice h2,.banner .notice span{float: left;}
.banner .notice h2{font-size: 18px;display: inline-block;text-indent: 2.5em;vertical-align: bottom;}
.banner .notice span{max-width: 550px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.banner .notice i{margin-left: 30px;}

/*通用*/
.screen{margin: 0 auto;position:relative;z-index: 3;max-width: 1570px;}
.screens h3{font-size: 28px;font-weight: 400;color: #111f25;margin-bottom: 90px;}
.screens em{font-size: 38px;font-style: inherit;color:#c0dfeb;position:absolute;top:10px; left:0;width: 100%;z-index: -1;}
.second_screen,.third_screen,.fourth_screen,.fifth_screen{text-align: center;margin: 0 auto;}
.second_screen section,.third_screen section{text-align: left;}

/*第二屏*/
.second_screen{padding: 75px 0 50px;max-width: 1570px;/*min-width: 1250px;*/}
.second_screen a{
	width: 15%; height: 240px;border: 1px solid #eaeaea;border-radius: 8px;
	padding: 35px 19px 28px;margin: 0 17px 35px 17px;overflow: hidden;display: inline-block;text-align: center;
}
.second_screen h4{font-weight: 400;font-size: 20px;color: #333;margin: 29px 0 20px;}
.second_screen a img{width: 100px;height: 100px;-webkit-transition: all 160ms; 	transition: all 160ms;}
.second_screen a p{
	font-size: 14px;line-height: 21px;height: 42px;color: #787676;overflow: hidden;
	text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;/*超出溢出。。。*/
}
.second_screen a span{display: none;border-radius: 5px;width: 180px;height: 40px;line-height: 40px;background: #08a9fe;color: #fff;margin-top: 25px;}
.second_screen a:hover{	cursor: pointer;box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.second_screen a:hover img{height: 60px;  width: 60px;}
.second_screen a:hover span{display: inline-block;}

/*第三屏*/
.third_screen{padding: 50px 0;}
.third_screen a{overflow: hidden;display: inline-block;margin: 0 15px 30px 15px;text-align: center;	padding: 38px 40px;width: 17.6%;border: 1px solid #bfbfbf;}
.third_screen img{width: 56px;}
.third_screen h4{font-weight: 400;font-size: 20px;color: #333;margin: 29px 0 33px;}
.third_screen a p{
	font-size: 14px;line-height: 21px;height: 42px;	color: #787676;	overflow: hidden;
	text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;/*超出溢出。。。*/
}
.third_screen a span{
	display: inline-block;color: #666;margin-top: 25px;
	border-radius: 5px;border-radius: 20px;border: 1px solid #bfbfbf/*#ececec*/;
	width: 180px;height: 40px;line-height: 40px;	
}
.third_screen .more{height: 253.35px;}
.third_screen .more img{margin-top: 80px;width: 84px;}
/*第三屏hover*/
.third_screen a:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
}
.third_screen a:hover span{background: #08a9fe;color: #fff;border: 1px solid #08a9fe;}
.backgrounds{background:url("../images/index9.jpg") center top no-repeat #fff;background-size: auto;}
/*第四屏*/
.fourth_screen section{text-align: left;margin-bottom: 125px;}
.fourth_screen h3{margin-top: 30px;margin-bottom: 110px;}
.fourth_screen article{padding: 0px 50px 10px;border-right: 1px solid #e2e2e2;width: 18.3%;overflow: hidden;text-align: center;display: inline-block;}
.fourth_screen article:last-child{border-right: none;}
.fourth_screen article h4{font-size: 20px;font-weight: 400;color: #333;margin:45px 0 25px;}
.fourth_screen section p{
	font-size:14px;line-height: 21px;max-height: 42px;margin-bottom: 10px;color:#787676;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2;  -webkit-box-orient: vertical;
}
.Counter{background: url(../images/index/Counter.jpg) no-repeat;background-size: cover;	height:302px;color: #fff;}
.Counter section{margin: 0 auto;width: 1580px;padding-top: 110px;}
.Counter span{font-size: 20px;margin: auto;display: inline-block;width: 41%;margin-right: 66px;}
.Counter dl{margin: auto;display: inline-block;width: 18%;text-align: center;}
.Counter dt{color: #e0fc00;font-size: 46px;}
.Counter dd{font-size:18px;}	
/*第五屏*/
.fifth_screen{padding: 65px 0 20px;} 
.fifth_screen h3 {margin-bottom: 85px;}
.fifth_screen p{width: 680px;line-height: 21px;font-size: 15px;margin: auto;}
.fifth_screen ul{margin: auto;width:580px;margin-top: 65px;margin-bottom: 95px;}
.fifth_screen li{width:138px;height:37px;line-height: 37px;font-size: 14px;cursor: pointer;color: #7d7d7d;display: inline-block;border-radius: 30px;}

.fifth_screen section div{display: none;}
.fifth_screen .this_li{color:#fff;background: #08a9fe;}
.fifth_screen .this_div{display: block;}
.fifth_screen img{display: inline-block;width: 155px;}
.fifth_screen dl{width: 200px;display: inline-block;padding: 0 45px;margin-bottom: 85px;}
.fifth_screen dd{margin-top: 15px;}

@media screen and (max-width:1700px){
	.banner .notice a,.Counter section{ max-width: 1500px;}
	.Counter span {  margin-right: 60px;}
}

@media screen and (max-width:1650px){
	.banner .notice a,.screen, .Counter section{width: 1400px;}
	.second_screen a { margin:0 13px 25px 13px;}
	.third_screen a {padding: 32px 34px;}
	.fourth_screen article {width: 17.5%;}
	.fourth_screen article img { width: 90px;}
	.fifth_screen dl {padding: 0 38px;}
	.third_screen h4 {font-size: 18px; margin: 18px 0 23px;}
	.third_screen .more{height: 230.35px;}
	.Counter span {  margin-right: 50px;}
}
@media screen and (max-width:1500px){
	.banner .notice a,.screen,.Counter section{width: 1275px;} 
	.second_screen { padding: 50px 0 50px;}
	.screens h3 {margin-bottom: 70px;}
	.second_screen a img { width: 80px; height: 80px;}
	.second_screen a {width: 15%; margin: 0px 9px 15px 9px;padding: 28px 20px 20px;}
	.second_screen h4 { margin: 15px 0 15px;}
	.second_screen a { height: 205px;}
	.second_screen a span{ height: 35px; line-height: 35px; margin-top: 15px;}
	.second_screen a:hover h4{margin: 10px 0 10px;}
	
	.third_screen a {padding: 29px;}
	.fourth_screen article {width: 16.8%;}
	.Counter span {  margin-right: 30px;}
	.fifth_screen dl {padding: 0 25px;}
	.backgrounds{background-size: cover;}
}
@media screen and (max-width:1400px){
	.fourth_screen article {width: 17.5%;padding: 0px 40px 10px;}
	.banner .notice a, .screen, .Counter section { width: 1215px;}
	.second_screen a {padding: 28px 17px 20px;}

	.third_screen a {margin: 0 12px 25px 12px;}
	.third_screen h4 {margin: 14px 0 16px;}
	.third_screen a span{width: 152px;  height: 35px;  line-height: 35px;}
	.third_screen img { width: 50px;}
	.third_screen .more { height: 208.73px;}
	.fourth_screen section { margin-bottom: 75px;}
	.fourth_screen article img { width: 70px;}
	.fourth_screen article h4 { font-size: 18px;margin: 25px 0 15px;}
	.Counter {height: 230px;}
	.Counter dt { font-size: 40px;}
	.Counter section { padding-top: 75px;margin-bottom: 0;}
	.fifth_screen h3 { margin-bottom: 70px;}
	.fifth_screen ul {  margin-top: 55px;  margin-bottom: 75px;}
	.fifth_screen dl {padding: 0 18px;margin-bottom: 60px;}
	
	.third_screen {padding: 0;}
}
@media screen and (max-width:1350px){
	.banner .notice a,.screen,.Counter section{width: 1200px;}
	.third_screen .screen,.second_screen .screen{width: 1220px;}
	.fifth_screen .screen{width: 1250px;}
	.second_screen a {width: 19%;margin: 0 14px 25px 14px;}
	.third_screen a {padding: 27px;} 
	.fifth_screen dl {padding: 0 20px;}
	.fifth_screen .screen { width: 1230px;}
}
@media screen and (max-width:1320px){
	.third_screen .screen, .second_screen .screen { width: 1160px;}
	.fifth_screen .screen {width: 1210px;}
	.fifth_screen dl {padding: 0 18px;}
	.second_screen a { width: 18%;}
	.banner .notice a, .screen, .Counter section { width: 1150px;}
	.fourth_screen article {padding: 0px 38px 10px;}
}
@media screen and (max-width:1230px){
	.banner .notice a, .screen, .Counter section { width: 1070px;}
	.third_screen .screen, .second_screen .screen { width: 1070px;}
	
	.second_screen a {margin: 0 10px 28px 9px;width: 19%;}
	.third_screen a {margin: 0 23px 30px 23px;  width: 21%;padding: 38px 40px;}
	.fourth_screen article { padding: 0px 35px 10px;}
	.fifth_screen .screen{width: 1050px;}
	.fifth_screen dl {  padding: 0 10px;width: 185px;}
}

@media screen and (max-width:1120px){
	.banner .notice a, .screen, .Counter section { width: 1025px;}
	.third_screen .screen, .second_screen .screen { width: 1010px;}
	.third_screen a { margin: 0 22px 30px 22px;}
	.fourth_screen article { padding: 0px 23px 10px; width: 20%;}
	.fifth_screen dl {padding: 0 5px;}
	.Counter dd { font-size: 16px;}
	.Counter dt { font-size: 36px;}
	.second_screen a {margin: 0 7px 28px 7px;}
	.third_screen a { margin: 0 18px 30px 18px;}
	.fifth_screen img { width: 135px;}
}
@media screen and (max-width:1080px){
	.third_screen .screen, .second_screen .screen {width: 1000px; margin: 0 40px;}
	.third_screen a { margin: 0 18px 30px 18px;}
	.banner .notice a, .screen, .Counter section { width: 985px;}
	.fourth_screen article {  padding: 0px 22px 10px;}
}
/*卷轴*/
.noticeBack{width: 100%;height: 100%;background: rgba(0, 0,0,.5);position:fixed;top: 0;left: 0;display: none;z-index: 6;}
.noticeFull{margin: 40px 0 0 -21px; width: 788px;height: 460px; z-index: 11;top: 50%;left: 50%;position: fixed;	margin-top: -230px;margin-left: -394px;}
.noticeFull .Lpic{ position: absolute; left: 344px; top: 0px; z-index:2;width:50px; height:407px; background: url("../images/index/leftScroll.png") no-repeat right 0;}
.noticeFull .Rpic{position: absolute; right: 344px;top: 0; z-index: 2; width:50px; height:407px;background: url("../images/index/rightScroll.png") no-repeat left 0;}
.noticeFull .Lbg{ position: absolute;top: 0px; left: 394px; z-index: 1; width: 25px; height: 407px;background: url("../images/index/leftSA.png") right 0 no-repeat;}
.noticeFull .Rbg{position: absolute;top:0px; right: 394px; z-index: 1; width: 25px; height: 407px; background: url("../images/index/rightSA.png") 0 0 no-repeat;}
.noticeFull .mainTxT{display: none; overflow: hidden; zoom:1; position: absolute; left:57px; top:32px; z-index: 5; width:622px; height:285px; padding: 25px;}
.noticeFull .intro-text{font-size: 16px; color: #505050;line-height: 28px;}
.noticeFull .indent {text-indent: 2em; display: block;}
.noticeFull .align {text-align: right; display: block;}
.noticeFull  i{	position: absolute;top: 5px;right: 2px;padding: 4px 10px;font-size: 18px;color: #505050;cursor: pointer;}
.screen section{overflow: hidden;}
.second_screen a{float: left;}

.advantage{padding: 40px 35px 60px;text-align: center;background: #f2f5fa;}
.advantage .container{position: relative;}
.advantage h4{font-size: 30px;line-height: 40px; font-weight: 400; color:#333; margin-bottom: 25px;text-align: center;position: relative; letter-spacing: 2px;}
.advantage h4:after{content: ""; border-bottom: 1px solid #000;margin-left: -20px;	width: 40px; height: 1px;position: absolute; bottom: -10px; left: 50%;}
.advantage>div{display: flex;justify-content: space-between;max-width: 1280px;	margin: auto;}
.advantage article{width: 32%;color: #4f5051;	text-align: left;background: #fff;padding: 20px;box-sizing: border-box;min-height: 160px;position: relative;overflow: hidden;box-shadow: 0 4px 20px 0 rgba(32,77,128,.1);}
.advantage article h5{font-size: 22px;font-weight: inherit;color: #333;}
.advantage article p{display: block;margin-top: 8px;font-size: 16px;}
.advantage article:after{
	content: "";width: 120px;height: 120px;position: absolute;right: -10px;	bottom: -20px;opacity: .4;
	background: url(../images/product/advantageIcon.png) no-repeat center;background-size: cover;
}
.advantage .contact{margin-bottom: 25px;font-size: 18px;}
.advantage .contact a{margin-left: 10px;}