/* CSS Document */

/*首页 小标题*/
.index-title{text-align: center;margin-bottom:20px;}
.index-title h3{margin-top:30px;color:#2a2a2a}
.index-title h4{color:#999;margin:20px 0px;}
.hline{width:60px;margin:0 auto;background:#ff7d01;height:2px;margin-top:10px;margin-bottom:10px;}

/*首页幻灯片*/
.index-banner img{width:100%}
/*品牌故事*/
.index-story p{line-height:30px;font-size:15px}
.index-submenu{margin-top:40px;}
.index-submenu .submenu{overflow: hidden;margin:10px;position: relative;cursor: pointer}
.index-submenu .submenu img{width:100%}
.index-submenu .is-item{padding:0px;}
.index-submenu .is-title{position: absolute;width:100%;bottom:0px;height:45px;line-height: 45px; background-color: #000;text-align: center;color:#fff;filter:Alpha(opacity=70);opacity: 0.7}
.index-submenu .is-div{position: absolute;top:0px;left:0px;color: #fff;background: rgba(0,0,0,.6);width:100%;height:100%;display: none;text-align: center}
.index-submenu .is-div .is-line{width:40px;height:2px;background:#ff7d01;margin:0 auto;margin-top:140px;}
.index-submenu .is-div p{font-size:24px;font-weight: bold;color:#ff7d01;margin-top:10px;}

/*首页 - 视频*/
.index-video{background:url(../images/index-video-bg.jpg) no-repeat;height:843px;margin-top:50px;padding-top:40px;}
.index-video .iv-text{text-align:center;}
.index-video h5{font-size:24px;padding:10px 0px;color:#000;}


/*首页 - 新闻中心*/
.index-news{margin-top:20px}
.index-news p i{color:#a9a9a9}
.index-news span{padding-left:5px;color:#a9a9a9}
.index-news h5{padding:10px;}
.index-news h5 a{font-size:18px;color:#000;}
.iv-left{margin-top:20px;overflow: hidden;box-shadow:0 0 10px #ccc;}
.iv-left .ivl-img{width:100%;overflow: hidden}
.iv-left img{width:100%;transition: all 0.6s;}
.iv-left img:hover{transform: scale(1.4);}
.iv-left p{padding-left:10px;padding-bottom:10px;}
.iv-right{margin-top:20px;overflow: hidden;box-shadow:0 0 10px #ccc;}
.iv-right h5{margin-top:10px;font-size:20px;}
.iv-right .ivr-img{width:100%;overflow: hidden}
.iv-right .ivr-img img{transition: all 0.6s;width:100%;}
.iv-right .ivr-img img:hover{transform: scale(1.4);}
.iv-right .intro{margin:14px 0px;font-size:14px;padding-left:10px;}
.iv-right .iv-time{margin-top:30px;float: left;color:#a9a9a9;padding-bottom:10px;padding-left:10px;}
.iv-right .iv-abtn{float:right;margin-top:20px;padding-bottom:10px;padding-right:10px;}


/*首页 - 服务网点*/
.index-service{margin-top:20px;clear: both;overflow: hidden;background: #f7f7f7;padding-top:40px;padding-bottom:40px}
.index-service .is-map{width:99%;float:left;height:500px;margin-top:40px}
.index-service .is-map img{width:100%}
.index-service .is-adress-list{width:99%;float:right;margin-top:40px;overflow: hidden;position: relative}
.index-service .is-adress-list .ht-from{width:90%}
.index-service .is-adress-list .ht-from #store-submit{border:none;position: absolute;bottom:-30px;background:none;right:5px}
.is-adress-list #store_search input{width:100%}
.isd-seach{float: left;width:30%;position: relative}
.isd-seach form input{border:1px solid #d0d0d0;background:#fff;padding:10px;width:100%;padding-right:50px;color:#d0d0d0}
.isd-seach button{border:none;position: absolute;top:12px;left:90%;background:none;color:#d0d0d0}
.is-jingxiao{float:right;overflow: hidden;width:68%;}

#sl-div{width:100%;height:460px;overflow: hidden;margin-top:20px; }
.sl-list li{padding:15px 0px;overflow: hidden;}
.sl-list li .sl-num{border:1px solid #ccc;border-radius:50%;float:left;padding:5px 10px;margin-right:10px;margin-top:10px;color:#444;}
.sl-list h5{font-size:16px;padding-bottom:10px;float:left;width:80%;color:#444}
.sl-list  p{float:left;width:80%;color:#acacac}
.sl-list li.current .sl-num{border:1px solid #ff7d01}
.sl-list li.current h5,.sl-list li.current p,.sl-list li.current .sl-num{color:#ff7d01}
.zUIpanelScrollBox,.zUIpanelScrollBar{width:10px;top:4px;right:2px;border-radius:5px;}
.zUIpanelScrollBox{background:black;opacity:0.1;filter:alpha(opacity=10);}
.zUIpanelScrollBar{background:#ff7d01;opacity:0.8;filter:alpha(opacity=80);}

/*首页 - 经验范围*/

.index-fanwei{margin-top:20px;margin-bottom:30px;}
.index-fanwei .ifw-img{padding-left:0px;padding-right:0px;}
.index-fanwei .ifw-img img{background:#15518C;border-radius: 50%;width:100%}
.index-fanwei .ifw-title{font-size:20px;font-weight: bold}
.index-fanwei .ifw-intro{ margin-top:15px;}
.index-fanwei a:hover .ifw-img img{background:#E17D01}
.index-fanwei a:hover .ifw-title{color:#E17D01}
.index-fanwei a:hover .ifw-intro{color:#E17D01;}
/*新闻中心*/
.news-list{margin-top:20px;border-top:1px solid #efefef;margin-bottom: 40px;}
.news-list .news-item{border:1px solid #efefef;padding:20px 0px;border-top:none;}
.news-list .news-item .ni-img{text-align: center;}
.news-list .news-item .ni-img img{padding:0px 5px;}
.news-item .ni-detail h4 a{color:#444;}
.news-item .ni-detail h4 a:hover{color:#ff7d01}
.news-item .ni-detail p.intro{color:#999999;margin-top:10px;height:120px}
.news-item:hover{box-shadow:#ccc 0px 0px 10px;}
.news-item:hover .ni-detail h4 a{color:#ff7d01}

/*新闻详情*/
.news-detail{margin-top:40px;}
.news-detail .path{color:#999999}
.news-detail .path a{color:#999999}
.news-detail h1{color:#444;font-size:30px}
.news-detail p.base{margin:20px 0px;color:#999999}
.news-detail .nd-left p{margin-bottom:10px;line-height:30px;font-size:16px;}
.news-detail .nd-right h4{font-size: 16px;color:#444;margin-bottom: 10px;}
.nd-right li{padding:10px 0px;}
.nd-right li a{color:#666666;}
.nd-right li a:hover{color:#ff7d01}

/*产品中心*/
.product-list .product-item{float:left;padding:30px;}
.product-list .product-item .pi-title{padding-top:20px;text-align: center;}
.product-list .product-item .pi-title a{color:#444;font-weight: bold}
.product-list .product-item .pi-img{padding:5px;border:1px solid #ccc;}
.product-list .product-item:hover .pi-img{border:1px solid #ff7d01}
.product-list .product-item:hover .pi-title a{color:#ff7d01}

/*关于我们*/
.about-us{margin-top:40px;}
.about-us .hline{margin-left:0px;}
.about-us h3{color:#444;margin-bottom:10px;}
.about-us h4{color:#999;font-size:14px}
.about-us .au-content p{line-height: 28px}
.about-us .au-content .icon-img{width:80%}
.about-us .au-content .icon{text-align:center}

.about-us .au-content .auc-img{width:100%}
.shebei{margin-top:40px;}
.shebei .hline{margin-left:0px;}
.shebei h3{color:#444;margin-bottom:10px;}
.shebei h4{color:#999;font-size:14px}
.shebei  .shebei-list p{margin-top:10px;text-align: center;margin-bottom:20px;}
.shebei  .shebei-list img{width:100%}
.shebei .sc-detail p{line-height: 28px}
/*联系我们*/
.contact-us{margin-bottom: 20px;}
.nei-title{text-align:left;}
.nei-title .hline{margin-left:0px;}
.contact-us .cu-base,.contact-us .cu-message{margin-top:20px}
.contact-us .cu-map{margin-top:20px}
.cu-base h3{color:#444;margin-bottom:10px;}
.cu-base h4{color:#999;font-size:14px}
.cu-content li{padding:5px 0px;font-size:16px;}
.cu-content li i{font-size:20px;margin-right:5px;}
.cuc-qcode{margin:20px;overflow: hidden;}
.cuc-qcode li{float:left;width:40%;text-align: left;}
.cu-message .input-group{margin-bottom:20px;}
.cu-message .input-group input{padding:10px 5px}
.cu-message .input-group textarea{width:100%}
#message-form input,#message-form textarea{width:80%}

/*保修*/
.baoxiu-base{text-align: center;padding-bottom:50px;}
.baoxiu-base h3{margin:40px 0px;font-size:30px;color:#000}
.baoxiu-base h4{margin:30px 0px;color:#000;}
.baoxiu-base p{color:#999}
.baoxiu-base .baoxiu-item{margin-top:20px;}
.baoxiu-yuanyin{background:#f7f9fa;padding:10px;}
.baoxiu-yuanyin h3{text-align: center;color:#444;padding:50px 0px;font-size:30px;}
.baoxiu-yuanyin .row p{margin-bottom:20px;}


/*下载壁纸*/
.bizhi-list .bizhi-item{float:left;padding:30px;}
.bizhi-list .bizhi-item ul{margin-top:20px;}
.bizhi-list .bizhi-item ul li{float:left;width:31%;text-align: center;}
.bizhi-list .bizhi-item ul li:nth-last-child(2){margin:0px 9px}
.bizhi-list .bizhi-item ul li a{display:block;border:1px solid #999;height: 30px;line-height: 30px;color:#999}
.bizhi-list .bizhi-item ul li a:hover{color:#ff7d01;border:1px solid #ff7d01;}
/*下载产品手册*/
.shouce-item {margin-bottom: 30px;}
.shouce-item .si-title{text-align: center;padding:10px 0px;}
.shouce-item .si-title a{font-size:16px;color:#444;font-weight: bold;}
.shouce-item .si-button{text-align: center;margin-top:20px;}
.shouce-item .si-button a{color:#666;border:1px solid #999;border-radius: 20px;padding:8px 30px;}
.shouce-item .si-button a:hover{color:#ff7d01;border:1px solid #ff7d01;}
.shouce-item .si-button a:hover i{color:#ff7d01}
.shouce-item .si-button a i{margin-right:10px;color:#666;}
.shouce-item .si-intro{height:50px;}
/*加入我们*/
.jion-title{text-align: center;padding:40px 0px;font-size:18px;width:90%;margin:0 auto;}
.jion-title span{color:#08559e}
.jion-title .ji-email{text-align: right;}
.jion-title .ji-mobile{text-align: left;}
.join-item{box-shadow:#ccc 0px 0px 10px;padding:20px;margin-bottom:20px;}
.join-item .ji-title{text-align: center;padding-top:30px;font-weight: bold;color:#000;font-size:18px}
.join-item .ji-detail{display:none;padding:20px;}
.join-item .jib-base li{padding-bottom:10px;}
.join-item .ji-base{border-left:1px solid #e3e3e3;}
.join-item .ji-caozuo{text-align: center;cursor: pointer}
.join-item .ji-caozuo i{color:#ff7d01;font-size:30px}
.join-item .ji-detail p{line-height: 28px}


/*预约车型*/
.chexing{background:#f7f8f9;padding:20px;}
.chexing h3{color:#000;}
.chexing .hline{background:#999;height:1px;margin-left:0px;width:30px}
.chexing h4{color:#999;font-size:14px}
.chexing h1{font-size:20px;color:#000;padding-bottom:20px;;font-weight: bold}
.chexing .chexing-select{border:1px solid #ddd;margin-bottom:10px;cursor: pointer;padding:1px }
.chexing .cs-img img{width:100%}
.chexing .chexing-select p{text-align: center;padding:10px 0px;}
.chexing .active{border:1px solid #ff7d01}
.chexing .active p{background:#ff7d01;color:#fff;}

.jingxiaoshang{background:#f7f8f9;padding:20px;margin-top:20px;}
.jingxiaoshang h3{color:#000;}
.jingxiaoshang .hline{background:#999;height:1px;margin-left:0px;width:30px}
.jingxiaoshang h4{color:#999;font-size:14px}
.jingxiaoshang h1{font-size:20px;color:#000;font-weight: bold}
.jingxiaoshang .jxs-list{background:#fff;}
.jingxiaoshang .jxs-list-title{margin:10px 0px;font-size:16px}
.jingxiaoshang .jxs-list-title div{padding:0px;}
.jingxiaoshang .jxs-list-title span{color:#ff7d01}
.jingxiaoshang .jxs-radio{text-align: right;}
.jingxiaoshang .jxs-name{padding-bottom:10px}
.jingxiaoshang .jxs-address{float:left;margin-right:10px;padding-bottom: 10px;}
.jingxiaoshang .jxs-mobile{float:left;}
.jingxiaoshang .jxs-list div.radio{border-bottom:1px solid #eee;}
.jingxiaoshang .jxs-select{width:40%;margin-right:10px;border:1px solid #ddd;padding:8px;border-radius: 5px}



.baseinfo{background:#f7f8f9;padding:20px;margin-top:20px;}
.baseinfo h3{color:#000;}
.baseinfo .hline{background:#999;height:1px;margin-left:0px;width:30px}
.baseinfo h4{color:#999;font-size:14px}
.baseinfo h1{font-size:20px;color:#000;padding-bottom:20px;;font-weight: bold}
.baseinfo-main .form-group{overflow: hidden;clear: both}
.baseinfo-main .form-group .control-label{text-align:right;}
.baseinfo-main .baseinfo-submit{text-align: center;}


/*产品详细页*/
.fangan .fa-item{box-shadow:#ccc 0px 0px 10px;padding:20px;}
.fangan .fa-item h2{font-size:18px;color:#000;font-weight: bold}
.fangan .fa-item .fa-title span{width:16px;height:16px;display:block;background: #ff7d01;float:left;margin-right:5px}
.fangan .fa-item .fa-title p{float:left;}
.fangan .fa-item p{margin-top:20px;}
.fwcn p{padding:10px 20px;font-size:16px}


.radio-inline{background: none;}

.radio-inline input{background: none;width:30%}

@media screen and  (max-width: 963px) {
    .news-item .ni-detail h4{margin-top:10px}
    .header-main #header-nav li a{padding-bottom:15px;}
    /*新闻中心*/
    .news-item .ni-detail p.intro{height:auto}
    /*新闻详情*/
    .nd-right{margin-top:20px;padding-top:10px;border-top:2px solid #ff7d01;}
    footer .footer-right{float:right;overflow: hidden;width:100%}
    footer .footer-right li{float:left;margin-top:20px;text-align: center;width:50%;margin-left: 0px;}
    .join-item .ji-base{border-left:0px;}
    .join-item .ji-title{padding-top:10px;border-bottom:1px solid #e3e3e3;padding-bottom:10px;}
    .join-item .jib-base ul li{clear:both;}
    .join-item{margin:10px;}
    .jion-title .ji-email{text-align: center;}
    .jion-title .ji-mobile{text-align: center;}
    #certify{width:100%}
    #certify  .swiper-slide  {width:auto;}
	.index-fanwei .ifw-img{text-align:center}
	.index-fanwei .ifw-img img{background:#15518C;border-radius: 50%;width:50%}
	
	.about-us .au-content .icon-img{width:30%}
}
