@charset "utf-8";
/* Css Document */


/* 公共样式 */
body{
    background: #f5f5f5;
}

/* 页面主体内容 */
.test_dirve_dealer_container{
	width: 1200px;
    margin: 0 auto;
}

/* 标题 */
.same-title {
	padding-top: 30px;
    margin-bottom: 50px;
}
.same-title-top {
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}

.jctj,
.sj{
    width: 100%;
}
.jctj{
    height: 402px;
    margin-bottom: 60px;
}
.sj{
    height: 100%;
}
.sj ul{
    width: 100%;
    height: 100%;
}
.sj ul li{
    float: left;
    height: 100%;
}
.sj_left{
    width: 520px;
    background: #fff;
    padding: 100px 0 0 50px;
    box-sizing: border-box;
}
.sj_left h2{
    width: 100%;
    color: #333;
    margin-bottom: 30px;
}
.sj_left select,
.sj_left a{
    display: block;
    width: 428px;
    height: 34px;
    box-sizing: border-box;
}
.sj_left select{
    padding-left: 24px;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border:none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: 2px solid #ccc;
    background: url(../img/select.png) no-repeat 95% center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.sj_left a{
    text-align: center;
    line-height: 30px;
    border: 2px solid #ccc;
    font-size: 14px;
    color: #565656;
    letter-spacing: 2px;
    background: url(../img/red_s.png) no-repeat 60% center;
}
.dealer .sj_left a{
    background: url(../img/red_s.png) no-repeat 63% center;
}
.sj_right{
    width: 680px;
    background: #000;
}
.sj_right ol,
.sj_right ol li{
    width: 100%;
    height: 100%;
}












