@charset "UTF-8";
* {
  word-wrap: break-word;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  color: #333;
  background: #fff;
  width: 100%;
  height: auto;
  min-width: 1300px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: #333;
  transition: all .3s;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: inherit;
}

img {
  border: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  max-width: 100%;
}

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border-width: 0;
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input, textarea {
  border: 1px solid #ccc;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ececec;
}

::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: silver;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

::-webkit-scrollbar-corner {
  background: 0 0;
}

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-i {
  font-style: italic;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cover {
  width: 100%;
  height: 100%;
  background: url(../images/cover-bg.png);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #004ABB !important;
  background-color: #004ABB !important;
}

/* 头部 */
.header {
  height: auto;
  position: relative;
  z-index: 11;
  background: #fff;
}

.header .top {
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 101;
}

.header .top .welcome {
  height: auto;
  overflow: hidden;
}

.header .top .right {
  height: auto;
  position: relative;
}

.header .top .right .item {
  color: #999;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  z-index: 2;
  display: inline-block;
}

.header .top .right .item:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 13px;
}

.header .top .right .item:hover {
  color: #004ABB;
}

.header .top .right .item:first-child:after {
  display: none;
}

.header .top .right .item i {
  vertical-align: -1px;
  margin-right: 2px;
}

.header .top .right .bb {
  width: 100%;
  height: 36px;
  background: #f5f5f5;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.header .top .right .qrBox {
  width: 114px;
  height: 122px;
  background: url(../images/qrbox.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 147px;
  top: -85px;
  padding: 17px 10px;
  transition: all .3s;
}

.header .top .right .qrBox img {
  margin: 0 auto;
}

.header .top .right .qrBox.active {
  top: 40px;
}

.header .main {
  height: auto;
  overflow: hidden;
  padding: 27px 0 20px;
}

.header .main .logo {
  width: 233px;
  height: 39px;
  overflow: hidden;
  margin-top: 7px;
}

.header .main .logo img {
  width: 100%;
  height: 100%;
}

.header .main .helper {
  width: 107px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #4A4B4C;
  background: #f5f5f5;
  text-align: center;
}

.header .main .helper:hover {
  background: #004ABB;
  color: #fff;
}

.header .main .helper:hover i {
  color: #fff;
}

.header .main .helper i {
  vertical-align: -1px;
  margin-right: 5px;
  color: #666;
  transition: all .3s;
}

.header .main .searchBox {
  height: auto;
  overflow: hidden;
  margin-right: 20px;
}

.header .main .searchBox input {
  width: 459px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #004ABB;
  padding: 0 15px;
  float: left;
}

.header .main .searchBox .btn-search {
  width: 89px;
  height: 40px;
  line-height: 40px;
  background: #004ABB;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
}

.header .main .searchBox .hot {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.header .main .searchBox .hot .item {
  font-size: 12px;
  color: #999;
  margin-right: 20px;
}

.header .main .searchBox .hot .item:hover {
  color: #004ABB;
}

.header .nav {
  height: auto;
}

.header .nav .fenlei {
  width: 234px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
}

.header .nav .fenlei .t {
  height: 44px;
  line-height: 44px;
  background: #004ABB;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
}

.header .nav .fenlei .t a, .header .nav .fenlei .t i {
  color: #fff;
  cursor: pointer;
}

.header .nav .fenlei dl {
  height: 560px;
  overflow: hidden;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  display: none;
}

.header .nav .fenlei dl dd {
  height: auto;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
}

.header .nav .fenlei dl dd h3 {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}

.header .nav .fenlei dl dd h3 a {
  color: #333;
}

.header .nav .fenlei dl dd ul {
  height: auto;
  overflow: hidden;
}

.header .nav .fenlei dl dd ul li {
  font-size: 12px;
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}

.header .nav .fenlei dl dd ul li a {
  color: #666;
}

.header .nav .fenlei dl dd ul li a:hover {
  color: #004ABB;
}

.header .nav .fenlei dl dd:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  opacity: .44;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header .nav .fenlei dl dd:last-child:after {
  display: none;
}

.header .nav .navList {
  height: auto;
  overflow: hidden;
  padding-left: 234px;
}

.header .nav .navList li {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  float: left;
  margin-left: 60px;
}

.header .nav .navList li a {
  color: #333;
}

.header .nav .navList li a:hover {
  color: #004ABB;
}

.header .nav .navList li.active a {
  color: #004ABB;
}

/* 底部 */
.footer {
  height: auto;
  overflow: hidden;
  padding: 40px 0 30px;
}

.footer .left {
  width: 840px;
  height: auto;
  overflow: hidden;
}

.footer .left .ms {
  height: auto;
  overflow: hidden;
}

.footer .left .ms .item {
  width: 218px;
  float: left;
  font-size: 17px;
  color: #616161;
  position: relative;
  text-align: center;
}

.footer .left .ms .item:after {
  content: '';
  width: 1px;
  height: 27px;
  background: #e3e3e3;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer .left .ms .item.first {
  width: 186px;
  text-align: left;
}

.footer .left .ms .item.first:after {
  display: none;
}

.footer .left .ms .item i {
  font-size: 30px;
  color: #75787B;
  vertical-align: -5px;
  margin-right: 7px;
}

.footer .left .bn {
  height: auto;
  overflow: hidden;
  margin-top: 37px;
}

.footer .left .bn a {
  font-size: 14px;
  color: #666;
  float: left;
  margin-right: 30px;
}

.footer .left .bn a:hover {
  color: #004ABB;
}

.footer .left .copyright {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  margin-top: 15px;
}

.footer .left .copyright a {
  color: #666;
}

.footer .left .copyright a:hover {
  color: #004ABB;
}

.footer .right {
  height: auto;
  overflow: hidden;
  margin-top: 5px;
}

.footer .right .qr {
  width: 100px;
  height: auto;
  border: 1px solid #eee;
  padding: 3px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.footer .right .qr img {
  width: 100%;
}

.footer .right .text {
  height: auto;
  overflow: hidden;
}

.footer .right .text h2 {
  font-size: 14px;
  color: #999;
}

.footer .right .text h1 {
  font-size: 20px;
  color: #333;
  margin: 10px 0 12px;
}

.footer .right .text .btn {
  width: 146px;
  height: 32px;
  line-height: 28px;
  border: 1px solid #eee;
  display: block;
  font-size: 12px;
  color: #3d3d3d;
  text-align: center;
}

.footer .right .text .btn i {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 2px;
}

.footer .right .text .btn:hover {
  background: #004ABB;
  color: #fff;
  border-color: #004ABB;
}

/* 楼层导航 */
#loutinav {
  width: 100px;
  height: auto;
  overflow: hidden;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -720px;
  display: none;
}

#loutinav ul {
  height: auto;
  overflow: hidden;
}

#loutinav ul li {
  font-size: 14px;
  margin: 0 15px;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#loutinav ul li.active {
  color: #004ABB;
}

