
/*整体布局*/
.special-mrap{ width: 1100px; margin: 25px auto; position: relative;}
.special-mrap:after{ content: "."; overflow: hidden; display: block; height: 0; clear: both;}
.special-mrap .special-left{ width: 760px; float: left;}
.special-mrap .special-right{ width: 300px; float: right;}

/* 首页Banner */
.banner-mrap{ width:760px; overflow:hidden; position:relative; margin: 0; }
.banner-mrap .hd{ width: 758px; border: 1px solid #EEE; height:54px; background: #fafafa; overflow:hidden; z-index:1; }
.banner-mrap .hd ul{ overflow:hidden; zoom:1; text-align: center; margin-top: 22px;  }
.banner-mrap .hd ul li{ transition: width .3s ease;-webkit-transition: width .3s ease; -moz-transition: width .3s ease; -ms-transition: width .3s ease; display: inline-block; margin-right:2px;  width:8px; height:8px; text-align:center; background:#7a7a7a; cursor:pointer; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px; }
.banner-mrap .hd ul li.on{ background:#e94740; color:#fff; width: 30px; }
.banner-mrap .bd{ position:relative; height:100%; z-index:0; }
.banner-mrap .bd li{ zoom:1; vertical-align:middle; width:760px; height:333px; }
.banner-mrap .bd li .zl{ width: 507px; height: 333px; float: left; overflow: hidden; position: relative;}
.banner-mrap .bd li .zl:hover img{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); /* IE 9 */-moz-transform:scale(1.1,1.1); /* Firefox */-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */-o-transform:scale(1.1,1.1); /* Opera */}
.banner-mrap .bd li .zl a:before { content: "";position: absolute;width: 100%;height: 100%;z-index: 1;opacity: 1;-webkit-transition: all .3s ease;transition: all .3s ease;background: -webkit-gradient(linear,0 40%,0 100%,from(rgba(0,0,0,0)),to(#121515));background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);  }
.banner-mrap .bd li .zl p{ position: absolute; bottom: 0; left:0; right:0; padding: 10px 15px; line-height: 30px; overflow: hidden; color: #FFF; z-index: 2; font-size: 20px; transition: bottom 0.3s; -moz-transition: bottom 0.3s; -webkit-transition: bottom 0.3s; -o-transition: bottom 0.3s; -ms-transition: bottom 0.3s;}
.banner-mrap .bd li .zl img{ width: 507px; height: 333px; transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.banner-mrap .bd li .yr { width: 248px; float: right; }
.banner-mrap .bd li .yr .yr-img{ width: 248px; height: 164px; overflow: hidden; margin-bottom: 5px; position: relative;}
.banner-mrap .bd li .yr .yr-img:hover img{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); /* IE 9 */-moz-transform:scale(1.1,1.1); /* Firefox */-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */-o-transform:scale(1.1,1.1); /* Opera */}
.banner-mrap .bd li .yr .yr-img a:before { content: "";position: absolute;width: 100%;height: 100%;z-index: 1;opacity: 1;-webkit-transition: all .3s ease;transition: all .3s ease;background: -webkit-gradient(linear,0 40%,0 100%,from(rgba(0,0,0,0)),to(#121515));background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);  }
.banner-mrap .bd li .yr .yr-img p{ font-size: 16px; padding: 7px 10px; position: absolute; bottom: 0; left:0; right:0; line-height: 22px; overflow: hidden; color: #FFF; z-index: 2; transition: bottom 0.3s; -moz-transition: bottom 0.3s; -webkit-transition: bottom 0.3s; -o-transition: bottom 0.3s; -ms-transition: bottom 0.3s;}
.banner-mrap .bd li .yr .yr-img img{ width: 248px; height: 165px; transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.banner-mrap .bd img{ display:block; }
.banner-mrap .prev,
.banner-mrap .next{ background: url("/images/zyc/v20170517/fang-l0.png") no-repeat 50% 50%; position:absolute; left:0; top:50%; margin-top:-27px; display:block; width:35px; height:54px; font-size: 22px; text-align: center; line-height: 54px; background-color: rgba(225, 225, 225, 0.5); filter:alpha(opacity:30) ;opacity:0.3 ;-moz-opacity:0.3;transition: all .3s ease;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;}
.banner-mrap .next{ background: url("/images/zyc/v20170517/fang-r0.png") no-repeat 50% 50%; left:auto; right:0; border-right:none;  background-color: rgba(225, 225, 225, 0.5);filter:alpha(opacity:30) ;opacity:0.3 ;-moz-opacity:0.3;}
.banner-mrap .prev:hover{ background-color: rgba(225, 225, 225, 0.5); filter:alpha(opacity:90) ;opacity:0.9 ;-moz-opacity:0.9;}
.banner-mrap .next:hover{ background-color: rgba(225, 225, 225, 0.5);filter:alpha(opacity:90) ;opacity:0.9 ;-moz-opacity:0.9; }
.banner-mrap .prevStop{ display:none; }
.banner-mrap .nextStop{ display:none; }

/*资讯Tab*/
.information-mrap{ text-align:left; margin-top: 30px; }
.information-mrap .hd{ height:35px; line-height:35px; font-size: 16px; color:#444; border-bottom:1px solid #ddd;  position:relative; }
.information-mrap .hd ul{ position: absolute; top:1px;}
.information-mrap .hd ul li{ float:left; padding:0 15px; cursor:pointer; border:1px solid #FFF; height: 32px;  }
.information-mrap .hd ul li a{ color:#444;  }
.information-mrap .hd ul li.on{ border:1px solid #82bb30; background: #82bb30; height: 33px; border-bottom-color: #82bb30; position: relative;}
.information-mrap .hd ul li.on a{ color:#FFF; }
.information-mrap .hd2 ul li.on{ border:1px solid #ddd; background: #FFF; height: 33px; border-bottom-color: #FFF; position: relative;}
.information-mrap .hd2 ul li.on:after{ display: block; content: " ";position: absolute;top:-1px;left:-1px;right:-1px;height: 3px;background: #82bb30;}
.information-mrap .hd2 ul li.on a{ color:#444; }
.information-mrap .hd ul li a:hover{ text-decoration: none;}
.information-mrap .bd li{ padding: 20px 0;}
.information-mrap .bd li .news-one { padding: 30px 0; border-bottom: 1px solid #f5f5f5;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.information-mrap .bd li .news-one:hover {background:#f5f5f5;}
.information-mrap .bd li .news-one .img-box{ width: 230px; height: 153px; position: relative; float: left;}
.information-mrap .bd li .news-one .img-box img:hover{ box-shadow:2px 2px 5px #b6b6b6; -moz-box-shadow:2px 2px 5px #b6b6b6;-webkit-box-shadow:2px 2px 5px #b6b6b6; -ms-box-shadow:2px 2px 5px #b6b6b6; -o-box-shadow:2px 2px 5px #b6b6b6; }
.information-mrap .bd li .news-one .img-box img{ display: block; width: 230px; height: 153px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.information-mrap .bd li .news-one .img-box span{ background: rgba(130, 187, 48, 0.8); color:#FFF; padding: 4px 8px; position: absolute; top:0;left:0;}
.information-mrap .bd li .news-one .txt-box{ display: table-cell; padding-left: 20px; position: relative;}
.information-mrap .bd li .news-one .txt-box h3{ height: 55px; line-height: 25px; font-size: 20px; overflow: hidden; padding-right: 5px;}
.information-mrap .bd li .news-one .txt-box h3 a{ color:#333; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.information-mrap .bd li .news-one .txt-box h3 a:hover{ color: #82bb30; text-decoration: none;}
.information-mrap .bd li .news-one .txt-box .synopsis{ color:#999; height: 50px; overflow: hidden; line-height: 25px; padding-right: 5px;}
.information-mrap .bd li .news-one .txt-box .synopsis2{ margin: 10px 0 20px;}
.information-mrap .bd li .news-one .txt-box .row-msg{ display: block; margin: 10px 0 20px; color:#999; height: 20px;}
.information-mrap .bd li .news-one .txt-box .row-msg2{ margin: 0;}
.information-mrap .bd li .news-one .txt-box .row-msg:after{ content: "."; display: block; overflow: hidden; height: 0; clear: both;}
/* 20170526 新增 start */
.information-mrap .bd li .news-one .txt-box .row-msg3{ display: block; margin: 10px 0 20px; color:#999; height: 25px; line-height: 25px;}
.information-mrap .bd li .news-one .txt-box .row-msg3:after{ content: "."; display: block; overflow: hidden; height: 0; clear: both;}
.information-mrap .bd li .news-one .txt-box .row-msg3 img{ display: block; float: left; width: 25px; height: 25px;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;  }
.information-mrap .bd li .news-one .txt-box .row-msg3 .username{ float: left; margin:0 15px 0 5px; line-height: 25px; display: inline-block; width: 85px; color:#999;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.information-mrap .bd li .news-one .txt-box .row-msg3 .username:hover{ color: #82bb30; text-decoration: none;}
.information-mrap .bd li .news-one .txt-box .row-msg3 span.time{ margin-right: 25px; display: block; float: left;}
.information-mrap .bd li .news-one .txt-box .row-msg3 span.tab-box{ padding-left: 20px; display: block; float: left; position: relative; width: 255px; height: 25px; overflow: hidden;}
.information-mrap .bd li .news-one .txt-box .row-msg3 span.tab-box:after{ position: absolute;top:0;left:0; width: 20px; height: 25px; content: " "; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -106px -11px;}
.information-mrap .bd li .news-one .txt-box .row-msg3 span.tab-box a{ color:#82bb30; margin-right: 5px;}
.information-mrap .bd li .news-one .txt-box .row-msg3 span.tab-box a:hover{ text-decoration: underline; color:#82bb30;}
/* 20170526 新增 end */
.information-mrap .bd li .news-one .txt-box .row-msg span{ display: block; float: left;}
.information-mrap .bd li .news-one .txt-box .row-msg span.time{ margin-right: 25px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box{ padding-left: 20px; position: relative; width: 295px; height: 20px; overflow: hidden;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box:after{ position: absolute;top:0;left:0; width: 20px; height: 20px; content: " "; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -106px -13px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box a{ color:#82bb30; margin-right: 5px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box a:hover{ text-decoration: underline; color:#82bb30;}
.information-mrap .bd li .news-one .txt-box .row-msg span.time2{ padding-left: 20px; position: relative;}
.information-mrap .bd li .news-one .txt-box .row-msg span.time2:after{ position: absolute;top:0;left:0; width: 20px; height: 20px; content: " "; background: url("/images/zyc/v20170517/industry-icon.png") no-repeat -60px -59px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box2{ padding-left: 20px; position: relative; max-width: 325px; height: 20px; overflow: hidden;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box2:after{ position: absolute;top:0;left:0; width: 20px; height: 20px; content: " "; background: url("/images/zyc/v20170517/icon.png") no-repeat -12px -146px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box2{ float: right; margin-right: 5px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box2 a{ color:#999; margin: 0; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tab-box2 a:hover{ text-decoration: underline; color:#82bb30;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box{ float: right; margin-right: 5px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box .comment{ font-style: normal; padding-left: 20px; position: relative;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box .comment i{ position: absolute;top:0;left:0; display: block; width: 20px; height: 20px; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -155px -14px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box .share{ border-left: 1px solid #e3e3e3; margin-left: 10px; padding-left: 10px; display: inline-block; width: 25px; height: 14px; position: relative;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box .share .on-share{ position: absolute;top:-7px;left:7px; display: inline-block; width: 25px; height: 25px; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -9px -56px;}
.information-mrap .bd li .news-one .txt-box .row-msg span.tips-box .share .on-share:hover{ text-decoration: none;}
/* 2017-05-23 新增 分享 */
.information-mrap .bd li .news-one .txt-box .share-list{ display: none; z-index: 1; background: #FFFFFF; border:1px solid #eeeeee; width: 120px;padding: 5px; height: 25px; position: absolute; top:86px; right:5px; box-shadow:2px 2px 5px #b6b6b6; -moz-box-shadow:2px 2px 5px #b6b6b6;-webkit-box-shadow:2px 2px 5px #b6b6b6; -ms-box-shadow:2px 2px 5px #b6b6b6; -o-box-shadow:2px 2px 5px #b6b6b6;}
.information-mrap .bd li .news-one .txt-box .share-list a{ display: block; height: 25px; width: 30px; float: left;}
.information-mrap .bd li .news-one .txt-box .share-list a:hover{ text-decoration: none;}
.information-mrap .bd li .news-one .txt-box .share-list a i{ display: block; height: 25px; width: 30px; background: url("/images/zyc/v20170517/fenxiang.png") no-repeat; margin: 0 auto;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.information-mrap .bd li .news-one .txt-box .share-list a.xl i{ background-position: -36px 1px;}
.information-mrap .bd li .news-one .txt-box .share-list a.pyq i{ background-position: -37px -29px;}
.information-mrap .bd li .news-one .txt-box .share-list a.wx i{ background-position: -38px -62px;}
.information-mrap .bd li .news-one .txt-box .share-list a.qq i{ background-position: -38px -91px;}
.information-mrap .bd li .news-one .txt-box .share-list a.xl:hover i{ background-position: -3px 1px;}
.information-mrap .bd li .news-one .txt-box .share-list a.pyq:hover i{ background-position: -4px -29px;}
.information-mrap .bd li .news-one .txt-box .share-list a.wx:hover i{ background-position: -6px -62px;}
.information-mrap .bd li .news-one .txt-box .share-list a.qq:hover i{ background-position: -5px -91px;}
/* 2017-06-07 新增 首页列表和资讯列表 */
.news-mrap{ margin-top: 10px;}
.news-mrap .small-img{ padding:30px 0; border-bottom: 1px solid #f5f5f5;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;}
.news-mrap .small-img:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.news-mrap .small-img:hover{ background: #f5f5f5;}
.news-mrap .small-img:hover .meta-mrap .meta-box .tab span a{ color:#82bb30; }
.news-mrap .small-img .img-box{ width: 230px; height: 153px; float: left; overflow: hidden; position: relative; margin-right: 15px;}
.news-mrap .small-img .img-box span{background: rgba(135, 182, 68, 0.91); color:#FFF; padding: 3px 5px; font-size: 14px; position: absolute; top:0; left:0;}
.news-mrap .small-img .img-box img{ display: block; width: 230px; height: 153px; transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.news-mrap .small-img .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); /* IE 9 */-moz-transform:scale(1.1,1.1); /* Firefox */-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */-o-transform:scale(1.1,1.1); /* Opera */}
.news-mrap .small-img .meta-mrap{ display: table-cell; width: 700px;}
.news-mrap .small-img .meta-mrap h3{ font-size: 20px; line-height: 26px; height: 52px; overflow: hidden;}
.news-mrap .small-img .meta-mrap h3 a{ color: #1c1c1c;transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.news-mrap .small-img .meta-mrap h3 a:hover{ color: #74a131; text-decoration: none;}
.news-mrap .small-img .meta-mrap .meta-box{ height: 24px; overflow: hidden; margin-top: 17px;}
.news-mrap .small-img .meta-mrap .meta-box p{ float: left; color:#999; line-height: 24px;}
.news-mrap .small-img .meta-mrap .meta-box .tab{ display: table-cell; width: 700px; float: none; text-align: right;}
.news-mrap .small-img .meta-mrap .meta-box .tab span a{ color:#999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.news-mrap .small-img .meta-mrap .meta-box .tab span{ margin: 0 4px 0 2px; display: inline-block;}
.news-mrap .small-img .meta-mrap .meta-box .tab em{ width: 13px; display: inline-block; height: 22px; background: url("/images/home/2017/icon.png") no-repeat -157px -57px;}
.news-mrap .small-img .meta-mrap .text-mrap{ color:#999; line-height: 22px; margin-top: 15px; height: 44px; overflow: hidden;}
.news-mrap .small-img .meta-mrap .meta-box .name{ height: 24px; line-height: 24px; color:#999; float: left; margin-right:10px;}
.news-mrap .small-img .meta-mrap .meta-box .name img{ display: block; float: left; width: 24px; height: 24px; margin: 0 5px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.news-mrap .small-img .meta-mrap .meta-box .name a{ color:#999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.news-mrap .small-img .meta-mrap .meta-box .name a:hover{ text-decoration: none; color: #74a131; }

/*标题01*/
.special-title{ width: 1100px; margin: 25px auto 0; border-bottom: 1px solid #c6c6c6; font-size: 18px; height: 35px;}
.special-title span{ display: block; float: left; padding: 0 5px; height: 34px; line-height: 34px; border-bottom: 2px solid #82bb30;}
.special-title a{ color:#999; font-size: 14px; float: right; margin: 12px 3px 0 0;}
.special-title a em{ font-style: normal; color:#999; margin-left: 3px;font-family:"SimSun";}
.special-title a:hover{ text-decoration: none; color: #82bb30;}
.special-title a:hover em{ color: #82bb30;}
/*标题02*/
.special-mrap .special-right .title-box{ background: #f9f9f9; height: 45px; line-height: 45px;}
.special-mrap .special-right .title-box span{ border-left: 5px solid #82bb30; color:#1c1c1c;padding:2px 0 2px 10px; font-size: 18px;}
.special-mrap .special-right .title-box span a{ color:#1c1c1c; float: none;}
.special-mrap .special-right .title-box span a:hover{ text-decoration: none; color:#1c1c1c;}
.special-mrap .special-right .title-box a{margin-right:7px; float: right; color:#999; transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.special-mrap .special-right .title-box a:hover{ text-decoration: none; color:#74a131;}
/*标题03*/
.imgclass-title{ margin: 0 auto; width: 1100px; overflow: hidden; clear: both; }
.imgclass-title span{ border-left: 5px solid #82bb30; font-size: 20px; padding: 0 10px; }
.imgclass-title a{ text-decoration: none; color:#82bb30; }


/*推荐车型*/
.special-mrap .special-right .recommend-nano{ background: #f9f9f9; padding: 0 0 10px; height: 342px;}
.special-mrap .special-right .recommend-nano .recommend-one-title{ width: 280px; margin: 0 auto; color:#666; border-bottom:1px dashed #e6e6e6; height: 42px; line-height: 42px; overflow: hidden; cursor: pointer;}
.special-mrap .special-right .recommend-nano .recommend-one-title.on{ display: none;}
.special-mrap .special-right .recommend-nano .recommend-one-title em{ font-style: normal; float: left; height: 20px; width: 20px; line-height: 20px; text-align: center; background: #bfbfbf; color:#FFF; margin: 11px 5px 0 0;}
.special-mrap .special-right .recommend-nano .recommend-one-title em.e{background: #82bb30;}
.special-mrap .special-right .recommend-nano .recommend-one{ width: 270px; margin: 0 auto; display: none; background: #FFF; padding:15px 5px; border-bottom:1px dashed #e6e6e6; }
.special-mrap .special-right .recommend-nano .recommend-one.on{ display: block }
.special-mrap .special-right .recommend-nano .recommend-one .lead-box:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.special-mrap .special-right .recommend-nano .recommend-one .img-box{ width: 160px; position: relative; height: 105px; float: left; margin-right: 5px;}
.special-mrap .special-right .recommend-nano .recommend-one .img-box a{ position: absolute; top:0px; left:0px; right:0px; bottom:0px;}
.special-mrap .special-right .recommend-nano .recommend-one .img-box a img{ display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.special-mrap .special-right .recommend-nano .recommend-one .text-box { display: table-cell; }
.special-mrap .special-right .recommend-nano .recommend-one .text-box p{ height: 44px; line-height: 22px; overflow: hidden; margin-top: 10px;}
.special-mrap .special-right .recommend-nano .recommend-one .text-box p a{ color:#444; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-right .recommend-nano .recommend-one .text-box p a:hover{ text-decoration: none; color: #74a131; }
.special-mrap .special-right .recommend-nano .recommend-one .text-box .goto{ margin-top: 10px; display: block; float: left; height: 26px; line-height: 26px; width: 76px; border:1px solid #74a131; color: #74a131; text-align: center;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;}
.special-mrap .special-right .recommend-nano .recommend-one .text-box .goto:hover{ text-decoration: none;}
.special-mrap .special-right .recommend-nano .recommend-one .meta{ height: 26px; line-height: 26px; color:#666; padding-top: 5px;}
.special-mrap .special-right .recommend-nano .recommend-one .meta span{ float: left;}
.special-mrap .special-right .recommend-nano .recommend-one .meta span em{ font-style: normal; color:#38a47e;}
.special-mrap .special-right .recommend-nano .recommend-one .meta .s { float: right;}

/*专题*/
.special-mrap .special-right .special-mian{ background: #f9f9f9;}
.special-mrap .special-right .special-mian .special-mrap-box{ width:260px; overflow:hidden; position:relative; padding: 20px 0; margin: 0 auto; }
.special-mrap .special-right .special-mian .special-mrap-box .hd{ width: 258px; height:24px; overflow:hidden; z-index:1; }
.special-mrap .special-right .special-mian .special-mrap-box .hd ul{ overflow:hidden; zoom:1; text-align: center; margin-top: 10px;  }
.special-mrap .special-right .special-mian .special-mrap-box .hd ul li{ display: inline-block; width: 10px; height: 10px; margin: 0 3px; background:#e3e2e2;  float: none; padding:0; cursor: pointer;}
.special-mrap .special-right .special-mian .special-mrap-box .hd ul li.on{ background:#82bb30; border:none; }
.special-mrap .special-right .special-mian .special-mrap-box .bd{ position:relative; height:100%; z-index:0; }
.special-mrap .special-right .special-mian .special-mrap-box .bd li{ zoom:1; vertical-align:middle; width:260px; }
.special-mrap .special-right .special-mian .special-mrap-box .bd li img{ display: block; width:260px; height:173px; }
.special-mrap .special-right .special-mian .special-mrap-box .bd li p{ line-height: 22px; margin-top: 10px; padding: 0 10px; height: 44px; overflow: hidden; }
.special-mrap .special-right .special-mian .special-mrap-box .bd li p a{ color:#666; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-right .special-mian .special-mrap-box .bd li p a:hover{ text-decoration: none; color: #74a131; }
.special-mrap .special-right .special-mian .special-mrap-box .bd li div{ line-height: 22px; color:#999; height: 22px; overflow: hidden; padding: 0 10px; }

/*图库*/
.gallery-wrap{ margin: 15px auto 50px; width: 1100px;}
.gallery-wrap:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both; }
.gallery-wrap .gallery-fl{ width: 435px; height: 293px; float: left; position: relative; overflow: hidden; }
.gallery-wrap .gallery-fl img{ display: block; width: 435px; height: 293px; }
.gallery-wrap .gallery-fl .mask-box{ position: absolute; top:0;left:0;right:0;bottom:0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s;}
.gallery-wrap .gallery-fl .mask-box:before{ content: " "; display: block; position: absolute; top:0;left:0;right:0;bottom:0; background: #000;-moz-opacity:0.3;opacity:0.3;filter:alpha(opacity:30);}
.gallery-wrap .gallery-fl .mask-box a{ width: 435px; height: 293px; font-size: 20px; margin: auto; display: table-cell; vertical-align: middle; padding:0 15px; color:#FFF;text-align: center; text-decoration: none;position: relative;z-index: 1;}
.gallery-wrap .gallery-fl:hover .mask-box{-moz-opacity:0;opacity:0;filter:alpha(opacity:0);transform:scale(2);-ms-transform:scale(2);-moz-transform:scale(2);-webkit-transform:scale(2); -o-transform:scale(2);}
.gallery-wrap .gallery-fr{ width: 665px; float: left; }
.gallery-wrap .gallery-fr .img-box{ width: 216px; height: 144px; float: left; overflow: hidden; position: relative; margin: 0 0 5px 5px;}
.gallery-wrap .gallery-fr .img-box img{ display: block; width: 216px; height: 144px; }
.gallery-wrap .gallery-fr .img-box .mask-box{ position: absolute; top:0;left:0;right:0;bottom:0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s;}
.gallery-wrap .gallery-fr .img-box .mask-box:before{ content: " "; display: block; position: absolute; top:0;left:0;right:0;bottom:0; background: #000;-moz-opacity:0.3;opacity:0.3;filter:alpha(opacity:30);}
.gallery-wrap .gallery-fr .img-box .mask-box a{ width: 216px; height: 144px; font-size: 18px; margin: auto; display: table-cell; vertical-align: middle; padding:0 15px; color:#FFF;text-align: center; text-decoration: none;position: relative;z-index: 1;}
.gallery-wrap .gallery-fr .img-box:hover .mask-box{-moz-opacity:0;opacity:0;filter:alpha(opacity:0);transform:scale(2);-ms-transform:scale(2);-moz-transform:scale(2);-webkit-transform:scale(2); -o-transform:scale(2);}

/*排行榜*/
.ranking-box{ width: 1100px; margin: 0 auto 50px; height: 376px; overflow: hidden;}
.ranking-box .ranking-listmrap{ width: 1140px;}
.ranking-box .ranking-list{ width: 340px; float:left; margin: 0 40px 0 0; overflow: hidden;}
.ranking-box .ranking-list .title-box{ height: 45px; line-height: 45px;}
.ranking-box .ranking-list .title-box span{ border-left: 5px solid #82bb30; color:#1c1c1c;padding:2px 0 2px 10px; font-size: 18px;}
.ranking-box .ranking-list .title-box span a{ color:#1c1c1c; float: none;}
.ranking-box .ranking-list .title-box span a:hover{ text-decoration: none; color:#1c1c1c;}
.ranking-box .ranking-list ul li{ height:50px; border-bottom: 1px dashed #d2d2d2; position: relative; overflow: hidden;transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.ranking-box .ranking-list ul li em{ font-style: normal; height: 20px; width: 20px; line-height: 20px; text-align: center; background: #bfbfbf; color:#FFF; position: absolute;top:15px; left:0;transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.ranking-box .ranking-list ul li em.e{ background: #82bb30;}
.ranking-box .ranking-list ul li h3{ width: 310px; height: 20px; line-height: 20px; color:#666; position: absolute;top:15px; left:30px; overflow: hidden;transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.ranking-box .ranking-list ul li h3 a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.ranking-box .ranking-list ul li h3 a:hover{ color: #82bb30; text-decoration: none;}
.ranking-box .ranking-list ul li p{ width: 310px; height: 20px; line-height: 20px; color:#666; position: absolute;top:40px; left:350px; overflow: hidden;transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.ranking-box .ranking-list ul li p span{ color: #38a47e;}
.ranking-box .ranking-list ul li .img-box{ width: 95px; height: 63px; position: absolute; top: -65px; left:5px;transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.ranking-box .ranking-list ul li .img-box img{ max-width: 95px; max-height: 63px; position: absolute; top:0; left:0;right:0;bottom:0;margin: auto;}
.ranking-box .ranking-list ul li.on{ height: 75px;}
.ranking-box .ranking-list ul li.on .img-box{ top:6px;}
.ranking-box .ranking-list ul li.on em{ left: -35px;}
.ranking-box .ranking-list ul li.on p{ left: 110px; width: 230px;}
.ranking-box .ranking-list ul li.on h3{ left: 110px; width: 230px;}

/*车型推荐*/
.special-mrap .special-left .special-tuijian-box{ width: 773px;}
.special-mrap .special-left .special-tuijian-box:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both;}
.special-mrap .special-left .special-tuijian-box .one-box{ width: 180px; height: 206px; float: left; margin: 25px 13px 0 0;}
.special-mrap .special-left .special-tuijian-box .one{ padding-bottom: 7px;transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.special-mrap .special-left .special-tuijian-box .one:hover{ margin-top: -5px; box-shadow:0px 2px 10px #b6b6b6; -moz-box-shadow:0px 2px 10px #b6b6b6;-webkit-box-shadow:0px 2px 10px #b6b6b6; -ms-box-shadow:0px 2px 10px #b6b6b6; -o-box-shadow:0px 2px 10px #b6b6b6; }
.special-mrap .special-left .special-tuijian-box .one img{ display: block; width: 180px; height: 120px; margin-bottom: 5px;}
.special-mrap .special-left .special-tuijian-box .one div{ padding: 0 5px; height: 44px; line-height: 22px; overflow: hidden; margin-bottom: 3px;}
.special-mrap .special-left .special-tuijian-box .one div a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-left .special-tuijian-box .one div a:hover{ color: #82bb30; text-decoration: none;}
.special-mrap .special-left .special-tuijian-box .one p{ padding: 0 5px; height: 22px; line-height: 22px; overflow: hidden; color:#999;}
.special-mrap .special-left .special-tuijian-box .one p span{ color:#cc3333;}

/*经销商*/
.special-dealer-wrap{ border:1px solid #d8d8d8; width: 1098px; margin: 0 auto; border-top:2px solid #82bb30; overflow: hidden; margin-bottom: 35px; }
.special-dealer-wrap .special-dealer-left{ float: left; width: 656px; border-right:1px solid #f0f0f0; margin: 15px 0;}
.special-dealer-wrap .title-box{ padding: 0 15px 0 20px; height: 40px; line-height: 40px; color:#333; font-size: 18px;}
.special-dealer-wrap .title-box a.more{ color:#82bb30; float: right; font-size: 16px;}
.special-dealer-wrap .title-box a.release{ color:#82bb30; float: right; font-size: 14px; border: 1px solid #82bb30; padding: 3px 15px; line-height: 20px; margin-top:6px;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-dealer-wrap .title-box a.release:hover{ text-decoration: none; background: #82bb30; color:#FFF;}
.special-dealer-wrap .special-dealer-left .special-dealer-list{ overflow: hidden;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one{ float: left; width: 308px; margin:15px 10px;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .img-box{ width: 78px; height: 48px; border:1px solid #f1f1f1; position: relative; float: left; margin-right: 10px;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .img-box img{ display: block; max-width: 68px; max-height: 38px; position: absolute;top:5px;right:5px;left:5px;bottom:5px;margin:auto;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .neme-box{ display: table-cell;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .neme-box h3{ height: 22px; line-height: 22px; overflow: hidden; margin-top: 4px;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .neme-box h3 a{ color:#333;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .neme-box h3 a:hover{ color: #82bb30; text-decoration: none;}
.special-dealer-wrap .special-dealer-left .special-dealer-list .one .neme-box p{ height: 22px; line-height: 22px; overflow: hidden; color:#999;}

.special-dealer-wrap .special-dealer-right{ float: right; width: 440px;margin: 15px 0;}
.special-dealer-wrap .special-dealer-right .huodong-box{ width: 400px; margin: 0 auto; overflow: hidden; position: relative;}
.special-dealer-wrap .special-dealer-right .huodong-box .arrow-left,
.special-dealer-wrap .special-dealer-right .huodong-box .arrow-right{ background: url("/images/zyc/v20170517/fang-l0.png") no-repeat 50% 50%; position:absolute; left:0; top:50%; margin-top:-27px; display:block; width:35px; height:54px; font-size: 22px; text-align: center; line-height: 54px; background-color: rgba(225, 225, 225, 0.5); filter:alpha(opacity:90) ;opacity:0.9 ;-moz-opacity:0.9;transition: all .3s ease;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; cursor: pointer;}
.special-dealer-wrap .special-dealer-right .huodong-box .arrow-right{ background: url("/images/zyc/v20170517/fang-r0.png") no-repeat 50% 50%; left:auto; right:0; border-right:none;  background-color: rgba(225, 225, 225, 0.5);}

.special-dealer-wrap .special-dealer-right .huodong-box .one{ width: 110px; margin: 0 auto;}
.special-dealer-wrap .special-dealer-right .huodong-box .one img{ display: block; width: 110px; height: 73px;}
.special-dealer-wrap .special-dealer-right .huodong-box .one p{ height: 40px; font-size: 12px; line-height: 20px; margin-top: 5px; overflow: hidden;}
.special-dealer-wrap .special-dealer-right .huodong-box .one p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-dealer-wrap .special-dealer-right .huodong-box .one p a:hover{ color:#82bb30; text-decoration: none;}
.special-dealer-wrap .special-dealer-right .release-list{ padding: 5px 15px 25px;}
.special-dealer-wrap .special-dealer-right .release-list li{ height: 28px; line-height: 28px; padding-left: 10px; position: relative;}
.special-dealer-wrap .special-dealer-right .release-list li:after{ content: " "; display: block; width: 4px; height:4px; background: #387dd6; position: absolute;top:12px;left:0;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;}
.special-dealer-wrap .special-dealer-right .release-list li p{ display: block; float: left; width: 300px; height: 28px; overflow: hidden;}
.special-dealer-wrap .special-dealer-right .release-list li p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-dealer-wrap .special-dealer-right .release-list li p a:hover{ color: #82bb30; text-decoration: none;}
.special-dealer-wrap .special-dealer-right .release-list li span{ display: block; float: right; color:#999;}

/*用户评价*/
.evaluate-wrap{ background: #f9f9f9;padding: 0 10px 10px 0; overflow: hidden; height: 375px;}
.evaluate-wrap .hd{ width: 80px; float: left;}
.evaluate-wrap .hd ul li{ color:#333; text-align: center; line-height: 35px;}
.evaluate-wrap .hd ul li a{ color:#333;}
.evaluate-wrap .hd ul li a:hover{ text-decoration: none;}
.evaluate-wrap .hd ul li.on{ background: #FFF; position: relative;}
.evaluate-wrap .hd ul li.on:after{ content: " "; background: #82bb30; position: absolute;top:0;left:0;bottom:0; width: 5px;}
.evaluate-wrap .bd{ width: 210px; float: right; background: #FFF;}
.evaluate-wrap .bd .one{ border-bottom:1px solid #f2f1f1; margin: 0 5px; padding: 13px 0;}
.evaluate-wrap .bd .one .e{ font-style: normal; float: left; height: 16px;  width: 16px; line-height: 16px; font-size: 12px; text-align: center;  background: #bfbfbf; color: #FFF; margin: 4px 5px 0; }
.evaluate-wrap .bd .one .etop{ font-style: normal; float: left; height: 16px; width: 16px; line-height: 16px; font-size: 12px;  text-align: center;  background: #82bb30; color: #FFF; margin: 4px 5px 0; }
.evaluate-wrap .bd .one .name{ display: table-cell; font-size: 16px; height: 22px; line-height: 22px; overflow: hidden;}
.evaluate-wrap .bd .one .name a{ display: inline-block; width: 160px;height: 22px; overflow: hidden; color:#333;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;white-space: nowrap;text-overflow: ellipsis;}
.evaluate-wrap .bd .one .name a:hover{ color: #82bb30; text-decoration: none;}
.evaluate-wrap .bd .one .msg-box{ overflow: hidden;}
.evaluate-wrap .bd .one .msg-box span{ display: block; float: left; font-size: 16px; color:#82bb30; margin-left: 16px;}
.evaluate-wrap .bd .one .msg-box span em{ font-size: 12px; color:#82bb30; font-style: normal;}
.evaluate-wrap .bd .one .msg-box p{ display: block; height: 17px; float: right; margin:0 15px 0 0;}
.evaluate-wrap .bd .one .msg-box p i{ display: block; float: left; height: 17px;}
.evaluate-wrap .bd .one .msg-box p i.x01{ width: 8px; background: url("/images/zyc/v20170517/xing01.jpg") no-repeat;}
.evaluate-wrap .bd .one .msg-box p i.x02{ width: 7px; background: url("/images/zyc/v20170517/xing02.jpg") no-repeat;}
.evaluate-wrap .bd .one .msg-box p i.x03{ width: 8px; background: url("/images/zyc/v20170517/xing03.jpg") no-repeat;}
.evaluate-wrap .bd .one .msg-box p i.x04{ width: 7px; background: url("/images/zyc/v20170517/xing04.jpg") no-repeat;}
.evaluate-top{ background: #f9f9f9;overflow: hidden;}
.evaluate-top .img-box{ position: relative; overflow: hidden; width: 300px; height: 200px;}
.evaluate-top .img-box img{ display: block; width: 300px; height: 200px;}
.evaluate-top .img-box p{ background: rgba(0, 0, 0, 0.67); height: 30px; line-height: 30px; padding: 0 10px; overflow: hidden; position: absolute;bottom:0;left:0;right:0;color:#fff;}
.evaluate-top .msg{ width: 100%; overflow: hidden; margin: 15px 0;}
.evaluate-top .msg span{ display: block; float: left; font-size: 28px; color:#82bb30; margin-left: 30px;}
.evaluate-top .msg span em{ font-size: 12px; color:#82bb30; font-style: normal;}
.evaluate-top .msg p{ display: block; float: left; height: 17px; margin: 8px 0 0 15px;}
.evaluate-top .msg p i{ display: block; float: left; height: 17px;}
.evaluate-top .msg p i.x01{ width: 8px; background: url("/images/zyc/v20170517/xing01.jpg") no-repeat;}
.evaluate-top .msg p i.x02{ width: 7px; background: url("/images/zyc/v20170517/xing02.jpg") no-repeat;}
.evaluate-top .msg p i.x03{ width: 8px; background: url("/images/zyc/v20170517/xing03.jpg") no-repeat;}
.evaluate-top .msg p i.x04{ width: 7px; background: url("/images/zyc/v20170517/xing04.jpg") no-repeat;}
.evaluate-top .msg a{ color:#82bb30; float: right; font-size: 14px; border: 1px solid #82bb30; padding: 3px 15px; line-height: 20px; margin:4px 18px 0 0;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.evaluate-top .msg a:hover{ text-decoration: none; background: #82bb30; color:#FFF;}

/*最新热帖*/
.special-mrap .special-right .hot-tiezi{ background: #f9f9f9; height: 443px; padding-bottom: 10px;}
.special-mrap .special-right .hot-tiezi .one{ width: 280px; margin: 0 auto; border-bottom: 1px dashed #e6e6e6; padding: 15px 0;}
.special-mrap .special-right .hot-tiezi .title-name{ line-height: 22px; color:#666;}
.special-mrap .special-right .hot-tiezi .title-name em{ float: left; font-style: normal; color:#666;}
.special-mrap .special-right .hot-tiezi .title-name em.e{ color:#82bb30;}
.special-mrap .special-right .hot-tiezi .title-name h3{ display: table-cell;}
.special-mrap .special-right .hot-tiezi .title-name h3 a{color:#666; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .hot-tiezi .title-name h3 a:hover{color: #82bb30; text-decoration: none;}
.special-mrap .special-right .hot-tiezi .msg { height: 25px; overflow: hidden; line-height: 25px; margin: 10px 0 0;}
.special-mrap .special-right .hot-tiezi .msg img{ width: 25px; height: 25px; display:block; float:left; margin:0 3px 0 22px;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;}
.special-mrap .special-right .hot-tiezi .msg .name{ color:#999; display: inline-block; max-width:90px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .hot-tiezi .msg .name:hover{ color: #82bb30; text-decoration: none;}
.special-mrap .special-right .hot-tiezi .msg span{ float: right; padding-left: 23px; position: relative; color:#999; margin-right: 87px;}
.special-mrap .special-right .hot-tiezi .msg span i{ display: block; width: 20px; height: 20px; position: absolute;top:0;left:0; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -61px -56px;}

/*友情链接*/
.link-mrap{ width: 1100px; overflow: hidden; margin: 25px auto 50px;}
.link-mrap a{color: #333; padding: 0 21px 0 10px; margin-left: -11px; border-left: 1px solid #A9A9A9; margin-top: 8px; display: inline-block; line-height: 14px; height: 14px; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.link-mrap a:hover{ text-decoration: none; color: #74a131; }

/*本站地址*/
.sitelink-box{ width: 1100px; margin: 15px auto; color:#666;}
.sitelink-box a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.sitelink-box a:hover{ color: #82bb30; text-decoration: none;}
.sitelink-box em{ font-style: normal; color:#999; margin: 0 3px; font-family: "SimSun";}
.sitelink-box .dealer-box{ float: right;}
.sitelink-box .dealer-box a{ display: block; float: left; height: 33px; line-height: 33px; color:#FFF; padding: 0 15px;}
.sitelink-box .dealer-box .dealer-add{ background: #82bb30;}
.sitelink-box .dealer-box .dealer-login{ background: #ff811b; margin-left: 10px;}
.sitelink-box .search-box{ float: right;}
.sitelink-box .search-box input[type=text]{ display: block; float: left; width: 220px; height: 32px; border:1px solid #cbcacb; border-right: none; color:#666; padding: 0 5px 0 30px; background: url("/images/zyc/v20170517/search2.jpg") no-repeat 4px 50%;}
.sitelink-box .search-box input[type=submit]{ display: block; float: left; width: 58px; height: 34px; border:none; background:#fa9301;color:#FFF; cursor: pointer;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;font-family: "Microsoft YaHei","SimSun",Arial,Helvetica,sans-serif;}
.sitelink-box .search-box input[type=submit]:hover{ background: #82bb30;}


/*左飘浮导航*/
.special-mrap .detailsfloat-left{ position: absolute; top:25px; right:50%; margin-right:560px; width: 60px; overflow: hidden;}
.special-mrap .detailsfloat-left li{ width: 60px; height: 50px; border-top:1px solid #e8e7e7; margin-top: -1px; background: #f7f7f7; position: relative;}
.special-mrap .detailsfloat-left li:after{ content: " "; background: #82bb30; display: block; position: absolute;top:0;left:0;right:0;bottom:0; z-index: 0; transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0); transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.special-mrap .detailsfloat-left li:hover::after{ transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);}
/*.special-mrap .detailsfloat-left li a{ display: block; position: relative; z-index: 1; width: 60px; height: 50px; background: url("/images/zyc/v20170517/icon_share_big.png") no-repeat -1px -1px; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}*/
.special-mrap .detailsfloat-left li a{ display: block; position: relative; z-index: 1; width: 60px; height: 50px; float:none; margin:0; background: url("/images/zyc/v20170517/icon_share_big.png") no-repeat -1px -1px; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -ms-transition: .3s;}
.special-mrap .detailsfloat-left li a:hover{ text-decoration: none;}
.special-mrap .detailsfloat-left li a.xl{ background-position: -6px -88px;}
.special-mrap .detailsfloat-left li a.wx{ background-position: -185px -89px;}
.special-mrap .detailsfloat-left li a.qq{ background-position: -275px -88px;}
.special-mrap .detailsfloat-left li a.pl{ background-position: -455px -91px;}
.special-mrap .detailsfloat-left li a.sc{ background-position: -367px -91px;}
.special-mrap .detailsfloat-left li a.xl:hover{ background-position: -6px -10px;}
.special-mrap .detailsfloat-left li a.wx:hover{ background-position: -185px -11px;}
.special-mrap .detailsfloat-left li a.qq:hover{ background-position: -275px -10px;}
.special-mrap .detailsfloat-left li a.pl:hover{ background-position: -455px -13px;}
.special-mrap .detailsfloat-left li a.sc:hover{ background-position: -367px -14px;}

/*详情内容*/
.details-box .details-title{ font-size: 24px; line-height: 30px; color:#000;}
.details-box .msg-box{ margin: 20px 0; color:#999; height: 20px; line-height: 20px;}
.details-box .msg-box a{ color:#4285f4;}
.details-box .msg-box span{ float: right; padding-left: 20px; position: relative;}
.details-box .msg-box span i{ display: block; width: 20px; height: 20px; position: absolute; top:0;left:0; background: url("/images/zyc/v20170517/industry-icon.png") no-repeat -107px -108px;}
.details-box .msg-box .comment{ margin-left: 15px;}
.details-box .msg-box .comment i{ background-position: -60px -109px;}
.details-box .summary{ background: #f7f7f7; color:#999; text-indent: 2em; line-height: 24px; padding: 10px;}
.details-box .details-mian{ margin: 20px 0 50px; color:#333; line-height: 24px; border-bottom: 1px solid #e4e4e4; padding-bottom: 45px;}
.details-box .details-mian img{ display: block; margin: 5px auto; max-width: 100%;}
.special-mrap .industry-left .title-style{ border-left: 5px solid #82bb30; color:#000; padding-left: 10px; font-size: 18px;}
.special-mrap .industry-left .relevantNews-box { width: 795px; overflow: hidden;}
.special-mrap .industry-left .relevantNews-box .relevantNews-one{ width: 230px; float: left; margin: 25px 35px 0 0;}
.special-mrap .industry-left .relevantNews-box .relevantNews-one .img-box{ width: 230px; height: 153px; overflow: hidden;}
.special-mrap .industry-left .relevantNews-box .relevantNews-one .img-box img{ width: 230px; height: 153px; display: block;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .industry-left .relevantNews-box .relevantNews-one .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.special-mrap .industry-left .relevantNews-box .relevantNews-one p{line-height: 22px; margin-top: 5px; height: 44px; overflow: hidden;}
.special-mrap .industry-left .relevantNews-box .relevantNews-one p a{ color: #666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; }
.special-mrap .industry-left .relevantNews-box .relevantNews-one p a:hover{ color: #82bb30; text-decoration: none;}
.add-box{ background: #f6f6f6; margin: 15px 0; height: 30px; line-height: 30px; text-align: center; color:#999; display: block; transition: color 0.2s,background 0.2s; -moz-transition: color 0.2s,background 0.2s; -webkit-transition: color 0.2s,background 0.2s; -o-transition: color 0.2s,background 0.2s; -ms-transition: color 0.2s,background 0.2s;}
.add-box i{ font-style: normal; color:#999; font-family: "SimSun"; margin-left: 3px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.add-box:hover{ background: #82bb30; color:#FFF; text-decoration: none;}
.add-box:hover i{color:#FFF;}

/*评论*/
.news-wapper .comment-box{width:750px;margin:40px auto auto;}
.news-wapper .comment-box .tit{font-size:18px;line-height:30px;color:#000;}
.news-wapper .comment-box .tit span{color:#999;font-size:14px;padding-left:10px;}
.news-wapper .comment-box .comment-wrap{ border:1px solid #379BE9; position: relative;}
.news-wapper .comment-box .comment-wrap .comment-login{ position: absolute;top:0;right:0;bottom:0;left:0; line-height: 172px; text-align: center; font-size: 16px; color:#999; background: rgba(255, 255, 255, 0.7);}
.news-wapper .comment-box .comment-wrap .comment-login a{ color:#ff8d49; margin-right: 10px;}
.news-wapper .comment-box .comment-wrap .comment-login a.add{ color:#2bbb46;}
.news-wapper .comment-box .comment-wrap .comment-login a:hover{ color:#0b79da;}
.news-wapper .comment-box .comment-wrap .comment-text{ padding: 5px;}
.news-wapper .comment-box .comment-wrap textarea{ display: block; height: 120px; width: 100%; border:none; resize: none; line-height: 22px; color:#333;}
.news-wapper .comment-box .user-box{ height: 40px; border-top:2px solid #eaeaea; line-height: 40px;}
.news-wapper .comment-box .user-box .user-img{ width: 30px; height: 30px; margin:5px 10px;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; display: block; float: left;}
.news-wapper .comment-box .user-box .user-name{ color:#666;}
.news-wapper .comment-box .user-box input[type=submit]{ display: block; float: right; margin:5px 10px; border:none; background: #48B9F1; color:#FFF; height: 30px; width: 120px; cursor: pointer;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.news-wapper .comment-box .user-box input[type=submit]:hover{box-shadow:0 0 10px #ADADAD; -moz-box-shadow:0 0 10px #ADADAD;-webkit-box-shadow:0 0 10px #ADADAD; -ms-box-shadow:0 0 10px #ADADAD; -o-box-shadow:0 0 10px #ADADAD;  }
.news-wapper .comment-list-title{ font-size:16px; line-height:30px; color:#000; border-bottom: 1px solid #eaeaea; margin-top: 25px; }
.news-wapper .comment-list-box li{ border-bottom: 1px solid #f2f2f2; padding: 25px 0;}
.news-wapper .comment-list-box li .member-title{ height: 40px; line-height: 40px;}
.news-wapper .comment-list-box li .member-title img{ display: block; float: left; height: 30px; width: 30px; margin: 5px 10px;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.news-wapper .comment-list-box li .member-title .name a{ color:#333; margin-right: 10px; font-size: 16px;}
.news-wapper .comment-list-box li .member-title .name a:hover{ color:#82bb30; text-decoration: none;}
.news-wapper .comment-list-box li .member-title .time { color:#999; margin-right: 10px;}
.news-wapper .comment-list-box li .member-title .count { color:#B3B3B3; margin-right: 10px; padding-left: 20px; position: relative;}
.news-wapper .comment-list-box li .member-title .count i{ display: block; height:19px; width: 20px; position: absolute;top:0;left:0; background: url("/images/zyc/v20170517/industry-icon.png") no-repeat -13px -156px;}
.news-wapper .comment-list-box li .member-title .count:hover{ color:#82bb30; cursor: pointer;}
.news-wapper .comment-list-box li .member-title .count:hover i{ background-position: -60px -156px;}
.news-wapper .comment-list-box li .member-title .count.on{ color:#82bb30; cursor: pointer;}
.news-wapper .comment-list-box li .member-title .count.on i{ background-position: -60px -156px;}
.news-wapper .comment-list-box li .member-title .report{ color:#B3B3B3; margin-right: 10px; padding-left: 20px; position: relative;}
.news-wapper .comment-list-box li .member-title .report a{ color:#B3B3B3;}
.news-wapper .comment-list-box li .member-title .report i{ display: block; height:19px; width: 20px; position: absolute;top:0;left:0; background: url("/images/zyc/v20170517/industry-icon.png") no-repeat -154px -106px;}
.news-wapper .comment-list-box li .member-title .report a:hover{ color:#E93636; text-decoration: none;}
.news-wapper .comment-list-box li .member-title .report a:hover i{ background-position: -154px -153px;}
.news-wapper .comment-list-box li .member-title .floor{ color:#82bb30; float: right; margin: 0 10px;}
.news-wapper .comment-list-box li .comment-content{ color:#666; line-height: 24px; margin-top: 10px;}
.news-wapper .comment-list-box li .floor-huifu{ margin-top: 15px;}
.news-wapper .comment-list-box li .floor-huifu textarea{ resize: none; background: #f5f5f5; border:1px solid #e7e7e7; display: block; width: 748px; line-height: 24px; height: 100px; color:#666; padding: 5px;}
.news-wapper .comment-list-box li .but-box { height: 30px;}
.news-wapper .comment-list-box li .but-box input{ background: #fafafa; color:#444; display: block; height: 29px; border:1px solid #e7e7e7; width: 68px; margin: 5px 0; cursor: pointer;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.news-wapper .comment-list-box li .but-box input:hover{ box-shadow:0 0 10px #E6E6E6; -moz-box-shadow:0 0 10px #E6E6E6;-webkit-box-shadow:0 0 10px #E6E6E6; -ms-box-shadow:0 0 10px #E6E6E6; -o-box-shadow:0 0 10px #E6E6E6;}
.news-wapper .comment-list-box li .but-box input[type=button]{ float: left;}
.news-wapper .comment-list-box li .but-box input[type=submit]{ float: right;}
.news-wapper .comment-list-box li .comment-content01{ color:#666; line-height: 24px; margin-top: 10px; background: #f9f9f9; padding: 10px;}
.news-wapper .comment-list-box li .comment-content01 em{ color:#ff5e5e;  margin-right: 10px; font-style: normal;}
.news-wapper .comment-list-box li .comment-content01 a{ color:#000000;}
.news-wapper .comment-list-box li .comment-content01 a:hover{ color: #82bb30; text-decoration: none;}

/*相关新闻*/
.special-mrap .special-left .relevantNews-box { width: 795px; overflow: hidden;}
.special-mrap .special-left .relevantNews-box .relevantNews-one{ width: 230px; float: left; margin: 25px 35px 0 0;}
.special-mrap .special-left .relevantNews-box .relevantNews-one .img-box{ width: 230px; height: 153px; overflow: hidden;}
.special-mrap .special-left .relevantNews-box .relevantNews-one .img-box img{ width: 230px; height: 153px; display: block;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-left .relevantNews-box .relevantNews-one .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.special-mrap .special-left .relevantNews-box .relevantNews-one p{line-height: 22px; margin-top: 5px; height: 44px; overflow: hidden;}
.special-mrap .special-left .relevantNews-box .relevantNews-one p a{ color: #666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; }
.special-mrap .special-left .relevantNews-box .relevantNews-one p a:hover{ color: #82bb30; text-decoration: none;}

/*某个车型*/
.special-mrap .special-right .one-vehicle{ background:#f9f9f9; padding: 10px;}
.special-mrap .special-right .one-vehicle .img-box{ overflow: hidden;}
.special-mrap .special-right .one-vehicle .img-box img{ width: 120px; height: 80px; float: left; display: block; margin-right:10px;}
.special-mrap .special-right .one-vehicle .img-box .title-msg{ display: table-cell;}
.special-mrap .special-right .one-vehicle .img-box .title-msg .title{ height: 25px; line-height: 25px; overflow: hidden; color:#666; margin: 10px 0;}
.special-mrap .special-right .one-vehicle .img-box .title-msg .title span{ font-size: 16px; color:#ff4545;}
.special-mrap .special-right .one-vehicle .img-box .title-msg p a{ color: #9b9b9b; text-decoration: underline;}
.special-mrap .special-right .one-vehicle .img-box .title-msg p a:hover { color: #82bb30;}
.special-mrap .special-right .one-vehicle .a-box{ height: 30px; margin: 20px 0 15px;}
.special-mrap .special-right .one-vehicle .a-box a{ color:#aa2828; margin-left: 10px; float: left; font-size: 14px; border: 1px solid #aa2828; width: 138px; height: 28px; line-height: 28px; text-align:  center; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .one-vehicle .a-box a.e{ background: #82bb30; color:#FFF; border-color: #82bb30; margin: 0; width: 128px;}
.special-mrap .special-right .one-vehicle .a-box a:hover{ text-decoration: none; box-shadow:0 0 10px #b6b6b6; -moz-box-shadow:0 0 10px #b6b6b6;-webkit-box-shadow:0 0 10px #b6b6b6; -ms-box-shadow:0 0 10px #b6b6b6; -o-box-shadow:0 0 10px #b6b6b6; }

/*会员*/
.user-mian{ background: #f9f9f9; padding: 10px;}
.user-mian .user-box{ overflow: hidden; border-bottom: 1px solid #e6e6e6;}
.user-mian .user-box img{ display: block; float: left; width: 70px; height:70px; margin:10px 10px 0 0;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;}
.user-mian .user-box .user-area{ display: table-cell; padding: 10px 0;}
.user-mian .user-box .user-area .name{ font-size:18px; height: 22px; line-height: 22px; overflow: hidden; margin-bottom: 5px;}
.user-mian .user-box .user-area .name a{ color:#000;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.user-mian .user-box .user-area .name a:hover{ color: #82bb30; text-decoration: none;}
.user-mian .user-box .user-area p{ height: 22px; line-height: 22px; overflow: hidden; color:#666;}
.user-mian .user-box .user-area p.h{ color:#ff6600;}
.user-mian .user-box .user-area .a-box{ height: 26px; margin: 5px 0;}
.user-mian .user-box .user-area .a-box a{ border:1px solid #68a9d8; color:#68a9d8; display: block; float: left; width: 70px; height: 24px; text-align: center; line-height: 24px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.user-mian .user-box .user-area .a-box a.f{ border:1px solid #ff7f7f; color:#ff7f7f; margin-left: 15px; }
.user-mian .user-box .user-area .a-box a:hover{ text-decoration: none; box-shadow:0 0 10px #b6b6b6; -moz-box-shadow:0 0 10px #b6b6b6;-webkit-box-shadow:0 0 10px #b6b6b6; -ms-box-shadow:0 0 10px #b6b6b6; -o-box-shadow:0 0 10px #b6b6b6; }
.user-mian .summary{ line-height: 24px; max-height: 48px; overflow: hidden; color:#666; margin: 10px 10px 20px;}
.user-mian .count-box{overflow: hidden;}
.user-mian .count-box .one{ width: 55px; height: 41px; text-align: center; float: left; position: relative; padding-left: 20px;}
.user-mian .count-box .one:after{ content: " "; width: 0; height: 41px; border-left: 1px solid #e7e5e5; display: block; position: absolute;top:0;left:10px;transform: rotate(15deg); -ms-transform: rotate(15deg);}
.user-mian .count-box .one p{ height: 22px; line-height: 22px; overflow: hidden; font-size: 18px;}
.user-mian .count-box .one p a{ color:#BFBFBF;}
.user-mian .count-box .one p a:hover{ text-decoration: none; color:#ff7700;}
.user-mian .count-box .one span{  display: block; color: #BFBFBF;}
.user-mian .count-box .one.none-g{ padding-left: 0;}
.user-mian .count-box .one.none-g:after{ display: none;}
.user-mian .a-toug{ margin: 30px 0 20px; background: #3598db; color:#FFF; display: block; height: 40px; line-height: 40px; text-align: center; font-size: 20px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.user-mian .a-toug span{ padding-left: 26px; position: relative;}
.user-mian .a-toug span:after{ content: " "; position: absolute;top:0;left:0;display:block; width: 25px;height: 26px; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -106px -53px;}
.user-mian .a-toug:hover{ text-decoration: none; box-shadow:0 0 10px #b6b6b6; -moz-box-shadow:0 0 10px #b6b6b6;-webkit-box-shadow:0 0 10px #b6b6b6; -ms-box-shadow:0 0 10px #b6b6b6; -o-box-shadow:0 0 10px #b6b6b6; }

/*详情菜单*/
.details-menu{ width: 1100px; margin: 0 auto; background: #3598db; overflow: hidden; margin-top: 5px;}
.details-menu li{ float: left; background: url("/images/zyc/v20170517/nav-back.jpg") no-repeat 0 0;}
.details-menu li a{ display: block; line-height: 37px; height: 37px; padding: 0 15px; color:#FFF; font-size: 16px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; }
.details-menu li a:hover{ text-decoration: none; text-shadow: 0 0 10px #2e679b; }
.details-menu li.on{ background: #1e70a7;}

/*详情品牌*/
.details-brand{ width: 1100px; margin: 0 auto; height: 45px; position: relative;}
.details-brand2{ border-bottom: 1px solid #b1b1b1;}
.details-brand2 .menu{ float: right; /*background: #3598db;*/background: #82bb30; height: 37px; margin-top: 8px; padding: 0 3px;}
.details-brand2 .menu li{ float: left; margin-top: 3px; /*background: url("../images/nav-back.jpg") no-repeat 0 50%;*/background: url("/images/zyc/v20180801/solid.png") no-repeat 0 50%;}
.details-brand2 .menu li a{ display: block; line-height: 32px; height: 32px; padding: 0 20px; color:#FFF; font-size: 16px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; }
.details-brand2 .menu li a:hover{ text-decoration: none; }
.details-brand2 .menu li.onimg{ background: none;}
.details-brand2 .menu li.on{ background: #FFFFFF; height: 35px;}
.details-brand2 .menu li.on a{ color:#000000;}
.details-brand .img-box{ height: 45px; min-width: 60px; position: relative; float: left;}
.details-brand .img-box img{ display: block; max-height: 45px; max-width: 100%; position: absolute;top:0;left:0;right:0;bottom:0;margin: auto;}
.details-brand .name-box{ float: left; line-height: 45px; height: 45px; overflow: hidden; font-size: 24px; margin-left: 3px;}
.details-brand .name-box a{ color:#010101;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.details-brand .name-box a:hover{ color: #82bb30; text-decoration: none;}
.details-brand .car-box{ color:#666; float: left; margin: 18px 0 0 10px; cursor: pointer; position: relative;}
.details-brand .car-box em{position:absolute;top:4px;right:-13px;z-index:1;width:7px;height:7px;border-left:1px solid #666;border-bottom:1px solid #666;content:" ";transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
.details-brand .car-show{ padding: 15px; position: absolute; display: none; z-index: 100; top:45px;left:0; background: #FFF; border:1px solid #e7e7e7; border-top-color:#3598db;box-shadow: 1px 1px 5px #e7e7e7; -moz-box-shadow:1px 1px 5px #e7e7e7;-webkit-box-shadow:1px 1px 5px #e7e7e7; -ms-box-shadow:1px 1px 5px #e7e7e7; -o-box-shadow:1px 1px 5px #e7e7e7; }
.details-brand .car-show li{ line-height: 25px;}
.details-brand .car-show li a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.details-brand .car-show li a:hover{ color: #5eba9a; }
.details-brand .yong{ float: right; margin-right: 10px; color:#666; margin-top: 18px;}
.details-brand .yong a{ color:#04548a;}
.details-brand .search-box{ float: right; margin: 5px 0 0;}
.details-brand .search-box input[type=text]{ display: block; float: left; width: 220px; height: 32px; border:1px solid #cbcacb; border-right: none; color:#666; padding: 0 5px 0 30px; background: url("/images/zyc/v20170517/search2.jpg") no-repeat 4px 50%;}
.details-brand .search-box input[type=submit]{ display: block; float: left; width: 58px; height: 34px; border:none; background:#fa9301;color:#FFF; cursor: pointer;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;font-family: "Microsoft YaHei","SimSun",Arial,Helvetica,sans-serif;}
.details-brand .search-box input[type=submit]:hover{ background: #82bb30;}

/*评论页面*/
.reportForm-box{ width: 1100px; margin: 25px auto 0; overflow: hidden;}
.reportForm-box .reportForm-left{ width: 235px; float: left; position: relative; margin-left: 19px;}
.reportForm-box .reportForm-left .large-sum{ width: 235px; height: 235px; line-height: 235px; text-align: center; font-size: 42px; color:#FB6B79; position: absolute;top:0;left:0; z-index: 100;}
.reportForm-box .reportForm-left .large-sum em{ font-size: 22px; font-style: normal; color:#FB6B79;}
.reportForm-box .reportForm-left .small-sum{ font-size: 16px; color:#065991; text-align: center; line-height: 30px;}
.reportForm-box .reportForm-left a{ color:#FFF; font-size: 16px; text-align: center; height: 37px; line-height: 37px; display: block; margin: 10px auto 0; width: 169px; background: #ff9900;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.reportForm-box .reportForm-left a:hover{ background: #82bb30; text-decoration: none;}
.reportForm-box .reportForm-right{ width: 820px; float: right;}
.reportForm-table{ width: 1100px; margin:  25px auto 0;}
.reportForm-table .reportForm-title{ font-size: 20px; color:#000; height: 40px; line-height: 40px; border-bottom: 1px solid #dcdee0;}
.reportForm-table table { width: 100%; margin: 15px 0 0;}
.reportForm-table table th{ background: #f0f3f8; color:#666; font-size: 16px; text-align: center; padding: 10px;}
.reportForm-table table td{ color:#666; line-height: 22px; padding: 15px; border-bottom: 1px solid #e9e9e9;}
.reportForm-table table td a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.reportForm-table table td a:hover{ color: #82bb30; text-decoration: none;}
.reportForm-table table td.zdj{ color:#b80000; font-size: 16px; text-align:  center;}
.reportForm-table table td.pingfen div{ overflow: hidden;}
.reportForm-table table td.pingfen div .xing{width: 110px; height: 21px; float: left; position: relative; margin:0 5px 0 19px; background: #cecece;}
.reportForm-table table td.pingfen div .xing em{ display: block; background: url("/images/zyc/v20170517/xx-back.png") no-repeat 0 0; width: 110px; height: 21px; position: absolute;top:0;left:0; z-index: 2;}
.reportForm-table table td.pingfen div .xing p{ display: block; background: #ffb400; height: 21px; position: absolute;top:0;left:0; z-index: 1;}
.reportForm-table table td.pingfen div span{ display: block; float: left; color:#b80000; font-size: 16px; }
.reportForm-list{ width: 1100px; margin:  50px auto 0;}
.reportForm-list .reportForm-title{ font-size: 20px; color:#000; height: 40px; line-height: 40px; margin-bottom: 15px;}
.reportForm-list ul li{ border:1px solid #dedede; border-top-width: 7px; min-height: 640px; width: 1098px; position: relative; overflow: hidden;}
.reportForm-list ul li .content-box{ width: 800px; padding: 20px; float: right;}
.reportForm-list ul li .content-box .row-box{ overflow: hidden; line-height: 25px; margin: 15px 0;}
.reportForm-list ul li .content-box .row-box span{ width: 70px; float: left; margin-right: 15px; text-align: right; color:#000;}
.reportForm-list ul li .content-box .row-box span.h{ font-size: 16px; color:#ff0000;}
.reportForm-list ul li .content-box .row-box span.l{ font-size: 16px; color:#065991;}
.reportForm-list ul li .content-box .row-box p{ display: table-cell; color:#666;}
.reportForm-list ul li .member-box{ position: absolute;top:0;left:0;bottom:0; width: 259px; border-right:1px solid #dedede; background: #f4f4f4;}
.reportForm-list ul li .member-box .row-box{ overflow: hidden; line-height: 25px; margin-bottom: 10px;}
.reportForm-list ul li .member-box .row-box img{ width: 56px; height: 56px; margin: 25px 10px 0 20px; float: left;;}
.reportForm-list ul li .member-box .row-box .name-box{ display: table-cell; color:#666; padding: 28px 20px 0 0;}
.reportForm-list ul li .member-box .row-box .name-box .name{ height: 25px; overflow: hidden;}
.reportForm-list ul li .member-box .row-box .name-box a{ color:#065991;}
.reportForm-list ul li .member-box .row-box span{ width: 70px; float: left; margin:0 0 0 20px; text-align: right; color:#999;}
.reportForm-list ul li .member-box .row-box span.s{ color:#333; margin-left: 30px;}
.reportForm-list ul li .member-box .row-box .tall{ display: table-cell; color:#666; padding-right: 20px;}
.reportForm-list ul li .member-box .row-box .tall.h{ color:#b80000;}
.reportForm-list ul li .member-box .row-box .tall.hh{ color:#333;}
.reportForm-list ul li .member-box .row-box .tall a{ color:#666;}
.reportForm-list ul li .member-box .row-box .tall a:hover{ color: #065991;}
.reportForm-list ul li .member-box .row-box .tall .xing{width: 110px; height: 21px; float: left; position: relative; margin-top: 2px; background: #cecece;}
.reportForm-list ul li .member-box .row-box .tall .xing em{ display: block; background: url("/images/zyc/v20170517/xx2-back.png") no-repeat 0 0; width: 110px; height: 21px; position: absolute;top:0;left:0; z-index: 2;}
.reportForm-list ul li .member-box .row-box .tall .xing p{ display: block; background: #ffb400; height: 21px; position: absolute;top:0;left:0; z-index: 1;}
.reportForm-list ul li .member-box .member-fen{ width: 105px; height: 105px; margin: 25px auto;}
.reportForm-list ul li .member-box .member-fen.fen00{ background:url("/images/zyc/v20170517/fen00.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen01{ background:url("/images/zyc/v20170517/fen01.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen02{ background:url("/images/zyc/v20170517/fen02.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen03{ background:url("/images/zyc/v20170517/fen03.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen04{ background:url("/images/zyc/v20170517/fen04.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen05{ background:url("/images/zyc/v20170517/fen05.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen06{ background:url("/images/zyc/v20170517/fen06.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen07{ background:url("/images/zyc/v20170517/fen07.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen08{ background:url("/images/zyc/v20170517/fen08.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen09{ background:url("/images/zyc/v20170517/fen09.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen.fen10{ background:url("/images/zyc/v20170517/fen10.png") no-repeat 0; }
.reportForm-list ul li .member-box .member-fen div{ text-align: center; color:#ff3d3d; font-size: 26px; height: 36px; line-height: 36px; padding-top: 22px;}
.reportForm-list ul li .member-box .member-fen div em{ font-style: normal; color:#ff3d3d; font-size: 20px;}
.reportForm-list ul li .member-box .member-fen p{ text-align: center; color:#cb6504; font-size: 16px;}

/*发布评论*/
.SpecialRelease-wrap{ width: 1100px; margin: 25px auto 10px; border:1px solid #dddddd;}
.SpecialRelease-wrap .SpecialRelease-title{ background: #f7f7f7; border-bottom:1px solid #dddddd; font-size: 18px; height: 40px; line-height: 40px; color:#000; text-indent: 20px;}
.SpecialRelease-wrap .SpecialRelease-top{ overflow: hidden;}
.SpecialRelease-wrap .SpecialRelease-top .img-box{ width: 180px; float: left; margin: 35px 50px;}
.SpecialRelease-wrap .SpecialRelease-top .img-box img{ display:block; width: 180px; height: 120px;}
.SpecialRelease-wrap .SpecialRelease-top .img-box p{ line-height: 22px; text-align: center; color:#333; margin-top: 5px; height: 44px; overflow: hidden;}
.SpecialRelease-wrap .SpecialRelease-top .content-box{ display: table-cell; padding-top: 50px;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box{ overflow: hidden; margin-bottom: 30px;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span{ width: 75px; height: 33px; line-height: 33px; padding-left: 30px; display: block; float: left; position: relative;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span.h{ color:#d41a0d;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span.l{ color:#005690;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span i{ display: block; width: 26px; height: 33px; background: url("/images/zyc/v20170517/zan.png") no-repeat; position: absolute;top:0;left:0;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span.h i{ background-position: -1px -3px;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box span.l i{ background-position: -1px -59px;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box div{ display: table-cell;}
.SpecialRelease-wrap .SpecialRelease-top .content-box .row-box div input[type=text]{ width: 645px; border:1px solid #dddddd; height: 33px; padding: 0 10px; color:#333;}
.SpecialRelease-wrap .release-table{ width: 1102px; margin-left: -1px;}
.SpecialRelease-wrap .release-table tr th{ background: #f5f5f5; color:#000; font-size: 20px; text-align: left; border: 1px solid #DDDDDD; padding: 10px 20px;}
.SpecialRelease-wrap .release-table tr td{ border: 1px solid #DDDDDD; padding: 10px;}
.SpecialRelease-wrap .release-table .tell01{ width: 120px; text-align: center; color:#333; background: #f5f5f5;}
.SpecialRelease-wrap .release-table .tell02{ width: 180px; text-align: center;}
.SpecialRelease-wrap .release-table .tell03 textarea{ border:none; color:#333; line-height: 22px; width: 100%; resize: none;}
.SpecialRelease-wrap input[type=submit]{ display: block; background: #ff9900; color:#FFF; width: 260px; height: 40px; font-family: "Microsoft YaHei","SimSun",Arial,Helvetica,sans-serif; border:none; margin: 25px auto; font-size: 16px; cursor: pointer;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.SpecialRelease-wrap input[type=submit]:hover{ background: #82bb30;}

/*车推荐*/
.vehicleRecommend-box{ margin:30px auto 0; width:1100px;}
.vehicleRecommend-box .banner-box{ overflow: hidden; height: 364px;}
.vehicleRecommend-box .banner-box .banner-left{ width: 546px; height: 364px; float: left; position: relative; overflow: hidden;}
.vehicleRecommend-box .banner-box .banner-left p{ position: absolute; bottom:0;left:0;right:0; background: rgba(0, 0, 0, 0.4); color:#FFF;padding: 10px; line-height: 20px; font-size: 18px;}
.vehicleRecommend-box .banner-box .banner-left img{ display: block; width: 546px; height: 364px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleRecommend-box .banner-box .banner-left img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.vehicleRecommend-box .banner-box .banner-right{ float: right; width: 554px;}
.vehicleRecommend-box .banner-box .banner-right .img-box{ float: left; width: 265px; height: 176px; margin: 0 0 12px 12px; position: relative; overflow: hidden;}
.vehicleRecommend-box .banner-box .banner-right .img-box p{ position: absolute; bottom:0;left:0;right:0; background: rgba(0, 0, 0, 0.4); color:#FFF;padding: 10px; line-height: 20px;}
.vehicleRecommend-box .banner-box .banner-right .img-box img{ display: block; width: 265px; height: 176px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleRecommend-box .banner-box .banner-right .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
.vehicleRecommend-box .title-box{ height: 30px; line-height: 30px; margin-top: 25px;}
.vehicleRecommend-box .title-box span{ border-left: 5px solid #82bb30; color:#1c1c1c;padding:2px 0 2px 10px; font-size: 18px;}
.vehicleRecommend-box .one-list{ width: 1126px;}
.vehicleRecommend-box .one-list:after{ content: ".";height: 0;overflow: hidden;display: block;clear: both;}
.vehicleRecommend-box .one-list .one-box{ float: left; width: 255px; height: 333px; margin: 25px 26px 0 0;}
.vehicleRecommend-box .one-list .one-box .one{ width: 255px; height: 333px; background: #f7f7f7; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.vehicleRecommend-box .one-list .one-box .one:hover{ margin-top: -5px; box-shadow:0px 2px 15px #b6b6b6; -moz-box-shadow:0px 2px 15px #b6b6b6;-webkit-box-shadow:0px 2px 15px #b6b6b6; -ms-box-shadow:0px 2px 15px #b6b6b6; -o-box-shadow:0px 2px 15px #b6b6b6; }
.vehicleRecommend-box .one-list .one-box .one img{ display: block; width: 255px; height: 170px;}
.vehicleRecommend-box .one-list .one-box .one .title-name{ line-height: 22px; height: 44px; font-size: 18px; overflow: hidden; padding: 0 10px; margin: 10px 0;}
.vehicleRecommend-box .one-list .one-box .one .title-name a{ color:#333; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleRecommend-box .one-list .one-box .one .title-name a:hover{ color: #82bb30; text-decoration: none;}
.vehicleRecommend-box .one-list .one-box .one .summary{ line-height: 20px; height: 60px; padding: 0 10px; overflow: hidden; color:#999;}
.vehicleRecommend-box .one-list .one-box .one .msg{ color:#828282; padding: 0 10px; margin-top: 10px;}
.vehicleRecommend-box .one-list .one-box .one .msg .comment{ display: block; font-style: normal; float: right; padding-left: 20px; position: relative; min-width: 40px;}
.vehicleRecommend-box .one-list .one-box .one .msg .comment i{ position: absolute;top:0;left:0; display: block; width: 20px; height: 20px; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -155px -14px;}
.vehicleRecommend-box .one-list .one-box .one .msg .time{ display: block; font-style: normal; float: right; padding-left: 20px; position: relative;}
.vehicleRecommend-box .one-list .one-box .one .msg .time i{ position: absolute;top:0;left:0; display: block; width: 20px; height: 20px; background: url("/images/zyc/v20170517/industry-icon.png") no-repeat -11px -108px;}
.vehicleRecommend-box .one-list .one-box .one .msg  .browse{ display: block; float: left; padding-left: 20px; position: relative; color:#999;}
.vehicleRecommend-box .one-list .one-box .one .msg  .browse i{ display: block; width: 20px; height: 20px; position: absolute;top:0;left:0; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -61px -59px;}
.vehicleRecommend-box .add-box{ background: #f6f6f6; margin: 42px 0 0; height: 30px;line-height: 30px; text-align: center; color:#999; display: block; transition: color 0.2s,background 0.2s; -moz-transition: color 0.2s,background 0.2s; -webkit-transition: color 0.2s,background 0.2s; -o-transition: color 0.2s,background 0.2s; -ms-transition: color 0.2s,background 0.2s;}
.vehicleRecommend-box .add-box em{ font-style: normal; font-family: "SimSun";}
.vehicleRecommend-box .add-box:hover{ background: #82bb30; color:#FFF; text-decoration: none;}

/*车型库*/
.vehicleClass-box { margin:30px auto 0; width:1100px;}
.vehicleClass-box:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
/*车型库-左侧树形导航菜单*/
.category-box{width:242px;overflow:hidden;float:left;font-family:"\5b8b\4f53",Arial,Helvetica,sans-serif;}
.category-box button,.category-box input{background:#fff;border:none}
.category-form-box{width:242px;height:26px;overflow:hidden}
.category-input-box{width:190px;height:26px;float:left;position:relative;overflow:hidden}
.category-input-box .category-input-txt{border:1px solid #ccc;width:179px;height:24px;line-height:24px;float:left;padding:0 5px; color:#333;}
.category-input-box .valid{border:none !important;border-top:1px solid #ccc !important;border-bottom:1px solid #ccc !important;}
.category-form-box .btn-search{background-color:#979797;text-align:center;color:#fff;font-family:SimSun;cursor:pointer;height:26px;line-height:26px;width:50px;float:left; font-size: 14px;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;}
.category-form-box .btn-search:hover{background:#82bb30;padding-left:0;text-decoration:none}
.abc-box{width:242px;height:150px;overflow:hidden;font-family:Tahoma;margin-top:10px}
.abc-box ul{width:250px;font-size:14px}
.abc-box ul li{margin:0 5px 5px 0;float:left}
.abc-box ul li{background-color:#f7f7f7;border:1px solid #e2e2e2;width:28px;height:28px;text-align:center;color:#333;line-height:28px;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;}
.abc-box ul li.none{background-color:#f7f7f7;border:1px solid #e2e2e2;width:28px;height:28px;text-align:center;color:#ccc;line-height:28px}
.abc-box ul li a{ display:block; text-decoration: none;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.abc-box ul li:hover{ border-color: #82bb30;}
.abc-box ul li.none:hover{ border-color: #e2e2e2;}
.abc-box ul li:hover a{ color: #82bb30;}
.category-tree{width:240px;height:100%;background:#FFF;overflow-y:scroll;overflow-x:hidden;border:1px solid #E9E9E9;border-bottom:0;position:relative}
.category-box .dealerClass-box{ width: 246px; overflow: hidden;}
.category-box .dealerClass-box a{ display: block; width: 76px; border:1px solid #EEEEEE; background: url("/images/zyc/v20170517/dealerClass-back.png"); height: 26px; line-height: 26px; margin:0 4px 4px 0; float: left; color:#666; text-align: center; overflow: hidden;font-size: 12px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.category-box .dealerClass-box a:hover{ border-color: #82bb30; color:#82bb30; text-decoration: none;}
.category-box .dealerClass-box a.on{ border-color: #82bb30; color:#82bb30; text-decoration: none;}
.category-box .container{margin-top:10px}
.category-tree .container b{font:700 18px/34px Tahoma;padding:0 0 0 10px;width:218px;height:27px;display:block;}
.category-tree .container ul.treebox{margin:-27px 0 0 29px}
.category-tree .container ul.treebox img{vertical-align:middle;margin:0 3px 3px 0}
.category-tree .container a.brand:link{padding:0 0 0 5px;width:180px;height:36px;line-height:36px;display:block;white-space:nowrap;overflow: hidden;}
.category-tree .container a.brand:visited{padding:0 0 0 5px;width:180px;height:36px;line-height:36px;display:block;white-space:nowrap;overflow: hidden;}
.category-tree .container a.brand:hover{background:#fafafa;text-decoration:none;white-space:nowrap;overflow: hidden;}
.category-tree .container li.brand-on a.brand:link, .category-tree .container li.brand-on a.brand:visited{text-decoration:none;color:#f30;font-weight:bold;}
.category-tree .container li.brand-on a.brand span{color:#f30;}
.category-tree .container a.brand big{font-size:12px;}
.category-tree .container a.brand span{color:#999;}
.category-tree .container a.series{background-position:-31px -151px;margin:1px 0 1px 12px;padding:0 0 0 15px;width:160px;height:23px;line-height:23px;overflow:hidden;display:block;background-repeat:no-repeat;font-size:10px;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.category-tree .container a.series:hover{text-decoration:none;color:#82bb30;font-size:10px;}
.category-tree .container li.series-on a.series:link, .category-tree .container li.series-on a.series:visited{text-decoration:none;color:#f60;font-size:10px;}
.category-box .treebox .open li{background:url(/images/zyc/v20170517/ss.jpg) no-repeat scroll 9px 0}
/*wrapper一定要设置宽度，不然IE不起作用，左右结构portamento_container要加：float:left*/
#portamento_container {float:left;position:relative;}
#portamento_container #sidebar {float:none; position:absolute;}
#portamento_container #sidebar.fixed {position:fixed;}
.vehicleClass-box .vehicleClass-right{ width: 820px;float: right; padding-bottom: 10px;}
.vehicleClass-box .vehicleClass-right .cycnav-box{ padding: 0 15px; background: #f9f9f9;}
.vehicleClass-box .vehicleClass-right .cycnav-box li:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
.vehicleClass-box .vehicleClass-right .cycnav-box li{ border-bottom: 1px solid #efefef; padding:5px 0 15px;}
.vehicleClass-box .vehicleClass-right .cycnav-box li span{ display: block; float: left; color:#999; height: 20px; line-height: 22px; margin-top: 10px;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box{ display: table-cell;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a{ display: block; height: 20px; line-height: 20px; border:1px solid #fff; padding: 0 10px; float: left; color:#444; margin: 10px 5px 0 0;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: border .2s, color .2s; -moz-transition: border .2s, color .2s; -webkit-transition: border .2s, color .2s; -o-transition: border .2s, color .2s; -ms-transition: border .2s, color .2s;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a.on{ border-color: #82bb30; color:#82bb30;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a:hover{ border-color: #82bb30; color:#82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a.yx{ border-color: #d2d0d0; padding-right: 22px; background: url("/images/zyc/v20170517/cxk_icon.png") no-repeat 100% 1px; background-color: #fafafa; color:#444; }
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a.yx:hover{ border-color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .alist-box a.del{ border-color: #fff; padding:0 0 0 22px; background: url("/images/zyc/v20170517/cxk_icon.png") no-repeat 0 -31px; color:#444; }
/* 新增查询表单 样式 */
.vehicleClass-box .vehicleClass-right .cycnav-box li .dealer-sousuo{ border:1px solid #dddddd; width: 265px; height: 33px; background: #FFF; float: right;position: relative; margin-top: 3px;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .dealer-sousuo input[type=text]{width: 194px; background: #FFFFFF; display: block; position: absolute; top:0;bottom:0;left:10px; border:none; color:#666;}
.vehicleClass-box .vehicleClass-right .cycnav-box li .dealer-sousuo input[type=submit]{ cursor:pointer; width: 50px; background: url("/images/zyc/v20170517/search-but.png") no-repeat 50%; display: block; position: absolute; top:0;right:0;bottom:0; border:none;border-left: 1px solid #ddd; }

.vehicleClass-box .vehicleClass-right .link-box{ color: #999; margin: 30px 0;}
.vehicleClass-box .vehicleClass-right .link-box em{ font-family: 'SimSun'; font-style: normal; margin: 0 5px;}
.vehicleClass-box .vehicleClass-right .link-box a{ color: #999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.vehicleClass-box .vehicleClass-right .link-box a:hover{ color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .title-box{ color: #000; border-left: 5px solid #82bb30; font-size: 18px; padding: 0 7px;}
.vehicleClass-box .vehicleClass-right .list-box{ width: 844px; padding-bottom: 40px;}
.vehicleClass-box .vehicleClass-right .list-box:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
.vehicleClass-box .vehicleClass-right .list-box .one-box{ width: 259px; float: left; height: 260px; margin: 22px 22px 0 0;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .one{ width: 257px; border:1px solid #ece9e9; height: 258px; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .one:hover{ margin-top: -5px; box-shadow:0px 2px 15px #d5d5d5; -moz-box-shadow:0px 2px 15px #d5d5d5;-webkit-box-shadow:0px 2px 15px #d5d5d5; -ms-box-shadow:0px 2px 15px #d5d5d5; -o-box-shadow:0px 2px 15px #d5d5d5; }
.vehicleClass-box .vehicleClass-right .list-box .one-box img{ width: 257px; height: 170px; display: block;}
.vehicleClass-box .vehicleClass-right .list-box .one-box h1{ font-size: 16px; padding: 0 13px; margin: 5px 0; height: 21px; overflow: hidden; line-height: 21px;}
.vehicleClass-box .vehicleClass-right .list-box .one-box h1 a{ color:#333;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.vehicleClass-box .vehicleClass-right .list-box .one-box h1 a:hover{ text-decoration: none; color:#82bb30;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .title-name{ font-size: 16px; padding: 0 13px; margin: 5px 0; height: 42px; overflow: hidden; line-height: 21px;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .title-name a{ color:#333;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .title-name a:hover{ text-decoration: none; color:#82bb30;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .one-row { height:25px; line-height: 25px; color:#ff1a1a; padding: 0 10px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .one-row span{ display: inline-block; color:#999; width:80px; text-align: right; margin-right: 5px;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .one-row.ash{ color:#999;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box{ padding: 0 20px; overflow: hidden; height: 50px; line-height: 50px;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box .fraction{ float: left; font-size: 28px; color:#ff1a1a;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box .fraction em{ font-style: normal; font-size: 16px; margin-left: 5px;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box .xing{width: 110px; height: 21px; float: right; position: relative; margin-top: 15px; background: #cecece;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box .xing em{ display: block; background: url("/images/zyc/v20170517/xx-back.png") no-repeat 0 0; width: 110px; height: 21px; position: absolute;top:0;left:0; z-index: 2;}
.vehicleClass-box .vehicleClass-right .list-box .one-box .fraction-box .xing p{ display: block; background: #ffb400; height: 21px; position: absolute;top:0;left:0; z-index: 1;}
/*热门品牌推荐*/
.brand-wrap{ width: 816px; padding:25px 0 40px 2px;}
.brand-wrap:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
.brand-wrap .brand-box{ width: 101px; border:1px solid #dedede; margin: -1px 0 0 -1px; float: left;}
.brand-wrap .brand-box .img-box{ width: 101px; height: 80px; position: relative;}
.brand-wrap .brand-box .img-box img{ width: 100%; height: 100%; max-width: 84px; max-height: 60px; position: absolute;top:0;left:0;right:0;bottom:0;margin: auto;}
.brand-wrap .brand-box p{padding: 0 5px; text-align: center; height: 20px;line-height: 20px; overflow: hidden; margin-bottom: 5px;}
.brand-wrap .brand-box p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.brand-wrap .brand-box p a:hover{ color: #82bb30; text-decoration: none;}
/*热门评论*/
.vehicleClass-box .vehicleClass-right .hot-comment .hd .title-box{ line-height: 24px; height: 24px; margin-top: 2px; color: #000; border-left: 5px solid #82bb30; float: left; font-size: 18px; padding: 0 7px;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd{ line-height: 28px; height: 28px;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul{ float: right;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul li{ display: block; float: left; padding: 0 10px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul li a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul li a:hover{ text-decoration: none;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul li.on{ background: #82bb30; color:#FFF;}
.vehicleClass-box .vehicleClass-right .hot-comment .hd ul li.on a{ color:#FFF;}
/*热门*/
.hot-scroll{ background: #f9f9f9; height: 421px; padding-bottom: 10px; margin-bottom: 25px;}
.hot-scroll .list-mrap{ padding: 0 6px;}
.hot-scroll .list-mrap li:after{ display: block; content: ' '; height: 0; border-top:1px solid #ebebeb;margin: 11px 13px 5px;}
.hot-scroll .list-mrap li .titlename-mrap{ padding: 10px 10px 0; position: relative;}
.hot-scroll .list-mrap li .titlename-mrap em{ width: 10px; height: 10px; position: absolute; z-index: 1; top: 13px; right: 16px; -ms-transform: rotate(-225deg); transform: rotate(-225deg);border-right: 1px solid #666;border-top: 1px solid #666;background: #FFF;content: " ";transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.hot-scroll .list-mrap li .titlename-mrap span{ display: table-cell; font-size: 16px; line-height: 24px; padding-right: 22px;}
.hot-scroll .list-mrap li .titlename-mrap span{ cursor: pointer; color:#666; display: block; max-height: 48px; overflow: hidden; transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.hot-scroll .list-mrap li .titlename-mrap .time-mrap{ color:#b4b3b3; font-size: 14px; line-height: 25px; margin-top: 5px;}
.hot-scroll .list-mrap li .text-mrap { display: none; padding: 0 10px 10px; color:#999; font-size: 14px; line-height: 22px;}
.hot-scroll .list-mrap li.on .text-mrap { background: #FFF;}
.hot-scroll .list-mrap li.on .titlename-mrap{ background: #FFF;}
.hot-scroll .list-mrap li.on .titlename-mrap em{ -ms-transform: rotate(-45deg); transform: rotate(-45deg); border-color: #82bb30; top: 21px;}
.hot-scroll .list-mrap li.on .titlename-mrap span{ color: #82bb30;}
.hot-scroll .list-mrap li.on p a{ color: #82bb30;}

/*经销商筛选*/
.vehicleClass-box .vehicleClass-right .dealernav-box{ padding: 0 15px; background: #f9f9f9; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .dealernav-box li:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
.vehicleClass-box .vehicleClass-right .dealernav-box li{ border-top: 1px solid #efefef; padding:5px 0 15px; margin-top: -1px;}
.vehicleClass-box .vehicleClass-right .dealernav-box li span{ display: block; float: left; color:#999; height: 20px; /*width: 60px;*/width: 76px; text-align: right; line-height: 22px; margin-top: 10px;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box{ display: table-cell;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a{ display: block; height: 20px; line-height: 20px; border:1px solid #f9f9f9; padding: 0 10px; float: left; color:#666; margin: 10px 5px 0 0;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: border .2s, color .2s; -moz-transition: border .2s, color .2s; -webkit-transition: border .2s, color .2s; -o-transition: border .2s, color .2s; -ms-transition: border .2s, color .2s;}
/*.vehicleClass-box .vehicleClass-right .dealernav-box li .alistAZ-box a{padding: 0 6px; margin: 10px 2px 0 0;}*/
.vehicleClass-box .vehicleClass-right .dealernav-box li .city-choice{ height: 19px; color:#ff811b; border:1px solid #ff811b; padding: 2px 24px 2px 10px; float: right; margin-top: 7px; cursor: pointer; position: relative;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .city-choice:before{ width: 7px; height: 7px; position: absolute; z-index:1;bottom: 9px;right:10px;-ms-transform: rotate(-45deg);transform: rotate(-45deg);border-left: 1px solid #ff811b;border-bottom: 1px solid #ff811b;background: #f9f9f9;content: " ";}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a.on{ border-color: #82bb30; color:#82bb30; position: relative;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a:hover{ border-color: #82bb30; color:#82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a.yx{ border-color: #d2d0d0; padding-right: 22px; background: url("/images/zyc/v20170517/cxk_icon.png") no-repeat 100% 1px; background-color: #fafafa; color:#666; }
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a.yx:hover{ border-color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box a.del{ border-color: #fff; padding:0 0 0 22px; background: url("/images/zyc/v20170517/cxk_icon.png") no-repeat 0 -31px; color:#666; }
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box .alistnav-box{ float: left;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box .alistnav-box:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box .alistnav-box .arrow.on:before{ width: 8px; height: 8px; position: absolute; z-index:1;bottom: -17px;left:50%;margin-left: -5px;-ms-transform: rotate(-45deg);transform: rotate(-45deg);border-right: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;background: #FFF;content: " ";}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alist-box .alistnav-box a.on.on-limit:before{ display: none;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alistnav-abc div:after{ content: "."; display: block; height: 0; overflow: hidden; clear: both;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alistnav-abc div{ display: none; padding: 5px 10px 15px; margin:11px 0 0 58px; background: #FFF; border:1px solid #e5e5e5;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alistnav-abc div a{ color:#666; display: block; float: left; margin: 8px 10px 0 10px; text-decoration: none;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alistnav-abc div a:hover{ color: #82bb30;}
.vehicleClass-box .vehicleClass-right .dealernav-box li .alistnav-abc div a.on{ color: #82bb30;}
.vehicleClass-box .vehicleClass-right .xiala-show{ width: 400px; border:1px solid #e0e1e1; background: #FFF; padding: 15px 0; display: none; position: absolute; z-index: 100; }
.vehicleClass-box .vehicleClass-right .xiala-show:after{ border:1px solid #ff811b; height: 0; position: absolute; display: block; content: " "; top:-1px;left:-1px;right:-1px; }
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one { line-height: 25px;}
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one label{ float: left; width: 65px; text-align: right; line-height: 32px;}
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div{ display: table-cell;}
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div span{ display: block; float: left; margin: 5px; padding: 1px 10px; cursor: pointer; width: auto; text-align: left; line-height: 20px; color:#666;transition: background .2s, color .2s; -moz-transition: background .2s, color .2s; -webkit-transition: background .2s, color .2s; -o-transition: background .2s, color .2s; -ms-transition: background .2s, color .2s; }
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div span:hover{ background: #82bb30; color: #FFF; }
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div .on{ background: #82bb30; color: #FFF; }
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div a{ display: block; float: left; margin:1px 5px; padding: 1px 10px; cursor: pointer; color: #000;}
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one div a:hover{  text-decoration: none; }
.vehicleClass-box .vehicleClass-right .xiala-show .xiala-list-one:after{ clear: both;}
.vehicleClass-box .vehicleClass-right .xiala-show  .cengshigo { margin: 10px auto 20px; height: 25px; line-height: 25px; width: 50px; text-align: center; background: #ff811b; color: #FFF; cursor: pointer;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;}
.vehicleClass-box .vehicleClass-right .xiala-show  .cengshigo:hover { background: #82bb30;}
.vehicleClass-box .vehicleClass-right .dealernav-box .dealer-sousuo{ border:1px solid #dddddd; width: 265px; height: 33px; background: #FFF; float: right;position: relative; margin-top: 3px;}
.vehicleClass-box .vehicleClass-right .dealernav-box .dealer-sousuo input[type=text]{width: 194px; background: #FFFFFF; display: block; position: absolute; top:0;bottom:0;left:10px; border:none; color:#666;}
.vehicleClass-box .vehicleClass-right .dealernav-box .dealer-sousuo input[type=submit]{ cursor:pointer; width: 50px; background: url("/images/zyc/v20170517/search-but.png") no-repeat 50%; display: block; position: absolute; top:0;right:0;bottom:0; border:none;border-left: 1px solid #ddd; }

/*经销商列表*/
.vehicleClass-box .vehicleClass-right .dealerList-box li{ padding: 20px 10px; border-bottom: 1px solid #eceaea; overflow: hidden;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .dealerList-box li:hover{box-shadow:0px 0px 15px #b1b1b1; -moz-box-shadow:0px 0px 15px #b1b1b1;-webkit-box-shadow:0px 0px 15px #b1b1b1; -ms-box-shadow:0px 0px 15px #b1b1b1; -o-box-shadow:0px 0px 15px #b1b1b1;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .img-box{ width: 150px; height: 100px; float: left;position: relative; margin-top: 10px;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .img-box img{ display: block; max-width: 150px; max-height: 100px; width: 100%; height: 100%; position: absolute; top:0;right:0;bottom:0;left:0;margin:auto;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box{ float: left; width: 540px; margin-left: 10px;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .name-box{ font-size: 16px; height: 21px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .name-box em{ font-style: normal; float: left; height: 12px; line-height: 12px; padding: 0 2px; display: block; margin: 4px 0 0 3px; font-size: 12px; color:#e68a12; border:1px solid #e68a12;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .name-box a{ display: inline-block; float: left;max-width: 515px; color:#000;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .name-box a:hover{ color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .consult-but{ display: block; margin-top: 42px; border:1px solid #82bb30; color: #82bb30; width: 87px; height: 27px; line-height: 27px; text-align: center; float: right; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .consult-but:hover{ text-decoration: none; color:#FFFFFF; background: #82bb30;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box{ overflow: hidden; height: 25px; line-height: 25px;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box span{ display: block; float: left; width: 70px; text-align: right; color:#999;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt{ display: table-cell; color:#666;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt.red{ color:#f94545;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt.lv{ color:#82bb30;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt p{ display: inline-block; max-width: 360px;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt a{ color:#666;}
.vehicleClass-box .vehicleClass-right .dealerList-box li .content-box .row-box .msgtxt a:hover{ color: #82bb30; text-decoration: none;}

/*经销商Banner*/
.dealertop-wrap{ width: 1100px; margin: 0 auto; overflow: hidden;}
.dealertop-wrap .slideBox{ width:385px; height:256px; overflow:hidden; position:relative; float: left;}
.dealertop-wrap .slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.dealertop-wrap .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.dealertop-wrap .slideBox .hd ul li{ float:left; margin-right:2px;  width:8px; height:8px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.dealertop-wrap .slideBox .hd ul li.on{ background:#f00; color:#fff; }
.dealertop-wrap .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.dealertop-wrap .slideBox .bd li{ zoom:1; vertical-align:middle; }
.dealertop-wrap .slideBox .bd img{ width:385px; height:256px; display:block;  }
.dealertop-wrap .slideBox .prev,
.dealertop-wrap .slideBox .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:24px; height:40px; background:url("/images/zyc/v20170517/PrevNext.png") -7px -81px no-repeat; background-color: rgba(45, 50, 55, 0.7); filter:alpha(opacity=50);opacity:0.5;   }
.dealertop-wrap .slideBox .next{ left:auto; right:0; background-position:-5px 4px; }
.dealertop-wrap .slideBox .prev:hover,
.dealertop-wrap .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.dealertop-wrap .slideBox .prevStop{ display:none;  }
.dealertop-wrap .slideBox .nextStop{ display:none;  }
.dealertop-wrap .dealernews-box{ width: 370px; float: left; margin: 0 20px;}
.dealertop-wrap .dealernews-box .no1{ height: 50px; line-height: 25px; font-size: 18px; overflow: hidden; margin-bottom: 10px;}
.dealertop-wrap .dealernews-box .no1 a{ color:#000;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dealertop-wrap .dealernews-box .no1 a:hover{ color: #82bb30; text-decoration: none;}
.dealertop-wrap .dealernews-box ul li{ height: 25px; line-height: 25px; overflow: hidden;}
.dealertop-wrap .dealernews-box ul li a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dealertop-wrap .dealernews-box ul li a.tab{ color:#999; margin-right: 5px;}
.dealertop-wrap .dealernews-box ul li a:hover{ color: #82bb30; text-decoration: none;}
.dealertop-wrap .dealerlogin-box{  width: 305px; float: left;}
.dealertop-wrap .dealerlogin-box .login-box{ border:1px solid #e2dede; overflow: hidden; height: 257px;}
.dealertop-wrap .dealerlogin-box .login-box .title{ color:#666; text-align: center; height: 25px; line-height: 25px; margin: 10px 0 15px;}
.dealertop-wrap .dealerlogin-box .login-box ul{ padding: 0 15px;}
.dealertop-wrap .dealerlogin-box .login-box ul li{ padding: 5px 0; overflow: hidden;}
.dealertop-wrap .dealerlogin-box .login-box ul li input{ transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.dealertop-wrap .dealerlogin-box .login-box ul li input:focus{ border-color: #d6d6d6; box-shadow: 0 0 8px #d4d4d4;}
.dealertop-wrap .dealerlogin-box .login-box ul li.username input[type=text]{ display: block; padding:0 5px 0 35px; width: 230px; background: url("/images/zyc/v20170517/dealerlogin.png") no-repeat 1px 1px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.dealertop-wrap .dealerlogin-box .login-box ul li.userpaswd input[type=password]{ display: block; padding:0 5px 0 35px; width: 230px; background: url("/images/zyc/v20170517/dealerlogin.png") no-repeat 1px -58px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.dealertop-wrap .dealerlogin-box .login-box ul li.code input[type=text]{ display: block; float: left; width: 90px; padding: 0 5px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.dealertop-wrap .dealerlogin-box .login-box ul li.code img{ display: block; float: left; width: 95px; height: 39px; margin:0 5px;}
.dealertop-wrap .dealerlogin-box .login-box ul li.code a{ color:#666; float: left; line-height: 39px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dealertop-wrap .dealerlogin-box .login-box ul li.code a:hover{ color: #82bb30; text-decoration: none;}
.dealertop-wrap .dealerlogin-box .login-box ul li.but{ padding: 10px 0 20px;}
.dealertop-wrap .dealerlogin-box .login-box ul li.but a{ color:#999; float: left; text-decoration: underline; line-height: 28px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dealertop-wrap .dealerlogin-box .login-box ul li.but a:hover{ color: #82bb30;}
.dealertop-wrap .dealerlogin-box .login-box ul li.but input[type=submit]{ background: #82bb30; color:#FFF; display: block; border:1px solid #82bb30; height: 30px; width: 100px; margin: 0 10px 0 0; float: left; cursor: pointer;}
.dealertop-wrap .dealerlogin-box .member-box{ border:1px solid #e2dede; overflow: hidden; height: 257px;}
.dealertop-wrap .dealerlogin-box .member-box .name-box{ padding: 0 10px; height: 25px; line-height: 25px; overflow: hidden; color:#666; text-align: center;}
.dealertop-wrap .dealerlogin-box .member-box .name-box span{ color:#ff3737;}
.dealertop-wrap .dealerlogin-box .member-box .border-title{ color:#818181; border-bottom:1px solid #dbdbdb; height: 12px; line-height: 25px; text-align: center; margin:8px 10px 20px;}
.dealertop-wrap .dealerlogin-box .member-box .border-title span{ padding: 0 10px; background: #FFF;}
.dealertop-wrap .dealerlogin-box .ul{ width: 240px; margin: 0 auto;}
.dealertop-wrap .dealerlogin-box .ul li{ float: left; width: 80px; text-align: center;}
.dealertop-wrap .dealerlogin-box .ul li .icon{ width: 40px; height: 40px; display: block; margin: 0 auto; background: url("/images/zyc/v20170517/yidl.png") no-repeat -8px -4px;}
.dealertop-wrap .dealerlogin-box .ul li .icon01{ background-position: -100px -4px;}
.dealertop-wrap .dealerlogin-box .ul li .icon02{ background-position: -189px -4px;}
.dealertop-wrap .dealerlogin-box .ul li .icon03{ background-position: -8px -49px;}
.dealertop-wrap .dealerlogin-box .ul li .icon04{ background-position: -99px -49px;}
.dealertop-wrap .dealerlogin-box .ul li .icon05{ background-position: -188px -49px;}
.dealertop-wrap .dealerlogin-box .ul li p{ height: 25px; line-height: 25px; overflow: hidden; padding: 0 5px;}
.dealertop-wrap .dealerlogin-box .ul li p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dealertop-wrap .dealerlogin-box .ul li p a:hover{ color: #82bb30;}

/*经销商推荐列表*/
.vehicleClass-box .vehicleClass-right .vehicle-title{ color:#000; height: 22px; line-height: 22px; font-size: 18px; border-left:5px solid #82bb30; padding-left: 7px; margin-top: 25px;}
.vehicleClass-box .vehicleClass-right .vehicle-list{ width: 855px;}
.vehicleClass-box .vehicleClass-right .vehicle-list:after{ content: "."; height:0; overflow: hidden; display: block; clear: both;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box{ width: 392px; float: left; height: 247px; margin: 25px 35px 0 0;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .one{ width: 390px; border:1px solid #eaeaea; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .one:hover{ margin-top: -5px; border:1px solid #d6d6d6; box-shadow:0px 2px 15px #b6b6b6; -moz-box-shadow:0px 2px 15px #b6b6b6;-webkit-box-shadow:0px 2px 15px #b6b6b6; -ms-box-shadow:0px 2px 15px #b6b6b6; -o-box-shadow:0px 2px 15px #b6b6b6; }
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box{ overflow: hidden;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .img{ /*width: 120px;*/width: 60px; height: 60px; position: relative; float: left; margin:5px 10px 5px 25px;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .img img{ display: block; max-width: 100%; max-height: 100%; position: absolute;top:0;right:0;bottom:0;left:0;margin: auto;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .title-name{ /*width: 220px;*/width: 280px; float: left; height: 44px; font-size: 16px; line-height: 22px; margin-top: 13px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .title-name a{ color:#000;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .title-name a:hover{ color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .img-box .title-name em{ font-style: normal; height: 12px; line-height: 12px; padding: 0 2px; display: inline-block; margin: 0 0 0 3px; font-size: 12px; color:#e68a12; border:1px solid #e68a12;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box{ line-height: 25px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box span{ display: block; text-align: right; width: 70px; margin-left: 15px; float: left; color:#999;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box div{ display: block; width: 290px; float: left; color:#666; height: 25px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box div a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box div a:hover{ color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box.dz div{ height: 50px; }
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box.cx { margin-bottom: 20px;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box.cx div{ height: 50px; }
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box.dh { line-height: 30px; background: #f4f4f4;}
.vehicleClass-box .vehicleClass-right .vehicle-list .one-box .row-box.dh div{ color:#f94545; height: 30px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .add-box{ background: #f6f6f6; margin: 25px 0 0; height: 30px;line-height: 30px; text-align: center; color:#999; display: block; transition: color 0.2s,background 0.2s; -moz-transition: color 0.2s,background 0.2s; -webkit-transition: color 0.2s,background 0.2s; -o-transition: color 0.2s,background 0.2s; -ms-transition: color 0.2s,background 0.2s;}
.vehicleClass-box .vehicleClass-right .add-box em{ font-style: normal; font-family: "SimSun";}
.vehicleClass-box .vehicleClass-right .add-box:hover{ background: #82bb30; color:#FFF; text-decoration: none;}

/*热销车型*/
.vehicleClass-box .vehicleClass-right .hotVehicle-box{ width: 850px; overflow: hidden;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box{ width: 252px; float: left; border:1px solid #FFFFFF; margin: 25px 29px 0 0; height: 258px; background: #fafafa;transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box:hover{ border-color: #82bb30;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box img{ display: block; width: 252px; height: 168px;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .title-name{ font-size: 16px; height: 25px; margin: 10px 0 15px; line-height: 25px; overflow: hidden; padding: 0 10px;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .title-name a{ color:#333;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .title-name a:hover{ color: #82bb30; text-decoration: none;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .msg-box { font-size: 16px; height: 25px; line-height: 25px; padding: 0 10px; color:#666;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .msg-box span{ color:#e10000; }
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .msg-box a{ float: right; margin-top: -1px; font-size: 14px; line-height: 20px; border:1px solid #82bb30; color:#82bb30; padding: 2px 10px;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehicleClass-box .vehicleClass-right .hotVehicle-box .one-box .msg-box a:hover{ text-decoration: none; background: #82bb30; color:#FFF;}

/*XX车型*/
.special-mrap .special-right .XX-chexinng{ background: #f9f9f9; height: 326px; padding-bottom: 10px;}
.special-mrap .special-right .XX-chexinng .XX-chexinng-scroll{ padding: 0 10px;}
.XX-chexinng .one-title{ color:#666; border-bottom:1px dashed #e6e6e6; height: 42px; line-height: 42px; overflow: hidden; cursor: pointer; padding: 0 5px;}
.XX-chexinng .one-title a{ color:#666;}
.XX-chexinng .one-title.on{ display: none;}
.XX-chexinng .one-title i{ display: inline-block; width: 7px; height: 7px; float: left; margin: 18px 8px 0 0; background: #82bb30;}
.XX-chexinng .one{ display: none; background: #FFF; padding:15px 5px; border-bottom:1px dashed #e6e6e6; }
.XX-chexinng .one.on{ display: block }
.XX-chexinng .one .lead-box:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.XX-chexinng .one .img-box{ width: 120px; position: relative; height: 80px; float: left; margin-right: 5px;}
.XX-chexinng .one .img-box a{ position: absolute; top:0px; left:0px; right:0px; bottom:0px;}
.XX-chexinng .one .img-box a img{ display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.XX-chexinng .one .text-box { display: block; width: 145px; float: left; overflow: hidden; padding-top: 5px; }
.XX-chexinng .one .text-box p{ max-height: 44px; line-height: 22px; overflow: hidden; }
.XX-chexinng .one .text-box p a{ color:#666; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.XX-chexinng .one .text-box p a:hover{ text-decoration: none; color: #74a131; }
.XX-chexinng .one .text-box .goto{ margin-top: 5px; display: block; float: left; height: 22px; line-height: 22px; color: #38a47e;}
.XX-chexinng .one .text-box .goto em{ font-style: normal; color:#999;}

/*最新新闻*/
.special-mrap .special-right .news-box{ background: #f9f9f9; padding: 0 0 10px; height: 317px;}
.special-mrap .special-right .news-box .news-title{ padding: 10px 0; border-bottom:1px dashed #e0e0e0; margin: 0 10px;}
.special-mrap .special-right .news-box .news-title p{ max-height: 44px; line-height: 22px; overflow: hidden;}
.special-mrap .special-right .news-box .news-title p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .news-box .news-title p a:hover{ color:#82bb30; text-decoration: none;}

/*口碑报告*/
.special-mrap .special-right .koubei-box{ background: #f9f9f9; padding: 0 0 15px; }
.special-mrap .special-right .row-box{overflow: hidden;line-height: 25px;margin-bottom: 10px;}
.special-mrap .special-right .row-box span{ width: 70px; float: left; margin:0 0 0 20px; text-align: right; color:#999;}
.special-mrap .special-right .row-box span.s{ color:#666; margin-left: 26px;}
.special-mrap .special-right .row-box span.f{ color:#df0808; text-align: left; margin: 0; font-size: 16px;}
.special-mrap .special-right .row-box .tall{ display: block;width: 110px; float: left; margin: 0 10px;}
.special-mrap .special-right .row-box .tall .xing{width: 110px; height: 21px; float: left; position: relative; margin-top: 2px; background: #cecece;}
.special-mrap .special-right .row-box .tall .xing em{ display: block; background: url("/images/zyc/v20170517/xx2-back.png") no-repeat 0 0; width: 110px; height: 21px; position: absolute;top:0;left:0; z-index: 2;}
.special-mrap .special-right .row-box .tall .xing p{ display: block; background: #ffb400; height: 21px; position: absolute;top:0;left:0; z-index: 1;}
.special-mrap .special-right .yuan-wrap{ overflow: hidden; margin-bottom: 10px;}
.special-mrap .special-right .yuan-wrap .yuan-box { float: left; width: 120px; height:120px; margin-left: 19px; position: relative;}
.special-mrap .special-right .yuan-wrap .yuan-box .yuan-val{ position: absolute; text-align: center; font-size: 18px; color:#fd6d6c; left:0;right:0; height: 25px; line-height: 25px; top:43px; }
.special-mrap .special-right .yuan-wrap .yuan-box .yuan-msg{ position: absolute; text-align: center; font-size: 12px; color:#fd6d6c; left:0;right:0; height: 25px; line-height: 25px; top:65px; }
.special-mrap .special-right .yuan-wrap .yuan-box .yuan{width: 120px; height:120px;}
.special-mrap .special-right .yuan-wrap .name-box{ width: 140px; float: left; margin-top: 16px;}
.special-mrap .special-right .yuan-wrap .name-box p{ height: 44px; line-height: 22px; font-size: 18px; overflow: hidden;}
.special-mrap .special-right .yuan-wrap .name-box p a{ color:#010101;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .yuan-wrap .name-box p a:hover{ color: #82bb30; text-decoration: none;}
.special-mrap .special-right .yuan-wrap .name-box .a-but{ margin: 10px 0 0 5px; color: #fd6d6c; border:1px solid #fd6d6c; text-align: center; display: block; width: 100px; height: 26px; line-height: 26px;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-right .yuan-wrap .name-box .a-but:hover{ color:#FFFFFF; background: #fd6d6c; text-decoration: none;}

/*车系首页banner*/
.special-mrap .special-left .Carseries-top{ overflow: hidden;}
.special-mrap .special-left .Carseries-slideBox{ width:300px; height:200px; overflow:hidden; position:relative; float: left;}
.special-mrap .special-left .Carseries-slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.special-mrap .special-left .Carseries-slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.special-mrap .special-left .Carseries-slideBox .hd ul li{ float:left; margin-right:2px;  width:8px; height:8px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.special-mrap .special-left .Carseries-slideBox .hd ul li.on{ background:#f00; color:#fff; }
.special-mrap .special-left .Carseries-slideBox .bd{ position:relative; height:100%; z-index:0;   }
.special-mrap .special-left .Carseries-slideBox .bd li{ zoom:1; vertical-align:middle; }
.special-mrap .special-left .Carseries-slideBox .bd img{ width:300px; height:200px; display:block;  }
.special-mrap .special-left .Carseries-slideBox .prev,
.special-mrap .special-left .Carseries-slideBox .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:24px; height:40px; background:url("/images/zyc/v20170517/PrevNext.png") -7px -81px no-repeat; background-color: rgba(45, 50, 55, 0.7); filter:alpha(opacity=50);opacity:0.5;   }
.special-mrap .special-left .Carseries-slideBox .next{ left:auto; right:0; background-position:-5px 4px; }
.special-mrap .special-left .Carseries-slideBox .prev:hover,
.special-mrap .special-left .Carseries-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.special-mrap .special-left .Carseries-slideBox .prevStop{ display:none;  }
.special-mrap .special-left .Carseries-slideBox .nextStop{ display:none;  }
.special-mrap .special-left .Carseries-msg{ width: 425px; float: right;}
.special-mrap .special-left .Carseries-msg div{ font-size: 18px; height: 30px; line-height: 30px; overflow: hidden; margin-top:5px;}
.special-mrap .special-left .Carseries-msg div a{ color:#dd0000;}
.special-mrap .special-left .Carseries-msg ul{ margin-top: 10px;}
.special-mrap .special-left .Carseries-msg ul li{ color:#666; line-height: 30px; height: 30px; overflow: hidden; font-size: 16px;}
.special-mrap .special-left .Carseries-title{ color:#000; font-size: 18px; height: 25px; line-height: 25px;}
.special-mrap .special-left .Carseries-title2{ color:#000; font-size: 18px; line-height: 30px; margin: 36px 0 15px; border-bottom:2px solid #dfdfdf;}
.special-mrap .special-left .Carseries-title2 a{ color:#999; font-size: 14px; float: right; line-height: 25px; margin-top: 5px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-left .Carseries-title2 a:hover{ color: #82bb30; text-decoration: none;}
.special-mrap .special-left .Carseries-table{ width: 100%; color:#666;}
.special-mrap .special-left .Carseries-table a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.special-mrap .special-left .Carseries-table a:hover{ color: #82bb30; text-decoration: none;}
.special-mrap .special-left .Carseries-table .border-box{ border: 1px solid #e3e3e3;}
.special-mrap .special-left .Carseries-table th{ background: #f7f7f7; padding: 10px 0; font-size: 16px;}
.special-mrap .special-left .Carseries-table td{ padding: 15px 10px; border-bottom: 1px solid #e3e3e3;}
.special-mrap .special-left .Carseries-table td.relevant{ text-align: center;}
.special-mrap .special-left .Carseries-table td.relevant a{ margin: 0 0 0 15px;}
.special-mrap .special-left .Carseries-table td.price{ text-align: center; color:#b80000;}
.special-mrap .special-left .Carseries-table td.follow-box{ text-align: center;}
.special-mrap .special-left .Carseries-table td.follow-box div{ display: block; width: 70px; margin: 0 auto; background: #d7d7d7; height: 5px;}
.special-mrap .special-left .Carseries-table td.follow-box div p{ display: block; background: #ff6600; height: 5px;}

.special-mrap .special-left .Carseries-img-list{ width: 844px;}
.special-mrap .special-left .Carseries-img-list:after{ content: "."; height: 0; overflow: hidden; display: block; clear: both;}
.special-mrap .special-left .Carseries-img-list .one-box{ width: 240px; float: left; height: 225px; margin: 22px 20px 0 0;}
.special-mrap .special-left .Carseries-img-list .one-box .one{ width: 240px; height: 225px; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.special-mrap .special-left .Carseries-img-list .one-box .one:hover{ margin-top: -5px; box-shadow:0px 2px 15px #b6b6b6; -moz-box-shadow:0px 2px 15px #b6b6b6;-webkit-box-shadow:0px 2px 15px #b6b6b6; -ms-box-shadow:0px 2px 15px #b6b6b6; -o-box-shadow:0px 2px 15px #b6b6b6; }
.special-mrap .special-left .Carseries-img-list .one-box img{ width: 240px; height: 160px; display: block;}
.special-mrap .special-left .Carseries-img-list .one-box h1{ font-size: 16px; padding: 0 13px; margin: 5px 0; height: 21px; overflow: hidden; line-height: 21px;}
.special-mrap .special-left .Carseries-img-list .one-box h1 a{ color:#333;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-left .Carseries-img-list .one-box h1 a:hover{ text-decoration: none; color:#82bb30;}
.special-mrap .special-left .Carseries-img-list .one-box .title-name{  padding: 0 13px; margin: 5px 0; height: 42px; overflow: hidden; line-height: 21px;}
.special-mrap .special-left .Carseries-img-list .one-box .title-name a{ color:#333;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-left .Carseries-img-list .one-box .title-name a:hover{ text-decoration: none; color:#82bb30;}
.special-mrap .special-left .Carseries-img-list .one-box .title-name span{ color:#999; display: inline-block; float: right;}
.special-mrap .special-left .Carseries-img-list .one-box .title-name span em{ color:#f40000; font-style: normal;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box{ padding: 0 20px; overflow: hidden; height: 50px; line-height: 50px;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box .fraction{ float: left; font-size: 28px; color:#ff1a1a;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box .fraction em{ font-style: normal; font-size: 16px; margin-left: 5px;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box .xing{width: 110px; height: 21px; float: right; position: relative; margin-top: 15px; background: #cecece;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box .xing em{ display: block; background: url("/images/zyc/v20170517/xx-back.png") no-repeat 0 0; width: 110px; height: 21px; position: absolute;top:0;left:0; z-index: 2;}
.special-mrap .special-left .Carseries-img-list .one-box .fraction-box .xing p{ display: block; background: #ffb400; height: 21px; position: absolute;top:0;left:0; z-index: 1;}

.special-mrap .special-left .Carseries-dealer-list{ width: 786px; overflow: hidden;}
.special-mrap .special-left .Carseries-dealer-list .one{ border-bottom: 1px dashed #e0e0e0; width: 367px; padding: 25px 0; float: left; margin-right: 26px;}
.special-mrap .special-left .Carseries-dealer-list .one .name{ font-size: 16px; line-height: 25px; height: 25px; overflow: hidden; color:#010101; margin-bottom: 15px;}
.special-mrap .special-left .Carseries-dealer-list .one .name span{ color:#d40505;}
.special-mrap .special-left .Carseries-dealer-list .one .name a{ color:#010101;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-left .Carseries-dealer-list .one .name a:hover{ text-decoration: none; color:#82bb30;}
.special-mrap .special-left .Carseries-dealer-list .one .row-box{ line-height: 25px; height: 25px; overflow: hidden; color:#666; padding-left: 25px;position: relative;}
.special-mrap .special-left .Carseries-dealer-list .one .row-box i{ display: block; height: 25px; width: 25px; position: absolute; top:0;left:0; background: url("/images/zyc/v20170517/download-iocn.png") no-repeat -105px -105px;}
.special-mrap .special-left .Carseries-dealer-list .one .row-box.row-box01{ color:#d85353;}
.special-mrap .special-left .Carseries-dealer-list .one .row-box.row-box02 i{ background-position: -151px -59px;}
.special-mrap .special-left .Carseries-dealer-list .one .row-box.row-box03 i{ background-position: -152px -107px;}

.special-mrap .special-left .Carmodels-img-list{ padding-bottom: 25px;}
.special-mrap .special-left .Carmodels-img-list .title{ color:#666; font-size: 16px; height: 30px; line-height: 30px;}
.special-mrap .special-left .Carmodels-img-list .title a{ float: right; color:#c86f6f; font-size:14px; transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.special-mrap .special-left .Carmodels-img-list .title a:hover{ text-decoration: none; color:#82bb30;}
.special-mrap .special-left .Carmodels-img-list .img-wrap{ overflow: hidden; width: 780px;}
.special-mrap .special-left .Carmodels-img-list .img-wrap .img-box{ width: 175px; height: 117px; float: left; margin-right:20px;}
.special-mrap .special-left .Carmodels-img-list .img-wrap .img-box img{ display: block; width: 173px; height: 115px; border:1px solid #FFFFFF; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.special-mrap .special-left .Carmodels-img-list .img-wrap .img-box img:hover{ border-color: #82bb30;}

.special-mrap .special-left .Carmodels-msg{ overflow: hidden; margin-top: 35px;}
.special-mrap .special-left .Carmodels-msg .row-box{ width: 350px; float: left; margin:0 15px 10px 0; font-size: 16px; line-height: 22px; height: 22px; overflow: hidden; color:#666;}
.special-mrap .special-left .Carmodels-msg .row-box span{ color:#e90404;}
.special-mrap .special-left .Carmodels-msg .row-box2 { float: left; overflow: hidden;}
.special-mrap .special-left .Carmodels-msg .row-box2 a{ display: block; height: 27px; line-height: 27px; color:#ff3737; border:1px solid #ff3737; padding: 0 15px; float: left; margin-right: 10px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;}
.special-mrap .special-left .Carmodels-msg .row-box2 a:hover{ background: #ff3737; color:#FFF; text-decoration: none; }
.special-mrap .special-left .Carmodels-msg .row-box2 a.h{ color:#FFF; background: #ff3737;}

.CarmodelsForm-box{ width: 1100px; margin: 25px auto 0; overflow: hidden;}
.CarmodelsForm-box .reportForm-left{ width: 140px; float: left; position: relative; margin:4px 0 0 32px;}
.CarmodelsForm-box .reportForm-left .yuan{ width: 140px; height: 140px;}
.CarmodelsForm-box .reportForm-left .large-sum{ width: 140px; height: 140px; line-height: 127px; text-align: center; font-size: 30px; color:#FB6B79; position: absolute;top:0;left:0; z-index: 100;}
.CarmodelsForm-box .reportForm-left .large-sum em{ font-size: 22px; font-style: normal; color:#FB6B79;}
.CarmodelsForm-box .reportForm-left .small-sum{ font-size: 14px; color:#FB6B79; text-align: center; width: 140px; height: 140px; line-height: 192px; overflow: hidden; position: absolute;top:0;left:0; z-index: 99; }
.CarmodelsForm-box .reportForm-left a{ color:#FFF; font-size: 16px; text-align: center; height: 28px; line-height: 28px; display: block; margin: 15px auto 0; width: 100px; background: #ff9900;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.CarmodelsForm-box .reportForm-left a:hover{ background: #82bb30; text-decoration: none;}
.CarmodelsForm-box .reportForm-right{ width: 600px; float: right;}
.CarmodelsForm-box .reportForm-right .main{height:210px; width: 600px;}
.CarmodelsForm-box .Carseries-slideBox{ width:300px; height:200px; overflow:hidden; position:relative; float: left;}
.CarmodelsForm-box .Carseries-slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.CarmodelsForm-box .Carseries-slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.CarmodelsForm-box .Carseries-slideBox .hd ul li{ float:left; margin-right:2px;  width:8px; height:8px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.CarmodelsForm-box .Carseries-slideBox .hd ul li.on{ background:#f00; color:#fff; }
.CarmodelsForm-box .Carseries-slideBox .bd{ position:relative; height:100%; z-index:0;   }
.CarmodelsForm-box .Carseries-slideBox .bd li{ zoom:1; vertical-align:middle; }
.CarmodelsForm-box .Carseries-slideBox .bd img{ width:300px; height:200px; display:block;  }
.CarmodelsForm-box .Carseries-slideBox .prev,
.CarmodelsForm-box .Carseries-slideBox .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:24px; height:40px; background:url("/images/zyc/v20170517/PrevNext.png") -7px -81px no-repeat; background-color: rgba(45, 50, 55, 0.7); filter:alpha(opacity=50);opacity:0.5;   }
.CarmodelsForm-box .Carseries-slideBox .next{ left:auto; right:0; background-position:-5px 4px; }
.CarmodelsForm-box .Carseries-slideBox .prev:hover,
.CarmodelsForm-box .Carseries-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.CarmodelsForm-box .Carseries-slideBox .prevStop{ display:none;  }
.CarmodelsForm-box .Carseries-slideBox .nextStop{ display:none;  }

/* 使用 /css/zyc/zyc2017.css 原版样式 start */
/* 当前地址*/
.currenturl a:hover{text-decoration:none}
.currenturl{ width: 1100px; margin: 0 auto; clear: both;}
.currenturl:after{ content:".";display:block;height:0;overflow:hidden;clear:both;}
.currenturl .urllist{ float: left;color:#666;margin-top:19px;}
.currenturl .urllist em{ display:inline-block;width:20px;height:18px;background:url("/images/zyc/zyc2017/imgs.png") no-repeat 0 -2px;}
.currenturl .urllist a{ color:#666;}
.currenturl .urllist a:hover{ color:#e32904;}
.currenturl .urllist span{ color:#999;}
.currenturl .yhs-sousuo{ float: right; margin: 15px 15px 0 0;}
.currenturl .yhs-sousuo .text{ float: left; width: 250px; height: 30px; border:1px solid #d3d3d3; border-right: none; overflow: hidden;}
.currenturl .yhs-sousuo .text input{ width: 225px; margin-left: 10px; font-size: 14px; padding: 7px 0; border: none;}
.currenturl .yhs-sousuo .text input.valid{ border:none !important; }
.currenturl .yhs-sousuo .text .input-validation-error{border:none !important;background-color:transparent !important;}
.currenturl .yhs-sousuo .but{ float: left; width: 70px; height: 32px; background: #feb13f; overflow: hidden;border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;-o-border-radius:0 2px 2px 0;-ms-border-radius:0 2px 2px 0;}
.currenturl .yhs-sousuo .but input{ padding: 8px 0; width: 45px; cursor: pointer; background: none; border:none; color: #FFF; display: block; margin: 0 auto;}

/* 当前车型菜单*/
.current-menu a:hover{text-decoration:none}
.current-menu{ border-bottom: 2px solid #b1b1b1; width: 1100px; height: 45px; margin: 20px auto 0;position:relative;}
.current-menu:after{ content:".";display:block;height:0;overflow:hidden;clear:both;}
.current-menu table{ float: left; height: 60px;position:absolute;bottom:0px; }
.current-menu table tr{ height: 60px;}
.current-menu table tr .img{ /*width: 60px;*/height:60px;padding-right:5px;}
.current-menu table tr td img{ display: block; /*margin: 0 auto;*//*max-width:45px;*/max-width:60px;max-height:60px;}
.current-menu table tr .title{ font-size: 30px;color:#000;padding: 0 15px 0 0;}
.current-menu table tr .title div{ height: 30px; line-height: 30px; overflow: hidden; max-width: 250px; white-space: nowrap;}
/*.current-menu table tr td .ck{ float: left; padding-right: 20px; background:url("/images/zyc/zyc2017/imgs.png") no-repeat 100% -27px;cursor:pointer; max-width: 250px; height: 20px; line-height: 20px; overflow: hidden;}*/
.current-menu table tr td .ck{ float: left; background:url("/images/zyc/zyc2017/imgs.png") no-repeat 100% -27px;cursor:pointer;max-width:250px; height: 20px; line-height: 20px;padding-right:20px;white-space:nowrap;overflow:hidden;}
.current-menu table tr td .ck span{display:block;cursor:pointer; max-width: 230px; line-height: 20px; overflow: hidden;white-space:nowrap;}
.current-menu table tr td .show{ position:absolute; z-index: 2; display: none; top:35px; left:0; border:solid 1px #999;}
.current-menu table tr td .show:after{ content:".";display:block;height:0;overflow:hidden;clear:both;}
.current-menu table tr td ul{ background:#FFF; float: left;padding: 5px 10px; }
.current-menu table tr td ul li{ line-height: 30px;height: 30px; overflow: hidden;}
.current-menu table tr td ul li a:hover{ color:#e32904;}
.current-menu .menuul{ float:right; height:30px;background:#3598db;padding: 5px 5px 0;margin-top: 10px;}
.current-menu .menuul li{ float:left;background:url("/images/zyc/zyc2017/lanmenu.jpg") no-repeat 100% -1px;}
.current-menu .menuul li a{ display:block;height:30px;line-height:30px;padding:0 25px;color:#FFF;font-size:16px;}
.current-menu .menuul li .on{background:#FFF;color:#000;border-bottom:2px solid #FFF;}
/* 使用 /css/zyc/zyc2017.css 原版样式 end */

/* 回复评论 reply   新增 20170519 */
.reply-form{margin: 15px 0;border-top: 0 none;padding: 0;}
.reply-form textarea{display: block;width:728px;min-height:84px;overflow: visible;padding: 7px 10px;word-break: break-all;word-wrap: break-word;background: #fff;border: 1px solid #e7e7e7;resize:vertical;-webkit-appearance: none;border-image: none;border-radius: 0;line-height:22px;}
.reply-form textarea.empty{background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAAAeCAMAAABjc8D4AAAAeFBMVEXMzMz19fX09PTr6+ve3t7l5eXR0dHv7+/y8vLa2trW1tbx8fHt7e3o6Oji4uLNzc3w8PDz8/Ps7Ozc3Nzp6enq6urX19fb29vn5+fOzs7u7u7Q0NDS0tLf39/g4ODY2Njh4eHZ2dnj4+Pk5OTU1NTV1dXPz8/d3d0wJz4qAAAD/ElEQVR4Xt3W13LjOBCF4XO6EZnkNHlzfP833DEgEqYIkLR9sbX7X7gouQzyM1AtgfXCpzsy8L8ZGqYvf1MvuHz4H6HCX4/8gOd6tlLlmwrh30Hdf4tUpCxbAVwnhjkbea2btiaA23zUsm5V7Z2+C3XvfuUDXo0yuGIirhaFk3OoCdMByqFrGlZpFSXuZw641p9HMc4qhzEtBHieQgng91HTxho0Fc6hzEd6XPvMyko5QJf8jMmqAISEtKygVjE1wHEX1QMj12kxJIRJam2gnugvrcOnqGbmPYYmwKhp/ciTqA52FyWVw6cwqqaOcusmknez6TfyVTtFb0lvrgHx+WKLqkFlFxVn6aQFBSW1jlr3SLL/gtzEarIeFCr7m3kCZRC5h7JAxgyAeTXqE0nKn0j9xGrRyUuUh5MblA2lM6gAmD2Unyni4OQkqg9zaQnKHwDwI+tZOCkocYi8QWltRpprETBzI1NmH9VjvoUBBp5E8WW/44nyA2DYKqIrqMWkAKBtVHu+hHxV9nYIObnZngGY+BaUBaDfVY9s52BmVETkWdQQ1tkrqkuogE26NgnQ8S2oz3jugcKdgpMZZSNLuo8KXKcZpYBto4Jb/jAC0kCF78W0w3aLekDqkkx9hZPr8zHJl7k3owRQbQ4KD7h+OUMDG6gSNqj7C1KeJMdfuAnNQkHBaOkQZRHZRCmWcTcAli2UWeo2qIjUV5J8QgVlSg5wpiQFhVVHqABpogLQyXIZSVK0huKSN36N6pEa8nVCNRuXHS2VnTIwmn8UFKyuM5nSs4miz9gyLgLQ11GlNcoAwCU/6d0+ysICEb6CChrKDal6ONLbqFI3D4kIdxZVgB/veYySiEiAHXSLyuahvGzu1HlUXE6FAFPtW3pJZIVSdF/JY1TvMJEAJcLIDcqH/JlxizJGuM6bsYFqmrKl30UpfEGFRwp5AjUBtnz4umGFsun2gCwoOyZNIMk+MWTos0XOoSxgXwrd7vGbXqJGJU+gvAMGzihaIIYFNUY4IT06LiiTbAqbsD3JMf2a7eO3Z2IApgXljb9FGYSCIk+gglmmLDCfRRi/TMQoJDtoQXUIpCDRbHIIEMokO0KZxVQeoWf25NaCDvIqlBgA4+1SFkDnkwV2/sZbUElg8lt9HmIGUz4o3SFKHeBUbf6CP+eYqqIAAkC43/ZQQ7FDF7ZLyQSXMEkROjgpj+oBUucnddD5PVKA4QhlcZsxt3vXYQpLEyLRqooSrf9/JCnoyb6cT0HOlDlMmzcH6PMrd4QKQDRmVB1CCMKcWcM9VvWHqHYAK41lUtF3ySTk6JgLQxmFpGA8QlG4TaB8WT+ZpSnwHShjWFUJX11QzyVV4Tv7B+7vLuOh9p1TAAAAAElFTkSuQmCC) no-repeat 8px 8px;-webkit-background-size: 106px 15px;-moz-background-size: 106px 15px;-o-background-size: 106px 15px;background-size: 106px 15px;}
.reply-form textarea:focus, .reply-form textarea.empty:focus{background: #fff;}
.reply-form p:after{content: "";display: block;height: 0;overflow: hidden;clear: both;visibility: hidden;}
.reply-form input, .reply-form #BtnReplayOK{width: 70px;height: 34px;padding: 0;font-size: 16px;margin: 15px 0;-webkit-border-radius: 1px;border-radius: 1px;}
.reply-form #BtnReplayOK.disabled, .reply-form #BtnReplayOK:disabled{color: #999;border-color: #e7e7e7;background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));background: linear-gradient(180deg, #fff 0, #f5f5f5 100%);}
.reply-form input[type="button"]{float: left;border: 1px solid #e7e7e7;color: #666;background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f8f8f8));background: linear-gradient(180deg, #fdfdfd 0, #f8f8f8 100%);}
.reply-form #BtnReplayOK{float: right;border: 1px solid #7294ca;color: #fff;background: #7294ca;}


/* 2017-06-13 新增浮动导航*/
/*浮动导航*/
.isStuck{ top:99px !important;}
.sidebar-nav-box{ position: absolute ; top:-25px; right:50%; margin-right:570px;}
.sidebar-nav{ margin-top: 25px;}
.sidebar-nav a{ display: block; width: 90px; height: 35px;line-height: 35px; text-align: center; color:#333; background: #eeeeee; margin-bottom: 10px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px;}
.sidebar-nav a.on{ color:#FFF; background: #82bb30;}
.sidebar-nav a:hover{ color:#FFF; background: #82bb30; text-decoration: none;}












