.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 20px 0;
}
.body-img{
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.body-img .hd a{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    z-index: 999;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.body-img .hd a:hover{
    opacity: .7;
}
.body-img .hd .prev{
    left: 10px;
}
.body-img .hd .next{
    right: 10px;
}
.body-img .hd img{
    width: auto;
    height: 50px;
}
.body-img ul{
    overflow: hidden;
}
.body-img li{
    width: 50%;
    float: left;
    margin: 0 4px;
}
.body-img img{
    width: 100%;
}
.message{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dotted #9e9e9e;
}
.message-title{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #6e6e6e;
    border-right: 1px dotted #9e9e9e;
}
.message .on{
    color: #ffffff;
    background-color: #003990;
}
.message-name{
    font-size: 14px;
    padding: 2px 8px;
    color: #6e6e6e;
    cursor: pointer;
    border-radius: 2px;
}
.message-name:hover{
    color: #ffffff;
    background-color: #003990;
}
.message-list{
    margin-top: 10px;
}
.message-list li{
    float: left;
    font-size: 14px;
    color: #6e6e6e;
    margin-right: 5px;
    margin-bottom: 6px;
    border: 1px dotted transparent;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 2px;
}
.message-row{
    margin-bottom: 20px;
}
.message-list li.on{
    color: #ffffff;
    background-color: #003990;
}
.message-list li:hover{
    color: #ffffff;
    background-color: #003990;
}
.body-titles{
    font-size: 20px;
    color: #6e6e6e;
    margin: 30px 0;
}
.body-list{
    font-size: 14px;
    color: #1e1e1e;
    margin-top: 15px;
}
.body-list p{
    margin-bottom: 15px;
}
.body-list i{
    display: inline-block;
    width: 30px;
}
.body-list span{
    vertical-align: middle;
    font-size:16px;
    font-weight:bold;
}
.body-list h2{
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 20px;
}
.bottom-img img{
    width: 100%;
}
.bottom-font{
    padding-right: 20px;
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .body-titles{
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
}



.maps-title {
    border-top: 1px solid #9e9e9e;
        padding: 15px 0;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}