* {
    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: 127px;
	background: url(../images/dy.png) no-repeat;
	margin-top: 20px;
}
.daoyu p{
	width: 880px;
	height: 60px;
	line-height: 26px;
	margin: 0 auto;
	padding-top: 24px;
	padding-left: 44px;
}
/*幻灯片*/
.f-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

.flash {
    float: left;
    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: 50px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-indent: 10px;
    line-height: 50px;
    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: #6d6a68;
}
.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: right;
}
.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: #00348C;
}
.new ul li a:hover{
	color: #00348C;
	text-decoration: underline;
}

/*直击现场*/
.tit{
    width: 1000px;
    height: 36px;  
    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: 228px;
	text-align: center;
	float: left;
	margin-right: 28px;
	margin-bottom: 10px;
}
.show .show-con ul li:nth-child(4n){
	margin-right: 0;
}
.show .show-con ul li a:hover{
	color: #00348C;
}
.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: 80px;
    line-height: 40px;
    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: #00348C;
}

.img-li li img{
    width:150px;
    height:100px;
}

/*车型概览2*/
.pro-zs2 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.pro-zs2 .pro-img2 {
    float: left;
    width: 660px;
    height: 440px;
    position: relative;
    display: none;
}
.pro-zs2 p {
    width: 640px;
    height: 80px;
    line-height: 40px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro-zs2 .pro-dis2 {
    display: block;
}
.img-li2 {
    float: right;
    width: 340px;
    height: 440px;
}
.img-li2 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-li2 li.on2 {
    border-color: #00348C;
}
.img-li2 li img{
    width:150px;
    height:100px;
}

/*相关报导*/
.baodao-con{
	margin-top: 20px;	
}
.baodao-con ul li{
	float: left;
	width: 485px;
	height: 214px;
	background: rgba(0,52,140,0.1);
	margin-right: 30px;
	margin-bottom: 20px;
}
.baodao-con ul li:nth-child(2n){
	margin-right: 0;
}
.baodao-con ul li h5{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	margin-left: 22px;
	padding-top: 6px;
}
.baodao-con ul li .list{
	width: 440px;
	height: 126px;
	margin: 8px 0;
	margin-left: 22px;
}
.baodao-con ul li .list p{
	float: right;
	width: 234px;
	height: 126px;
	line-height: 24px;
	margin-left: 0;
}
.baodao-con ul li .list a{
	color: #00348C;
}
.baodao-con ul li p{
	color: #555555;
	line-height: 26px;
	margin-left:22px;
}
.baodao-con ul li a:hover{
	color: #00348C;
}

/*表单*/
.f-box1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.b-fkzx {
    float: right;
    width: 590px;
    height: auto;
    overflow: hidden;
    border:3px solid #bdcade;
    padding: 10px;
    margin-top: 20px;
}
.b-fkcon {
    height: 340px;
    border: 1px solid #00348c;
    padding: 9px;
    border-top: 0 none;
    line-height: 30px;
    text-align: center;
    font-family: "Microsoft Yahei";
}
.b-fkcon input {
    outline: none;
    border: 1px solid #999999;
    height: 18px;
    line-height: 18px;
}
.b-fkcon textarea {
    outline: none;
    border: 1px solid #999999;
}
.b-miantit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #00348c;
    margin: 4px 0;
}
.topics {
    width: 350px;
    height: 390px;
    float: left;
    border:3px solid #bdcade;
    margin-top: 20px;
}
.rel-box {
    height: 320px;
    text-align: center;
}

.rel-box ul li{
	width: 320px;
	height: 180px;
	margin: 0 auto;
}
.rel-box ul li a:hover{
	color: #00348C;
}
.footer {
	width: 1000px;
    height: auto; 
    margin-top: 30px; 
    text-align: center;
}
.footer p{
	line-height:28px;
	margin: 20px 0;
}
