@charset "utf-8";
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul,li {
	list-style: none;
}
body
{
	font-size:13px;
	font-family:'微软雅黑',arial,'Graphik-Regular';
	color: #424242;
	background-color: #ffffff;
	text-decoration: none;
	font-weight:500;
	line-height:180%;
}
.info{
	padding:0 4%;
}
@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

a {
  color: #69aa6f;
  text-decoration: none;
}

img {
  /* make images responsive */
  max-width: 100%;
}

input {
  font-family: sans-serif;
  font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* -------------------------------- 
Main components 
-------------------------------- */
.top-logo{
	width:100%;
	padding-left:9%;
	margin-top:4%;
}
.top-logo img{
	width:80%;
}
.index-ban{
	width:100%;
	float:left;
	clear:both;
	padding-top:5%;
	padding-bottom:5%;
}
.index-ban img{
	width:100%;
	display:block;
	width:100%;
}
/*****首页搜索框******/
.choose-screening{
	width:60%;
	clear:both;
	margin:0 auto;
}
#chooseCity{
	clear:both;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border:0;
	border-radius: 5px;
	outline: none;
	padding: 0 10px 0 60px;
	margin:0 auto;
	background-image:url(../images/car.png),url(../images/jiantou.png);
	background-repeat:no-repeat;
	background-position:10px 52%, 95% 52%;
	background-color:#E5E5E5;
	background-size:35px, 20px;
	color:#000;
	font-size:16px;
}

#informationBtn{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	color: #ffffff;
	text-align: center;
	background:#000;
	border-radius: 50px;
	cursor: pointer;
	margin-top: 30px;
	font-size:16px;
}
.choose-screening-input{
	position: relative;
}
.auto-screening{
	position: absolute;
	z-index: 99;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-bottom: 0;
	border-top: 0;
	width:100%;
}
.auto-screening-prompt{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
	padding: 0 10px;
}
.auto-screening-prompt:hover{
	background: #cccccc;
}

