﻿@charset "utf-8";
/* CSS Document */

dl,dt,dd{ list-style-type: none; margin:0; padding:0;}
body{ margin:0; padding:0; box-sizing:border-box; font-size:14px; background-color:#fff;}
ul{ list-style:none; margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none;}
ul,li,p{ margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; margin:0;}
.clearfix{ clear:both;}
img{ margin:0; padding:0;}
hr{ margin:0; padding:0;}

/*頭部*/
.header{ width:100%;}
.header_top{ height:110px; width:100%; background-color:rgba(66,80,110,1); position:relative; z-index:10; margin:0 auto;}
.header_top .top ul li{ float:left; width:50%;}
.header_top .top ul li:nth-child(1) span{ margin-left:5%;}
.header_top .top{ width:100%; height:30px; }
.header_top .top ul{ width:100%; max-width:1500px; margin:0 auto; line-height:30px;}
.header_top .top>ul>li a{ float:right; padding:6px 20px; color:#fff; margin-right:10px; line-height:16px; border-radius:3px; background-color:#F60;}


.nav_box{ width:100%; height:80px; margin:0 auto;}
.nav_box .logo{ position:absolute; top:15%; left:10%;} 
.nav_box .nav{ width:100%; max-width:1500px; margin:0 auto;}
.nav_box .nav a:hover{ color:#F60;}
.nav_box .menu{ width:70%; float:right;}
.nav_box .menu .menu-tit{ float:right; padding:0 2%;}
.nav_box .menu .yjbt{ display:inline-block; line-height:68px; font-size:16px; color:#fff;}

     /*二级标题*/
.nav_box .menu-text-two{ position:absolute; width:100%; border-top:1px solid #fff; background-color:rgb(66,80,110); left:0; display:none; z-index:100;}
.nav_box .menu-text-two .text-two{ width:90%; margin:10px auto;}
.nav_box .menu-text-two .text-two>li{ width:25%; float:left; height:250px; margin:0; border-right:1px solid #ccc; box-sizing:border-box;}
.nav_box .menu-text-two .text-two>li:nth-child(4){ border:none;}
.nav_box .menu-text-two .text-two>li>ul>li{ padding-bottom:6px; margin-left:15%;}
.nav_box .menu-text-two .text-two>li>ul>li>a{ color:#fff; font-size:18px;}
.nav_box .menu-text-two .text-two>li>ul>li>a:hover{ color:#F60;}
.nav_box .menu-text P{ color:#CCC; line-height:20px; margin-left:1em;}

.bannerbox{ width:100%;height:425px; background:url(./images/banner01.jpg) no-repeat center center;}



     /*------搜索框------*/
.search_box{ width:100%;display:none}
.search{ width:800px; position:absolute; left:calc(50% - 400px); top:400px;}
.text{ width:78%; height:50px; margin:0; padding:0 0 0 1%; border:1px solid #ccc;}
.button{ width:20%; line-height:48px; border:1px solid #ccc;}
.search ul li{ float:left; padding:5px 10px 0 0; font-size:10px;}
.search ul li a{ color:#666;}

/*--------------------中間大圖部分-------------------------*/


    /*------内容区域------*/
.sec_box{
	width:90%;
	max-width:1500px;
	margin:0 auto;
	font-size: 14px;
}
.sec_menu{
	width: 160px;
	height:624px;
	display: inline-block;
	border-right: 1px solid #51a6f9;
	color: #277bc2;
	padding:0 20px 40px;
	float: left;
}
.sec_menu h1{
	font-size: 22px;
	font-weight: normal;
	padding-top: 50px;
}
.sec_menu dl{
	display: block;
	margin-top: 30px;
}
.sec_menu dl dt{
	margin-bottom: 10px;
	font-size: 16px;
}
.sec_menu dl dt img{
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right: 8px;
}
.sec_menu dl dd a{
	color: #277bc2;
	padding: 9px 0 9px 25px;
	display: block;
}
.sec_menu dl dd a:hover{
	color: #0a4a8c;
}
.sec_menu dl dd a.active{
	color: #0a4a8c;
}
.sec_main{
	width: auto;
	padding: 50px 4%;
	vertical-align: top;
	margin-left: 160px;
}
.sec_main h2{
	width: 100%;
	font-size: 20px;
	color: #277bc2;
	text-align: center;
	font-weight: normal;
	position: relative;
}
.sec_main h2:after{
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	border-top: 1px solid #bed7ed;
	top: 50%;
	z-index: 0;
}
.sec_main h2 span{
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
	max-width: 80%;
	font-size:18px;
}
.news_list_box{
	display: table;
	margin-top: 30px;
}
.news_list_box dt,.news_list_box dd{
	display: table-cell;
	vertical-align: top;
}
.news_list_box dt{
	width: 130px;
	padding-right: 20px;
}
.news_list_box dt span{
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding: 0 22px;
	background: #8acbff;
	color: #fff;
	border-radius: 14px;
}
.news_list_box dd li h3 a{
	font-size: 16px;
	color: #277bc2;
	padding-bottom: 20px;
	display: inline-block;
	font-weight: normal;
}
.news_list_box dd li h3 a:hover{
	color: #8acbff;
}
.news_list_box dd li p{
	line-height: 24px;
	color: #999;
}
.news_list_box dd li + li{
	margin-top: 35px;
}
.next_page{
	margin-top: 60px;
	text-align: center;
	color: #666;
}
.news_last_back{
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 14px;
	color: #277bc2;
	background: #ccc;
	background: url('../images/news_last_back.png') no-repeat 2px center;
	padding-left: 28px;
}
.news_last_back:hover{
	color: #8acbff;
}
.news_last_time{
	display: block;
	text-align: center;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 40px;
}
.news_last_box{
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.news_last_box p{
	margin-bottom: 30px;
}
.news_last_link{
	border-top: 1px solid #bed7ed;
	padding-top: 5px;
}
.news_last_link ul li{
	display: table-cell;
	width: 1%;
	text-align: right;
	line-height: 14px;
}
.news_last_link ul li a{
	color: #277bc2;
	font-size: 12px;
	display: inline-block;
}
.news_last_link ul li:first-child{
	text-align: left;
}
.news_last_link ul li a:hover{
	color: #8acbff;
}
/*about*/
.ab_history_box{
	margin-top: 28px;
}
.ab_history_boxl,
.ab_history_boxr{
	width: 50%;
	height: auto;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.ab_history_boxl{
	border-right: 1px solid #bed7ed;
}
.history_list_box{
	padding-right: 98px;
	position: relative;
	margin-bottom: 30px;
}
.ab_history_boxr .history_list_box{
	padding-right: 0;
	padding-left: 98px;
	margin-bottom: 30px;
}
.history_list_year{
	width: 121px;
	height: 29px;
	position: absolute;
	color: #fff;
	line-height: 29px;
	text-align: right;
	padding-right: 12px;
	right: -30px;
	top: 15%;
	background: url('../images/ab_history_img.png') no-repeat;
	z-index: 40;
}
.ab_history_boxr .history_list_year{
	text-align: left;
	padding-right: 0;
	padding-left: 12px;
	left: -30px;
	right: auto;
	top: 30%;
	background: url('../images/ab_history_imgr.png') no-repeat;
}
.ab_history_first .history_list_year{
	top: 0;
}
.ab_history_other .history_list_year{
	top: 70%;
}
.history_list_main{
	padding: 25px;
	border: 1px solid #8acbff;
}
.history_list_main dl{
	display: table;
	color: #277bc2;
}
.history_list_main dl + dl{
	margin-top: 25px;
}
.history_list_main dt,
.history_list_main dd{
	display: table-cell;
	vertical-align: top;
}
.history_list_main dt{
	width: 60px;
	border-right: 1px solid #8acbff;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.history_list_main dd{
	padding-left: 16px;
}
.history_list_main dl p{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.history_list_main dl dd p + p{
	margin-top: 15px;
}
.history_list_main dd img{
	margin-top: 5px;
	vertical-align: middle;
	margin-right: 5px;
}
/*honor*/
.ab_honor_box{
	padding-top: 50px;
}
.ab_honor_box ul li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 15px 2%;
	box-sizing: border-box;
}
.ab_honor_box .honor_img{
	min-width: 150px;
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.honor_img img{
	display: inline-block;
	vertical-align: bottom;
}
.honor_img i{
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
	visibility: hidden;
	overflow: hidden;
}
.ab_honor_box ul li p{
	display: inline-block;
	color: #666;
	padding-top: 10px;
	height: 55px;
	overflow: hidden;
}
.about_aptitude_box ul li{
	width: 20%;
}
.about_pay_box{
	padding-top: 50px;
}
.about_pay_box ul{
	margin: 0 -10px;
	overflow: hidden;
}
.about_pay_box ul li{
	float: left;
	padding: 0 10px;
	width: 33.3%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.pay_bank{
	width: 100%;
	min-height: 330px;
	border: 1px solid #bdcbd2;
}
.pay_bank dt{
	display: block;
	background: #f1f6fc;
	height: 114px;
	text-align: center;
	line-height: 114px;
}
.pay_bank dt img{
	display: inline-block;
	vertical-align: middle;
}
.pay_bank dd{
	padding: 38px 5% 10px;
	color: #555;
}
.pay_bank dd p + p{
	margin-top: 15px;
}
.pay_bank dd p span{
	display: table-cell;
}
.pay_notes{
	margin-top: 55px;
}
.pay_notes h4{
	font-size: 16px;
	color: #277bc2;
	font-weight: normal;
	padding-bottom: 16px;
}
.pay_notes p{
	color: #555;
	margin-bottom: 12px;
}
/*about contact*/
.about_contact_box{
	padding-top: 60px;
}
.contact_list{
	width: 100%;
	height: auto;
	border: 1px solid #8acbff;
	padding: 20px 0;
}
.contact_list dl{
	display: inline-block;
	width: 32%;
	padding: 2% 3%;
	box-sizing: border-box;
	vertical-align: top;
	min-height: 128px;
}
.contact_list dl dt{
	font-size: 16px;
	color: #277bc2;
	padding-bottom: 16px;
	border-bottom: 1px solid #8acbff;
}
.contact_list dl dt:before{
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #8acbff;
	margin-right: 10px;
}
.contact_list dl dd{
	padding-top: 15px;
	color: #888;
}
.contact_list dl dd .text{
	font-size: 12px;
	line-height: 22px;
	color: #8acbff;
	padding-top: 10px;
}
.contact_list dl dd a{
	color: #8acbff;
}
.about_contact_map{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.contact_map_img{
	/* width: 515px; */
	width: 55%;
	height: 210px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.contact_map_text{
	display: inline-block;
	vertical-align: top;
	color: #777;
	width: 42%;
}
.contact_map_text h5{
	font-size: 20px;
	color: #277bc2;
	font-weight: normal;
	padding: 16px 0;
}
.contact_map_text ul{
	margin-top: 14px;
	color: #999;
}
.contact_map_text ul li{
	margin-bottom: 10px;
}
.contact_map_text ul li:before{
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #8acbff;
	margin-right: 8px;
}
.business_list{
	width: 100%;
	height: auto;
	border: 1px solid #8acbff;
	padding: 20px;
	margin-bottom: 15px;
	box-sizing: border-box
}
.business_list h3{
	font-size: 20px;
	color: #277bc2;
	font-weight: normal;
}
.business_text{
	padding: 16px 0;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
}
.business_contact li{
	display: inline-block;
	margin-right: 3em;
	color: #277bc2;
	line-height: 20px;
}
.business_contact li:before{
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #8acbff;
	margin-right: 8px;
	vertical-align: middle;
}
.about_us_box{
	padding-top: 55px;
}
.about_us_box h1{
	font-size: 26px;
	color: #277bc2;
	display: block;
	text-align: center;
	font-weight: normal;
}
.about_us_text{
	padding-top: 65px;
}
.about_video{
	width: 426px;
	height: 204px;
	float: right;
	margin-left: 40px;
}
.about_us_text p{
	line-height: 36px;
	color: #666;
	text-indent: 2em;
}
.about_us_img{
	text-align: center;
	border-top: 1px solid #8acbff;
	margin-top: 55px;
}
/*about video*/
.yovole_layer02{
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5; 
	z-index:1000; 
	position:fixed;
	left:0;
	top:0;
}
.yovole_video_box02{
	width:980px;
	height:552px;
	background:#fff;
	border:8px solid #8acbff;
	position:fixed;
	left:50%;
	margin-left:-490px;
	top:50%;
	margin-top:-276px;
	z-index:1001;
}
.yovole_video_box02 p.btn02{
	width:1000px;
	height: 30px;
	position:absolute;
	right:-10px;
	bottom: -42px;
	text-align: right;
	text-indent: 0;
}
.yovole_video_box02 p.btn02 a{
	display: inline-block;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	background: #8acbff;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	width: 42px;
}
.yovole_video_box02 p.btn02 a:hover{
	background: #237cd2;
}
/*try*/
.try_main1_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url('../images/try_bj.jpg') no-repeat center top;
}
.try_box_1{
	padding-top: 65px;
	min-height: 660px;
}
.try_box_1 h2{
	font-size: 32px;
	color: #237cd2;
	font-weight: normal;
	text-align: center;
}
.try_box_1 h2 span{
	font-size: 18px;
	display: block;
	padding-top: 16px;
}
.try_box1_main{
	width: 96%;
	margin: 35px auto 70px;
	background: #fff;
	box-shadow: 0 0 20px #c9d2d8;
	position: relative;
}
.try_box1_title{
	position: absolute;
	top: -2px;
	left: 0;
	width: 317px;
	height: 36px;
	background: url('../images/try_title.png') no-repeat left top;
	line-height: 36px;
	color: #fff;
	padding-left: 32px;
}
.try_box1_choose{
	padding: 75px 0 60px;
}
.try_box1_choose dt{
	width: 88px;
	padding-left: 32px;
	float: left;
	margin-bottom: 30px;
	font-size: 16px;
	color: #4a85b7;
}
.try_box1_choose dd{
	padding-left: 120px;
	margin-bottom: 30px;
	padding-right: 30px;
}
.try_box1_choose dd label{
	width: 11%;
	height: 43px;
	border: 1px solid #b0cadf;
	display: inline-block;
	vertical-align: middle;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	color: #4a85b7;
}
.try_box1_choose dd label.active{
	background: url('../images/try_choose_icon.png') no-repeat left top #e5f0fa;
	border-color: #006dca;
	color: #006dca;
}
.try_box1_choose dd label span{
	font-size: 12px;
}
.try_box1_choose dd.choose_other label{
	width: 20%;
}
.try_box1_choose dd.choose_other label:last-child{
	width: 30.5%;
}
.try_box1_choose dd.choose_other2 label{
	width: 92%;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
}
.try_box1_choose dd.choose_other2 label > span{
	font-size: 22px;
	background: url('../images/try_choose_icon2.png') no-repeat left center;
	display: inline-block;
	padding-left: 55px;
}
.try_box1_choose dd.choose_other2 label.active > span{
	background-image: url('../images/try_choose_icon2_2.png');
}
.try_box1_choose dd.choose_other2 label > label{
	float: right;
	width: 50%;
	height: 76px;
	line-height: 76px;
	background: #fff;
	margin: 20px 2% 0 0;
}
.try_box1_choose dd.choose_other2 label > label > span{
	font-size: 20px;
	padding-left: 55px;
	background: url('../images/try_choose_icon3.png') no-repeat left center;
}
.try_box1_choose dd.choose_other2 label > label.active{
	background: url('../images/try_choose_icon.png') no-repeat left top #d3e6f6;
}
.try_box1_choose dd.choose_other2 label > label.active > span{
	background-image: url('../images/try_choose_icon3_2.png');
}
.try_main2_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url('../images/try_bj2.jpg') repeat-x center top;
}
.try_box_2{
	padding-top: 45px;
}
.try_box2_form{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #4398be;
}
.try_box2_form .col_md_2,
.try_box2_form .col_md_4{
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 20px;
}
.try_box2_form .col_md_2{
	width: 15%;
	padding-top: 11px;
}
.try_box2_form .col_md_4{
	width: 35%;
}
.try_box2_form .col_md_4 input{
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	border: 1px solid #adcbe6;
	vertical-align: middle;
	background: none;
	padding-left: 10px;
	color: #fff;
}
.try_box2_form .col_md_4 select{
	width: 100%;
	height: 34px;
	border: 1px solid #adcbe6;
	vertical-align: middle;
	background: none;
	padding-left: 10px;
	line-height: 28px;
	color: #fff;
}
.try_box2_form .col_md_4 select option{
	color: #555;
}
.try_box2_form .col_md_4 input.input_w120{
	width: 120px;
}
.try_box2_form .col_md_4 img{
	vertical-align: middle;
}
.choose_btn{
	width: 190px;
	height: 54px;
	border: 1px solid #adcbe6;
	display: block;
	margin: 30px auto;
	font-size: 22px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	border-radius: 27px;
}
.choose_btn:hover{
	background: rgba(255, 255, 255, 0.2);
}
/*鎶€鏈敮鎸�*/
.tech_box{
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	margin: 50px 0 80px;
}
.tech_box_main{
	width: 100%;
	height: auto;
	box-shadow: 0 0 24px rgba(80, 110, 130, 0.4);
	background: url('../images/tech_icon1.png') no-repeat left 15px #fff;
	height: 345px;
	overflow: hidden;
}
.tech_box_main dl{
	padding: 36px 0 0 25%;
	color: #70aceb;
}
.tech_box_main dl dt{
	color: #237cd2;
	font-size: 26px;
	padding-bottom: 26px;
}
.tech_box_main dl dd{
	font-size: 16px;
	padding-bottom: 10px;
}
.tech_box_main dl dd span{
	font-size: 12px;
}
.tech_box_main dl dd:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #70aceb;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.tech_link{
	width: 60%;
	min-width: 270px;
	height: 52px;
	border: 1px solid #70aceb;
	display: block;
	margin: 35px auto 0;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #70aceb;
}
.tech_link:hover{
	background: rgba(138, 202, 255, 0.2);
}
.tech_link img{
	vertical-align: middle;
	margin-right: 5px;
}
.tech_box_main2{
	background-image: url('../images/tech_icon2.png');
}
.tech_main2_box{
	width: 100%;
	height: 250px;
	background: url('../images/tech_bj.jpg') repeat-x center top;
	overflow: hidden;
}
.tech_kef_l{
	width: 35%;
	padding: 20px;
	box-sizing: border-box;
	color: #abd4f4;
	font-size: 16px;
	line-height: 30px;
	height: 210px;
}
.tech_kef_l h1{
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 32px;
}
.tech_kef_r{
	width: 65%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.tech_kef_r li{
	display: table-cell;
	width: 1%;
	text-align: center;
}
.tech_kef_r li p{
	padding-top: 16px;
}
/*product*/
.product_banner{
	width: 100%;
	height: 290px;
	background: #5194ee;
}
.banner_text{
	height: 100%;
	padding-left: 285px;
	box-sizing: border-box;
	padding-top: 60px;
}
.banner_text h1{
	font-size: 34px;
	line-height: 36px;
	color: #fff;
	font-weight: normal;
}
.banner_text h1 img{
	vertical-align: middle;
}
.banner_text .text{
	line-height: 24px;
	color: #fff;
	margin-top: 26px;
	z-index: 10;
}
.banner_text .banner_link{
	width: 138px;
	height: 36px;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin-top: 20px;
}
.banner_text .banner_icon{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.banner_text .banner_link:hover{
	background: rgba(255, 255, 255, 0.2);
}
.product_box{
	padding-left: 285px;
	box-sizing: border-box;
}
.product_l_menu{
	width: 225px;
	border-top: 16px solid #a6ccff;
	left: 0;
	top: -240px;
	background: #fcfcfc;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}
.p_l_menu_title{
	width: 162px;
	height: 42px;
	background: url('../images/p_menu_tit.png') no-repeat;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	padding-left: 18px;
	left: -1px;
	top: -18px;
}
.p_l_menu_list{
	margin-left: 28px;
	border-left: 1px solid #dbeaff;
	padding-top: 1px;
	padding-bottom: 40px;
}
.p_l_menu_list dt{
	margin-top: 50px;
	padding-left: 24px;
	font-size: 16px;
	color: #8ab9ff;
	position: relative;
}
.p_l_menu_list dt:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #8ab9ff;
	display: inline-block;
	position: absolute;
	left: -8px;
	top: 4px;
	border: 5px solid #cfeaff;
}
.p_l_menu_list dd{
	padding-left: 24px;
	line-height: 16px;
}
.p_l_menu_list dd a{
	color: #5888c7;
	vertical-align: middle;
	margin-top: 14px;
	display: block;
}
.p_l_menu_list dd a:hover{
	color: #0a4a8c;
}
.p_l_menu_list dd a.active{
	color: #0a4a8c;
}
.p_l_menu_list dd a img{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.product_r_box{
	width: 100%;
	padding-bottom: 40px;
}
.product_r_box .p_r_title{
	font-size: 20px;
	color: #5194ee;
	font-weight: normal;
	padding-top: 50px;
}
.p_r_advantage{
	padding-top: 35px;
}
.p_r_adlist{
	float: left;
	width: 25%;
	padding-right: 5%;
	box-sizing: border-box;
	/* min-height: 290px; */
	overflow: hidden;
}
.p_adlist_img img{
	width: 59px;
	height: 59px;
}
.p_r_adlist h3{
	font-size: 18px;
	color: #5194ee;
	font-weight: normal;
	padding: 22px 0;
}
.p_r_adlist p{
	line-height: 26px;
	color: #999;
}
.p_r_function{
	margin: 0 -4px;
	margin-top: 20px;
}
.p_r_function .p_function_list{
	float: left;
	width: 50%;
	/* background: #ccc; */
	padding:4px;
	box-sizing: border-box;
}
.p_r_function .p_function_list dl{
	border: 1px solid #bbd8ff;
	padding: 30px 20px;
	height: 72px;
}
.p_function_list dl dt,
.p_function_list dl dd{
	display: table-cell;
	vertical-align: top;
}
.p_function_list dl dt{
	width: 76px;
	height: 80px;
	background: url('../images/function_list_dtbj.png') no-repeat left top;
	padding: 14px 0 0 15px;
	box-sizing: border-box;
}
.p_function_list dl dd{
	padding-left: 16px;
	line-height: 22px;
	color: #617a9c;
}
.p_function_list dl dd h4{
	font-size: 16px;
	color: #5194ee;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}
.p_mix{
	margin-top: 20px;
}
.p_mix li{
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #5194ee;
	background: #eff2f5;
}
.p_mix li img{
	vertical-align: middle;
	margin-right: 1em;
}
.p_mix li + li{
	margin-left: 10px;
}
/*yovole cloud*/
.yc_top{
	background: #202730;
}
.yc_top .top_l,
.yc_top .top_r li a{
	color: #83909d;
}
.yc_nav{
	background: #2a3440;
}
.yc_nav_more{
	background-image: url('../images/ycnav_more_bj.jpg');
}
.yc_nav_more .more_main1_l ul li a,
.yc_nav_more .more_main1_r ul li a,
.yc_nav_more .more_main2_r,
.yc_nav_more .c_server a,
.yc_nav_more .name_l_main1{
	background-color: rgba(0, 136, 186, 0.6);
}
.yc_nav_more .more_main1_l ul li a:hover,
.yc_nav_more .more_main1_r ul li a:hover,
.yc_nav_more .more_main2_l li.active a,
.yc_nav_more .more_main2_l li a:hover,
.yc_nav_more .c_server a:hover,
.yc_nav_more .name_other_box > a:hover{
	background-color: #02c3f1;
}
.yc_nav_more .name_l_main1 li a:hover{
  background: #02c3f1;
  border-color: #02c3f1;
}
.yc_nav_more .more_main3_dl dt{
	border-bottom-color: #969ba0;
}
.yc_banner{
	width: 100%;
	height: 410px;
	background: url('../images/yc_banner_bj.jpg') repeat-x center top;
}
.yc_banner_text{
	padding-top: 110px;
	height: 300px;
}
.yc_banner_text h1{
	width: 66%;
	font-size: 38px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 32px;
}
.yc_banner_text .text{
	width: 62%;
	font-size: 12px;
	line-height: 24px;
	color: #bbb;
	z-index: 30;
}
.yc_banner_text .text cite{
	font-size: 18px;
	color: #f0f0f0;
	font-style: normal;
	padding-bottom: 20px;
	display: block;
}
.yc_banner_text .banner_img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.yc_main1{
	width: 100%;
	min-height: 530px;
	background: #edf5f9;
	padding: 1px 0 40px;
}
.yc_main_title{
	margin-top: 70px;
	color: #323e4e;
	font-weight: normal;
	width: 100%;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e6e9ed;
}
.yc_main_title span{
	width: 128px;
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -64px;
	background: #edf5f9;
}
.yc_main1_box{
	width: 100%;
	height: auto;
	margin: 105px -4px 0; 
}
.yc_advantage_list{
	padding: 0 4px;
	display: inline-block;
	width: 20%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.yc_advantage_detail{
	min-height: 230px;
	border: 1px solid #c6dce4;
	padding: 90px 10% 0; 
	color: #9098a0;
	line-height: 24px;
}
.yc_advantage_detail h4{
	text-align: center;
	font-size: 18px;
	color: #323e4e;
	padding-bottom: 26px;
	font-weight: normal;
}
.yc_advantage_list_img{
	position: absolute;
	width: 106px;
	height: 114px;
	left: 50%;
	margin-left: -53px;
	top: -55px;
	background: url('../images/yc_advantage_bj.png') no-repeat center top;
	text-align: center;
	padding-top: 18px;
	box-sizing: border-box;
}
.yc_advantage_list_img img{
	width: 70px;
	height: 70px;
	display: inline-block;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}
.yc_advantage_list:hover .yc_advantage_list_img img{
	-webkit-transform: rotateY(360deg) scale(1.2);
	-ms-transform: rotateY(360deg) scale(1.2);
	transform: rotateY(360deg) scale(1.2);
}
.yc_main2{
	padding: 2px 0 60px;
}
.yc_main2 .yc_main_title span{
	background: #fff;
}
.yc_main2 ul li{
	width: 33.3%;
	display: inline-block;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
	margin-top: 70px;
	line-height: 22px;
	color: #a1a5aa;
	min-height: 300px;
}
.yc_main2 ul li img{
	width: 135px;
	height: 137px;
	display: block;
	margin: 0 auto;
}
.yc_main2 ul li h5{
	font-size: 16px;
	font-weight: normal;
	color: #323e4e;
	text-align: center;
	padding: 32px 0 20px;
}
.yc_main3{
	height: 718px;
	background: url('../images/yc_main3_bj.jpg') repeat-x center top;
}
.yc_server{
	padding-top: 76px;
}
.yc_server_l{
	width: 232px;
	float: left;
}
.yc_server_l h2{
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	padding: 38px 0;
	border-bottom: 1px solid #767e86;
	margin-bottom: 50px;
}
.yc_server_link{
	width: 158px;
	height: 46px;
	background: #3a6173;
	display: inline-block;
	margin-top: 45px;
	text-align: center;
	line-height: 46px;
	color: #fff;
}
.yc_server_link img{
	vertical-align: middle;
	margin-right: 10px;
}
.yc_server_link:hover{
	background: #377f98;
}
.yc_server_r{
	width: 100%;
	box-sizing: border-box;
	padding-left: 270px;
}
.yc_server_list{
	margin: 0 -5px;
}
.yc_server_list li{
	display: table-cell;
	width: 1%;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: top;
}
.yc_server_listbox{
	width: 100%;
	height: 410px;
	border: 1px solid #707880;
}
.yc_server_listbox img{
	display: block;
	margin: 66px auto 0;
}
.yc_server_listbox h3{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 36px 0;
}
.yc_server_listbox p{
	display: block;
	padding: 0 12%;
	color: #9ca0a5;
	line-height: 22px;
}
.yc_server_detail{
	display: none;
	width: 100%;
	height: 410px;
	border: 1px solid #48d3ff;
	background: rgba(40, 205, 255, 0.2);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.yc_server_detail_tit{
	width: 177px;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	background: url('../images/yc_server_titbj.png') no-repeat left top;
	color: #fff;
	font-size: 16px;
}
.yc_server_detail_det{
	display: block;
	padding: 10px 8% 0;
	color: #fff;
	line-height: 22px;
}
.yc_server_detail_det p{
	margin-top: 18px;
}
.yc_server_detail_det p.other{
	font-size: 12px;
}
.yc_server_list .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.yc_try{
	width: 100%;
	height: 68px;
	background: url('../images/yc_try_bj.jpg') repeat-x center top;
	padding-top: 20px;
	margin-top: 88px;
}
.yc_try a{
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 16px;
}
.yc_try a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
/*case*/
.case_banner{
	min-width: 1200px;
	height: 298px;
	background-color: #54a4f1;
}
.case_banner .banner_text{
	padding-top: 90px;
	padding-left: 0;
}
.case_banner .banner_text h1{
	font-size: 44px;
}
.case_banner .banner_text .text{
	font-size: 16px;
	margin-top: 32px;
	line-height: 30px;
}
.case_main{
	width: 1200px;
	margin: 0 auto;
}
.case_tit{
	width: 100%;
	border: none;
	border-top: 1px solid #d8dfe3;
	margin: 60px 0 0;
	padding: 0;
}
.case_tit legend{
	font-size: 20px;
	padding: 0 35px;
	color: #718da9;
	text-align: center;
	margin: 0 auto;
}
.case_box1{
	margin: 65px -12px 0; 
}
.case_box1 .case_box1_list{
	width: 290px;
	float: left;
	margin-left: 13px;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.case_box1_list img{
	width: 260px;
	height: 82px;
	display: block;
}
.case_box1_list .case_list_tit{
	width: 100%;
	height: 35px;
	background-color: #439fff;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 85px;
}
.case_box1_list .case_box1_det{
	width: 100%;
	background-color: #fff;
	min-height: 240px;
	padding: 78px 15px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	color: #637b95;
	line-height: 20px;
}
.case_box1_det li{
	padding-left: 14px;
	position: relative;
}
.case_box1_det li + li{
	margin-top: 18px;
}
.case_box1_det li:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #63aaf4;
	position: absolute;
	left: 0;
	top: 8px;
}
.case_star_p{
	margin-top: 55px;
	padding-bottom: 80px;
}
.case_star_btn{
	height: 72px;
	border-bottom: 1px solid #63aaf4;
	position: relative;
}
.case_star_btn li{
	width: 209px;
	height: 70px;
	border: 1px solid #bfd2e2;
	border-bottom-color: #63aaf4;
	display: inline-block;
	float: left;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	line-height: 70px;
	color: #9bb9d3;
	background: url('../images/case_star_btn_icon1.png') no-repeat 44px center;
	padding-left: 85px;
	cursor: pointer;
}
.case_star_btn li + li{
	margin-left: 5px;
}
.case_star_btn li.active{
	width: 210px;
	color: #1b5898;
	background-image: url('../images/case_star_btn_icon2.png');
	border-color: #63aaf4;
	border-top-width: 7px;
	border-bottom-color: #fff;
	bottom: 5px;
	box-shadow: 2px -5px 5px rgba(0, 0, 0, 0.2);
}
.case_star_btn li:hover{
	color: #1b5898;
	background-image: url('../images/case_star_btn_icon2.png');
	border-color: #63aaf4;
	border-top-width: 7px;
	border-bottom-color: #fff;
	bottom: 5px;
	box-shadow: 3px -5px 5px rgba(0, 0, 0, 0.2)
}
.case_star_main{
	height: 240px;
	border: 1px solid #63aaf4;
	border-top: none;
	padding: 45px 50px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
.star_main_box{
	color: #637b95;
	line-height: 24px;
}
.star_main_box p + p{
	margin-top: 24px;
}
.case_tech_main{
	width: 100%;
	min-width: 1200px;
	height: 520px;
	background: url('../images/case_tech.jpg') repeat-x center top;
	padding-top: 1px;
	box-sizing: border-box;
}
.case_tech_main .case_tit legend{
	color: #fff;
}
.case_tech_box{
	width: 260px;
	height: 290px;
	border-width: 10px;
	border-style: solid;
	border-color: #8ab8ff transparent transparent transparent;
	display: inline-block;
	margin-top: 65px;
	vertical-align: top;
}
.case_tech_box + .case_tech_box{
	margin-left: 22px;
}
.box_techmain{
	height: 100%;
	padding: 38px 35px 0;
	background: #edeff1;
	box-sizing: border-box;
	color: #7e8791;
	line-height: 24px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.box_techmain img{
	display: block;
	margin: 0 auto;
}
.box_techmain h3{
	font-size: 18px;
	font-weight: normal;
	color: #1b5898;
	padding: 35px 0 18px;
	text-align: center;
}
.case_tech_box.tbox2{
	border-top-color: #03acac;
}
.case_tech_box.tbox3{
	border-top-color: #31a9e9;
}
.case_tech_box.tbox4{
	border-top-color: #83a8c5;
}
.case_customer{
	padding: 65px 0 20px;
}
.case_customer li{
	width: 50%;
	height: 128px;
	float: left;
	padding-right: 65px;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}
.case_customer li dt,
.case_customer li dd{
	display: table-cell;
	vertical-align: top;
}
.case_customer li dt{
	width: 138px;
	text-align: right;
	overflow: hidden;
}
.case_customer li dt img{
	display: inline-block;
}
.case_customer li dd{
	padding-left: 32px;
	font-size: 12px;
	line-height: 22px;
	color: #6e7073;
}
.case_customer li dd h5{
	font-size: 16px;
	padding-bottom: 10px;
}
/*data*/
.data_banner{
	background: url('../images/banner_2_bj.jpg') repeat-x center top;
	height: 495px;
}
.data_banner .banner_text{
	padding-left: 0;
	padding-top: 190px;
}
.data_banner .banner_text h1{
	font-size: 50px;
}
.data_banner .text{
	font-size: 32px;
}
.data_tit{
	text-align: center;
	font-size: 20px;
	color: #1575c2;
	padding: 36px 0;
}
.data_main1{
	display: table;
}
.data_main1 dt,
.data_main1 dd{
	display: table-cell;
	vertical-align: top;
	color: #79acd9;
	line-height: 24px;
}
.data_main1 dt{
	width: 36%;
	text-align: right;
	padding-top: 8px;
}
.data_main1 dd{
	padding: 0 12% 0 5%;
}
.data_main2{
	padding-bottom: 30px;
}
.data_main2 li{
	display: table-cell;
	width: 1%;
	text-align: center;
}
/* .data_main2 li:first-child{
	text-align: left;
}
.data_main2 li:last-child{
	text-align: right;
} */
.data_main2 li img{
	vertical-align: top;
	box-shadow: 0 0 12px rgba(25, 45, 80, 0.4);
}
.data_fdp_tech{
	width: 100%;
	height: 380px;
	background: url('../images/fdp_bj.png') repeat-x center top;
	display: block;
}
.data_fdp_techtxt{
	width: 100%;
	height: 48px;
	background: #3987d8;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
}
.data_fdp_advantage{
	width: 100%;
	height: 390px;
	background: url('../images/data_advantage.gif') no-repeat center center;
}
.data_case_btn{
	width: 100%;
	height: 45px;
	border-bottom: 2px solid #6bb2ea;
	line-height: 45px;
	text-align: center;
	padding-bottom: 2px;
}
.data_case_btn li{
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	color: #1575c2;
	cursor: pointer;
}
.data_case_btn li:hover{
	background: url('../images/nav_list_icon.png') no-repeat center bottom;
}
.data_case_btn li.active{
	background: url('../images/nav_list_icon.png') no-repeat center bottom;
}
.data_case_box{
	padding: 20px 0 50px;
}
.data_case_det img{
	width: 600px;
	vertical-align: top;
	float: left;
}
.data_case_det .text{
	display: table-cell;
	padding: 50px 0 0 35px;
	line-height: 24px;
	color: #79acd9;
}
/*绉佹湁浜�*/
.case_private_star{
	padding-bottom: 0;
}
.case_private_star .case_star_btn li{
	width: 510px;
}
.star_private_list{
	margin: -5px;
}
.star_private_list li{
	float: left;
	width: 540px;
	height: 103px;
	border: 1px dotted #9ed1ff;
	margin: 5px;
	padding: 20px 24px;
	box-sizing: border-box;
	line-height: 20px;
}
.star_private_list li h4{
	font-size: 16px;
	color: #439fff;
	font-weight: normal;
	padding-bottom: 8px;
}
.case_private_team{
	margin: 55px 0;
}


.m_main{
	/* display: none; */
	overflow-x: hidden;
}
/*Mobile*/
/* @media (max-width: 780px) { */
	/* .pc_main{
		display: none;
	} */
	.m_main{
		/* display: block; */
		width: 100%;
		overflow-y: auto;
		padding-bottom: 1.4rem;
		line-height: 1;
	}
	.m_top{
		width: 100%;
		height: 1.6rem;
		background-color: #0a4a8c;
	}
	.m_top .m_logo{
		width: 5.5rem;
		height: 0.92rem;
		margin:0.29rem 0 0 0.5rem; 
	}
	.m_top_nav_more{
		float: right;
	}
	.m_more_icon img{
		width: 0.75rem;
		height: 0.6rem;
		margin: 0.46rem 0.52rem 0 0;
	}
	.m_nav_more{
		position: absolute;
		top: 1.6rem;
		right: -6.6rem;
		z-index: 998;
		width: 6.5rem;
		display: none;
		padding: 0.4rem 0.8rem;
		background: #10365d;
		box-sizing: border-box;
	}
	.m_nav_more dt{
		display: block;
		font-size: 0.45rem;
		color: #91bcf5;
		padding: 0.4rem 0;
		border-bottom: 0.02rem solid #91bcf5;
		margin-bottom: 0.2rem;
		background: url('../images/mobile/top_more_icon.png') no-repeat right center;
		-webkit-background-size: 0.46rem 0.28rem;
		background-size: 0.46rem 0.28rem;
	}
	.m_nav_more dd{
		display: none;
	}
	.m_nav_more dd.active{
		display: block;
	}
	.m_nav_more dd a{
		display: block;
		font-size: 0.38rem;
		color: #fff;
		padding: 0.2rem 0;
	}
	/*m_banner*/
	.m_banner ul li img{
		width: 100%;
		display: block;
	}
	.m_banner{
		overflow:hidden;
	}
	.block_home_slider {
		position: relative;
		width:100%;
		overflow:hidden;
	}
	.block_home_slider .flex-direction-nav a.flex-next:hover {
		background-position:right bottom;
	}
	.block_home_slider .flex-control-paging {
		display:inline-block;
		position:absolute;
		bottom:0.1rem;
		left:0;
		width:100%;
		text-align:center;
	}
	.block_home_slider .flex-control-paging li {
		margin:0 0.1rem;
		text-align:center;
		padding: 0px;
		overflow: hidden;
		list-style-type: none;
		display:inline-block;
	}
	.block_home_slider .flex-control-paging li a {
		width:0.14rem;
		height:0.14rem;
		display:block;
		background-repeat:no-repeat;
		background-image:url('../images/mobile/pic15.png');
		text-indent:-9000px;
		cursor:pointer;
		background-size:100% 100%;
	}
	.block_home_slider .flex-control-paging li a.flex-active {
		width:0.14rem;
		height:0.14rem;
		display:block;
		background-repeat:no-repeat;
		background-image:url('../images/mobile/pic14.png');
		text-indent:-9000px;
		cursor:pointer;
		background-size:100% 100%;
	}
	.slides li{width:100%;}
	.slides li img{width:100%;}
	/*m_news*/
	.m_news{
		width: 100%;
		height: 0.925rem;
		background-color: #76b7eb;
		line-height: 0.925rem;
		text-align: center;
	}
	.m_news a{
		font-size: 1.2em;
		color: #fff;
	}
	.m_news a img{
		width: 0.37rem;
		display: inline-block;
		margin-right: 0.1rem;
	}
	/*m_case*/
	.m_main_tit{
		font-size: 1.5em;
		font-weight: normal;
		color: #5a9bcd;
		border-top: 0.02rem solid #b6d1eb;
		margin-top: 1.3rem;
		/* margin-bottom: 1rem; */
		position: relative;
	}
	.m_main_tit span{
		position: absolute;
		padding: 0 0.44rem;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
	}
	.m_main_case{
		margin: 1rem -0.1rem 0;
	}
	.m_case_list{
		width: 50%;
		padding: 0 0.1rem;
		height: 2.7rem;
		float: left;
		box-sizing: border-box;
		margin-bottom: 0.2rem;
	}
	.m_case_det{
		height: 100%;
		background-color: #398de5;
		display: block;
		padding: 0.7rem 0 0 0.4rem;
		box-sizing: border-box;
		position: relative;
	}
	.m_case_det a{
		display: block;
		color: #fff;
	}
	.m_case_det h3{
		font-size: 0.5rem;
		font-weight: normal;
		padding-bottom: 0.28rem;
		position: relative;
		z-index: 10;
	}
	.m_case_det p{
		font-size: 0.3rem;
		position: relative;
		z-index: 10;
	}
	.m_case_det img{
		width: 1.3rem;
		height: 1.3rem;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		z-index: 1;
	}
	/*m_poduct*/
	.m_product{
		width: 100%;
		height: auto;
		margin-top: 1rem;
	}
	.m_product_list + .m_product_list{
		margin-top: 0.32rem;
	}
	.m_product_tit{
		width: 100%;
		height: 2.9rem;
		display: block;
		background: linear-gradient(#69aaf1, #519bee);
		color: #fff;
		text-align: center;
		padding-top: 0.7rem;
		box-sizing: border-box;
		font-size: 0.35rem;
		position: relative;
	}
	.m_product_tit h2{
		font-size: 0.66rem;
		font-weight: normal;
		padding-bottom: 0.4rem;
	}
	.m_product_tit .p_list_icon{
		width: 2.85rem;
		height: 2.55rem;
		position: absolute;
		left: 0;
		top: 0.2rem;
	}
	.m_product_tit .p_list_ric{
		position: absolute;
		width: 1.2rem;
		height: 0.57rem;
		right: 0.2rem;
		top: 45%;
	}
	.m_p_list2 .m_product_tit{
		background: linear-gradient(#37b1c6, #059db8);
	}
	.m_p_list3 .m_product_tit{
		background: linear-gradient(#397fce, #2061c3);
	}
	.m_product_det{
		display: none;
		padding: 0.74rem 0;
	}
	.m_product_det.show{
		display: block;
	}
	.m_p_det_box{
		padding: 0 0.5rem;
		width: 50%;
		box-sizing: border-box;
		float: left;
		height: 1.2rem;
		margin-bottom: 0.37rem;
	}
	.m_p_det_cbox{
		width: 100%;
	}
	.m_p_det_box a{
		display: block;
		height: 100%;
		border: 0.02rem solid #94bdf4;
		color: #2083f0;
		font-size: 0.36rem;
		text-align: center;
		line-height: 1.2rem;
	}
	.m_p_list2 .m_p_det_box a{
		border-color: #48bcd0;
		color: #059db8;
	}
	.m_p_list3 .m_p_det_box a{
		border-color: #5599f8;
		color: #0a5fd5;
	}
	.m_p_det_box a.m_p_hot{
		box-shadow: 0 0 0.3rem rgba(90, 210, 222, 0.8);
	}
	/*m choose*/
	.m_yovole_ch{
		width: 100%;
		height: auto;
		padding-top: 1px;
		background: #e7f4ff;
	}
	.m_yovole_ch .m_main_tit span{
		background: #e7f4ff;
	}
	.m_yovole_ch ul{
		margin-top: 1rem;
	}
	.m_yovole_ch ul li{
		width: 33.3%;
		text-align: center;
		float: left;
		margin-bottom: 1.5rem;
		color: #172f47;
		font-size: 1.2em;
	}
	.m_yovole_ch ul li span{
		font-size: 2.6em;
		color: #3478b6;
		display: block;
		padding-bottom: 0.5em;
	}
	.m_join_us{
		width: 100%;
		height: 2rem;
		background: url('../images/mobile/m_join.jpg') no-repeat center top;
		background-size: 100% 100%;
	}
	.m_join_us a{
		display: block;
		text-align: center;
		line-height: 2rem;
		font-size: 2em;
		color: #fff;
	}
	.m_about_us{
		width: 100%;
		background: #0b2845;
		color: #58697a;
		padding-top: 1rem;
	}
	.m_about_tel li{
		display: table-cell;
		width: 1%;
		padding-left: 0.8rem;
		vertical-align: top;
	}
	.m_about_tel li img{
		width: 1.2rem;
		height: 1.2rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.2em;
	}
	.m_about_tel li p{
		display: inline-block;
		font-size: 0.3rem;
		vertical-align: middle;
	}
	.m_about_tel li p span{
		font-size: 0.35rem;
		display: block;
		padding-top: 0.8em;
	}
	.m_about_tel li a{
		color: #58697a; 
	}
	.m_about_link{
		display: block;
		margin: 0.8rem;
		border: 1px solid #7f92a5;
		color: #7f92a5;
		text-align: center;
		height: 1.4rem;
		line-height: 1.4rem;
		font-size: 1.5em;
	}
	.m_about_foot{
		border-top: 0.02rem solid #374552;
		padding: 0.5rem 0.8rem;
		font-size: 0.28rem;
		text-align: center;
		line-height: 0.5rem;
	}
	.m_about_foot a{
		color: #58697a;
		font-size: 0.28rem;
	}
	/*m_footer*/
	.m_footer{
		width: 100%;
		height: 1.5rem;
		background-color: #0a4a8c;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
	.m_footer ul li{
		display: table-cell;
		width: 1%;
		vertical-align: middle;
		text-align: center;
	}
	.m_footer ul li a{
		color: #4983bf;
		font-size: 1em;
		padding-top: 0.3rem;
		display: block;
	}
	.m_footer ul li a img{
		width: 0.5rem;
		height: 0.5rem;
		display: inline-block;
	}
	.m_footer ul li a p{
		padding-top: 0.2em;
	}
	.m_footer ul li a.active{
		color: #fff;
	}
	
/* } */
/*load*/
.ui-loader{
	display: none;
	visibility: hidden;
}
/*鏂板娣峰悎浜�*/
.mcloud_banner{
    height: 418px;
    background: #182d41;
}
.mcloud_banner .banner_icon{
    bottom: 25px;
}
.mcloud_banner .banner_text{
    padding-top: 115px;
}
.case_mcloud_mian1{
    width: 100%;
    height: 541px;
    overflow: hidden;
    background: #e2e7ec url('../images/case_mcloud_mian1bj.jpg') center top no-repeat;
}
.case_mcloud_main2{
    width: 100%;
    height: 190px;
    background: #313b43;
}
.case_mcloud_main2 ul{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding-top: 25px;
}
.case_mcloud_main2 ul li{
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 138px;
    box-sizing: border-box;
    line-height: 46px;
}
.case_mcloud_main2 ul li i{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #1ed45e;
    display: inline-block;
    margin-right: 18px;
    text-align: center;
    line-height: 24px;
    font-style: normal;
    font-weight: bold;
    font-family: arial;
}
.case_main h2.title{
    font-size: 34px;
    color: #333;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    padding-top: 110px;
}
.case_mcloud_main2_notes{
    margin-top: 50px;
    padding: 32px 48px;
    border: 1px dashed #a3cdf9;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.case_mcloud_m2_box{
    width: 600px;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    /* float: left; */
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 120px;
}
.case_mcloud_m2_box + .case_mcloud_m2_box{
    padding-left: 80px;
}
.case_mcloud_m2_box dl{
    width: 100%;
    display: block;
    margin-top: 90px;
    min-height: 85px;
}
.case_mcloud_m2_box dl dt,
.case_mcloud_m2_box dl dd{
    display: table-cell;
    vertical-align: top;
}
.case_mcloud_m2_box dl dt{
    width: 77px;
}
.case_mcloud_m2_box dl dd{
    padding-left: 22px;
}
.case_mcloud_m2_box dl dd h4{
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}
.case_mcloud_m2_box dl dd p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.case_mcloud_ad{
    width: 100%;
    min-width: 1200px;
    height: 181px;
    background: url('../images/mcloud_ad.jpg') repeat-x center top;
}
.mcloud_why_box{
    width: 1220px;
    padding-top: 65px;
}
.mcloud_why_list{
    width: 388px;
    height: 310px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 30px;
    color: #666;
    padding: 30px;
    background: #fff;
    margin: 18px 18px 0 0;
    float: left;
}
.mcloud_why_list img{
    margin-top: 20px;
    display: block;
    margin-bottom: 24px;
}
.mcloud_bz_box{
    width: 1230px;
    padding-top: 50px;
}
.mcloud_bz_box dl{
    width: 590px;
    height: 190px;
    box-sizing: border-box;
    border: 1px dashed #a3cdf9;
    padding: 40px 35px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    margin: 18px 18px 0 0;
    vertical-align: top;
}
.mcloud_bz_box dl dt{
    font-size: 20px;
    color: #237cd2;
    padding-bottom: 16px;
}
.case_mcloud_ad2{
    width: 100%;
    min-width: 1200px;
    height: 255px;
    background: url('../images/mcloud_ad2.jpg') repeat-x center top;
    margin-top: 80px;
}
.case_main h3.title{
    font-size: 28px;
    color: #000;
    padding-top: 95px;
    text-align: center;
    font-weight: normal;
}
.mcloud_case_logo{
    display: block;
    margin: 40px auto 0;
}
/* 鏂板绉佹湁浜� */
.pcloud_banner{
    height: 550px;
    background: #182d41;
}
.pcloud_banner .banner_text{
    padding-top: 135px;
}
.pcloud_banner .banner_icon{
    bottom: 180px;
}
.pcloud_banner .banner_text .text{
    margin-top: 68px;
}
.pcloud_banner_list{
    display: table-cell;
    width: 1%;
    padding: 0 43px;
}
.pcloud_banner_list dt{
    text-align: center;
}
.pcloud_banner_list dd{
    padding-top: 30px;
}
.case_pcloud_mian1{
    width: 100%;
    min-width: 1200px;
    height: 228px;
    background: #215d95;
}
.pcloud_main1_box{
    width: 80%;
    margin: 0 auto;
}
.pcloud_main1_list{
    width: 49%;
    height: 165px;
    display: inline-block;
    margin: 32px 0;
    padding-top: 12px;
    padding-right: 60px;
    box-sizing: border-box;
}
.pcloud_main1_list dt,
.pcloud_main1_list dd{
    display: table-cell;
    vertical-align: top;
}
.pcloud_main1_list dd{
    padding-left: 32px;
    color: #fff;
    line-height: 30px;
}
.pcloud_main1_list dd h4{
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}
.pcloud_main1_list + .pcloud_main1_list{
    border-left: 1px solid #8fbbe3;
    padding-left: 60px;
    padding-right: 0;
}
.pcloud_main2_box{
    margin: 82px 0 110px;
}
.pcloud_main2_list{
    display: table-cell;
    width: 1%;
    padding: 12px 82px 12px 65px;
    vertical-align: top;
}
.pcloud_main2_list + .pcloud_main2_list{
    border-left: 1px solid #ccc;
}
.pcloud_main2_list dl{
    margin-top: 45px;
}
.pcloud_main2_list dl dt{
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    background: url('../images/pcloud_main2_listicon.gif') no-repeat left 2px;
    padding-left: 35px;
}
.pcloud_main2_list dl dt span{
    font-size: 16px;
}
.pcloud_main2_list dl dd{
    line-height: 30px;
    color: #666;
    padding-left: 35px;
}
.pcloud_main3{
    width: 100%;
    min-width: 1200px;
    height: 965px;
    background: #f6f7fb url('../images/pcloud_main3_bj.gif') center top no-repeat;
    padding-top: 200px;
    box-sizing: border-box;
}
.pcloud_m3_link{
    width: 112px;
    height: 45px;
    border-radius: 3px;
    background: #3a93ef;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-left: 210px;
}
.pcloud_m3_link:hover{
    background: #66b1ff;
}
.pcloud_m3_tab{
    margin-top: 445px;
}
.pcloud_m3_tab .case_star_btn{
    border: 0;
}
.pcloud_m3_tab .case_star_btn ul li{
    width: 190px;
    height: 60px;
    border: 1px solid #a3cdf9;
    background: #f6f7fb;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    color: #3a93ef;
    bottom: 0;
}
.pcloud_m3_tab .case_star_btn ul li:hover{
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 10px rgba(58, 148, 240, 0.15);
}
.pcloud_m3_tab .case_star_btn ul li.active{
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 10px rgba(58, 148, 240, 0.15);
}
.pcloud_m3_tab .case_star_main{
    padding: 45px 50px;
    height: auto;
    background: #fff;
    border: 1px dashed #a3cdf9;
    box-shadow: none;
}

    /*----------下方点击按钮进入下一页----------*/
.Pagination{float: right;height: 55px;_height: 45px; line-height: 20px;margin-right: 15px;_margin-right: 5px; color: #565656;margin-top: 10px;_margin-top: 20px; clear:both;}
.Pagination span{margin-right: 5px;display: block;float: left;margin-left: 5px;}
.Pagination span b{padding: 0 2px;}
.Pagination div {float:left}
.Pagination a{ font-size: 12px;text-decoration: none;display: block;float: left;color: #565656;border: 1px solid #cacaca;height: 20px;line-height: 20px;padding: 0 10px;margin: 0 2px;}
.Pagination .Ellipsis {line-height: 32px;overflow: hidden; display:none;}
cite.FormNum{display: block;float: left;line-height: 20px;height: 20px; font-style:  normal; padding-left:10px;}
#PageNum{ color:#777;width: 30px;height: 20px;line-height: 20px; border: 1px solid #cacaca; margin:0 5px; text-align:center;}
.Pagination a:hover,.Pagination a.PageCur{background-color: #ee6600;border: 1px solid #d64c01;color: #ffffff; }


/*----------尾部--------------*/
.footer,.footer-banner{min-width:1200px}
.auto,.autoWidth{margin:0 auto;max-width:1200px;_width:1200px}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.clearfix:after{clear:both}.pull-right{float:right}
.hide{display:none}.show{display:block}.invisible{visibility:hidden}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}
.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.footer{font-family:"Microsoft Yahei"}
.clear-float{clear:both}.text-overflow{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}

.suspension{width:54px;height:300px;position:fixed;right:40px;bottom:40px;z-index:999}
.suspension li{position:relative;width:54px;height:54px;margin-top:10px;border-radius: 5px;}
.connect-us,.phone,.qrcode,.telegram{position:absolute;bottom:-20%;z-index:30}
.connect-us {bottom: -140%;}
.qrcode{bottom: -80%;}
.suspension li:first-child{margin-top:0}
.suspension li .pop-qq{background-image: url(../Resources/ZOStyle/images/pop-qq.png);}
.suspension li .pop-telegram{ background-image: url(../Resources/ZOStyle/images/pop-telegram.png);}
.suspension li .pop-qrcode{background-image: url(../Resources/ZOStyle/images/pop-qrcode.png);}
.suspension li .pop-tel{background-image: url(../Resources/ZOStyle/images/pop-tel.png);}
.suspension li .to-top{background-image: url(../Resources/ZOStyle/images/to-top.png);}
.suspension li#toTop{transition:all 0.3s;display: none;}
.pop-qq,.pop-qrcode,.pop-tel,.pop-telegram,.to-top{display:block;width:100%;height:100%;border-radius: 5px;opacity: 0.3;background-color:#000;background-repeat:no-repeat;background-position:center;cursor: pointer;}
.pop-qq:hover,.pop-qrcode:hover,.pop-tel:hover,.to-top:hover,.pop-telegram:hover{background: #145eff;border:none;background-position: center;opacity: 1;}
.pop-qq{border-color:#145eff;background-color:#145eff;opacity: 0.7}
.phone,.telegram{width:220px;right:55px;background:#fff;border-radius:10px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);padding-bottom: 10px;display:none}
.phone p,.telegram p{font-size: 16px;padding:10px 20px 0; text-align:center;}
.phone p span,.telegram p span{color: #145eff;font-weight: bold;}
.connect-us{width:220px;right:55px;background:#fff;border-radius:10px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);padding-bottom: 10px;display:none;}
.connect-us h6,.phone h6,.telegram h6{height:40px;line-height: 40px;border-radius:10px;text-align: center;background: #145eff;font-size: 16px;color:#fff; }
.connect-us ul{text-align: center;}
.connect-us ul p{color: #333;font-size: 15px;    text-align: left;margin-left: 20px;padding-top: 5px;}
.connect-us li{display:list-item;width:100%;overflow:hidden;line-height: 40px;height: 40px;margin-top: 5px;}
.connect-us li span{color:#145eff; font-weight:bold; font-size:16px;}
.qrcode{right:55px;width:150px;height: 150px;border-radius: 10px;background: url(../images/qrcode.jpg);background-size: 100%;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);display: none;}

.footer{background-color:#0d0d0d}
.footer-floor1{width:100%;padding:40px 0 20px}
.footer-floor3{width:100%;padding-bottom: 20px;padding-top: 15px;}
.footer-floor3 ul li{float: left;color: #fff;height: 30px;line-height: 30px;margin:0px 10px}
.footer-floor3 ul li a{color: #cccccc;letter-spacing: 1px;}
.footer-floor3 ul li a:hover{color: #1426ff;}
.footer-floor3 ul li.link{font-size: 18px;}
.company-box,.footer-list{padding-left:20px}
.footer-list{width:60%;height:100%;border-left:1px solid #414b51;float:left}
.footer-list ul{float:left;width:33.3%}
.footer-list li{line-height:30px;letter-spacing: 1px;}
.footer-list li a{color:#cccccc;font-size:14px;letter-spacing: 1px;}
.footer-floor2 a:hover,.footer-list li a:hover{color:#1426ff;}
.footer-list li a:hover{color:#1426ff}
.footer-list .flist-title{font-size:18px;color:#fff;margin-bottom:15px}
.footer-left{width:32%;float:left}
.company-logo{height:40px;background:url(images/bottom_19.png) left no-repeat}
.company-logo p{display:inline; color:#fff; font-size:24px;}
.company-logo span{display:inline-block;margin-left:20px;margin-top:-5px;width:126px;height:40px;background:url(images/bottom_16.gif) left no-repeat;letter-spacing: 1px;}
.company-name{margin-top:20px;line-height:25px;font-size:14px;color:#fff}
.official-plat{width:100%;height:100%;margin-top:20px;position:relative}
.official-plat .neirong_box{width:100%}.official-plat .neirong_box>li{float:left;margin-left:15px;width:40px;height:40px}
.official-plat .neirong_box a{display:block}
.official-plat .neirong_box>li span{display:inline-block;width:40px;height:40px;background-repeat:no-repeat;background-position:center}

.official-plat .telegram-logo{background-image:url(../Resources/ZOStyle/images/bottom_23.png)}
.official-plat .qq-logo{background-image:url(../Resources/ZOStyle/images/bottom_27.png)}
.official-plat .qq-text,.official-plat .telegram-text{ position:absolute; width:160px; background-color:#fff; top:40px; display:none; border-radius:5px; left:0; z-index:888;}
.official-plat .neirong li{ width:100%; display:list-item; height:30px; line-height:30px; overflow:hidden; text-align:center;}
.official-plat .neirong h6{ height:30px; line-height:30px; background:#145eff; color:#fff; font-size:16px; text-align:center; border-radius:5px;}
.official-plat .neirong li span{ color:#145eff; font-weight:bold; font-size:14px; margin-right:30%;}
.official-plat .telegram-text span{ line-height:30px; font-size:14px; margin-left:10%;color:#145eff;font-weight:bold;}
.official-plat>p{display:inline-block;width:132px;height:132px;border:1px solid #ddd;background-color:#fff}
.official-plat .weibo,.official-plat .weixin{top:-145px;background-image:url(../Resources/ZOStyle/images/plat_qrcode.png);display:none;position:absolute;background-repeat:no-repeat}
.official-plat .weixin{left:24px;background-position:0 0}
.official-plat .weibo{left:-32px;background-position:-132px 0}
.corner{border:10px solid transparent;border-top:10px solid #fff;position:absolute;bottom:-20px;right:50%;margin-right:-10px;z-index:10;*height:0}

.footer-banner-button,.footer-banner-text{position:relative;z-index:20}
.five-superiority{width:100%;height:120px;border-bottom:1px solid #414b51}
.five-superiority-list li{float:left;width:25%;height:120px}
.five-superiority-list li a{white-space:nowrap;display:block;line-height:120px;padding-left:130px;background-repeat:no-repeat;background-position:50px center;
       font-size:18px;color:#fff;letter-spacing: 1px;}.compensate_ico a{background-image:url(../Resources/ZOStyle/images/bottom_03.png)}
.retreat_ico a{background-image:url(../Resources/ZOStyle/images/bottom_05.png)}
.technology_ico a{background-image:url(../Resources/ZOStyle/images/bottom_07.png)}
.prepare_ico a{background-image:url(../Resources/ZOStyle/images/bottom_09.png)}
.footer-floor2{width:100%;border-top:1px solid #000;padding:20px 0 30px;text-align:center;letter-spacing: 1px;}
.footer-floor2 .mpkj-auto{position: relative;}
.footer-floor2 .mpkj-auto a img.img-responsive{width:75px;position: absolute; top: -10px; left: 250px;}
.footer-floor2 p{text-align:center;color:#fff;font-size:13px;line-height:30px}
.footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.footer-floor2 a{color:#fff}.foot-link{margin:0 15px;text-decoration:none}



.footer-banner{ width:100%;position:relative;height:180px;overflow:hidden;color:#fff;text-align:center; margin-top: 50px;background:url(../Resources/ZOStyle/images/footer_bg001.jpg) center;}
.footer-banner-text{padding-top:45px;font-size:22px}
.footer-banner-button a{display:inline-block;margin-top:50px;width:200px;height:40px;line-height:40px;border:1px solid #fff;color:#fff;font-size:18px;}
.footer-banner-button a:hover{color:#333;background-color:#fff}
.footer-bubble{position:absolute}
.bubble-1{top:120px;left:70%;z-index:10;margin-left:-120px;width:55px;height:120px;background:url(../Resources/ZOStyle/images/rocket.png);-webkit-animation:bubble-animate-1 linear 3s infinite;-moz-animation:bubble-animate-1 linear 3s infinite;-o-animation:bubble-animate-1 linear 3s infinite;animation:bubble-animate-1 linear 3s infinite}
.bubble-2{top:40px;left:38%;z-index:11;width:64px;height:45px;background:url(../Resources/ZOStyle/images/footer_bubble_1.png);-webkit-animation:bubble-animate-2 linear 24s infinite;-moz-animation:bubble-animate-2 linear 24s infinite;-o-animation:bubble-animate-2 linear 24s infinite;animation:bubble-animate-2 linear 24s infinite}
.bubble-3{top:50px;left:48%;z-index:12;width:90px;height:50px;background:url(../Resources/ZOStyle/images/footer_bubble_3.png);-webkit-animation:bubble-animate-3 linear 28s infinite;-moz-animation:bubble-animate-3 linear 28s infinite;-o-animation:bubble-animate-3 linear 28s infinite;animation:bubble-animate-3 linear 28s infinite}
.bubble-4{top:110px;left:18%;z-index:12;width:90px;height:50px;background:url(../Resources/ZOStyle/images/footer_bubble_2.png);-webkit-animation:bubble-animate-4 linear 40s infinite;-moz-animation:bubble-animate-4 linear 40s infinite;-o-animation:bubble-animate-4 linear 40s infinite;animation:bubble-animate-4 linear 40s infinite}
@-webkit-keyframes bubble-animate-1{from{top:120px}to{top:-120px}}
@-moz-keyframes bubble-animate-1{from{top:120px}to{top:-120px}}
@-o-keyframes bubble-animate-1{from{top:120px}to{top:-120px}}
@keyframes bubble-animate-1{from{top:120px}to{top:-120px}}
@-webkit-keyframes bubble-animate-2{from,to{top:40px;left:35%}50%{top:40px;left:10%}}
@-moz-keyframes bubble-animate-2{from,to{top:40px;left:35%}50%{top:40px;left:10%}}
@-o-keyframes bubble-animate-2{from,to{top:40px;left:35%}50%{top:40px;left:10%}}
@keyframes bubble-animate-2{from,to{top:40px;left:35%}50%{top:40px;left:10%}}
@-webkit-keyframes bubble-animate-3{from,to{top:60px;left:60%}50%{top:60px;left:80%}}
@-moz-keyframes bubble-animate-3{from,to{top:60px;left:60%}50%{top:60px;left:80%}}
@-o-keyframes bubble-animate-3{from,to{top:60px;left:60%}50%{top:60px;left:80%}}
@keyframes bubble-animate-3{from,to{top:60px;left:60%}50%{top:60px;left:80%}}
@-webkit-keyframes bubble-animate-4{
    from,to{top:110px;left:18%}50%{top:110px;left:88%}
    }
@-moz-keyframes bubble-animate-4{
    from,to{top:110px;left:18%}50%{top:110px;left:88%}
    }
@-o-keyframes bubble-animate-4{
    from,to{top:110px;left:18%}50%{top:110px;left:88%}
    }
@keyframes bubble-animate-4{
    from,to{top:110px;left:18%}50%{top:110px;left:88%}
    }

.signfooter{background-color:#f2f4f5;border-top:1px solid #ddd;text-align:center}
.footer-signfooter{width:100%;padding:25px 0 30px}
.footer-signfooter a,.footer-signfooter p{margin-top:8px;font-size:12px;color:#999}
.signfooter-nav{margin-top:25px}
.signfooter-nav-list{display:inline-block}
.signfooter-nav-list li{position:relative;float:left;margin:0 30px;height:20px;line-height:20px}
.signfooter-nav-list li:before{position:absolute;left:-30px;top:4px;content:"";height:14px;width:1px;background:#ddd}
.signfooter-nav-list li:first-child:before{width:0;height:0}
.signfooter-nav-list li a{display:inline-block;font-size:16px;color:#666}
.show-captcha{height:30px}
.signfooter-foot-link{margin-left:15px;text-decoration:none;color:#b6e2f2}
.signfooter-foot-link:hover{text-decoration:underline}