.banner{
    position: relative;
}
.banner img{
    width: 100%;
    margin-bottom: 30px;
}

.banner .company{
    padding-top: 20px;
    border-bottom: 1px solid #E1E2E2;
    padding-bottom: 10px;
}
.banner .company .fl{
    width: 80px;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner .company .fr{
    width: 140px;
}
.banner .company .fr li{
    height: 30px;
    line-height: 30px;
}

.banner .zhuanli{
    height: 35px;
    line-height: 35px;
    text-indent: 110px;
}
.desc{
    height: 500px;
    margin-bottom: 30px;
    background: url(../images/about/bg1.png) no-repeat;
    background-size: 105%;
    background-position: 50% center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
}
.desc .content{
    width: 500px;
    height: 500px;
    margin-left: 100px;
}
.desc .content .title {
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}
.desc .content span{
    display: inline-block;
    border: none;
    border-top: 2px solid #000000;
    width: 20px;
}
.desc .content .brief{
    width: 400px;
    font-size: 16px;
    margin-top: 40px;
    line-height: 30px;
}
.desc .pic{
    width: 400px;
    height: 400px;
    margin-right: 150px;
    margin-top: 60px;
}
.desc .pic img{
    width: 100%;
}
.time{
    overflow: hidden;
    height: 550px;
    background: url(../images/about/bg2.png) no-repeat;
    background-size: 113%;
    background-position: 50% -1%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
}
.time .title{
    margin-left: 100px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.time img{
    width: 750px;
    margin-left: 240px;
    margin-top: 50px;
}
.about{
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* 浅浅的阴影 */
}
.about .title
{
    width: 330px;
    margin: 50px auto;
}
.about .title img
{
    width: 100%;
}
.about .content{
    height: 325px;
    background: url(../images/index/bg1.png) no-repeat;
    background-size: cover;
    font-size:20px;
    box-sizing: border-box;
    padding: 60px 40px;
    line-height: 45px;
    color: #636462;
    text-indent: 44px;
}