﻿.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.culture{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    padding-bottom: 100px;
}
.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;
}
.culture-box{
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: inline-block;
}
.culture-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.culture-title h2{
    display: block;
    font-size: 32px;
    line-height: 45px;
    color: #0054a7;
    font-weight: bold;
}
.culture-title  i {
    width: 30px;
    height: 2px;
    background: #ccc;
    margin-top: 12px;
    text-align: center;
    display: inline-block;
}
.culture-bex{
    width: 100%;
    height: auto;
}
.culture-left{
    width: 47%;
    float: left;
}
.culture-left img{
    width: 100%;
}
.culture-right{
    width: 51%;
    float: right;
}
.culture-right li{
    padding: 26px;
    margin-bottom: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    background: #fff;
    position: relative;
}
.culture-right li .icon {
    position: absolute;
    width: 99px;
    left: 21px;
    top: 75px;
    margin-top: -50px;
}
.culture-right li h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 8px;
    margin-left: 113px;
}
.culture-right li .info {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 48px;
    overflow: hidden;
    margin-left: 113px;
}
.culture-right {
    position: relative;
}
@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;
    }

    .culture-left {
        width: 100%;
    }

    .culture-right {
        width: 100%;
    }

    .culture {
        padding-bottom: 30px;
    }

    .culture-title h2 {
        display: block;
        font-size: 24px;
    }
    .culture-box {
        margin-top: 15px;
    }
}