input::-webkit-input-placeholder{
    color:#202020;
	font-size:16px;
}
input::-moz-placeholder{
    color:#202020;
	font-size:16px;
}
input:-ms-input-placeholder{
	color:#202020;
	font-size:16px;
}
input::placeholder{
	color:#202020;
	font-size:16px;
}
/*****首页搜索框结束******/
.select-buwei{
	width:60%;
	margin:0 auto;
}
.select-buwei select{
	width:100%;
	height:50px;
	border:0;
	padding: 0 10px 0 60px;
	border-radius:5px;
	background-image:url(../images/buwei.png),url(../images/jiantou.png);
	background-repeat:no-repeat;
	background-position:10px 52%, 95% 52%;
	background-color:#E5E5E5;
	outline:none;
	background-size:30px, 20px;
	color:#000;
	font-size:16px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
}
/*****页脚**************/
.index-footer{
	width:100%;
	clear:both;
	float:left;
	background:#022B4B;
	position:fixed;
	bottom:0;
	left:0;
}
.index-footer .left,.index-footer .right{
	width:50%;
	float:left;
	text-align:center;
	vertical-align:middle;
	position:relative;
	padding:15px 0 5px 0;
}
.index-footer .on{
	background:#06021B;
}
.index-footer .left img{
	display:inline-block;
	width:24%;
}
.index-footer .right img{
	display:inline-block;
	width:51%;
}
/*****解决方案******************/
.xiantiao-1{
	width:100%;
	position:absolute;
    right:0;
	top:80px;
	text-align:right;
}
.xiantiao-1 img{
	display:inline-block;
	width:27.23%;
}
.xiantiao-2{
	width:100%;
	clear:both;
	position:absolute;
    left:0;
	bottom:40px;
	text-align:left;
	z-index:99999;
}
.xiantiao-2 img{
	display:inline-block;
	width:27.6%;
	margin-left:17.3%;
}
.solution{
	width:100%;
	float:left;
	clear:both;
	padding:0;
}
.solution h3.title{
	text-align:center;
	font-size:28px;
	margin-top:20%;
	font-weight:normal;
}
.solution h4.fangan{
	font-size:18px;
	margin:15px auto;
	text-align:center;
	background:#202020;
	border-radius:30px;
	width:45%;
	color:#FFF;
	padding:6px 0;
	font-weight:normal;
}
.solution-img{
	width:100%;
	clear:both;
	float:left;
	padding:0 5%;
}
.solution-img img{
	width:100%;
	display:block;
}
.solution-buwei{
	width:100%;
	clear:both;
	float:left;
	margin-top:10%;
	padding:0 4%;
}
.solution-buwei ul{
	text-align:center;
	font-size:0;
}
.solution-buwei li{
	display:inline-block;
	width:25%;
	padding:0 5px;
	margin:0;
}
.lianxidj,.back-search{
	clear:both;
	background:url(../images/lianxi_bg.png) no-repeat center center;
	border-radius:40px;
	width:160px;
	height:35px;
	line-height:35px;
	position:absolute;
	bottom:60px;
	left:50%;
	margin-left:-80px;
	color:#FFF;
	text-align:center;
	font-size:16px;
	z-index:9999999999;
}
.lianxidj a,.back-search a{
	color:#FFF;
}
.solution-swiper{
	width:100%;
	clear:both;
	float:left;
	position:relative;
	margin-top:50px;
}
.solution-swiper .swiper-container {
	width: 80%;
	/*height: 300px;*/
	margin:0px auto 0 auto;
}
.solution-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/*line-height: 300px;*/
}
.swiper-slide img{
	max-width:100%!important
}
.solution-info{
	width:100%;
	clear:both;
	padding:0 5%;
}
.solution-text{
	width:100%;
	clear:both;
	float:left;
	padding:0 5%;
	margin-top:20px;
}
/*****解决方案结束******************/
/*****顶部菜单开始*****************/
@media screen and (max-width: 1024px) and (min-width: 0px){
.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.moblie_head{display:block;height:80px;background:#13102D;/*position:fixed;top:0px;left:0px;*/width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:15px;padding-left:5%; width:24%; float:left;}
.moblie_head .lf img{height:50px}
.moblie_head .rg{padding-right:5%;padding-top:19px; width:16%; float:right; border:#000 1px solid; text-align:right}
.moblie_head .rg a img{height:16px;vertical-align:top}
.search{ width:60%; float:left; margin-top:29px; position:relative;}
.keywords{ width:96%; border:0; background:#9A98A5; border-radius:5px; outline:none; height:30px; line-height:30px; padding:0 15px; font-size:14px;}
.submit{ height:20px; width:25px; background:url(../images/zoom.png) no-repeat right; background-size:100%; border:0; font-size:0; position:absolute; right:20px; top:5px}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}
/*******页脚开始****************/
.top_bar{
	width:100%;
	float:left;
	clear:both;
	background:#060318;
	position:fixed;
	z-index:9999999999999999999;
	bottom:0;
	left:0;
	right:0;
}
.top_menu li{
	width:25%;
	float:left;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
	height:45px;
	background:url(../images/bottomlinle.png) no-repeat right center;
	background-size:2px 40px;
}
.top_menu li:last-child{
	background:none;
}
.top_menu li a{
	color:#FFF;
	font-family:'黑体';
}
.top_menu li img{
	display:inline-block;
	height:25px;
	margin:0;
	vertical-align:middle;
}
/*******案例列表****************/
.bland-select{
	width:100%;
	float:left;
	clear:both;
	margin:20px auto;
}
.bland-select .left{
	width:-moz-calc((100% - 10px) / 2);
	width:-webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	float:left;
	margin-right:10px;
}
.bland-select .right{
	width:-moz-calc((100% - 10px) / 2);
	width:-webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	float:left;
	margin-right:0;
}
.bland-select select{
	width:100%;
	margin:8px 0 0 0; 
	padding:4px 10px;
}
.m_center2{
	width:100%;
	float:left;
	clear:both;
}
.m_center2 li{
	float:left;
	width:-moz-calc((100% - 10px) / 2);
	width:-webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	margin-right:10px;
	position:relative;
	border:#292645 1px solid;
	margin-bottom:20px;
}
.m_center2 li .title{
	background:#292645;
	color:#FFF;
	height:40px;
	line-height:40px;
	text-align:right;
	padding-right:15px;
}
.m_center2 li img.testimg{
	width:100%;
	display:block;
	margin-bottom:4px;
}
.car-logo{
	position:absolute;
	bottom:5px;
	left:5%;
	width:60px;
	height:60px;
	border-radius:100%;
	overflow:hidden;
}
/***********产品中心*************/
.pro-class{
	width:100%;
	clear:both;
	float:left;
	padding-top:20px;
}
.pro-class ul li{
	float:left;
	width:-moz-calc((100% - 0px) / 3);
	width:-webkit-calc((100% - 0px) / 3);
	width: calc((100% - 0px) / 3);
	border:#292645 1px solid;
	text-align:left;
	text-indent:10%;
	font-size:15px;
	line-height:35px;
	background:url(../images/class-icon.jpg) no-repeat 90%;
	background-size:15px
}
.pro-class ul li:first-child,.pro-class ul li:nth-child(2){
	border-right:0
}
.pro-class ul li a{
	display:block;
	color:#424242
}
.pro-list{
	width:100%;
	clear:both;
	float:left;
	margin-top:15px;
}
.pro-list ul li{
	float:left;
	width:-moz-calc((100% - 10px) / 2);
	width:-webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	margin-bottom:10px;
	margin-right:10px;
}
.pro-list ul li:nth-child(2n){
	margin-right:0
}
.pro-list ul li a{
	display:block;
	color:#424242;
	border:#292645 1px solid;
}
.pro-list ul li a p{
	width:100%;
	display:block;
	background:#292645;
	color:#FFF;
	line-height:35px;
	padding:0 5px;
	font-size:13px;
}
.pro-list ul li a p span{
	float:right;
}
.cont{
	font-size:13px;
	font-weight:400;
}
a.goback{
	display:block;
	margin:0 auto;
	width:100px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	background:#13102D;
	margin-top:20px;
	border-radius:5px;
}