.banner{
    position: relative;
    margin-top:100px;
    width:100%;
    /* height:800px; */
}
.banner img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.banner .desc{
    position: absolute;
    top: 26%;
    left: 8%;
}
.banner .desc .titleE{
    font-size: 72px;
    font-family: 'objectivitybold';
    width:200px;
}
.banner .desc .title{
    font-size: 44px;
    margin-top:100px;
    position: relative;
}
/* .banner .desc .title::after{
    content: '';
    position: absolute;
    width: 56px;
    height: 6px;
    background: #fff;
    bottom: -30px;
    left:0;
} */
.banner .desc .text{
    width: 80vw;
    margin-top:60px;
    font-size: 30px;
}
.profile{
    background: url("../images/profile_bg.png") no-repeat;
    padding:0 160px;
    box-sizing: border-box;
}
.profile .top {
    display: flex;
    align-items: center;
}

.profile .right {
    width: 45%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    margin-top:160px;
}

.profile .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .left {
    width: 55%;
    padding: 88px 78px 0px 0;
    box-sizing: border-box;
    background-size: cover;
}

.profile .left .titleE {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: 'ObjectivityBold';
    color:#0c9e0d;
}

.profile .left .title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
   
}
.profile .left .desc {
    font-size: 30px;
    color: #333333;
    margin-top: 30px;
    margin-bottom:30px;
    line-height: 30px;
    word-spacing: 2px;
}


.profile .left .content p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    /* margin-bottom: 30px; */
    text-indent: 2em;
    word-spacing: 2px;
    text-align: justify !important;
    
}
.profile .left .content p span{
    color:#333 !important;
}

.profile .bottom {
    height: 280px;
    /* background: url("../images/company_bg1.png") no-repeat; */
    display: flex;
    align-items: center;

}

.profile .bottom .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
}
.profile .bottom .item> div{
    position: relative;

}
.profile .bottom .item> div div:nth-child(1) {
    font-size: 60px;
    color:#0c9e0d;
    font-family: 'Objectivity';

}

.profile .bottom .item>div:nth-child(2) {
    font-size: 18px;
    margin-top: 36px;
    color:#333333;

}

.profile .bottom .item span {
    font-size: 22px;
    position: absolute;
    right: -18px;
    top: 0;
    color:#0c9e0d;

}

.culture{
    width:100%;
    height:900px;
    background: url("../images/culture_bg.png") no-repeat;
    background-size: cover;
    padding:150px 0 0 160px;
    box-sizing: border-box;

}
.culture .titleE{
    font-size: 40px;
    font-family: 'ObjectivityBold';

}
.culture .title{
    font-size: 36px;
    font-weight: bold;
    padding-top:10px;

}
.culture .culture_box{
    margin-top:50px;

}
.culture .culture_box .culture_item{
    width: 480px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom:20px;

}
.culture .culture_box .culture_item div:nth-child(1){
    margin-bottom:20px;
    padding-top: 2px;
}

.rongyu{
    padding:80px 160px 100px;
    box-sizing: border-box;
}
.rongyu .title{
    font-size: 36px;
    font-weight: bold;
    color:#333;
    margin-top:20px;
}
.rongyu .titleE{
    color:#0c9e0d;
    font-size: 52px;
    font-family: 'ObjectivityBold';
    padding-top:2px;
}
.rongyu .process{
    width:100%;
    height:6px;
    background:#f7f7f7;
    margin-top:80px;
    position: relative;

}
.rongyu .process .line{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0c9e0d; 
    transition: width 0.3s;
}
.rongyuSwiper{
    position: relative;
    overflow: hidden;
    padding:90px 0 20px;
    box-sizing: border-box;
}
.rongyuSwiper .swiper-slide{
    height:auto;
    background:#f7f7f7;
    padding:32px 45px 36px;
    box-sizing: border-box;
    

}
.rongyuSwiper .swiper-slide img{
    width:100%;
    height: auto;
}

.rongyuSwiper .swiper-slide .title{
    text-align: center;
    font-size: 18px;
    color:#333;
    margin-top:48px;
}
.rongyuSwiper .swiper-button-next{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #faa306;
    right:118px;
    top:26px;
    
}
.rongyuSwiper .swiper-button-prev{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #575555;
    right: 180px;
    top: 26px;
    left: inherit;

    
}
.rongyuSwiper .swiper-button-prev:after, .swiper-button-next:after{
    font-size: 14px !important;
    color:#fff;
}
@media screen and (max-width:1600px) {
    .profile .left .desc{
        font-size: 24px;
    }
}
@media screen and (max-width:1500px) {
    .profile .left .desc{
        font-size: 20px;
    }
}
@media screen and (max-width:800px) {
    .banner{
        margin-top:80px;
        height:180px;
    }
    .banner .desc .title{
        font-size: 20px;
        margin-top:10px;
    }
    .banner .desc .text{
        margin-top:20px;
        font-size: 14px;
        width:100%;
    }
    .banner .desc .title::after{
        width: 26px;
    height: 3px;
    background: #fff;
    bottom: -10px;
    }
    .profile{
        padding:20px;
    }
    .profile .right{
        margin-top:0px;
        height:200px;
        padding:0 !important;
    }
    .profile .left{
        padding:0 !important;
        padding-top:20px !important;
    }
    .profile .left .title{
        font-size: 20px;
        margin-top:10px;

    }
    .profile .left .desc{
        font-size: 14px;
        margin-top:14px;
        margin-bottom: 20px;
    }
    .culture{
        padding:40px 20px;
        height:auto;
    }
    .culture .culture_box .culture_item{
        width:100%;
    }
    .rongyu{
        padding:40px 20px;
    }
    .rongyu .title{
        font-size: 20px;
    }
    .culture .title{
        font-size: 20px;
    }
    .profile .bottom .item> div div:nth-child(1) {
    font-size: 24px;
    }
    .culture .culture_box .culture_item div:nth-child(2){
        line-height: 22px;
    }
}
