#body-content {
    width: 1920px;
    background-color: #fdfcfc;
}

#banner {
    width: 1920px;
    height: 380px;
    background: url("../image/banner-1.png") no-repeat center;
}

.intro-box {
    background: #f2f2f2;
    padding-top: 84px;
    overflow: hidden;
}

.intro-box .left {
    width: 600px;
}

.intro-box .left img {
    width: 100%;
}

.intro-box .left .info {
    margin-left: 80px;
    margin-top: -40px;
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}

.intro-box .left .info .box {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    background: #21a23a;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}

.intro-box .left .info p {
    width: 353px;
}

.intro-box .left .info h6 {
    font-size: 36px;
    color: #21A23A;
    margin: 20px 0;
}

.intro-box .right {
    width: 578px;
    position: relative;
    z-index: 9;
}

.intro-box .right .info {
    margin: 46px 0 19px;
    color: #434343;
    font-size: 16px;
    line-height: 30px;
}

.intro-box .right .info h6 {
    font-size: 18px;
    font-weight: 400;
    color: #434343;
    line-height: 30px;
    margin: 20px 0 70px;
}

.intro-box .right .info h6 span {
    font-size: 20px;
    color: #f00;
}

.intro-box .bt {
    width: 100%;
    height: 90px;
    background: #f2f2f2;
    margin-top: -10px;
}

.culture-box {
    height: 711px;
    background: url("../image/club-1.jpg") no-repeat center;
    background-size: contain;
}

.map-box {
    background: #F3F4F6;
    overflow: hidden;
}

.map-box > div {
    width: 1235px;
    height: 644px;
    background: url("../image/map_2.png") no-repeat center;
    background-size: contain;
    margin: 80px auto 120px;
}

.yq-box {
    height: 439px;
    background: #21a23a;
}

.yq-box .left {
    width: 458px;
}

.yq-box .left .tit {
    height: 59px;
    background: url("../image/yqt.png") no-repeat center;
    background-size: contain;
    margin-top: 80px;
    margin-bottom: 45px;
}

.yq-box .left p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.yq-box .right {
    width: 660px;
    margin-top: -60px;
    height: 498px;
}

.yq-box .right img {
    float: left;
    margin: 0 8px;
}

.dev-box {
    background: #F3F4F6;
    position: relative;
}



.dev-box .line {
    width: 57px;
    height: 2270px;
    position: absolute;
    background: url("../image/line.png") no-repeat center;
    background-size: contain;
    top: 0;
    left: 50%;
    margin-left: -28px;
}
.dev-box .title {
    font-size: 36px;
    font-weight: bold;
    color: #e60012;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 60%;
    margin: 18px 47px;
}

.list li {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 70%;
    height: 320px;
}
.list div{
    width: 35%;
}
.list div.right{
    margin: 0 5% 0 10%;
}
.list div.left{
    margin: 0 10% 0 5%;
}
.list .list-img {
    flex: 1;
}
.list .text {
    flex: 1;
    /*text-align: center;*/
}
.list .tright{
    text-align: right;
}
.list .tleft{
    text-align: left;
}

.list .text h5 {
    font-size: 36px;
    font-weight: bold;
    color: #21a23a;
    line-height: 40px;
    margin: 0;
}
.list .text p {
    font-size: 20px;
    font-weight: 400;
    color: #434343;
    line-height: 35px;
}
.list .text p.w420{
width:420px;
}
.list .map {
    width: 50%;
}