* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {
	color: #333333;
    text-decoration: none;
}

img {
    border: 0 none;
}
body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;   
}
.top {
    width: 100%;
    height: 500px;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
/*导语*/
.daoyu {
	width: 100%;
	height: 149px;
	background: url(../images/dy.png) no-repeat;
	margin-top: 20px;
}
.daoyu p{
	width: 880px;
	height: 60px;
	line-height: 30px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 50px;
}
/*幻灯片*/
.f-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.flash {
    float: right;
    width: 500px;
    height:340px;
}
.out-img {
    position: relative;
    width: 500px;
    height: 340px;
    overflow: hidden;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    float: left;
    position: relative;
}
.out-img .img li img {
    display: block;
}
.out-img .img li p {
    position: absolute;
    left: 0;
    bottom:0;
    height: 40px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
    font-size: 16px;
}
.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left:-20px;
    bottom: 10px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #e39e49;
}
.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}
.out-img:hover .btn {
    display: block;
}
.out-img .btn-l {
    left: 0;
}
.out-img .btn-r {
    right: 0;
}
/*新闻*/
.new{
	width: 484px;
	height: auto;
	float: left;
}
.new ul li{
	margin-top: 10px;
}
.new ul li h4 a{
	font-size: 22px;
	color: #333333;
}
.new ul li p{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.new ul li p a{
	color: #e39e49;
}
.new ul li a:hover{
	color: #e39e49;
	text-decoration: underline;
}

/*相关报导*/
.baodao-top{
	width: 100%;
	height: 200px;
	margin: 20px 0;
}
.baodao-top .baodao-left{
	width: 500px;
	float: left;
}

.baodao-top .baodao-left p{
	line-height: 40px;
	color: #444;
	font-size: 18px;
	padding-top: 16px;
}

.baodao-top .baodao-right{
	width: 480px;
	float: right;
}
.baodao-top .baodao-right a{
	width: 480px;
	right: 188px;
}
.baodao .baodao-con ul li{
	float: left;
	width: 485px;
	height: 214px;
	background: rgba(210,154,86,0.1);
	margin-right: 30px;
	margin-bottom: 20px;
}
.baodao .baodao-con ul li h5{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	margin-left: 22px;
	padding-top: 6px;
}
.baodao .baodao-con ul li .list{
	width: 440px;
	height: 126px;
	margin: 8px 0;
	margin-left: 22px;
}
.baodao .baodao-con ul li .list p{
	float: right;
	width: 234px;
	height: 126px;
	line-height: 26px;
	margin-left: 0;
}
.baodao .baodao-con ul li .list a{
	color: #e39e49;
}
.baodao .baodao-con ul li p{
	color: #555555;
	line-height: 26px;
	margin-left:22px;
}
.baodao .baodao-con ul li a:hover{
	color: #e39e49;
}


/*现场直击*/
.tit{
    width: 1000px;
    height: 40px;  
    text-align: center;
    margin-top:20px;
}
.show{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.show .show-con{
	margin-top: 20px;
}
.show .show-con ul li{
	width: 180px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.show .show-con ul li:nth-child(5n){
	margin-right: 0;
}
.show .show-con ul li a:hover{
	color: #e39e49;
}
.show .show-con ul li a p{
	line-height: 26px;
}

/*车型展示*/
.pro-zs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.pro-zs .pro-img {
    float: left;
    width: 660px;
    height: 440px;
    position: relative;
    display: none;
}
.pro-zs p {
    width: 640px;
    height: 66px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro-zs .pro-dis {
    display: block;
}
.img-li {
    float: right;
    width: 340px;
    height: 440px;
}
.img-li li {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 13px;
    cursor: pointer;
    border: 3px solid #e3e3e3;
    box-sizing: border-box;
}
.img-li li.on {
    border-color: #e39e49;
}

.img-li li img{
    width:150px;
    height:100px;
}



/*表单*/
.con1{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.con-rel {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}
.con-rel-tit {
    width: 320px;
    margin: 0 auto;
    height: 46px;
    font-size: 28px;
    font-weight: bold;
    color: #e39e49;
}
.rel-box {
    width: 320px;
    height: 377px;
    overflow: hidden;
    padding: 10px;
    border:3px solid rgba(227,158,73,0.4);
    box-sizing: border-box;
}

.rel-box ul li {
    width: 100%;
    line-height: 36px;
    text-indent: 10px;
}

.rel-box ul li a {
    color: #444;
}
.rel-box ul li a:hover {
    color: #e39e49;
}
.rel-box>a {
    display: block;
    margin-top: 10px;
}
.rel-box p {
    width: 280px;
    height: 50px;
    line-height: 25px;
    text-align: center;
}
.rel-box a p {
    color: #333333;
}
.rel-box a img {
    display: block;
    margin: 0 auto;
}
/*相关专题*/
.con1 .topic ul li{
	height: 170px;
	background: none;
	margin-top: 10px;
}
.con1 .topic ul li p{
	line-height: 30px;
}
.con1 .topic ul li a p:hover{
	color: #e39e49;
}
.footer {
    width: 1000px;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;   
    text-align: center;
    padding: 20px 0;
}