@media screen and (max-width: 1366px) {
  #loutinav {
    width: 60px;
    height: auto;
    overflow: hidden;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 8%;
    margin-left: -665px;
    display: none;
  }
  #loutinav ul {
    height: auto;
    overflow: hidden;
  }
  #loutinav ul li {
    font-size: 14px;
    margin: 0 15px;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  #loutinav ul li.active {
    color: #004ABB;
  }
}

/* 侧边栏 */
.sideBar {
  width: 36px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #333;
  z-index: 20;
}

.sideBar .content {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -150px;
}

.sideBar .content a {
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.sideBar .content a i {
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  background: #333;
  position: relative;
  z-index: 1;
}

.sideBar .content a.active i, .sideBar .content a:hover i {
  background: #004ABB;
}

.sideBar .content a.active span, .sideBar .content a:hover span {
  right: 36px;
}

.sideBar .content a span {
  width: 104px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-indent: -10px;
  background: url(../images/sideBarSpan.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: -104px;
  transition: all .3s;
}

.sideBar .content .bg {
  width: 100%;
  height: 500px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -250px;
  z-index: 1;
}

.sideBar .content .qr {
  width: 106px;
  height: 100px;
  position: absolute;
  right: -106px;
  bottom: 107px;
  background: url(../images/qrbox1.png) center no-repeat;
  background-size: 100%;
  transition: all .3s;
}

.sideBar .content .qr img {
  width: 93px;
  margin: 3px 0 0 2px;
}

.sideBar .content .qr.active {
  right: 36px;
}

/* 免费通话弹框 */
.freeTelPop {
  width: 100%;
  height: 100%;
  background: url(../images/cover-bg.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  display: none;
}

.freeTelPop .freeTelBox {
  width: 500px;
  height: 230px;
  padding: 70px 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.freeTelPop .freeTelBox .icon-close {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-weight: bold;
}

.freeTelPop .freeTelBox h1 {
  font-size: 16px;
  text-align: center;
}

.freeTelPop .freeTelBox form {
  width: 355px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

.freeTelPop .freeTelBox form input {
  width: 230px;
  height: 40px;
  padding: 0 10px;
  float: left;
  border: 1px solid #ccc;
  font-size: 14px;
}

.freeTelPop .freeTelBox form .btn {
  width: 125px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #004abb;
  display: block;
  float: left;
  text-align: center;
}

/* 购车助手 */
.buyHelper {
  width: 100%;
  height: 100%;
  background: url(../images/cover-bg.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  display: none;
}

.buyHelper .box {
  width: 500px;
  height: 420px;
  padding: 45px 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.buyHelper .box .icon-close {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-weight: bold;
}

.buyHelper .box h1 {
  font-size: 22px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.buyHelper .box h3 {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.buyHelper .box form {
  width: 355px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

.buyHelper .box form .row {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.buyHelper .box form textarea {
  width: 355px;
  height: 100px;
  padding: 15px;
  float: left;
  border: 1px solid #ccc;
  font-size: 14px;
}

.buyHelper .box form input {
  width: 355px;
  height: 40px;
  padding: 0 10px;
  float: left;
  border: 1px solid #ccc;
  font-size: 14px;
}

.buyHelper .box form .btn {
  width: 355px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  background: #004abb;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.buyHelper .box form .btn:hover {
  background: #0b60e1;
}

/* 弹出手机二维码 */
.mvallQr {
  width: 100%;
  height: 100%;
  background: url(../images/cover-bg.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  display: none;
}

.mvallQr .box {
  width: 275px;
  height: 345px;
  padding: 75px 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mvallQr .box .icon-close {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-weight: bold;
}

.mvallQr .box #qrcode {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  position: relative;
}

.mvallQr .box #qrcode span {
  width: 36px;
  height: 36px;
  background: url(../images/qr-icon.jpg) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 2px solid #fff;
}

.mvallQr .box h2 {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: center;
}
