.wrap{
    width: 100%;
    min-height: 800px;
}


.swiper-container {
    width: 100%;
    height: 740px;
    margin-top: 90px;
}

.swiper-wrapper{
    transition-delay:.3s;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
}
.swiper-slide .swiperBox{
    position: absolute;
}
.swiper-slide .swiperBox p{
    font-size: 40px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
}
.swiper-slide .swiperBox .swiperBtn{
    margin: 0 auto;
    margin-top: 50px;
    width: 160px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0px;
    background: #FFFFFF;
    opacity: 0.8;
    margin: 0 7px;
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 4px;
    border-radius: 0px;
    opacity: 1;
    background: #D40C1C !important;
    margin: 0 7px;
}

.swiper-slide  .swiperBox p{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.ani-slide .swiperBox p{
    transform:translateX(0);
    opacity:1;
}


.bannerLayer{
    position: absolute;
    top: 0px;
    left: 0px;
}

.bannerBtns{
    width: 140px !important;
    height: 50px !important;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -70px;
}

.bannerBtns .bannerBtn{
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
}

.bannerRt{
    position: absolute;
    top: 40px;
    right: 60px;
}



/* 公司介绍 start*/
.abstract{
    width: 100%;
    /* height: 990px; */
    background-image: url(../images/index_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.abstract .abstractBox{
    /* height: 800px; */
    position: relative;
}
.headBox{
    overflow: hidden;
}
.abstract .headBoxTit{
    padding-top: 108px;
}
.headBox  .headBoxTit p{
    font-size: 40px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 10px;
}

.abstract .abstractCons .infos{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 34px;
    text-align: justify;
    margin-top: 45px;
}
.abstract .abstractCons .cateBox{
    display: table;
    word-spacing:-1em;
    margin-top: 50px;
}

.cateBox_left{
    width: 130px;
    display: inline-block;
    margin-right: 120px;
}
.cateBox_right{
    width: 1100px;
    height: 537px;
    display: inline-block;
}
.cateBox_rightBox{
    width: 1100px;
    height: 537px;
    display: inline-block;
    position: relative;
}
.cateBox_rightBox .map_cz{
    width: 220px;
    height: 30px;
    /* background-color: #333333; */
    opacity: 0.3;
    position: absolute;
    right: 20px;
    top: 208px;
    cursor: pointer;
}
.cateBox_rightBox .map_njq{
    width: 260px;
    height: 30px;
    /* background-color: #333333; */
    opacity: 0.3;
    position: absolute;
    right: 255px;
    top: 272px;
    cursor: pointer;
}
.cateBox_rightBox .map_hf{
    width: 190px;
    height: 30px;
    /* background-color: #333333; */
    opacity: 0.3;
    position: absolute;
    right: 100px;
    top: 332px;
    cursor: pointer;
}

.layerMapBox{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: none;
}
.layerMapBox .layerMapBoxImg{
    width: 100%;
    height: 100%;
}

.layerMapBox .mapBack{
    position: absolute;
    right: 0px;
    top: 0px;
}

.abstract .abstractCons .cateBox .item{
    width: 100%;
    margin-right: 45px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #F5F5F5;
}
.abstract .abstractCons .cateBox .item:last-child{
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px;
}
.abstract .cateBox .item .tit{
    font-size: 40px;
    font-family: DINPro;
    font-weight: 500;
    color: #D40C1C;
    line-height: 34px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.abstract .cateBox .item .cateTip{
    display: inline-block;
    margin-left: 30px;
}
.abstract .cateBox .item .summary{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}


.abstract .cateBox .item .year::after{
    content: '+';
    font-size: 16px;
    font-family: Source Han Sans SC;
    color: #D40C1C;
    position: absolute;
    top: -12px;
    font-weight: 500;
    margin-left: 6px;
}


/* 公司介绍 end*/


/* 企业全景 start */
/* 720 */
.fullView{
    width: 100%;
    height: 400px;
    background-image: url(../images/720Bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fullView .fullViewBox{
    position: relative;
}
.fullView .fullViewCons{
    text-align: center;
    padding-top: 100px;
}
.fullView .fullViewCons .headTit{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.fullView .fullViewCons .headTits{
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    padding: 20px 0;
}
.fullView .fullViewCons .fullViewBtn{
    width: 150px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #D40C1C;
}

.fullView .fullViewBtn img {
    width: 50px;
    height: 28px;
    margin-top: 11px;
}


/* 企业全景 end */


/*  新闻资讯 start */
.information{
    width: 100%;
    height: 830px;
    background-color: #FFFFFF;
}
.information .informationBox .informationCons{
    padding-top: 106px;
}
.information .informationBox  .partnerList{
    display: table;
    word-spacing:-1em;
    margin-top: 60px;
}

.information .informationBox  .partnerList .partnerL_left{
    width: 600px;
    height: 480px;
    margin-right: 50px;
    float: left;
    background: rgba(222, 222, 222, 0.3);
    position: relative;
}
.information .informationBox  .partnerList .partnerL_left  .item{
    position: absolute;
}
.information .informationBox  .partnerList .partnerL_left  .item img{
    width: 600px;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: all 0.2s;
}
.information  .partnerList .partnerL_left  .item .partLeftBtm{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url(../images/layernew.png);
    padding: 0px 25px 20px 30px;
}
.information .partnerList .partnerL_left  .item .partLeftBtm p{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 400px;
}
.information .partnerList .partnerL_left  .item .partLeftBtm span{
    font-size: 18px;
    word-spacing:0em;
    color: #FFFFFF;
    font-weight: 400px;
}
.information .informationBox  .partnerList .partnerL_left  .item .partLeftBtm img{
    width: 25px;
    height: 20px;
    position: absolute;
    right: 25px;
    bottom: 30px;
}

.information .informationBox  .partnerList .partnerL_right{
    width: 710px;
    height: 480px;
    float: right;
}

.information .informationBox  .partnerList .partnerL_right .item{
    width: 100%;
    /* height: 150px; */
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
}
.information .informationBox  .partnerList .partnerL_right a:last-child .item{
    border: 0;
    margin-bottom: 0px;
}

.information .informationBox  .partnerList  .partnerL_right .item .hoverActive{
    width: 490px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    word-spacing: 0rem;
}
.information .informationBox  .partnerList .partnerL_right .item span{
    display: block;
    font-size: 18px;
    font-family: DINPro;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    word-spacing:0em;
    margin-bottom: 0px;
}

.information .informationBox  .partnerList .partnerL_right .partLefts{
    /* display: block;
    float: left; */
    height: 120px;
    width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.information .informationBox  .partnerList .partnerL_right  .item img{
    width: 200px;
    height: 120px;
    object-fit: cover;
}
/*  新闻资讯 end  */



/* 合作伙伴 */
.partner{
    width: 100%;
    height: 600px;
    background-image: url(../images/index_4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.partner .partnerBox .partnerCons{
    padding-top: 90px;
}
.partner  .partnerList{
    display: table;
    word-spacing:-1em;
    margin-top: 130px;
}
.partner  .partnerList .item{
    display: inline-block;
    width: 200px;
    height: 90px;
    margin-right: 90px;
    margin-bottom: 100px;
}
.partner  .partnerList .item img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.partner  .partnerList .item:nth-child(4n+5){
    margin-right: 0px;
}

.partnerTit{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}