/*************************
*******Header******
**************************/


/*banner*/
.ban-img {
	width: 100%;
	text-align: center;
  position: relative;
  overflow: hidden;
}

.ban-img-box {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0px;
}

.ban-img-box ul {
	visibility: visible;
	z-index: 10;
	width: auto;
	display: inline-block;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0px;
}

.ban-img-box ul li {
	position: relative;
	display: inline-block;
}

.ban-img-box ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.ban-img-box .page-nub {
	z-index: 11;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(0, 0, 0, 0.15);
	right: 15px;
	bottom: 11px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.ban-img .fz18 {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	margin-right: -3px;
}

.ban-img .nub-bg {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.ban-img .fz12 {
	font-size: 13px;
	color: #fff;
	margin-left: -3px;
}

.focus{
    position: absolute;
    z-index: 999;
    bottom: 20px;
    width: 100%;
    height: 20px;
    text-align: right;
}

.focus ul{
    display: inline-block;
    padding-right: 15px;
}

.focus ul li{
  display: inline-block;
  margin-left: 5px;
}

.focus ul li span{
	width: 8px;
  height: 8px;
  display: inline-block;
	border-radius: 50%;
	background: #fff;
}

.focus ul li.crt span {
	background: #ff0000;
}

.pn-btn span{
  width: 33px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
	z-index: 101;
  display: none;
}

.pn-btn span.prev{
  left: 10%;
  background: url(../images/banner-jt.png) no-repeat left center;
  background-size: 100%；
}

.pn-btn span.next{
  right: 10%;
  background: url(../images/banner-jt.png) no-repeat right center;
  background-size: 100%；
}

@media only screen and (min-width: 768px) {
  .focus{
      position: absolute;
      z-index: 999;
      bottom: 30px;
      width: 100%;
      height: 30px;
      text-align: center;
    }
  
    .focus ul{
        display: inline-block;
        padding-right: 0;
    }
  
    .focus ul li{
      padding: 4px;
      display: inline-block;
      border: 2px solid transparent;
      border-radius: 50%;
    }
  
    .focus ul li.crt{
      border-color: #fff;
    }
  
    .focus ul li span{
      width: 10px;
      height: 10px;
      display: block;
  
      border-radius: 50%;
      background: #fff;
    }
  
    .focus ul li.crt span {
      background: transparent;
    }
  
    .pn-btn span{
      display: block;
    }
}

.index-vedio-l{
  margin-top: 30px;
}
.index-vedio-t{
	overflow: hidden;
}
.index-vedio-t img{
  width: 100%;
	transition: all 0.6s;
}
.index-vedio-t img:hover{
		transform: scale(1.1);
}
.index-vedio-b{
  width: 100%;
}
.index-vedio-b ul li{
  margin-top: 10px;
  margin-left: 5px;
  background: #e1e1e1;
}
.index-vedio-b ul li:first-child{
  margin-left: 0;
  margin-right: 5px;
}
.index-vedio-img{
  position: relative;
  overflow: hidden;
} 
.index-vedio-img img{
  width: 100%;
	transition: all 0.6s;
}
.index-vedio-img:hover img{
	transform: scale(1.1);
}
.index-vedio-img .index-vedio-cover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;  
  -khtml-opacity:0.3;
}
.index-vedio-img .index-vedio-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background: url(../images/index-vedio-btn.png) no-repeat center;
  background-size: 50px;
  cursor: pointer;
}
.index-vedio-btn a{
	display: block;
	width: 100%;
	height: 50px;
}
.index-vedio-text{
  padding: 10px 10px 20px 10px;
}
.index-vedio-text h1{
  font-size: 16px;
  color: #b45f1a;
}
.index-vedio-text span{
  width: 32px;
  height: 1px;
  display: block;
  background: #b45f1a;
  margin-top: 5px;
}
.index-vedio-text p{
  font-size: 12px;
  line-height: 20px;
  color: #656565;
  margin: 10px 0;
}
.index-vedio-text a{
  width: 98px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #b45f1a;
  color: #fff;
  border: 1px solid #b45f1a;
  font-size: 14px;
  display: block;
  box-sizing: content-box;
}
.index-vedio-text a:hover{
  background: #fff;
  color: #b45f1a;
}
.car-r{
  position: relative;
  margin-top: 10px;
  height: 300px;
  overflow: hidden;
}
.car-r>img{
  width: 100%;
	transition: all 0.6s;
}
.car-r:hover >img{
	transform: scale(1.1);
}
.car-r-box{
  width: 100%;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.car-r-box h1{
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.car-r-box ul{
  padding: 0 15px;
}
.car-r-box ul li{
  width: 33.3333%;
  float: left;
}
.car-r-box ul li img{
  width: 50px;
  height: 50px;
  display: block;
  margin: 30px auto 0 auto;
}
.car-r-box a{
  display: block;
  width: 98px;
  height: 38px;
  margin: 20px auto;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #b45f1a;
  background: #b45f1a;
  box-sizing: content-box;
}
.car-r-box a:hover{
  background: #fff;
  color: #b45f1a;
}
@media only screen and (min-width: 768px) {
  .index-vedio-l{
    width: 350px;
    height: 474px;
    float: left;
    margin-top: 50px;
  }
  .index-vedio-t img{
    height: 146px;
  }
  .car-r{
    width: 350px;
    height: 474px;
    float: right;
    margin: 50px 0 0 0;
  }
  .index-vedio-b ul{
    display: block;
  }
  .index-vedio-b ul li{
    width: 165px;
    float: left;
    margin: 20px 0 0 10px;
  }
  .index-vedio-b ul li:first-child{
    margin: 20px 10px 0 0;
  }
  .index-vedio-b ul li .index-vedio-text{
    box-sizing: content-box;
  }
  .index-vedio-img img{
    height: 115px;
  }
  .car-r-box h1{
    font-size: 30px;
  }
  .car-r-box ul li img{
    width: 70px;
    height: 70px;
    margin: 50px auto 0 auto;
  }
  .car-r-box a{
    margin: 40px auto;
  }
}
@media only screen and (min-width: 992px) {
  .index-vedio-l{
    width: 560px;
    height: 593px;
  }
  .index-vedio-t img{
    height: 233px;
  }
  .car-r{
    width: 360px;
    height: 593px;
  }
  .car-r-box h1{
    text-align: left;
    padding-left: 30px;
  }
  .index-vedio-b ul li{
    width: 270px;
  }
  .index-vedio-img img{
    height: 187px;
  }
  .car-r-box a{
    margin: 40px 0 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .index-vedio-l{
    width: 680px;
    height: 695px;
  }
  .index-vedio-t img{
    height: 283px;
  }
  .car-r{
    width: 440px;
    height: 695px;
  }
  .index-vedio-b ul li{
    width: 330px;
  }
  .index-vedio-img img{
    height: 229px;
  }
  .index-vedio-text{
    padding: 20px 10px 20px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .index-vedio-l{
    width: 680px;
    height: 695px;
  }
  .index-vedio-t img{
    height: 283px;
  }
  .car-r{
    width: 440px;
    height: 695px;
  }
  .index-vedio-b ul li{
    width: 330px;
  }
  .index-vedio-img img{
    height: 229px;
  }
  .index-vedio-text{
    padding: 20px 10px 20px 30px;
  }
  .car-r-box a{
    margin: 150px 0 0 30px;
  }
}
.index-bottom-img{
  margin-top: 20px;
}
.index-bottom-img .container div{
	overflow: hidden;
}
.index-bottom-img img{
  width: 100%;
	transition: all 0.6s;
}
.index-bottom-img img:hover{
		transform: scale(1.1);
}
.footer-top{
  padding: 15px 0;
  background: url(../images/footer-bg.png) repeat-y center;
}
.foot-top-l{
  color: #fff;
  text-align: center;
}
.foot-top-l h1{
  font-size: 16px;
  line-height: 16px;
} 
.foot-top-l p{
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.foot-top-r div.user-name,.foot-top-r div.user-btn,.foot-top-r div.user-tel{
  background: #fff;
  margin-top: 10px;
}
.foot-top-r div input{
  display: block;
  width: 100%;
  height: 40px;
}
.user-name input{
  text-indent: 50px;
  background: url(../images/name-icon.png) no-repeat 20px center;
}
.user-tel input{
  text-indent: 50px;
  background: url(../images/tel-icon.png) no-repeat 20px center;
}
.user-btn input{
  text-align: center;
  color: #b45f1a;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .footer-top{
    padding: 20px 0;
  }
  .foot-top-l{
    float: left;
    text-align: left;
  }
  .foot-top-r{
    float: right;
  }
  .foot-top-r div{
    margin-top: 0;
  }
  .user-name,.user-tel{
    width: 180px;
    float: left;
    margin-right: 15px;
  }
  .user-btn{
    width: 80px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .foot-top-l h1{
    font-size: 24px;
    line-height: 24px;
  } 
  .foot-top-l p{
    font-size: 16px;
    line-height: 16px;
  }
  .foot-top-r div input{
    height: 50px;
  }
  .user-name,.user-tel{
    width: 250px; height:50px; float:left;
  }
  .user-btn{
    width: 100px;height:50px;
  }
}
.foot-middle{
  background: #1e1e1e;
  padding: 15px 0;
  text-align: center;
}
.foot-middle-l{
  float: left;
} 
.foot-middle-l img{
  height: 26px;
}
.foot-middle-m{
  float: right;
  text-align: left;
}
.foot-middle-m p{
  font-size: 12px;
  line-height: 26px;
  padding-left: 16px;
  background: url(../images/tel-icons.png) no-repeat left center;
  background-size: 12px;
  color: #eee;
  float: left;
}
.foot-middle-m p a{
  font-size: 14px;
  font-weight: bold;
  color: #b45f1a;
  vertical-align: top;
}
.foot-middle-m .foot-middle-r{
  display: none;
  float: right;
  margin: 0;
}
.foot-middle-r{
  display: inline-block;
  margin: 10px auto;
}
.foot-middle-r .foot-code{
  width: 40px;
  display: block;
  float: left;
  margin: 0 5px;
	position: relative;
}
.foot-code img{
	width: 100%;
}
.foot-code a{
	display: block;
}
.foot-code:hover .foot-code-box{
	display: block;
}
.foot-code-box{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -115px;
	left: 50%;
	margin-left: -50px;
	z-index: 1009;
	display: none;
}

@media only screen and (min-width: 768px) {
  .foot-middle-l img{
    height: 45px;
    margin: 2px 0 0 0;
  }
  .foot-middle-m p{
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
    background-size: 16px;
  }
  .foot-middle-m p a{
    font-size: 24px;
  }
  .foot-middle-m .foot-middle-r{
    display: block;
  }
  .foot-middle-r{
    display: none;
  }
  .foot-middle-r .foot-code{
    width: 50px;
    margin: 0 0 0 10px;
  }
}

.foot-bottom{
  background: #1e1e1e;
  text-align: center;
  border-top: 1px solid #464646;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  position: relative;
}
.foot-cover{
	width: 100%;
	height: 160px;
	position: absolute;
	top: -160px;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity:0.8;
	display: none;
}
.foot-bottom-l{
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  display: inline-block;
}
.foot-bottom-l a{
	word-break: keep-all;
}
.foot-bottom-l a:hover{
	color: #fff;
}
.foot-bottom-l span{
    padding: 0 10px;
}
.foot-bottom-l ul{
	width: 100%;
	height: 120px;
	box-sizing: content-box;
	position: absolute;
	top: -160px;
	font-size: 0;
	text-align: left;
	padding: 20px 0;
	display: none;
}
.foot-bottom-l ul li{
	display: inline-block;
	font-size: 14px;
	margin-left: 32px;
	line-height: 30px;
}
.foot-bottom-l ul li:first-child{
	margin-left: 0;
}
.foot-bottom-l ul li a{
	display: block;
}
.foot-bottom-r{
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .foot-bottom-l{
    float: left;
  }
  .foot-bottom-r{
    float: right;
	padding: 15px 0;
  }
}
.sidebar{
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 1000;
  margin-top: -260px;
  display: none;
}
.sidebar ul li{
  width: 68px;
  height: 68px;
  margin-top: 20px;
  box-sizing: content-box;
  background: #b45f1a;
  position: relative;
}
.sidebar ul li:first-child{
  margin-top: 0;
}
.sidebar ul li.sidebar-taobao{
  background: #b45f1a url(../images/taobao-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-taobao:hover{
	background: #fff url(../images/taobao-icons.png) no-repeat center;
	background-size: 40px;
}
.sidebar ul li.sidebar-qq{
  background: #b45f1a url(../images/qq-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-qq:hover{
  background: #fff url(../images/qq-icons.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-service{
  background: #b45f1a url(../images/service-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-service:hover{
  background: #fff url(../images/service-icons.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-code{
  background: #b45f1a url(../images/code-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-code:hover{
  background: #fff url(../images/code-icons.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-collection{
  background: #b45f1a url(../images/collection-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-collection:hover{
  background: #fff url(../images/collection-icons.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-scrolltop{
  background: #b45f1a url(../images/scroll-top-icon.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li.sidebar-scrolltop:hover{
  background: #fff url(../images/scroll-top-icons.png) no-repeat center;
  background-size: 40px;
}
.sidebar ul li>img{
  width: 40px;
  height: 40px;
  margin: 14px;
}
.sidebar ul li .child-box{
  width: 160px;
  height: 160px;
  line-height: 160px;
  padding-right: 14px;
  position: absolute;
  top: 50%;
  left:-174px;
  margin-top: -80px;
  text-align: center;
  box-sizing: content-box;
  background:  url(../images/child-box-bg.png) no-repeat center;
  background-size: cover;
  display: none;
}
.sidebar ul li:hover .child-box{
  display: block;
}
.child-box div{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 26px;
  color: #777;
}
.child-box img{
  width: 160px;
  height: 160px;
}
@media only screen and (min-width: 768px) {
  .sidebar{
    display: block;
  }
}

/* 服务网点查询 */
.banner-bg{
  position: relative;
  overflow: hidden;
}
.banner-bg img{
  width: 768px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -384px;
  transition: all 0.6s;
}
.banner-bg:hover img{
	transform: scale(1.1);
}
.banner-bg-box{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
  width: 100%;
  height: 44px;
  color: #fff;
  text-align: center;
}
.banner-bg-box h1{
  font-size: 14px;
  line-height: 16px;
}
.banner-bg-box p{
  font-size: 26px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .banner-bg img{
    width: 100%;
    position: relative;
    left:0;
    margin-left: 0;
  }
  .banner-bg-box{
    margin-top: -30px;
    margin-left: 20%;
    width: 100%;
    height: 60px;
    text-align: left;
  }
  .banner-bg-box h1{
    font-size: 20px;
    line-height: 22px;
    margin-left: 136px;
  }
  .banner-bg-box p{
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner-bg-box{
    margin-top: -60px;
    margin-left: 20%;
    width: 100%;
    height: 118px;
    text-align: left;
  }
  .banner-bg-box h1{
    font-size: 36px;
    line-height: 40px;
    margin-left: 274px;
  }
  .banner-bg-box p{
    font-size: 72px;
    line-height: 80px;
  }
}
#map{
  height:300px;
}
@media only screen and (min-width: 768px) {
  #map{
    height:400px;
  }
}
@media only screen and (min-width: 1200px) {
  #map{
    height:600px;
  }
}

#provinceName{
  font-size: 18px;
  color: #484848;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.branches-list ul li{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.branches-list ul li a{
  display: block;
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #707070;
}
.branches-list ul li a:hover{
  text-decoration: none;
  border-color: #b45f1a;
}
.branches-list ul li a h1{
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b5b5b5;
  font-weight: bold;
}
.branches-list ul li a p{
  font-size: 12px;
  line-height: 20px;
  color: #a9a9a9;
}
.branches-list ul li a span{
  font-size: 12px;
  line-height: 20px;
  color: #a9a9a9;
}

@media only screen and (min-width: 768px) {
  .branches-list ul li{
    width: 25%;
  }
}

/* 常见问题汇总 */
.problem{
  margin-top: 20px;
}
.problem-title{
  line-height: 20px;
}
.problem-title h1{
  font-size: 18px;
  font-weight: bold;
  color: #484848;
  float: left;
}
.problem-title div{
  font-size: 12px;
  color: #777;
  float: right;
}
.problem-title div a.crt{
  color: #b45f1a;
}
.problem-title div span{
  padding: 0 5px;
}
.problem-list{
  margin-top: 30px;
}
.problem-list ul li{
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.problem-list ul li h2{


  padding-right: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #b45f1a;
  cursor: pointer;
  background: url(../images/select-icon.png) no-repeat right center;
}
.problem-list ul li h2.crt{
  background: url(../images/select-icons.png) no-repeat right center;
}
.problem-list ul li .txtk{
  display: block; width:100%;
  padding: 10px 10px 0 10px;
  border-top: 1px dashed #ccc;
  font-size: 12px;
  line-height: 20px;
  color: #484848;
  display: none;
}
.problem-list ul li .txtk h2{ color: #484848;}
.problem-list a{
  display:block;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #b45f1a;
  background: #b45f1a;
  color: #fff;
  margin-top: 20px;
}
.problem-list a:hover{
	background: #fff;
	color: #b45f1a;
}

/* 关于我们 */
.about-us{
	margin-top: 20px;
}
.mobile{
	display: block;
}
.pc{
	display: none;
}
.about-us ul li{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.about-us ul li div.about-us-img{
	width: 100%;
	display: inline-block;
	font-size: 0;
}
.about-us ul li img{
	width: 100%;
	display: inline-block;
	transition: all 0.6s;
}
.about-us ul li img:hover{
	transform: scale(1.1);
}
.about-us ul li .about-us-text{
	width: 100%;
	display: inline-block;
	padding: 15px 0;
	position: relative;
	z-index: 3;
	background: #fff;
	text-align: center;
}
.about-us ul li .about-us-text div{
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #484848;
}
.about-us-text h1,.about-us-text h2{
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}
.about-us-text h1{
	display: inline-block;
	font-size: 14px;
	border-bottom: 2px dashed #d9af8c;
	margin-bottom: 15px;
	padding: 0 15px 10px 15px;
}
.about-us-text p{
	font-size: 12px;
	line-height: 20px;
}
@media only screen and (min-width: 768px) {
	.about-us{
		margin-top: 0;
	}
	.mobile{
		display: none;
	}
	.pc{
		display: block;
	}
	.about-us ul li div.about-us-img{
		width: 50%;
	}
	.about-us ul li .about-us-text{
		width: 50%;
		padding: 0;
	}
	.about-us ul li .about-us-text div{
		padding: 0 40px;
	}
	.about-us-cover{
		width: 50%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.about-us-cover.crt{
		left: 0;
		right: auto;
	}
}
@media only screen and (min-width: 992px) {
	.about-us-text h1{
		font-size: 20px;
	}
	.about-us-text p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-us-text h1{
		font-size: 30px;
		line-height: 32px;
	}
	.about-us-text p{
		font-size: 16px;
		line-height: 36px;
	}
}
.brand-qualification{
	background: #f0f0f0;
	padding-bottom: 40px;
}
.qualification-box{
	position: relative;
}
.qualification{
	margin: 0 40px;
	overflow: hidden;
}
.qualification-box ul{
	font-size: 0;
	display: inline-block;
	white-space: nowrap;
	word-break: keep-all;
}
.qualification-box ul li{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	color: #484848;
	line-height: 26px;
	text-align: center;
}
.qualification-box ul li img{
	width: 100%;
	margin-bottom: 10px;
}
.qua-arrow-box span{
	width: 24px;
	height: 40px;
	display: block;
	position: absolute; cursor:pointer;
	top: 50%;
	margin-top: -40px;
}
.qua-arrow-box span.prev{
	left: 2px;
	background: url(../images/brand-arrow-left.png) no-repeat center;
}
.qua-arrow-box span.next{
	right: 2px;
	background: url(../images/brand-arrow-right.png) no-repeat center;
}
.about-us-title{
	padding: 30px 0;
	text-align: center;
}
.about-us-title h1{
	font-size: 18px;
	line-height: 20px;
	color: #484848;
}
.about-us-title p{
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin: 5px 0 ;
}
.about-us-title span{
	width: 60px;
	height: 2px;
	background: #d2a785;
	display: block;
	margin: auto;
}
@media only screen and (min-width: 1200px) {
	.brand-qualification{
		padding-bottom: 60px;
	}
	.about-us-title{
		padding: 60px 0;
	}
	.about-us-title h1{
		font-size: 36px;
		line-height: 38px;
		color: #484848;
	}
	.about-us-title p{
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 ;
	}
	.about-us-title span{
		width: 130px;
	}
}
.enterprise-culture-box{
	overflow: hidden;
}
.enterprise-culture img{
	width: 100%;
	transition: all 0.6s;
}
.enterprise-culture img:hover{
		transform: scale(1.1);
}
.allmap{
	width: 100%;
	height: 240px;
}
.map-area{
	padding: 15px 0;
	background: #fff;
}
.map-area-l h1{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}
.map-area-l p{
	font-size: 14px;
	color: #484848;
	margin-top: 10px;
}
.map-area-r img{
	width: 120px;
	height: 120px;
	display: block;
	margin: auto;
}
.map-area-r p{
	font-size: 14px;	
	color: #484848;
	text-align: center;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.bd-map{
		margin-bottom: 30px;
	}
	.allmap{
		height: 400px;
	}
	.map-area{
		margin-top: -90px;
		position: relative;
		z-index: 1000;
		padding: 15px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	}
	.map-area-l{
		float: left;
		margin-top: 25px;
	}
	.map-area-r{
		float: right;
	}
}
@media only screen and (min-width: 992px) {
	.allmap{
		height: 540px;
	}
}

/* 适配车型 */
.models h1{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	text-align: center;
	padding: 25px 0;
}
.models-brand-list ul{
	font-size: 0;
}
.models-brand-list ul li{
	display: inline-block;
	width: 50%;
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 0px;
}
.models-brand-list ul li>div{
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #dcdcdc;
}
.models-brand-list ul li.crt>div{
	border-color: #b45f1a;
}
.models-brand-list ul li:hover >div{
	border-color: #b45f1a;
}
.models-brand-list ul li .models-logo{
	width: 60px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
.models-logo img{
	max-width: 50px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.6s;
}
.models-brand-list ul li>div:hover .models-logo img{
		transform: scale(1.1);
}
.models-brand-list ul li span{
	font-size: 14px;
	color: #484848;
	line-height: 50px;
}
.models-list ul{
	font-size: 0px;
}
.models-list ul li{
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
}
.models-list ul li div{
	overflow: hidden;
}
.models-list ul li img{
	display: block;
	height: 50px;
	margin: auto;
	transition: all 0.6s;
}
.models-list ul li img:hover{
		transform: scale(1.1);
}
.models-list ul li p{
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin-top: 10px;
	text-align: center;
}
.models-list ul li:hover p{
	color: #b45f1a;
}
.page-list{
	margin-top: 15px;	
	margin-bottom: 30px;
	text-align: center;
}

.page-list a ,.page-list span{
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	display: inline-block;
	box-sizing: content-box;
}
.page-list a {
	border: 1px solid #dcdcdc;
}
.page-list a#prePage,.page-list a#nextPage{
	width: auto;
	padding: 0 10px;
}

.page-list a.current {
	background-color: #b45f1a;
	border-color: #b45f1a;
	color: #fff;
}
.totalPages {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;
	margin: 0 4px;
	display: none;
}

.totalPages input{
	width: 30px;
	border: 1px solid #eaeaea;
	margin: 0 4px;
	text-align: center;
}

.page-list a.skip {
	font-size: 14px;
	color: #4fd2c2;
	background: transparent;
	display: none;
}
@media only screen and (min-width: 768px) {
	.models-brand-list ul li{
		width: 25%;
	}
	.models-list ul li{
		width: 25%;
	}
	.models-list ul li img{
		height: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.models-brand-list ul li{
		width: 16.6666%;
	}
	.models-list ul li{
		margin-bottom: 50px;
	}
	.models-list ul{
		padding-top: 20px;
	}
	.models-list ul li img{
		height: 100px;
	}
	.models-list ul li p{
		font-size: 18px;
		margin-top: 20px;
	}
	.page-list a, .page-list span{
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
}

/* 适配车型内页 */
.car-info{
	margin-top: 20px;
}
.car-info .container div{
	overflow: hidden;
}
.car-info img{
	width: 100%;
	transition: all 0.6s;
}
.car-info img:hover{
	transform: scale(1.1);
}
.car-info h1{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	margin: 15px 0 20px 0;
}
.car-info h2{
	font-size: 14px;
	color: #484848;
	line-height: 20px;
}
.car-info h2 span{
	font-weight: bold;
}
.car-info p{
	font-size: 12px;
	color: #484848;
	margin-top: 20px;
}
.car-info p span{
	color: #ff0000;
}
@media only screen and (min-width: 992px) {
	.car-info{
		margin-top: 40px;
	}
	.car-info h1{
		font-size: 24px;
		margin: 30px 0 40px 0;
	}
	.car-info h2{
		font-size: 16px;
		line-height: 24px;
	}
	.car-info p{
		font-size: 14px;
	}
}

.function-title{
	padding-left: 20px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #b45f1a;
	margin-top: 20px;
}
.function-introduced-ban{
	margin-top: 20px;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.function-introduced-box ul{
	display: inline-block;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0px;
	text-align: left;
}
.function-introduced-box ul li{
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
}
.function-introduced-box ul li img{
	transition: all 0.6s;
}
.function-introduced-box ul li img:hover{
	transform: scale(1.1);
}
.function-introduced-ban span{
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
	display: none;
}
.function-prev{
	right: 80px;
	background: #b45f1a url(../images/function-jt.png) no-repeat left center;
}
.function-prev:hover{
	background: #fff url(../images/function-jts.png) no-repeat left center;
}
.function-next{
	right: 0px;
	background: rgba(0,0,0,0.7) url(../images/function-jt.png) no-repeat right center;
}
.function-next:hover{
	background: #fff url(../images/function-jts.png) no-repeat right center;
}
@media only screen and (min-width: 768px) {
	.function-introduced-ban span{
		display: block;
	}
}
.function-list-box ul{
	font-size: 0px;
}
.function-list-box ul li{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.function-list-box ul li p{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #484848;
	box-sizing: content-box;
	padding: 0 15px;
	border: 1px solid #dcdcdc;
}
.function-list-box ul li p:hover{
	border-color: #b45f1a;
}
.function-list-box ul li.crt p span{
	display: block;
	background: url(../images/function-has-icon.png) no-repeat right center;
}
@media only screen and (min-width: 768px) {
	.function-list-box ul{
		width: 740px;
	}
	.function-list-box ul li{
		width: 350px;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.function-list-box ul{
		width: 960px;
	}
	.function-list-box ul li{
		width: 460px;
	}
}
@media only screen and (min-width: 1200px) {
	.function-list-box ul{
		width: 1160px;
	}
	.function-list-box ul li{
		width: 560px;
	}
}

/* 手机控车 */
.car-banner-bg{
	position: relative;
	overflow: hidden;
}
.car-banner-bg img{
	width: 100%;
	transition: all 0.6s;
}
.car-banner-bg:hover >img{
		transform: scale(1.1);
}
.ten-function{
	box-sizing: content-box;
	color: #fff;
	text-align: center;
}
.ten-function-box{
	overflow: hidden;
	margin: 0 20px;
}
.ten-function h1{
	font-size: 18px;
	padding-top: 20px;
}
.ten-function h1 span{
	font-size: 24px;
	color: #b45f1a;
	font-weight: bold;
}
.ten-function p{
	font-size: 14px;
	margin-top: 5px;
}
.ten-function ul{
	font-size: 0px;
	margin: 20px 0 0 -1px;
	overflow: hidden;
}
.ten-function ul li{
	display: inline-block;
	width: 50%;
	margin-top: -1px;
}
.ten-function ul li div{
	padding: 15px 0;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ten-function ul li img{
	width: 60px;
	margin: auto;
	display: block;
}
.ten-function ul li span{
	display: block;
	margin: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.car-banner-bg-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	background: #000;
	opacity: 0.5;
}

@media only screen and (min-width: 768px) {
	.ten-function{
		width: 90%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 5%;
		z-index: 1;
	}
	.ten-function h1{
		padding-top: 10px;
	}
	.ten-function ul{
		margin: 10px 0 0 -1px;
	}
	.ten-function ul li{
		width: 20%;
	}
	.ten-function ul li div{
		padding: 10px 0;
	}
	.ten-function ul li img{
		width: 46px;
	}
}
@media only screen and (min-width: 992px) {
	.ten-function h1{
		font-size: 24px;
		padding-top: 20px;
	}
	.ten-function h1 span{
		font-size: 36px;
	}
	.ten-function ul{
		margin: 20px 0 0 -1px;
	}
	.ten-function ul li div{
		padding: 20px 0;
	}
	.ten-function ul li img{
		width: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.ten-function{
		width: 1200px;
		height: 80%;
		top: 10%;
		left: 50%;
		margin-left: -600px;
		color: #fff;
		text-align: center;
	}
	.ten-function-box {
		width: 1000px;
		margin: auto;
	}
	.ten-function ul{
		margin-top: 30px;
	}
	.ten-function ul li img{
		width: 70px;
	}
}
@media only screen and (min-width: 1700px){
	.ten-function h1{
		font-size: 48px;
		padding-top: 30px;
	}
	.ten-function h1 span{
		font-size: 72px;
	}
	.ten-function ul{
		margin-top: 50px;
	}
	.ten-function ul li img{
		width: 100px;
	}
}

.ten-show-box{
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.ten-show-img{
	display: inline-block;
	width: 100%;
	font-size: 0;
}
.ten-show-img img{
	display: inline-block;
	width: 100%;
	transition: all 0.6s;
}
.ten-show-img img:hover{
	transform: scale(1.1);
}
.ten-show-content{
	display: inline-block;
	width: 100%;
}
.ten-show-text{
	width: 100%;
	display: inline-block;
    vertical-align: middle;
}
.ten-show-text h1{
	position: relative;
	font-size: 30px;
	color: #b45f1a;
	left: 75%;
}
.ten-show-text.crt h1{
	left: auto;
	right: 75%;
	text-align: right;
}
.ten-show-text span{
	display: block;
	margin: 0 0 0 30px;
	height: 3px;
	background: #b45f1a;
}
.ten-show-text.crt span{
	margin: 0 30px 0 0;
}
.ten-show-text div{
	text-align: center;
	margin-top: 15px;
}
.ten-show-text.crt div{
	margin-left: 0;
}
.ten-show-text img{
	width: 60px;
	display: block;
	margin: 0 auto;
}
.ten-show-text.crt img{
	margin: 0 auto;
}
.ten-show-text h2{
	font-size: 20px;
	line-height: 26px;
	color: #333;
	display: block;
	text-align: center;
	margin: 5px 0;
}
.ten-show-text.crt h2{
	text-align: center;
}
.ten-show-text p{
	font-size: 12px;
	line-height: 18px;
	padding: 0 26px;
	margin-top: 10px;
}

@media only screen and (min-width: 768px){
	.ten-show-cover{
		width: 30%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		background: #fff;
	}
	.ten-show-cover.crt{
		left: 0;
		right: auto;
	}
	.ten-show-img{
		width: 70%;
	}
	.ten-show-content{
		width: 30%;
		position: relative;
		z-index: 3;
	}
	.ten-show-text h1{
		left: 60%;
	}
	.ten-show-text.crt h1{
		left: auto;
		right: 60%;
	}
	.ten-show-text div{
		margin-left: 0;
	}
	.ten-show-text.crt div{
		margin-right: 0;
	}
	
}
@media only screen and (min-width: 992px){
	.ten-show-text h1{
		font-size: 36px;
	}
	.ten-show-text h2{
		font-size: 24px;
		line-height: 30px;
	}
	.ten-show-text img{
		width: 90px;
	}
	.ten-show-text p{
		font-size: 14px;
		line-height: 24px;
	}
	
}
@media only screen and (min-width: 1400px){
	.ten-show-text h1{
		font-size: 120px;
		left: 55%;
	}
	.ten-show-text.crt h1{
		left: auto;
		right: 55%;
	}
	.ten-show-text h2{
		font-size: 48px;
		line-height: 54px;
	}
	.ten-show-text img{
		width: 100px;
	}
	.ten-show-text p{
		font-size: 18px;
		line-height: 28px;
	}
	.ten-show-text div{
		margin: 20px 0 30px 0;
	}
}
.six-advantage{
	position: relative;
	margin-bottom: 30px;
}
.six-advantage div{
	overflow: hidden;
}
.six-advantage img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.six-advantage  img:hover{
	transform: scale(1.1);
}
.six-advantage div h1{
	font-size: 18px;
	color: #484848;
	text-align: center;
	padding-top: 20px;
}
.six-advantage div h1 span{
	font-size: 24px;
	font-weight: bold;
	color: #b45f1a;
}
.six-advantage div ul{
	font-size: 0;
	width: 80%;
	margin: auto;
}
.six-advantage div ul li{
	width: 50%;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.six-advantage div ul li p{
	margin: 0 10px;
	padding: 20px 0;
	background: rgba(102,102,102,0.7);
}
@media only screen and (min-width: 992px){
	.six-advantage{
		margin-bottom: 0;
	}
	.six-advantage:hover div img{
		transform: scale(1.1);
	}
	.six-advantage-box{
		width: 80%;
		height: 226px;
		position: absolute;
		top: 50%;
		left: 10%;
		margin-top: -113px;
		z-index: 1;
	}
	.six-advantage div ul li{
		width: 33.3333%;
	}
	.six-advantage div h1{
		padding: 0;
		color: #fff;
	}
	.six-advantage div h1 span{
		color: #fff;
	}
}
@media only screen and (min-width: 1500px){
	.six-advantage-box{
		width: 1200px;
		height: 336px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -168px;
		margin-left: -600px;
		z-index: 1;
	}
	.six-advantage div ul li{
		width: 33.3333%;
		font-size: 24px;
	}
	.six-advantage div h1{
		font-size: 48px;
	}
	.six-advantage div h1 span{
		font-size: 72px;
	}
}

/* 新闻中心 */
.news-center-nav ul{
	font-size: 0;
	text-align: right;
}
.news-center-nav ul li{
	font-size: 14px;
	line-height: 40px;
	color: #484848;
	margin-left: 20px;
	display: inline-block;
}
.news-center-nav ul li.crt{
	color: #b45f1a;
}
.news-center-top h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #484848;
	float: left;
}
.news-center-top select{
	width: 200px;
	height: 38px;
	box-sizing: content-box;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: url(../images/select-icon.png) no-repeat 160px center;
	float: right;
	text-indent: 50px;
}
.news-center-list h2{
	font-size: 14px;
	line-height: 24px;
	color: #484848;
}
.news-center-list ul{
	font-size: 0;
}
.news-center-list ul li{
	width: 50%;
	display: inline-block;
	margin-top: 15px;
}
.news-center-list ul li>div{
	padding: 15px 10px;
	border: 1px solid transparent;
}
.news-center-img {
	overflow: hidden;
}
.news-center-img img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.news-center-img img:hover{
		transform: scale(1.1);
}
.news-center-list ul li div h1{
	font-size: 14px;
	line-height: 20px;
	color: #484848;
	margin-top: 10px;
	max-height: 40px;
}
.news-center-list ul li div span{
	font-size: 12px;
	color: #777;
	margin: 15px 0;
	display: block;
}
.news-center-list ul li div p{
	font-size: 12px;
	line-height: 16px;
	color: #484848;
	max-height: 64px;
}
.news-center-btn{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	position: relative;
	display: none;
	color: #fff;
}
.news-center-btn a{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #b45f1a;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.more-news input{
	width: 100%;
	height: 50px;
	border: 1px solid #b45f1a;
	background: #b45f1a;
	color: #fff;
}
.more-news input:hover{
	background: #fff;
	color: #b45f1a;
}
@media only screen and (min-width: 768px){
	.news-center-top{
		margin-top: 20px;
	}
	.news-center-top h1{
		font-size: 24px;
	}
	.news-center-top select{
		width: 348px;
		background: url(../images/select-icon.png) no-repeat 310px center;
		text-indent: 130px;
	}
	.news-center-list h2{

		font-size: 18px;
		line-height: 30px;
	}
	.news-center-list ul li{
		width: 25%;
	}
	.news-center-list ul li:hover >div{
		border-color: #b45f1a;
	}
	.news-center-list ul li:hover div h1{
		color: #b45f1a;
	}
	.news-center-list ul li h1 a:hover{
		color: #b45f1a;
	}
	.news-center-list ul li:hover .news-center-btn a{
		display: block;
	}
	.news-center-btn{
		display: block;
	}
	.news-center-btn a:hover{
		background: #fff;
		color: #b45f1a;
		border-color: #b45f1a;
	}
}

/* 新闻 */
.news-info{
	font-size: 0;
	text-align: center;
}
.news-info div{
	overflow: hidden;
	display: inline-block;
	margin: 20px 0 0 0;
}
.news-info img{
	width: auto;
	max-width: 100%;
	display: block;
	transition: all 0.6s;
}
.news-info img:hover{
		transform: scale(1.1);
}
.news-info h1{
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	text-align: center;
	margin-top: 20px;
}
.news-info h2{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #484848;
	margin-top: 20px;
	text-align: left;
}
.news-info span{
	font-size: 12px;
	color: #777;
	text-align: center;
	margin-top: 20px;
	display: block;
}
.news-info p{
	font-size: 12px;
	color: #777;
	margin-top: 20px;
	text-align: left;
}
.back-news{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #b45f1a;
	border: 1px solid #b45f1a;
	margin: auto;
}
.back-news:hover{
	color: #b45f1a;
	background: #fff;
}
@media only screen and (min-width: 768px){
	.news-info h1{
		font-size: 30px;
		margin-top: 30px;
	}
	.news-info h2{
		font-size: 18px;
		line-height: 20px;
	}
	.news-info span{
		font-size: 14px;
	}
	.news-info p{
		font-size: 16px;
	}
	.back-news{
		font-size: 16px;
	}
}

/* 网站地图 */
.website-map h1{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	margin-top: 20px;
}
.website-map-content{
	margin-bottom: 20px;
	overflow: hidden;
}
.website-map-content li{
	margin-bottom: 10px;
}
.website-map-content li dl{
	font-size: 0;
}
.website-map-content li dl dt{
	font-size: 14px;
	font-weight: normal;
}
.website-map-content li dl dd{
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}
.website-map-content li a:hover{
	color: #b45f1a;
}
@media only screen and (min-width: 768px){
	.website-map h1{
		font-size: 36px;
		margin-top: 40px;
	}
	.website-map-content{
		font-size: 0;
	}
	.website-map-content li{
		display: inline-block;
		width: 20%;
		vertical-align: top;
		text-align: center;
	}
	.website-map-content li dl{
		display: inline-block;
		text-align: left;
	}
	.website-map-content li dl dt{
		font-size: 24px;
	}
	.website-map-content li dl dd{
		font-size: 16px;
		display: block;
		margin-right: 0;
	}
}
@media only screen and (min-width: 1200px){
	.website-map-box{
		width: 1170px;
		margin: auto;
	}
}

/* 用户操作指南 */
.install-vedio-box{
	background: url(../images/install-vedio-bg.png) no-repeat center;
	background-size: cover;
}
.install-vedio-title{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	padding: 15px 0;
}
.install-process h1{
	font-size: 16px;
	color: #484848;
	padding: 15px 0;
	margin-top: 30px;
}
.install-process ul {
	font-size: 0;
}
.install-process ul li{
	width: 50%;
	display: inline-block;
	margin-bottom: 20px;
}
.install-process ul li>div{
	margin: 0 10px;
}
.install-process ul li div img{
	width: 100%;
	transition: all 0.6s;
}
.install-process ul li div{
	overflow: hidden;
}
.install-process ul li div img:hover{
	transform: scale(1.1);
}
.install-process ul li div p{
	font-size: 14px;
	color: #484848;
	margin-bottom: 10px;
	text-align: center;
}
@media only screen and (min-width: 1200px){
	.install-vedio-box{
		width: 1170px;
		margin: auto;
	}
	.install-vedio-title{
		font-size: 36px;
		padding: 30px 0;
	}
	.install-process h1{
		font-size: 30px;
		margin-top: 60px;
	}
	.install-process ul li div p{
		padding: 10px 0;
	}
	.install-process ul li div p{
		font-size: 18px;
	}
}

/* 视频中心 */
.vedio-title{
	font-size: 18px;
	color: #484848;
	text-align: center;
	padding: 20px 0;
}
.vedio-center-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity:0.3;
}
.brand-vedio-box{
	position: relative;
	overflow: hidden;
}
.brand-vedio-box img{
	width: 100%;
	transition: all 0.6s;
}
.brand-vedio-box:hover img{
	transform: scale(1.1);
}
.brand-vedio-btn{
	width: 100%;
	height: 90px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -45px;
	z-index: 1;
} 
.brand-vedio-btn h2{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.play-btn{
	width: 50px;
	height: 50px;
	background: url(../images/index-vedio-btn.png) no-repeat center;
	background-size: 50px;
	display: block;
	margin: 0 auto;
}
.product-vedio .function-introduced-ban{
	margin: 0;
}
.vedio-list{
	font-size: 0;
}
.vedio-list li{
	position: relative;
}
.vedio-center-btn{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
}
.vedio-list ul li{
	margin: 0;
}
.vedio-list li img{
	transition: all 0.6s;
}
.vedio-list li:hover img{
	transform: scale(1.1);
}
.vedio-focus{
	padding: 10px 0;
	background: #bfbfbf;
}
.vedio-focus ul{
	width: 160px;
	margin: 0 auto;
	font-size: 0;
}
.vedio-focus ul li{
	padding: 3px;
	border: 2px solid transparent;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
}
.vedio-focus ul li span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
}
.vedio-focus ul li.crt{
	border-color: #fff;
}
.vedio-focus ul li.crt span{
	background: transparent;
}
.active-vedio-list{
	font-size: 0;
}
.active-vedio-list li{
	width: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.active-vedio-list li img{
	width: 100%;
	transition: all 0.6s;
}
.active-vedio-list li:hover img{
	transform: scale(1.1);
}
.vedio-play{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	display: none;
}
.close-btns{
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 1001;
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
}
.close-btns img{
	width: 100%;
}
@media only screen and (min-width: 768px){
	.vedio-title{
		font-size: 36px;
		padding: 40px 0;
	}
	.brand-vedio-btn{
		height: 140px;
		margin-top: -70px;
	}
	.brand-vedio-btn h2{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	.active-vedio-list li{
		width: 25%;
	}
}


#a2{ width:100%;}
.models-brand-list ul li:hover >div a{ display:block; width:100%;}
.index-vedio-text a:link {color: #fff; outline:none;}
.index-vedio-text a:visited {color: #fff}
.index-vedio-text a:active {color: #fff}
.index-vedio-text a:hover{COLOR:#b45f1a}



.car-r-box a:link {color: #fff; outline:none;}
.car-r-box a:visited {color: #fff}
.car-r-box a:active {color: #fff}
.car-r-box a:hover{COLOR:#b45f1a}


/* 修改后头尾样式 */
.nav-list-fir,.phone-top{
		position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    height: 48px;
    background: rgba(0,0,0,0.6);
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
		overflow: hidden;
		-webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.fixed .nav-list-fir,.phone-show{
	position: fixed;
}
.hei48{
	height: 48px;
	background: #000;
}
.phone-show .container{
	height: 100%;
}
.phone-show .nav-box{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.phone-show .head-search-box{
	
}
.phone-show .nav-box ul{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 0;
	overflow-y: auto;
	padding-bottom: 10px;
}
.phone-top{
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.nav-box ul{
		cursor: default;
    margin: 0 -10px;
    width: auto;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-box ul li{
		webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 48px;
		font-size: 14px;
		line-height: 48px;
    z-index: 1;
    vertical-align: top;
		color: #fff;
		transition: all .5s;
		-webkit-transition: all .5s;
}
.nav-box ul li:hover{
	opacity: 0.65;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.v-hidden ul li.crt{
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.v-hidden ul li:nth-child(2){
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
.v-hidden ul li:nth-child(3){
	transition-delay: 0.125s;
	-webkit-transition-delay: 0.125s;
}
.v-hidden ul li:nth-child(4){
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.v-hidden ul li:nth-child(5){
	transition-delay: 0.375s;
	-webkit-transition-delay: 0.375s;
}
.v-hidden ul li:nth-child(6){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}
.v-hidden ul li:nth-child(7){
	transition-delay: 0.625s;
	-webkit-transition-delay: 0.625s;
}
.logo-icon{
	width: 48px;
	height: 48px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
	background-size: 20px;
}
.search-icon{
	width: 48px;
	height: 48px;
	display: block;
	background: url("https://www.apple.com/ac/globalnav/4/en_US/images/globalnav/search/image_large.svg") no-repeat center;
}
.nav-box{
	position: relative;
}
.head-search-box{
	width: 80%;
	height: 48px;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 10;
	visibility: visible;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.head-search{
	padding: 0 48px;
}
.head-search a{
	display: none;
}
.tx_ser{
	width: 100%;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding: 10px 0;
	box-sizing: content-box;
	background: transparent;
}
#search{
	width: 48px;
	height: 48px;
	display: block;
	background: url("https://www.apple.com/ac/globalnav/4/en_US/images/globalnav/search/image_large.svg") no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ac-gn-searchview-close{
		right: 15px;
    right: calc(15px + constant(safe-area-inset-right));
    position: absolute;
    z-index: 3;
    width: 38px;
    height: 44px;
    top: 0;
    opacity: 1;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
		background: transparent;
		border: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
}
.close-btn{
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: -1;
}
.ac-gn-searchview-close-wrapper{
		display: block;
    width: 100%;
    height: 100%;
}
.ac-gn-searchview-close-left,.ac-gn-searchview-close-right{
		height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 13px;
    z-index: 1;
}
.ac-gn-searchview-close-left{
		right: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
}
.ac-gn-searchview-close-right{
		left: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 100% 100%;
		transition: all .5s;
		-webkit-transition: all .5s;
}
.v-hidden .ac-gn-searchview-close-left{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.v-hidden .ac-gn-searchview-close-right{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-list-sec{
	position: relative;
  height: 48px;
	line-height: 48px;
  z-index: 1;
	background: rgba(51,51,51,0.7);
	overflow: hidden;
}
.fixed .nav-list-sec{
	display: none;
}
.nav-list-sec ul{
	list-style: none;
    margin: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
		font-size: 0;
		padding-bottom: 20px;
		text-align: center;
}
.nav-list-sec ul li{
	display: inline-block;
  vertical-align: top;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
}
.foot{
	background: #222;
	font-size: 12px;
	color: #666;
}
.foot-first{
	border-bottom: 1px solid #444;
  padding: 17px 0 11px;
}
.foot-second{
	padding-top: 20px;
}
.foot-second dl{
	width: 20%;
	box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 2px;
}
.foot-second dt{
	font-weight: bold;
	color: #ccc;
	line-height: 14px;
}
.foot-second dd{
	margin-top: 10px;
	line-height: 14px;
	color: #999;
}
.foot-second dd a:hover{
	color: #ccc;
	text-decoration: underline;
}
.sec-text{
	margin-top: 20px;
	margin-bottom: 7px;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.sec-text a{
	color: #6bf;
}
.thi-top p{
	margin-right: 30px;
  float: left;
  margin-top: 5px;
	line-height: 16px;
}
.thi-right{
	float: left;
	line-height: 16px;
	margin-top: 5px;
}
.thi-right a{
	border-right: 1px solid #444;
  margin-right: 7px;
  padding-right: 10px;
  display: inline-block;
  white-space: nowrap;
	color: #999;
}
.thi-right a:last-child{
	border-right: 0;
}
.thi-right a:hover{
	color: #999;
	text-decoration: underline;
}
.thi-bottom{
	margin-top: 10px;
	padding-bottom: 20px;
}
.thi-bottom a:hover{
	text-decoration: underline;
}

/* 小于768像素 */
@media only screen and (max-width: 767px) {
	.phone-show{
		height: 100%;
		background: rgba(0,0,0,1);
		-webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
	}
	.phone-top{
		display: block;
		height: 48px;
	}
	.phone-top.crt{
		height: 0;
	}
	.phone-top .ac-nav{
		width: 48px;
		height: 48px;
		position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
	}
	.ac-nav label{
		display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
	}
	.ac-gn-menuicon-bread{
		position: absolute;
    z-index: 3;
    top: 9px;
    left: 9px;
    width: 30px;
    height: 30px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355,1);
	}
	.ac-gn-menuicon-bread-crust{
		display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 7px;
    z-index: 1;
	}
	.ac-gn-menuicon-bread-top{
		-webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: none;
    transform: none;
    z-index: 4;
	}
	.ac-gn-menuicon-bread-crust-top{
		top: 14px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s, -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
	}
	.ac-gn-menuicon-bread-bottom{
		-webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: none;
    transform: none;
	}
	.ac-gn-menuicon-bread-crust-bottom{
		bottom: 14px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s, -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
	}
	.phone-show .ac-gn-menuicon-bread-crust-top,.phone-show .ac-gn-menuicon-bread-crust-bottom{
		webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: none; 
    transform: none;
	}
	.phone-show .ac-gn-menuicon-bread-top{
		-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.phone-show .ac-gn-menuicon-bread-bottom{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.phone-top .ac-logo{
		width: 48px;
		height: 48px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -24px;
		text-align: center;
		z-index: 1;
	}
	.nav-list-fir .head-search-box{
		width: 100%;
		position: static;
		display: block;
		margin-top: 48px;
	}
	.head-search-box.crt{
		margin-top: 15px;
	}
	.head-search{
		background: rgba(255,255,255,0.2);
		border-radius: 5px;
	}
	.head-search.crt{
		padding-right: 0;
		margin-right: 48px;
		transition: all .5s;
	}
	.tx_ser::-webkit-input-placeholder{
		color: rgba(255,255,255,0.8);
	}
	.head-search a{
		width: 48px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.nav-box ul{
		height: auto;
		display: block;
		padding: 0 30px;
		margin: 0 -15px;
		border-top: 1px solid rgba(255,255,255,0.4);
		margin-top: 15px;
	}
	.nav-box ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	.nav-box ul li:first-child,.nav-box ul li:last-child{
		display: none;
	}
	.foot-second{
		padding-top: 0;
	}
	.foot-second dl{
		width: 100%;
		height: 44px;
		border-bottom: 1px solid #444;
		overflow: hidden;
	}
	.foot-second dl.crt{
		height: auto;
	}
	.foot-second dt{
		font-weight: bold;
		color: #ccc;
		line-height: 14px;
		padding: 15px 0;
	}
	.foot-second dt:after{
		content: '+';
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-right: 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
	}
	.foot-second dl.crt dt:after{
		-webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
	}
	.foot-second dd{
		padding-left: 30px;
	}
	.foot-second dd:last-child{
		margin-bottom: 15px;
	}
	.thi-right a{
		margin-top: 5px;
	}
}

.lm_cs{ width:100%; padding-bottom:20px; text-align:center;}
.lm_cs a{ display:inline-block; line-height:28px; height:30px; padding:0px 15px; margin:5px 3px; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}
.lm_cs a:hover,.lm_cs a.on{ background:#929292; color:#fff;}