.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.ab-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.abt-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.abt-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.abt-left p{
    float: left;
}
.abt-left p a{
    color: #434343;
}
.abt-nav{
    float: right;
    line-height: 73px;
}
.abt-nav li{
    float: left;
    margin-left: 45px;
}
.abt-nav li a{
    font-size: 18px;
}
.abt-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.ss-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
}
.ss-box li{
    width: 21%;
    float: left;
    text-align: center;
    border: 1px solid#e8e8e8;
    padding: 8px;
    margin-right: 10px;
    margin-bottom: 26px;
    margin-left: 10px;
}
.ss-box li img{
    width: 100%;
}
.ss-box li p{
    padding-top: 12px;
}
.aboutContHead {
    margin-bottom: 20px;
}
.aboutContHead {
    width: 100%;
    margin: 10px auto 30px;
    margin-bottom: 30px;
    text-align: center;
}
.aboutContHead h3 {
    letter-spacing: 6px;
    font-family: Arial;
    font-size: 2px;
    color: #333;
}
.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;
}
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .banner img {
        width: 148%;
        margin-top: 50px;
        margin-left: -30px;
    }

    .abt-nav {
        float: right;
        line-height: 40px;
        width: 100%;
    }

    .abt-nav li {
        float: left;
        margin-left: 0px;
        width: 31%;
        text-align: center;
    }
    .abt-nav li a {
        font-size: 15px;
    }
    .aboutContHead h2 span{
        font-size: 20px;
    }
    .details p span{
        font-size: 14px !important;
        line-height: 25px !important;
        display: block !important;
    }
    .details img {
        margin: 0 auto;
        width: 100% !important;
        height: auto !important;
    }
}
