*{padding:0px;margin:0px;list-style:none;}
a{text-decoration:none;}
img{border:0; max-width:100%;margin:0 auto; height:auto;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#666; font-size:16px;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#666; font-size:16px;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#666; font-size:16px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#666; font-size:16px;}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#666; font-size:16px;}

/*分页样式*/
.page-nav {
    float: none;
    clear: both;
    font-size: 0;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 1rem;
    text-align: center;
	overflow:hidden;
	margin-bottom:15px;
	color:#666;
}
.page-nav span, .page-nav a, .page-nav b {
    font-size: 14px;
    margin-right: 5px;
    overflow: hidden;
    padding: 3px 8px;
}
.page-nav a {
    border: 1px solid #f8dad5;
    cursor: pointer;
}
.page-nav .pagination{
	float: none;
    clear: both;
}
.page-nav .pagination li{
	float:left;
}
.page-nav .pagination li.active span{
	background:#e60012;
	color:#fff;
	border: 1px solid #e60012;
    cursor: pointer;
	font-weight:bold;
}
.page-nav .pagination li a:hover{
	background:#e60012;
	color:#fff;
	font-weight:bold;
}
.page-nav .pagination li a{
	text-decoration:none;
	color:inherit;
}

html,body{height: 100%;}
body{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	/*上面三句不加似乎也没问题*/
    position:relative;/*没用*/
    z-index:0;
    width:100%;
    max-width:640px;
	/*min-width:320px;*/
    min-height:100%;
    margin:0 auto;
    overflow-x:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    font:normal 100% "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑",Helvetica,Arial,sans-serif !important;
	background:#CCC;
}
section{
	width:100%;
	background:#ffffff;
	position:relative;
	overflow:hidden;
}
.block{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.block_title{
	font-size: 1.25rem;
	color: #242424;
}
.block_subtitle{
	font-size: .95rem;
	color: #9c9c9c;
	padding-top: .25rem;
}


/*header*/
.header{
	width:100%;
	height:auto;
	overflow:hidden;
	background: rgba(13,51,98,.9);
	font-size:0;
	position: relative;
	transition: all .5s;
	min-height: 3.15rem;
}
.header_open{
	height: 100%;
	background: rgb(13,51,98);
	transition: background .65s linear,height .35s ease-in .5s;
}
.header img{
	display:block;
	margin:0 auto;
	width:100%;
}
.header_menu{
	float:left;
	width:17.3%;
}
.header_logo{
	float:left;
	width:68%;
}

.logo{
	position: absolute;
	z-index: 99;
	left: .5rem;
	top: .5rem;
	width: 30%;
}

/*banner*/
#banner{
	font-size:0;
}
#banner img{display:block;}

.banner{
	font-size: 0;
	line-height: 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

/*menu*/
.menu{
	position: absolute;
	z-index: 99;
	right: .75rem;
	top: .5rem;
	width: 8.5%;
	overflow: hidden;
}
.menu ul{
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	transition: 0.6s;
}
.menu li{
	width: 100%;
	height: 2px;
	background: #FFF;
	font-size: 0;
	line-height: 0;
	transition: 0.6s;
}
.menu li.l1{
	margin-bottom: .65rem;
	margin-top: .65rem;
}
.menu ul.menu_open li.l1{
	transform: rotate(225deg) translate(0,-.5rem);
}
.menu ul.menu_open li.l2{
	transform: rotate(-225deg) translate(0,.5rem);
}
.menu ul.menu_open{margin-left: .5rem;}



.footer_menu{
}
.footer_menu li{
	background:#EEE;
	border-top:solid 1px #FFF;
	font-size:0.95rem;
	line-height:2.5rem;
}
.footer_menu li a{
	display:block;
	color:#9a9a9a;
	margin-left:1.1rem;
}

/* footer */
.footer{
	padding:6% 5%;
	overflow:hidden;
	font-size:.75rem;
	text-align:center;
	color:#666;
	line-height:1.25rem;
	background:#FFF;
}
.footer .footer-tel{
	color:#ea3e22;
}
.footer img.icp{
	height: 15px;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 3px;
}
.footer a{
	color:inherit;
}

/*downmenu*/
.downmenu{
	width:70%;
	height:100%;
	overflow:hidden;
	background-color: rgba(13,51,98,.8);
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:98;
	/*display:none;*/
	visibility: hidden;
	transition: visibility 0s linear 1s;
	padding: 4rem 4rem 0;
}
.downmenu ul{
	width:70%;
	margin:0 auto;
	padding-bottom:2rem;
}
.downmenu li{
	border-bottom:solid 1px #516278;
	font-size:1.05rem;
	line-height:3.15rem;
	opacity: 0;
	transform: scale(1.2) translateY(-24px);
	transition: opacity .35s ease-out,transform .35s ease-out;
}
.downmenu li a{
	display:block;
	color:#FFF;
}

.downmenu li.downmenu_index{transition-delay: .55s,.55s;}
.downmenu li.downmenu_xcx{transition-delay: .5s,.5s;}
.downmenu li.downmenu_wxshop{transition-delay: .45s,.45s;}
.downmenu li.downmenu_case{transition-delay: .4s,.4s;}
.downmenu li.downmenu_sale{transition-delay: .35s,.35s;}
.downmenu li.downmenu_news{transition-delay: .3s,.3s;}
.downmenu li.downmenu_about{transition-delay: .25s,.25s;}

.downmenu_open{
	visibility: visible;
	transition-delay: 0s;
}
.downmenu_open li{
	opacity: 1;
	transform: none;
}
.downmenu_open li.downmenu_index{transition-delay: 50ms,50ms;}
.downmenu_open li.downmenu_xcx{transition-delay: .1s,.1s;}
.downmenu_open li.downmenu_wxshop{transition-delay: .15s,.15s;}
.downmenu_open li.downmenu_case{transition-delay: .2s,.2s;}
.downmenu_open li.downmenu_sale{transition-delay: .25s,.25s;}
.downmenu_open li.downmenu_news{transition-delay: .3s,.3s;}
.downmenu_open li.downmenu_about{transition-delay: .35s,.35s;}


/*case*/
.caselist{
	width: 95%;
	margin: 15px auto 10px;
	overflow: hidden;
}
.caselist li{
	box-shadow:0 2px 8px rgba(0,0,0,0.3);
	overflow: hidden;
	margin-bottom: 15px;
}
.case_img{
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.case_img img{
	width: 100%;
	height: auto;
}
.case_info{
	padding: 10px;
	background-color: #EEE;
}
.case_name{
	font-size: 16px;
	font-weight: bold;
}
.case_price{
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.case_price strong{
	color: #F20;
}
.case_askbtn{
	margin-top: 10px;
}
.case_askbtn a{
	display: inline-block;
	border-radius: 4px;
	color: #0095ff;
	font-size: 16px;
	border: 1px solid #0095ff;
	background-color: transparent;
	padding: 5px 20px;
}



/* index - profile */
.profile{
	padding:10px 15px 25px;
}
.profile-title{
	text-align:center;
	color:#3a3a3a;
	font-size:1.25rem;
	line-height:0.85rem;
	padding:1rem 0;
}
.profile-title span{
	display:inline-block;
	border-bottom:solid 1px #9b9b9b;
	width:8%;
}
.profile-content{
	color:#565656;
	font-size:0.85rem;
	text-indent:2em;
	line-height:1.5rem;
}

/* index - serverlist */
.server_list{
	height: auto;
	overflow: hidden;
}
.server_list li{
	width: 49.8%;
	height: auto;
	overflow: hidden;
	margin-right: 0.4%;
	position: relative;
	float: left;
	margin-bottom: 0.4%;
}
.server_list li:nth-child(2n){
	margin-right: 0;
}
.server_list li a{
	display:block;
}
.server_list .service_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.server_list .service_img img{
	width: 100%;
	height: auto;
}
.server_list .service_box{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background:rgba(8,118,189,.70);
	height: 3rem;
	width: 100%;
	text-align:center;
	overflow:hidden;
}
.server_list .service_box .iconfont{
	margin-right: 8px;
	font-size: 1.2rem;
	/*vertical-align: middle;*/
	color: #FFF;
	display:inline-block;
}
.server_list .service_box .service_name{
	line-height: 3rem;
	height: 3rem;
	font-size: 1.1rem;
	color: #FFF;
	display:inline-block;
}

/* index - procedures */
.procedures{
	display: flex;
	justify-content: space-between;
}
.procedures li{
	width: 7.25rem;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.procedures .procedures_graph{
	width: 5.0rem;
	height: 5.0rem;
	margin: 0 auto;
	border: 0.135rem dashed #dadada;
	border-radius: 50%;
	position: relative;
}
.procedures .procedures_graph i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #4f4f4f;
	font-size: 2.25rem;
}
.procedures .procedures_desc{
	padding-top: .85rem;
	font-size: 1.1rem;
}

/* queryform */
.queryform{
	height: 100%;
	background: #347cdf url("../../images/bg_form_1.png") top center no-repeat;
}
.queryform .form-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.queryform .form-main .form-title{
	width: 100%;
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
	padding: 40px 0 30px;
}
.queryform .form-main input{
	width: 80%;
	border: solid 3px #8ac9ff;
	border-radius: 8px;
	background: #FFF;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding: 0 18px;
	color: #333;
	font-size: 16px;
}
.queryform .form-main textarea{
	width: 80%;
	border: solid 3px #8ac9ff;
	border-radius: 8px;
	background: #FFF;
	height: 100px;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding: 16px 18px;
	color: #333;
	font-size: 16px;
	font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑";
}
.queryform .form-main .submit{
	display: inline-block;
	color: #deeef8;
	font-size: 18px;
	border: solid 3px #8ac9ff;
	border-radius: 50px;
	padding: 15px 28px;
	margin: 10px 0 25px;
	/*reset*/
	height: auto;
	line-height: normal;
	background-color: transparent;
	width: auto;
}

.popform{
	display: none;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.85);
}
.popform .queryform{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;
}
.popform .queryform .form-main .form-title{
	font-size: 22px;
	padding: 20px 0 15px;
}
.popform .queryform .form-main .submit{
	padding: 10px 22px;
	margin: 10px 0 20px;
	font-size: 16px;
}
.popform .form-close{
	text-align: center;
	color: #FFF;
	margin-top: 12px;
}
.popform .form-close i{
	font-size: 36px;
}


/* miniprogram  */
.btn_query{
	position: absolute;
	left: 3.5%;
	top: 62%;
	z-index: 99;
	display: inline-block;
	color: #FFF;
	font-size: 1.1rem;
	border: solid 3px #bddbfc;
	border-radius: 50px;
	padding: 16px 40px;
}
.industry{
	display: flex;
	justify-content: space-between;
}
.industry li{
	width: 4.5rem;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.industry .industry_graph{
	width: 4.0rem;
	height: 4.0rem;
	margin: 0 auto;
	border: 0.135rem solid #5b95e4;
	border-radius: 50%;
	position: relative;
}
.industry .industry_graph i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #5b95e4;
	font-size: 2.0rem;
}
.industry .industry_desc{
	padding-top: .85rem;
	font-size: 1.0rem;
}




.submenu{
	padding:1.5rem 0;
	font-size:1.1rem;
}
.submenu li{
	float:left;
	display:inline-block;
	padding:0 1rem;
	width:auto;
}
.submenu li a{
	color:#4b4b4b;
}
.submenu li a.current{
	color:#1c1c1c;
	font-weight:bold;
}

.content{
	padding:1rem 1rem 2rem;
	font-size:.85rem;
	line-height:1.5rem;
	/*text-indent:2em;*/
	color:#595959;
}

/*prolist*/
.prolist{
	padding:1rem 1rem 1rem;
	text-align:center;
	overflow:hidden;
}
.prolist li{
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:.75rem;
}
.prolist li.nomargin{
	margin-right:0;
}
.prolist .proname{
	font-size:.85rem;
}
.prolist .proimg img{
	border:solid 1px #ededed;
}


.product-name{
	font-size:1.25rem;
	font-weight:bold;
	text-indent:0;
	margin-bottom:.3rem;
}
.product-content{
	text-indent:0;
}


/*newslist*/
.newslist{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist li{
	padding:0.7em 15px;
	background:eeeeee;
	border-bottom:solid 1px #CCC;
	overflow: hidden;
}
.newslist li a{
	display:block;
	overflow:hidden;
}
.newslist li .news_list_img{
	float:left;
	width:34%;
	overflow:hidden;
	padding-right:1%;
	max-height: 105px;/*sale-index*/
}
.newslist li .news_list_img img{
	width:100%;
	max-height:100%;
}
.newslist li .news_list_con{
	float:left;
	width:65%;
	overflow:hidden;
}
.newslist li h3{
	width:100%;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#000;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.newslist li p.posttime{
	white-space:nowrap;
	color:#AAA;
	font-size:10px;
	font-style:italic;
}
.newslist li p.newsBrief{
	width:100%;
	color:#777;
	font-size:14px;
}
/*sale*/
.salelist{
	
}
.salelist .sale_name{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.salelist .sale_function{
	font-size: 14px;
	color: #777;
}
.sale_askbtn{
	margin-top: 5px;
}
.sale_askbtn a{
	display: inline-block !important;
	border-radius: 4px;
	color: #0095ff;
	font-size: 16px;
	border: 1px solid #0095ff;
	background-color: transparent;
	padding: 8px 30px;
	transition: color .5s,border-color .5s,background-color .5s;
}
.sale_askbtn a:first-child{
	background: #0095ff;
	color: #FFF;
}


/* news show */
.conwrap{
	width:96%;
	padding:0px 2%;
	height:auto;
	margin-bottom:10px;
	overflow:hidden;
}
.contitle{
	padding:15px 0px;
	font-size:20px;
}
.coninfo{
	color:#888;
	font-size:14px;
}
.conbody{
	color:#333;
	margin-top:10px;
}
.conbody a{color:#333;}
.conimgs{
	font-size:0;
	width:100%;
	height:auto;
	overflow:hidden;
}


/* feedback */
.feedback{
	background:#F8F8F8;
	padding:35px 2% 20px;
	margin:25px auto 0;
}
.feedback h2{
	margin-bottom:25px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
}
.feedback form{
	width:100%;
	overflow:hidden;
}
.feedback form p{
	margin-bottom:20px;
	overflow:hidden;
}
.feedback form .tit{
	display:block;
	font-size: 14px;
	color: #555;
	line-height:25px;
	height: 25px;
	padding-left:5px;
}
.feedback input{
	display: block;
	width:96%;
	height: 25px;
	margin:0 auto;
	border: 1px solid #DDD;
	font-size: 15px;
	line-height: 25px;
	padding: 0 5px;
	border-radius:2px;
	box-shadow: 0px 1px 1px #F3F3F3 inset;
	color:#333;
}
.feedback textarea{
	display: block;
	width:92%;
	height: 90px;
	margin:0 auto;
	border: 1px solid #DDD;
	font-size: 15px;
	padding:10px;
	box-shadow: 0px 1px 1px #F3F3F3 inset;
	color:#333;
}
.feedback .submit{
	display: block;
	width: 85%;
	height: 48px;
	margin:0 auto;
	font-size: 16px;
	line-height: 48px;
	color: #FFF;
	background: #ec6852;
	border:none;
	box-shadow:none;
}
.feedback .tip{
	text-align:left;
	color:#7F7F7F;
	width: 92%;
	margin:0 auto;
	display: block;
}



.product_param{
	overflow:hidden;
}
.product_param_header{
	padding: 14px 15px 10px;
	color: #999;
	font-size: 13px;
	position: relative;
}
.product_param_box{
	padding: 15px;
	position: relative;
}
.product_param_box:before{
	content: " ";
	position: absolute;
	/*left: 0;*/
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 15px;
}
.product_param_box_tit{
	font-weight: 400;
	font-size: 17px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom:8px;
}
.product_param_box_desc{
	color: #999;
	font-size: 13px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.joblist{
	overflow:hidden;
	padding:15px 0;
}
.joblist li{
	line-height:1.45;
	font-size:16px;
	padding:10px 15px;
	position:relative;
}
.joblist li:after{
	position:absolute;
	bottom:0;
	right:0;
	left:15px;
	height:1px;
	border-bottom:1px solid #F2F2F2;
	color:#F2F2F2;
	content: " ";
}
.joblist li a{
	color:#333;
}
.job{
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:14px;
	padding:20px;
}
.job h1{
	font-size:18px;
	text-align:left;
	color:#222;
	margin-top:0;
}
.job ul.jobinfo{
	margin:15px 0 5px;
	overflow:hidden;
}
.job ul.jobinfo li{
	color:#333;
	line-height:25px;
}
.job ul.jobinfo li span{
	color:#909090;
}
.job .jobcon{
	padding:10px 10px 10px 0;
	line-height:30px;
	color:#333;
	font-size:14px;
}

.driver-class{
	font-size:16px;
	font-weight:bold;
	margin:.8rem 0 .3rem;
}
.driver-list{
	border:1px solid #e5e5e5;
	border-radius:6px;
	overflow:hidden;
	font-size:16px;
	color:#666;
}
.driver-list li{
	border-bottom:1px solid #e5e5e5;
	padding-left:6px;
}
.driver-list li:last-child{
	border-bottom:none;
}
.driver-list li a{
	display:inline-block;
	color:inherit;
	height:35px;
	line-height:35px;
	width:98%;
}
.driver-list li a i{
	float:right;
}

.driver-name{
	color:#f20011;
	font-size:20px;
	margin:5px 0 5px;
}
table.driver-info{
	width:100%;
	border:solid 1px #e6e6e6;
	background:#FFF;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.driver-info th{
	text-align:left;
	font-weight:normal;
	background:#fafafa;
}
.driver-info-wrap{
	padding: 5px 5px 10px;
}
.driver-title{
}
.driver-title h2{
	color:#646464;
	font-size:16px;
	font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB;
	font-weight:normal;
}
.driver-title span{
	color:#969696;
	font-size:12px;
}
.driver-download{
}
.btn-download{
	display:inline-block;
	color:#5a5a5a;
	letter-spacing:1px;
	line-height:30px;
	padding:0 15px;
	background:#e1e1e1;
	border-radius:2px;
	text-align:center;
	font-size:14px;
}
.btn-download img{
	border-radius:50%;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:3px;
	vertical-align:middle;
}

.driver-info-title{
	line-height:25px;
	color:#646464;
	font-weight:600;
	font-size:14px;
}
table.driver-config{
	font-size:14px;
	color:#646464;
	border-collapse:collapse;
	width:100%;
	margin-bottom:8px;
}
table.driver-config td{
	border:1px solid #f1f1f1;
	line-height: 26px;
    padding: 5px 5px;
}
table.driver-config td:first-child{
	/*width:25%;*/
	text-align:center;
}
.driver-log{
	font-size:14px;
	color:#666;
	line-height:25px;
}


.table-param{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
}
.table-param tr{
}
.table-param tr:nth-child(odd){
	background:#edebe0;
}
.table-param td{
	padding:5px;
	border:solid 1px #999;
}
