/* 车型视频 */
.news{
	padding-top:40px;
}
.news h1{
	text-align:center;
}
.blue{
	color:#0066b3;
}
.refitnav {
    width: 280px;
    height: 25px;
    margin: 30px auto 0;
    position: relative;
    text-align: center;    
    padding-bottom:40px; 
    font-size: 0;
}
.refitnav ul {
    display: inline-block;
    position: relative;
}
.refitnav .bthbg {
    width: 140px;
    height: 25px;
    background: url(../images/brand/bttitle.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.refitnav ul li {
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 140px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.refitnav .bias {
    width: 8px;
    height: 20px;
    background: url(../images/brand/i_line.png) no-repeat; 
    margin-top: 3px;
}
.refitnav .clearBg {
    background: url(""); 
}
.refitnav .bth {
    color: #fff;
}
.z_cxvideobox li{
    width: 360px;
    height: 282px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.z_cxvideobox .img-c{
    width: 100%;
    height: 200px;
    position: relative;
}
.z_cxvideobox .z_slideulbox{
    width: 1120px;
}
.z_cxvideobox .z_slideul p{
	text-align:center;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;a
	white-space:nowrap;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    padding-top: 16px;
}
.videoicon{
    position: absolute;
    z-index: 3;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
    background: url(../images/model_intro/arrow2.png) no-repeat;
}
.videoopa{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.z_cxvideobox .z_slideul li:hover p{
    color: #0066b3;
}
.z_cxvideobox .z_slideul li:hover .videoopa{
    opacity: 0;
    filter: alpha(opacity=0);
}
.z_cxvideobox .z_slideul li:hover .videoicon{
    background-image: url(../images/model_intro/arrow1.png);
}
.videobox{
    width: 600px;
    height: 454px;
    position: fixed;
    z-index: 1004;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -227px;
    display: none;
}
.videoclose{
    width: 30px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.videoclose:hover{
    background-color: #9b0002;
}
#playerbg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 3;
    display: none;
}
.picv_boxUl > li{
    height: 584px;
    display: none;
}
.picv_boxUl > li.z_present{
    display: block;
}
.picshowbox{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    display: none;
}
.picshowbox img{
    width: 80%;
    height: 80%;
    min-width: 800px;
    position: absolute;
    left: 10%;
    top: 10%;
}
.picleftbtn,.picrightbtn{
    position: absolute;
    z-index: 4;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    top: 50%;
    margin-top:-20px;
    border: 1px solid #0066b3;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}
.picleftbtn{
    left: 10%;
}
.picrightbtn{
    right: 10%;
}
.picleftbtn:hover,.picrightbtn:hover{
    color: #fff;
    background-color: #0066b3;
}
.picclose{
    width: 30px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    z-index: 5;
    right: 10%;
    top: 10%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.picclose:hover{
    background-color: #9b0002;
}

.z_slideul{
    height: 300px;
    min-width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
}
.z_slideulbox{
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.img-c{
    overflow: hidden;
}
.img-c img{
    width: 100%;
    /* height: 100%; */
}
.z_slidebox{
    max-width: 1400px;
    position: relative;
}
.z_leftbtn,.z_rightbtn{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 3;
}
.z_leftbtn{
    left: 0;
    background: url(../images/index/prev_btn.jpg) no-repeat;
}
.z_rightbtn{
    right: 0;
    background: url(../images/index/next_btn.jpg) no-repeat;
}
.z_leftbtn:hover,.z_rightbtn:hover{
    background-position: 0 -40px;
    cursor: pointer;
}
.z_leftbtn.limited{
    cursor: default;
    background: url(../images/index/unClick_2.jpg) 0 0 no-repeat;
}
.z_rightbtn.limited{
    cursor: default;
    background: url(../images/index/unClick_1.jpg) 0 0 no-repeat;
}
.picv_boxUl{
	padding-bottom:60px;
}