.banner{
    width: 100%;
    height: auto;
    margin-top: -4px;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.detail{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.de-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.de-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.de-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.de-left p{
    float: left;
}
.de-left p a{
    color: #434343;
}
.de-nav{
    float: right;
    line-height: 73px;
}
.de-nav li{
    float: left;
    margin-left: 45px;
}
.de-nav li a{
    font-size: 18px;
}
.de-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.details{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 40px;
}
.aboutContHead h2 span {
    display: inline-block;
    padding: 18px 20px;
    background: #fff;
    font-weight: normal;
    font-size: 33px;
    color: #0382db;
    position: relative;
    z-index: 1;
}
.news_Date {
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.details p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
}
.title_5{
    display: block;
    color: #555;
    padding: 30px 30px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.title_5 li {
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
}
.title_5 li a {
    color: #999;
    font-size: 15px;
    font-weight: normal;
}
li{
    list-style: none;
}
.aboutContHead{
    text-align: center;
}
.aboutContHead h3{
    letter-spacing: 6px;
    font-family: Arial;
    font-size: 2px;
    color: #333;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        width: 100%;
        height: auto;
        margin-top: 0px;
        display: inline-block;
    }

    .abt-nav {
        float: right;
        line-height: 73px;
        display: none;
    }
}