.header_dis{
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.header_dis .header_list{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    
}
.header_list ul li{
    float: left;
    margin-left: 65px;
}
.header_list ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
/* <!-- 交通指南 --> */
.jiaotong{
    width: 1200px;
    height: 800px;
    background: #ffffff;
    margin: 22px auto 40px auto;
    overflow: hidden;
}
.jiaotong .jt_title{
    font-size: 22px;
    color: #333333;
    margin: 38px 0 0 50px;
}
.jiaotong .jt_map{
    width: 1100px;
    height: 300px;
    margin:27px auto 0 auto;
}
.jiaotong .jt_map img{
    width: 1100px;
    height: 300px;
}
.jiaotong .jt_site{
    width: 1100px;
    height: 66px;
    
    margin: 0 auto 0 auto;
    border-bottom:1px dashed #E5E5E5;
}
.jiaotong .jt_site span{
    font-size: 16px;
    color: #333333;
    line-height: 72px;
}
.jiaotong .jt_site span:nth-child(2){
    margin-left: 217px;
}
.jiaotong .jt_lx{
    font-size: 18px;
    color: #333333;
    margin:20px 0 0 50px;
}
.jiaotong .jt_zhd{
    font-size: 14px;
    color: #333333;
    margin: 19px 0 0 50px;
}
.jiaotong .jt_dt{
    font-size: 14px;
    color: #333333;
    margin: 11px 0 0 50px;
}