/*公用重置样式*/
body,div,dl,dt,dd,p,a,table,thead,tr,th,td,ul,li,h2,h3,h4,h5{margin:0; padding:0;}
body{font-size: 12px; font-family: "微软雅黑";}
h2,h3,h4,h5,input,button{}
ul,li,dl,dt,dd{list-style: none;}
i{font-style: normal;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt-10{margin-top:-10px;}
a:focus,a:hover{text-decoration: none;}
.fl{float:left; display: inline;}
.fr{float:right; display: inline;}
/*首页顶部*/
.header{height:90px;}
.wrap{width:1200px; margin:0 auto;}
.header .logo{margin-left:10px; padding:5px 0;}
.hhtext{float:left; font-size: 14px; color:#777878; margin:18px 0 0 20px; line-height: 24px; width:110px;}
.topsearch{float:right; margin:31px 10px 0 0; position: relative;}
.tsearch{width:200px; height:28px; display: block; border:1px solid #d9d9d9; color:#a5a5a5; line-height: 26px; text-indent: 7px;}
.tsearch-btn{width:32px; height:28px; background: url(../img/searchbtn.png) no-repeat center center; border:none; position:absolute; right:0; top:0;}
.nav{height:90px; float:left;}
.nav_ul{margin-left: 30px; display:inline-block;}
.nav_ul li{height: 90px; float:left;}
.nav_ul li a{display: block; height:18px; line-height: 18px; font-size: 16px; padding:0 40px; color:#404040; border-left:1px solid #d9d9da; margin-top: 35px;}
.nav_ul li.exc a,.nav_ul li:first-child a{border:none;}
.nav_ul li.on{border-bottom:3px solid #ce1c24; font-weight: bold;}
.nav_ul a:hover{font-weight: bold;}
.nav_toggle{display: none; float: right; width: 40px; height: 35px; margin-top: 13px; margin-right: 10px; background:#d9d9d9 url(../img/menu_toggle.png) no-repeat center center/22px auto; border-radius:4px;}
/*首页底部*/
.footer{height:66px; background-color: #322f2f; margin-top:60px; line-height: 66px;}
.copyright{float:left; text-indent: 10px; color:#a5a5a5; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.foot-nav{float:right;}
.foot-nav a{color:#a5a5a5; margin:0 12px;}
.foot-tool{text-align: center;}
.foot-tool img{margin:24px 10px 0;}
/*幻灯片*/
/* .carousel{height:430px;border:1px solid red;} */
/* .carousel-inner{height:100%;border:1px solid red;} */
/* .carousel-indicators{bottom:10px;border:1px solid red;} */
/* .carousel-indicators li{border:1px solid red;width:40px; height:4px; border-radius: 0; border:none; background-color: #a9a1a7; opacity:.8; margin:0 3px;} */
/* .carousel-indicators li.active{width:40px; height:4px; border-radius: 0; border:none; background-color: #ed6d45; opacity:.8; margin:0 3px;} */
/* .carousel-inner .item{height:100%; position:relative;} */
/* .carousel-inner .item img{width: 1920px; max-width: 1920px!important; position: absolute; top:0; left:50%; margin-left: -960px;} */
#wrapper {
	background:#fff;
	position:relative;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:430px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:430px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background:#545454;
    width: 60px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(/home/images/default/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(/home/images/default/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
@media screen and (max-width: 1200px){
	.wrap{width:1000px;}
}
@media screen and (max-width: 800px){
	.wrap{width:100%;}
	.header{position: relative; height:60px;}
	.header .logo img{height:50px;}
	.nav_toggle{display: block;}
	.nav{display: none; position: absolute; top: 60px; left: 0; width: 100%; height: auto; box-shadow: 0 2px 5px rgba(0,0,0,.2); z-index: 20; background-color: #fff;}
	.nav.open{display: block;}
	.nav_ul{margin-left: 0; display: block;}
	.nav_ul li{float: none; height: 40px;}
	.nav_ul li a{margin-top: 0; line-height: 40px; height: 40px; text-align: left; border-left: 0;}
	/* .carousel{height: 220px;} */
	/* .carousel-inner .item img{width: 1000px; height: auto; margin-left: -500px;} */
	.footer{height: auto; padding:10px 0; line-height: 40px;}
	.foot-nav{float: none;}
	.copyright{float: none;}
	.homebody_zbgg1{
		display: none;
	}
	.homebody_zbgg2_img{
		right: 5px !important;
		top: -100px !important;
	}
}
/*首页内容区*/
.homeleft{float:left; width:700px; padding:0 10px; margin-top:35px;}
.hometit{height:24px; line-height: 24px; overflow: hidden;}
.hometit strong{float:left; font-size: 24px; color:#cb171d; font-weight: normal;}
.hometit img{float:left; margin:12px 0 0 10px;}
.hometit .hmore{float:right; color:#4781af; margin-top: 5px;}
.hnews-left{float:left; width:316px; margin-top: 20px; overflow: hidden;}
.hnews-bimg .box{width:500%; overflow: hidden;}
.hnews-bimg a{float:left;}
.hnews-bimg img{width:316px; height:210px;}
.hnews-spic{overflow: hidden; margin-top: 5px;}
.hnews-spic ul{width:110%;overflow: hidden;}
.hnews-spic li{float:left; width:60px; height:50px; margin-right: 4px; position:relative; cursor: pointer;}
.hnews-spic li{float:left;}
.hnews-spic li img{width:60px; height:50px;object-fit:cover;}
.hnews-spic li i{display:none; width:60px; height:50px; border:2px solid #ed6d45; position:absolute; top:0; left:0;}
.hnews-spic li.on i{display:block;}
.hnews-right{float:right; width:350px; overflow: hidden;}
.hnews-dl{padding:20px 0 15px; border-bottom: 1px dashed #c8c8c8;}
.hnews-dl .box{display:none;}
.hnews-dl h4{line-height: 32px; margin-top: -6px;}
.hnews-dl h4 a{font-weight: bold; font-size: 18px; color:#404040;}
.hnews-dl h5{line-height: 18px; padding: 3px 0; color:#bebdbd;}
.hnews-dl p a{line-height: 24px; font-size: 14px; color:#777878; display: block; max-height: 72px; overflow: hidden;}
.hnews-ul{padding:10px 0;}
.hnews-ul li{line-height: 32px; height:32px; overflow: hidden; font-size: 14px; color:#6e6e6e;margin: 10px 0;}
.hnews-ul li b{float: left; font-weight: normal;}
.hnews-ul li a{float: left; font-size: 14px; color:#777878; margin-left:6px; width:270px; text-overflow:ellipsis; overflow: hidden; white-space: nowrap;}
.hnews-ul li span{float:right; font-size: 12px; color:#bebdbd;}
.homeright{float:right; width:400px; padding:0 10px; overflow: hidden; margin-top:35px;}
.homebrand{width:110%; overflow: hidden;position: relative;}
.homebrand a{float:left; width:80px; height:80px; margin:20px 15px 0 0;}
.homebrand a img{padding:15px; width:50px; height:50px; background-color: #f6f5f5; border-radius:5px; box-sizing:content-box;}
.homebrand a:hover img{background-color: #e2e2e1;}
.homeb-box{width:100%; overflow: hidden;}
.homeb-box .list{overflow: hidden; float:left; width:400px;}
.homebrand-nu{text-align: center; margin-top: 35px;}
.homebrand-nu li{display:inline-block; width:8px; height:8px; background-color: #bebdbd; margin:0 3px; border-radius: 50%; cursor: pointer;}
.homebrand-nu li.on{background-color: #cb171d;}
@media screen and (max-width: 1200px){
	.homeright{width: 30%;}
	.homebrand a{position: relative; width: 20%; margin:15px 2% 0; height: auto;}
	.homebrand a:after{content:""; display: block; width: 100%; padding-bottom: 100%;}
	.homebrand a img{position: absolute; top: 0; left: 0; width: 70%; height: 70%; padding:15%;}
}
@media screen and (max-width: 800px){
	.homeleft,.hnews-left,.hnews-right{float: none; width: 100%;}
	.homeright{float: none; width: 100%; display: block;}
	.hnews-bimg img{width: 100%; height: auto;}
}
@media screen and (max-width: 360px){
	.hnews-spic li{float: left; width:17%; margin-right: 1.5%; height:auto;}
	.hnews-spic li img{width: 100%;	height: auto;}
	.hnews-spic li i{box-sizing:border-box; width: 100%; height: 100%;}
}
/*公页头，左菜单*/
.navlang a{line-height: 48px; margin:0 8px; color:#4887b9;}
.pagemsg{background: url(../img/page-msg.jpg) no-repeat; height:100px; line-height: 100px;}
.pagemsg strong{float: left; font-size: 30px; color:#fff; font-weight: bold; text-indent: 10px;}
.pagebody{margin-top: 40px; min-height:530px;}
.pageleft{float:left; padding-left:10px; width:210px;}
.pageright{}
.pagenav{float: right;}
.pagenav li{float: left; width: 150px; height: 100%; text-align: center;}
.pagenav a{display:block; font-size: 20px; color:#404040; color:#fff;}
.pagenav li.on a{background:url(../img/menu_abg.png) repeat-x; font-weight: bold;}
.pagenav li:hover a{font-weight: bold;}
@media screen and (max-width: 800px){
	.breadcrumb{padding-left: 10px;}
	.pagemsg{height:60px; background-size:cover; background-position: 50% 50%; line-height: 60px;}
	.pagemsg strong{font-size: 18px;}
	.pagenav li{width:auto;}
	.pagenav li a{padding:0 12px; font-size: 14px;}
}
@media screen and (max-width: 360px){
	.pagenav li a{padding:0 8px;}
}
/*报告列表*/
.reportlist{margin-top: -10px;}
.reportlist a{float:left; width:180px; height:228px; background: url(../img/reports-list.png) no-repeat center center; margin:10px; text-align: center; transition:all .5s ease;}
.reportlist strong{display: block; line-height: 24px; font-size: 24px; color:#585959; font-weight: bold; margin-bottom: 6px; margin-top: 40px;}
.reportlist span{display:block; line-height: 36px; font-size: 24px; color:#ed6d45; font-weight: bold;}
.reportlist a.new{background-image: url(../img/reports-list-new.png);}
.reportlist a:hover{background-color: #f6f5f5;}
.breadcrumb{padding-left: 20px; background: #FcFcFc url(../img/ico-home.png) no-repeat 0 center; color:#808080; font-size: 13px;}
.breadcrumb li{font-size: 16px;}
.breadcrumb a{color:#808080; font-size: 16px;}
.breadcrumb a:hover{color:#ce1c24;}
.breadcrumb .active{font-weight: bold;}
/*翻页*/
.p800{width:800px;}
.pagenum-box{padding:20px 0;}
.pagenum{text-align:center; overflow: hidden;}
.pagination{margin-right:-14px;}
.pagenum-box .pagenum{margin:0 auto; width:120px;}
.pagenum-box .pagenum li{float:left;}
.pagenum-box .pagenum span{float:left; line-height: 30px; margin: 0 10px; font-weight: bold;}
.pagination>li>a{padding:2px 8px; font-size: 16px;}
.vehicle-list-padination ul.pagination span{float:left; line-height: 30px; margin: 0 10px; font-weight: bold;}
/*公告导航*/
.yearnav{height:42px; border-bottom:1px solid #dcdcdc;}
.yearnav li{float:left; margin-right:3px;}
.yearnav li a{display: block; height:42px; line-height: 40px; border:1px solid transparent; border-top:2px solid transparent; padding:0 25px; font-size: 14px; color:#777878;}
.yearnav li.active>a,.yearnav li:hover a{background-color: #fff; border-top:2px solid #cb171d; border-left-color:#dcdcdc; border-right-color:#dcdcdc;}
.yearnav li.active{font-weight: bold;}
/*公告列表*/
.noticelist li{padding:16px 0; line-height: 24px; font-size: 14px; overflow: hidden;}
.noticelist .text{float:left; width:680px;}
.noticelist i{color:#6e6e6e; margin: 0 8px; float:left;}
.noticelist strong{color:#404040; margin-right: 6px;}
.noticelist a{color:#777878; font-size: 14px;}
.noticelist em{color:#ed6d45; font-style: italic; font-weight: bold; font-size: 12px; margin-left: 10px;}
.noticelist b{color:#f60;}
.noticelist .even{background-color: #f8f8f8;}
.noticelist span{float:right; color:#bebdbd; font-size: 12px; margin-right: 8px;}
/*公司信息页面*/
.pageright-a{width:600px; padding:0 10px; float:left;}
.comp-text{line-height: 24px; padding:15px 0; text-indent: 2em; color:#777878; font-size: 14px;}
.comp-ntc li{line-height: 52px; height:53px; border-bottom:1px dashed #c8c8c8; overflow: hidden; position:relative;}
.comp-ntc i{color:#6e6e6e; margin-right:8px;}
.comp-ntc a{color:#777878; font-size: 14px;}
.comp-ntc span{position:absolute; right:0; top:0; background-color: #fff; padding-left:20px; color:#bebdbd; font-size: 12px; margin-right: 8px;}
.pageright-b{width:200px; float:right; margin-right: 10px;}
.comp-data{border:1px solid #eeeef1; background-color: #f7f8fa;}
.comp-data .tit{line-height: 53px; border-bottom:1px solid #eeeef1;}
.comp-data .tit strong{margin-left: 10px; font-weight: bold; font-size: 16px; color:#505050;}
.comp-data .tit a{margin-right: 10px; color:#4781af; float:right;}
.comp-data .box{padding:0 10px;}
.comp-data .box h4{line-height: 30px; margin-bottom: 10px; color:#404040;}
.comp-data .box .line{height:24px; line-height: 24px; overflow: hidden;}
.comp-data .box .name{float:left; width:80px; color:#777878;}
.comp-data .box .num{float:left; width:95px; color:#777878;}
.comp-data .box .down{color:#cb171d;}
.comp-data .box .up{color:#1c995c;}
.comp-data .box .bz{line-height: 30px; margin: 6px 0 4px; color:#a5a5a5;}
#eventdate{margin-top: 25px;}
#eventdate .tit{height:40px; line-height: 40px; background-color: #ca171d; text-align: center; font-size: 16px; font-weight: bold; color:#fff;}
.detail-title{font-size: 24px; color:#343434; font-weight: bold; padding:15px 0; text-align: center; line-height: 32px;}
.detail-time{line-height: 12px; color:#a5a5a5; text-align: center;}
.detail-content{line-height: 30px; color:#787878; font-size: 14px; margin-top: 30px;padding: 0 100px}
.detail-content p{padding:4px 0; font-size:16px; line-height: 30px; color: rgb(0, 0, 0);}
.detail-content p span{font-size:16px;}
.detail-content img{max-width:100%!important;width:100%!important}
.about-content img{width: 100%; max-width:100%;}
.detail-content video{max-width:100%!important; height: auto!important;margin-bottom: 10px!important;width: 100%!important;}
@media screen and (max-width:800px){
	.detail-content{padding: 0 10px}
	.detail-content img{max-width:100%!important; height: auto!important;}
	.detail-content video{max-width:100%!important; height: auto!important;}
}
/*经销网络*/
.websidetop{margin:0 10px; border:1px solid #d9d9da; margin-top: 40px; position:relative;}
.wtside-item-list{width:7.14%; border-left:1px solid #d9d9da; float:left;}
.wtside-item-text{display:block; width:100%; height:38px; line-height: 38px; text-align: center; font-size: 14px; color:#767878; cursor: pointer; position:relative;}
.wtside-item-text:hover{background-color: #cb171d; color:#fff;}
.wtside-item-list.on .arrow{position:absolute; bottom:-2px; left:50%; margin-left:-7px; z-index: 999; width:15px; height:8px; background: url(../img/arrow1.png) no-repeat;}
.wtside-item-list.on .wtside-item-text{background-color: #cb171d; color:#fff;}
.wtside-inbox{position:absolute; top:38px; left:-1px; width:1180px; max-height:390px; border:1px solid #d9d9da; background-color: #fff; display:none;}
.wtside-item-list.on .wtside-inbox{display:block;}
.wtside-inbox dl{margin:0 15px; padding:10px 0; border-top:1px dashed #d9d9da; overflow: hidden;}
.wtside-inbox dt{float:left; width:96px; line-height: 45px;}
.wtside-inbox dt a{font-weight: bold; font-size: 14px; color:#404040;}
.wtside-inbox dd{float:left; width:1050px; overflow: hidden;}
.wtside-inbox dd a{float:left; width:25%; line-height: 45px; color:#767878; font-size: 14px;}
.wtside-inbox dd a:hover{color:#cb171d;}
.websideimg{text-align: center; margin:67px 0 130px;}
.sidebrand a{float:left; width:182px; height:182px; margin:20px 9px 0; border:1px solid #d9d9d9; outline: 1px solid #fff;}
.sidebrand .pic{height:152px; display:table-cell; width:180px; vertical-align: middle; text-align: center;}
.sidebrand .pic img{vertical-align: middle; width:151px; height:92px;}
.sidebrand .text{height:28px; background-color: #f6f5f5; line-height: 28px; text-align: center; color:#767878; font-size: 14px;}
.sidebrand a:hover{border-color:#cb171d; outline-color:#cb171d;}
.storeside{margin:30px 10px 0; border:1px solid #d9d9da;}
.storeside-top{height:92px; text-align: center;}
@media screen and (min-width: 1000px) {
    .storeside-top{text-align: left;padding-left:70px;}
}
.storeside-top img{}
.storeside-top span{line-height: 80px; font-size: 18px; color:#767878;}
.storeside-box{max-height:603px; overflow-y:auto;}
.storeside-list{border-top:1px solid #d9d9da; height:230px;}
.storeside-list dl{margin: 18px 0 0 26px; overflow: hidden;}
.storeside-list dt{float:left; border:1px solid #d9d9da; width:225px; height:161px;}
.storeside-list dt img{width: 100%; height: 100%;}
.storeside-list dd{margin-left: 290px;}
.storeside-list dd h4{height:80px;}
.storeside-list dd h4 img{height:60px;}
.storeside-list dd h4 strong{font-weight: bold; color:#404040; font-size: 18px; line-height: 60px;}
.storeside-list dd p{line-height: 29px; color:#767878; font-size: 14px;}
.storeside-list dd .tel{color:#767878;}
@media screen and (max-width:800px){
	.storeside{border:none; margin: 0;}
	.storeside-box{max-height: none;}
	.storeside-list{height: auto; margin-top: 20px; border-top: 0; padding:20px 10px 0; }
	.storeside-list:nth-child(n+2){border-top:1px solid #d9d9d9;}
	.storeside-list dl{margin:0;}
	.storeside-list dt{float: none; border:0; width: 100%; height: auto;}
	.storeside-list dt img{height: auto;}
	.storeside-list dd{margin-left: 0;}
	.storeside-list dd h4{padding:10px 5px; border-bottom: 1px solid #d9d9d9; height: auto; margin-bottom: 10px;}
	.storeside-list dd h4 img{float: right; width:70px; height:70px; padding:5px; border:1px solid #d9d9d9;}
	.storeside-list dd h4 a{display: block; margin-right: 100px; padding-top: 5px;}
	.storeside-list dd h4 strong{line-height: 30px; font-size: 16px;}
	.storeside-list dd .tel{color:#1683e0; text-decoration: underline;}
}
.wtside-inTop-wap{height: 50px; line-height: 50px; font-size: 16px; text-align: center; color:#000; text-align: center; border-bottom: 4px solid #efefef;}
.websideimg_wap{display: none;}
.websideimg_wap img{width: 100%;}
@media screen and (max-width:800px){
	.websideimg{display: none;}
	.websideimg_wap{display: block;}
	.websidetop{border:0; margin-top: 20px;}
	.sidebrand {display: none;}
	.wtside-item-list{width:30%!important; margin:10px 1.6%; border:1px solid #d9d9da!important;}
	.wtside-inbox{position: fixed; top: 0; bottom: 0; right: 0; left: 20%; box-shadow:-2px 0 5px rgba(0,0,0,.3); width:auto; overflow-y:auto; z-index: 99;}
	.wtside-item-list.on .arrow{display: none;}
	.wtside-inbox dl{margin: 0 0 0 15px; padding: 0; border-top: 0;}
	.wtside-inbox dt{position: relative; float: none; width: auto;  border-bottom: 1px solid #d9d9d9;}
	.wtside-inbox dt:after{position: absolute;  content:""; left:90%; top: 18px; width: 18px; height: 10px; background: url(../img/arrow2.png) no-repeat 50% 50%/100% auto;}
	.wtside-inbox dl.open dt:after{transition:all .3s; -webkit-transition:all .3s; transform:rotate(180deg); -webkit-transform:rotate(180deg);}
	.wtside-inbox dt a{font-weight: normal; font-size: 16px;}
	.wtside-inbox dd{float: none; padding-left: 20px; width: auto;}
	.wtside-inbox dd a{float: none; width: 100%; display: block; border-bottom: 1px solid #d9d9d9;}
	.wtside-inbox dl.open dd{display: block;}
	.wtside-inbox dd{display: none;}
}
/*奖项及认证*/
.reward-lists{}
.reward-lists dl{border-bottom: 2px solid #e5e5e5;}
.reward-lists dt{float: left; font-size: 36px; color:#ff6200; font-weight: bold; width: 130px; padding-top: 15px;}
.reward-lists .dds{margin-left: 130px;}
.reward-lists dd{padding: 20px 0; border-bottom: 1px solid #e5e5e5;}
.reward-lists dd .pic{float: left; width: 50px; height: 50px; background-color: #f0f0f0; padding: 5px;}
.reward-lists dd .inner{margin-left: 65px; color:#444444;}
.reward-lists dd .t{font-size: 16px; font-weight: bold; line-height: 24px; margin-bottom: 6px;}
.reward-lists dd .d{font-size: 16px; line-height: 20px;}
.reward-lists dd:last-child{border-bottom: 0;}
@media screen and (max-width:800px){
	.reward-lists{padding: 0 10px}
	.reward-lists dt{float: none;}
	.reward-lists .dds{margin-left: 0;}
}
/*人力资源页面*/
.hr_content{background: url(../img/hr_chart.jpg) no-repeat right 32px; min-height: 772px;}
.hr_details{width: 440px;}
.hr_details_a{font-size: 16px; line-height: 32px; color: #444;}
.hr_details_a h4{line-height: 32px; width:900px;}
.hr_details_a .hr_contacts{vertical-align: middle;}
.hr_details_a .hr_contacts i{position: relative; top: -2px; display: inline-block; width: 22px; height: 22px; margin-right: 5px; background: url(../img/i_mail.png) no-repeat; vertical-align: middle;}
.hr_details_a .hr_contacts .icon_tel{background-image: url(../img/i_tel.png);}
.hr_details_b{margin-top: 20px;height: 630px;overflow: auto;}
.hr_details_b .zh{font-size: 20px; line-height: 40px; font-weight: bold; color:#ce1c24;}
.hr_details_inner{margin-top: 20px;}
.hr_details_dt{height: 60px; line-height: 60px; background-color: #f5f5f5; padding: 0 20px; font-size: 16px; cursor: pointer;}
.hr_details_dt strong{float: left; color:#999; font-weight: bold;}
.hr_details_dt span{float: right; color:#999; font-weight: normal;}
.hr_details_dd{display: none; padding:0 15px; font-size: 14px; color:#666;}
.hr_details_dd h4{margin-top: 12px; padding: 6px 0; font-size: 16px; line-height: 20px; font-weight: bold;}
.hr_details_dd p{padding: 6px 0; line-height: 20px;}
.hr_details_dt:hover{background-color: #f0f0f0;}
.hr_details_dt:hover strong{color:#ce1c24;}
.open .hr_details_dt{background-color: #f0f0f0;}
.open .hr_details_dt strong{color:#ce1c24;}
.open .hr_details_dd{display: block;}
@media screen and (max-width:1200px){
	.hr_content{background-size:55% auto;}
}
@media screen and (max-width:800px){
	.hr_content{background: none; padding:0 10px;}
	.hr_details{width: 100%;}
	.hr_details_a h4{width: 100%;}
	.hr_details_b{height: auto;}
}
/*咨讯列表*/
.ulist_im{background: #fff; padding:30px;}
.ulist_im_ul li{padding:30px 0; border-bottom: 1px solid #e9e9e9;}
.ulist_im_ul .pic{float: left; width: 450px; height: 277.6px; line-height: 154px; text-align: center;background: #fff;}
.ulist_im_ul .pic img{position: relative;top:-25px;  display: inline-block!important; max-width: 100%; height: 120%;}
.ulist_im_ul .info{margin-left: 470px; height: 154px; overflow: hidden;height: 277.6px;}
.ulist_im_ul .t{display: block; line-height: 36px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-family: "Microsoft YaHei Bold"; font-weight: bold;font-size: 24px;text-align: left;color: #333;}
.ulist_im_ul .t:hover{color:#c73949;}
.ulist_im_ul .d{display: block; margin-top: 10px; height: 56px;  color: #333; overflow: hidden;font-family: "Microsoft YaHei";font-weight: normal;font-size: 18px;line-height: 32px;text-align: left;margin-top: 28px;}
.ulist_im_ul .time{margin-top: 127.5px; font-family: "Microsoft YaHei Bold";font-weight: bold;font-size: 43px;line-height: 25px;text-align: left;color: #e8e8e8;}
.hoverscale{position: relative; overflow: hidden;}
.hoverscale img{-webkit-transition: .3s ease; transition: .3s ease; cursor:pointer;}
.hoverscale:hover img{-webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.aboutImg_wap img{width: 100%;}
.aboutImg_pc img {
	display: block;
	margin: 0 auto;
}
.aboutImg_pc>div.img{ margin:0 auto; text-align:center;}
.aboutImg_pc>div.img.bg_color{ background-color:#f7f7f7;}
.aboutImg_wap{display: none;}
@media screen and (max-width: 800px){
	.ulist_im_ul li{padding:10px;}
	.ulist_im_ul .pic{width: 120px; height: 74px; line-height: 62px;}
	.ulist_im_ul .info{margin-left: 130px; height: auto;}
	.ulist_im_ul .t{line-height: 20px; font-size: 16px;}
	.ulist_im_ul .d{line-height: 18px; font-size: 12px; margin-top: 4px; height: 36px; color:#999;}
	.ulist_im_ul .time{text-align: right; margin-top: 2px; font-size: 12px;}
	.ulist_im_ul .pic img{position: relative;top:-3px;  display: inline-block!important; max-width: 100%; height: 110%;}
	.aboutImg_pc{display: none;}
	.aboutImg_wap{display: block;}
}
/*分页*/
.vehicle-list-padination{padding-top:40px;clear: both;overflow: hidden;}
.vehicle-list-padination ul.pagination{float: right;margin: 0px 0px 3px 0px!important;}
.vehicle-list-padination ul.pagination li{display: inline-block;float: left; margin:2px;}
ul.pagination>li>a{border: 1px solid #D2D2D2!important;font-size: 14px;line-height: 24px;color: #787878;border-radius: 3px;padding: 4px 12px;}
ul.pagination>li>a:hover{color: #c73949;background-color: #ffe7ea;}
ul.pagination>.active>a{background-color: #343434;border-color: #343434!important;}
.pagination>.active>a:hover{color: #c73949;background-color: #ffe7ea;border-color: #d2d2d2!important;}
/*去除video标签的下载按钮*/
video::-internal-media-controls-download-button { display:none; }
video::-webkit-media-controls-enclosure { overflow:hidden; }
video::-webkit-media-controls-panel { width: calc(100% + 30px);}