@charset "utf-8";


._container{
    width: 100%;
    padding: 40px 0;
    background-color: #dedede;
}
.w_1200{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.w_1200>.head{
    padding-bottom: 25px;
}

.w_1200>.head>.tit{
    float: left;
}

.w_1200>.head>.pos{
    float: right;
}

.w_1200>.head>.tit>.cn{
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.w_1200>.head>.tit>.en{
    font-size: 20px;
    color: rgb(153, 153, 153);
}

.w_1200>.head>.pos>span{
    margin-right: 2px;
    color: #666;
}

.w_1200>.head>.pos>span>a{
    color: #666;
}

.w_1200>.content>.left{

    float: left;
    width: 240px;
    
}

.w_1200>.content>.right{
    width: 930px;
    
}

.w_1200>.content>.left>.cols{
    margin-bottom: 20px;
    padding-bottom: 35px;
    background-color: #fff;
}

.w_1200>.content>.left>.cols>.col_list>li{
    line-height: 46px;
    
    padding: 0 10px;
}

.w_1200>.content>.left>.cols>.col_list>li>a{
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.w_1200>.content>.left>.cols>.col_list>li.active{
    background-color: #39ae5f;
    color: #fff;
    padding-left: 10px;
    line-height: 50px;
    font-size: 16px;
}

.w_1200>.content>.left>.cols>.col_list>li>a{
    color: #222;
    font-size: 14px;
}

.w_1200>.content>.left>.cols>.col_list>li>a:hover{
    color: #39ae5f;
}

.w_1200>.content>.left>.contact{
    background-color: #fff;
}

.w_1200>.content>.left>.contact>.tit{
    background-color: #39ae5f;
    color: #fff;
    padding-left: 10px;
    line-height: 50px;
    font-size: 16px;
}

.w_1200>.content>.left>.contact>.con{
    padding:10px 15px 30px;
}
.w_1200>.content>.left>.contact>.con>.row{
    margin: 0;
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.w_1200>.content>.left>.contact>.con>.row>.tit{

    margin: 0;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;

}

.w_1200>.content>.left>.contact>.con>.row:first-child{
    background: url('../img/serviceOnlineTime1.png') no-repeat left top;
}

.w_1200>.content>.left>.contact>.con>.row>p{
    margin: 10px 0;
    color: #666;
}

.w_1200>.content>.left>.contact>.con>.row:last-child{
    background: url('../img/serviceOnlineCall.png') no-repeat left top;
}

.w_1200>.content>.right{
    float: right;
    padding-bottom: 30px;
    background-color: #fff;
}

.w_1200>.content>.right>.pro_list{
    padding: 27px;
}

.w_1200>.content>.right>.page_nav{
    text-align: center;
}

.w_1200>.content>.right>.page_nav>li{
    display: inline-block;
    vertical-align: top;
}

.w_1200>.content>.right>.page_nav>li>a{
    display: inline-block;
    line-height: 30px;

    padding: 0 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w_1200>.content>.right>.page_nav>li{
    margin-left: 10px;
}

.w_1200>.content>.right>.page_nav>li.prev{
    margin-left: 0;
}

.w_1200>.content>.right>.page_nav>li.active>a{
    background-color: #39ae5f;
    border: 1px solid #39ae5f;
    color: #fff;
}

.w_1200>.content>.right>.pro_list>li{
    margin-bottom: 18px;
    float: left;
    width: 279px;
    padding-bottom: 15px;
    height: auto;
    margin-left: 16px;
    border: 1px solid #ccc;
}

.w_1200>.content>.right>.pro_list>li:nth-child(3n-2){
    margin-left: 0;
}

.w_1200>.content>.right>.pro_list>li>div.img,
.w_1200>.content>.right>.pro_list>li>div.img>a,
.w_1200>.content>.right>.pro_list>li>div.img>a>img{
    display: block;
    width: 100%;
}

.w_1200>.content>.right>.pro_list>li>div.tit{

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    width: auto;
    margin: 15px 0 5px;
    line-height: 1.2;
    color: #666;
    font-size: 14px;
    text-align: center;

}

.w_1200>.content>.right>.pro_list>li>div.tit>a{
    color: #666;
}


