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,table,caption,tbody,tfoot,thead,tr,th,td,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;font-size: 100%;font: inherit;vertical-align: baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}body {line-height: 1;}ol,ul {list-style: none;}blockquote,q {quotes: none;}blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
body {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #3b3c3c;
}
a{text-decoration:none;color:#666;}  

.container {
  width: 1170px;
  margin: 0 auto;
  
}

.containerFull {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.moduleTitle {
  padding: 40px 0 30px;
  text-align: center;
}

.moduleTitle h4 {
  font-size: 32px;
  color: #3b3c3c;
}

.moduleTitle p {
  font-size: 16px;
  color: #3b3c3c;
  padding-top: 20px;
}
div.navbar {
  background-color: #fff;
  width: 100%;
  height: 80px;
}

div.navbar .navbar-brand {
  display: block;
  vertical-align: middle;
  line-height: 80px;
  height: 38px;
  padding: 16px 0;
}

div.navbar .navbar-brand img {
  display: block;
  font-size: 0;
}

div.navbar .navbar-header {
  float: left;
}

div.navbar .headerNav {
  display: block;
  width: auto
}

div.navbar .nav {
  float: left;
}

div.navbar .navbar-right {
  float: right !important;
}

div.navbar .nav li {
  float: left;
  position: relative;
  display: block;
}

div.navbar .nav li a {
  display: block;
  font-weight: 500;
  padding: 0 15px;
  line-height: 30px;
  font-size: 16px;
  color: #3b3c3c;
  margin: 25px 10px;
  text-decoration: none;
  font-weight: bold;
}

div.navbar .nav li a:hover {
  color: #23ab38;
}

div.navbar .nav li.language a img {
  float: right;
  margin-left: 8px;
}

#banner .swiper-container {
  width: 100%;
  height: 100%;
}

#banner .swiper-slide .swiper-slide-content {
  /*left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);*/
  
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: -575px;
}

#banner .swiper-slide .swiper-slide-content h4 {
  color: #fff;
  font-size: 40px;
}

#banner .swiper-slide .swiper-slide-content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 10px 0;
  width: 392px;
  line-height: 16px;
}


#banner .swiper-slide .detail:hover {
  color: #fff;
  border: 1px solid #23ab38;
  background: #23ab38;
}

.dealerForm{padding-bottom: 40px; overflow:hidden;}

#super_citys{ background: url(../images/renxiang.png) 10px 5px no-repeat; background-size:35px 30px;float:left; border:1px solid #ccc; height:40px; line-height:40px; width:919px; padding-left:61px;}
 
 

.dealerForm a.btn {
  width: 150px;
  height: 42px;
  line-height:42px;
  text-align:center;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  background: #23ab38;
  float: right;
}

.dealerForm a.btn:hover {
  width: 150px;
  height: 42px;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  background: #2eb743;
  float: right;
}


#footer .nav{border-top: 1px solid #e0e0e0; padding:30px 0; overflow: hidden;}
#footer .nav li{float: left; width:13%; margin-left: 2.5%;}
#footer .nav li:first-child{ width:27%; margin-left: 0}
#footer .nav li:nth-child(2){ width:16%; margin-left: 0}
#footer .nav li:last-child{ width:10%; margin-left: 0}
#footer .nav li a{ text-decoration: none; font-size: 14px; color: #888; line-height: 28px; float: left; clear: both;}
#footer .nav li a:hover{ color: #23ab38; text-decoration: underline;}
#footer .nav li .hd{font-size: 18px; padding-bottom: 10px; color: #666}
#footer .copyright{border-top: 1px solid #e0e0e0;}
#footer .copyright .share{float: right;padding-top: 14px; width:256px;}
#footer .copyright .copyrightTxt{ color: #888; line-height: 62px}
#footer .copyright .copyrightTxt span{margin-left: 1em}
#footer .copyright .copyrightTxt a{margin-left: 1em; text-decoration: none; color: #888}
#footer .copyright .copyrightTxt a:last-child{margin-left: 2em; text-decoration: none; color: #888}
#footer .copyright .copyrightTxt a:hover{margin-left: 2em; text-decoration: underline; color: #2eb743}



/*内页下拉菜单CSS*/
.innerMenu{border-top:1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  border-left: 1px solid #e0e0e0;
}
#cssmenu > ul > li:last-child {
  border-right: 1px solid #e0e0e0;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 18px 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a.home {
  padding: 18px 16px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #23ab38;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 55px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 20px;
  content: "";
  /*  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;


*/
  width:0;
  height:0;
  border-width: 5px 5px 0;
  border-style:solid;
  border-color:#333 transparent transparent;/*灰 透明 透明 */
}
#cssmenu > ul > li.has-sub:hover > a::after,#cssmenu > ul > li.active > a::after {
  border-color: #23ab38 transparent transparent;
}
 
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding: 8px 0;
  background: #333;
  z-index:9999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 20px;
  content: "";
  /*  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;


*/
  width:0;
  height:0;
  border-width: 5px 5px 0;
  border-style:solid;
  border-color:#333 transparent transparent;/*灰 透明 透明 */
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

	/*图标css*/
.bdshare-button-style0-32 {
    zoom: 1;
}
.share .jiathis_txt{margin:0 5px;}
.share .bds_weixin{background:url(../images/f_ico_wx.png) no-repeat 0 0;width:32px;height:32px!important;padding-left:0!important;}
.share .bds_sqq{background:url(../images/f_ico_qq.png) no-repeat 0 0;width:32px;height:32px!important;padding-left:0!important;}
.share .bds_tsina{background:url(../images/f_ico_wb.png) no-repeat 0 0;width:32px;height:32px!important;padding-left:0!important;}
.share .bds_fbook{background:url(../images/f_ico_fb.png) no-repeat 0 0;width:32px;height:32px!important;padding-left:0!important;}
.share .bds_twi{background:url(../images/f_ico_tw.png) no-repeat 0 0;width:32px;height:32px!important;padding-left:0!important;}

/*浮动*/
.client-2 {
            position: fixed;
            right: -170px;
            top: 70%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 60px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
           background: url(../images/top.png) no-repeat;
            display: block;
            width: 23px;
            height: 25px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 60px;
            height: 41px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #23ab38;
            color: #fff;
            height: 45px;
            width: 230px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #23ab38;
            width: 80px;
            height: 45px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }