@charset "UTF-8";
@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./nav.css);
.main{
    width: 100%;
    overflow-x: hidden;
}
.mainTop{
    width: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    z-index: 0;
}
.mainTop1::after{
    content: "";
    width: 1234px;
    height: 1px;
    background: #ffffff47;
    position: absolute;
    top: 89px;
    left: 78px;
    z-index: 9;
}
.mainTop3{
    z-index: 1;
    position: absolute;
    top: 168px;
    left: 5%;
}
.mainTop3-p01{
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.mainTop3-heng{
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: 30px 0;
}
.mainTop3-p02{
    font-size: 46px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/* 公司简介 */
.introduction{
    width: 85%;
    display:flex;
    flex-direction: column;
    padding: 40px 0 40px 0;
    margin: 0 auto;
}
.introduction_top{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.introduction_top_left{
    width: 450px;
    height: 600px;
    position: relative;
}
.introduction_top_left .aboutRight{
    width: 100%;
    height: 90%;
    object-fit: cover;
}
.aboutLeft-xc{
    position: absolute;
    top: 34%;
    left: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutLeft-xc:hover{
    cursor: pointer;
}
.aboutLeft-xc img{
    width: 60px;
    margin-bottom: 11px;
}
.aboutLeft-xc span{
        color: #fff;
    font-size: 20px;
}
.introduction_top_right{
    width: 65%;
    display: flex;
    flex-direction: column;
    /* padding-left: 30px; */
    position: relative;
}
.intr_title{
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.intr_jj{
    font-size: 31px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 6px 0 22px 0;
}
.intr_text{
    width: 100%;
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #919090;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.vr{
    width: 170px;
    height: 40px;
    border: 1px solid #0000004a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    font-size: 17px;
    position: absolute;
    bottom: -45px;
    left: 20px;
}
.vr:active{
    background-color: #828181;
    color: #fff;
}
.vr img{
    width: 30px;
    margin-right: 8px;
}
.intr_p{
    font-size: 21px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #2372B9;
    margin: 10px 0;
}
.aboutLeft-list{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 70px 0 0 0;
}
.aboutLeft-items{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #DCDCDC;
    padding-right: 70px;
    margin-right: 70px;
}
.aboutLeft-items:last-child{
    padding-right:0px;
    margin-right:0px;
}
.aboutLeft-items:last-child{
    border-right: none;
}
.yy{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2372B9;
}
.oneh{
    font-size:58px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #2372B9;
    margin: 20px 0;
}
.yfa{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #828181;
    text-align: center;
}

/* 产业基地 */
.base{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.baseTop{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 0 160px; */
    margin-bottom: 30px;
}
.baseTop_title{
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.baseTop_jd{
    font-size: 31px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 6px 0 0px 0;
}
.baseInfo{
    width:100%;
    height: 494px;
    background: url(../images/about/base-back.png) no-repeat;
    background-size: 100% 100%;
    padding:74px 0 0 160px;
}
.baseInfo-text{
    width:675px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;

}

/* 发展历程 */
.course{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 65px;
}
.course_item{
    display: none;
}
.course_item01{
    width: 100%;
    height: 308px;
    overflow-y: auto;
    display: flex;
    transition: all ease-out 0.3s;
}
.course_item01:hover{
    transform: translateY(-10px);
}
.course_item01_left{
    font-size: 29px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}
.course_item01_right{
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}
.course_item01_right01{
    display: flex;
    /* align-items: center; */
}
.course_item01_right01 span{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 46px;
    opacity: 0.6;
    margin-right: 20px;
}
.course_item01_right01 div{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 46px;
    opacity: 0.6;
}
.course_tab{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 10px 100px 106px 160px; */
}
.coursetab_list{
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.coursetab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}
/* H5的时候，隐藏滚动条 */
/* ::-webkit-scrollbar {
    display: none;  
    width: 0 !important;  
    height: 0 !important;  
    -webkit-appearance: none;  
    background: transparent;  
} */
/*禁止复制*/
.coursetab_list ul{
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.coursetab_list ul::after{
    content: "";
    width:150%;
    height: 1px;
    background: #626262;
    position: absolute;
    top: 5px;
    left: 0;
}
.coursetab_list ul li{
    width: 244px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 135px;
}
.course_yuan{
    width: 13px;
    height: 13px;
    background: #858484;
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 999;
}
.course_current{
    width: 13px;
    height: 13px;
    background: #2372B9;
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 999;
}
.course_current:hover, .course_yuan:hover{
    cursor: pointer;
}
.course-data{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5D5D5D;
}

/* 荣誉资质 */
.Honor{
    width:85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.Honor_list{
    width: 100%;
    /* height: 531px; */
    /* padding: 0 100px 0 160px; */
}
.mySwiper{
    display: flex;
    height: 100%;
    align-items: center;
}
.swiper-wrapper{
    display: flex;
    align-items: center;
}
.Honor_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23.29%;
    height: 236px;
    padding: 14px 0 0 0;
    margin-right: 22px;
    overflow: hidden;
    transition: transform 1.2s;
    border: 1px solid #00000012;
    box-shadow: 0 0 0.24rem rgb(108 108 108 / 10%);
    margin-bottom: 20px;
}
.Honor_item:hover img{
    transform: scale(1.1);
}
.Honor_item img{
    width: 243px;
    height: 160px;
    object-fit: contain
}
.Honor_item span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 22px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "" !important;
    width: 57px;
    height: 57px;
    background: url(../images/about/ho-conRight.png) no-repeat;
    position: absolute;
    top: 450px !important;
    right: 25%;
    z-index: 9;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "" !important;
    width: 57px;
    height: 57px;
    background: url(../images/about/ho-conLeft.png) no-repeat;
    position: absolute;
    top:450px !important;
    left: 25% !important;
    z-index: 9;

}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 44% !important;
    top:106px !important;
    position: relative;
    outline:none !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 44% !important;
    top:106px !important;
    position: relative;
    outline:none !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:1 !important;
}

/* 合作伙伴 */
.partner{
    width:85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top:60px;
    /* margin-bottom: 63px; */
}
.partner_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    /* padding: 0 100px 0 160px; */
}
.partner_left{
    width: 58%;
    display: flex;
    margin-bottom: 30px;
}
.partner_left span{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    width:100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    /* margin-left: 10px; */
}
.partner_left span:hover{
    cursor: pointer;
}
.partner_right{
    width: 100%;
    background: #FFFFFF;
    /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%);
    display: flex;
    flex-wrap: wrap; */
}
.partner_right_item{
    width: 18.28%;
    height: 114px;
    border: 1px solid #bfbfbf38;
    margin: 0 17px 17px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_right_list{
    display: none;
}
.partner_right_list01{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%);
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 22px 0px 10px 25px;
}
.partnerImg{
    width:100%;
    height:100%;
    object-fit: contain;
}
/* 企业文化 */
.cop_culture{
    width: 85%;
    height: 100%;
    margin: 0 auto;
    margin-top: 59px;
    margin-bottom: 70px;
}
.cop_culture_box{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.cop_culture_top{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.cop_culture_top h3{
    font: 16px "Montserrat Light";
    margin-bottom:16px;
    color: #1F368F;
}
.cop_culture_top h4{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #202020;
}
.paragraph_p{
    display: inline-block;
}
.paragraph_p p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}
.list-culture{
    width: 100%;
}
.list-culture ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sfadeInUp{
    width:32%;
    display: inline-block;
    vertical-align: top;
}
.sfadeInUp a{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.item-left{
    display: flex;
}
.item-left:hover .lazy{
    transform: scale(1.2);
}
.item-left figure {
    overflow: hidden;
    position: relative;
}
.lazy{
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-left article {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-culture article h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}
.culture_paragraph{
    display: inline;
    font-size: 18px;
    line-height: 2;
    letter-spacing: .6px;
    color: #fff;
}

.culture_paragraph p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-culture .item-right {
    text-align: center;
    background-color: #1F368F;
    position: absolute;
    top: -268.63px;
    left: 0;
    width: 100%;
    height: 100%;
    animation: .5;
}
.list-culture .item-right .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    padding: 0 24px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-culture .item-right .il-title {
    display: none;
}

/* 新闻 */
.com_hj{
    width:85%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 70px;
}
@media (max-width: 1740px){
    .com_hj_box {
        width:100%;
    }
}
.com_hj_box{
    width:100%;
    margin-right: auto;
    margin-left: auto;
}
.hj_box_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.paragraph_dec{
    display: inline-block;
    position: relative;
}
.paragraph_dec p{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
    color: #202020;
}
.paragraph_dec p span {
    color: #1F368F;
}
.paragraph_dec:before {
    position: absolute;
    top: -57px;
    left: -108px;
    content: '“';
}
.paragraph_dec:after {
    right: -112px;
    bottom: -81px;
    content: '”';
    position: absolute;
}
.paragraph_dec:before, .paragraph_dec:after {
    font: 80px "Montserrat Bold";
    display: block;
    opacity: .1;
    color: #1F368F;
}
.hj_box_list{
    width: 100%;
    margin:30px 0 30px 0;
}
.hj_box_list ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sfadeInUp{
    width:32%;
    display: inline-block;
    vertical-align: top;
}
.sfadeInUp a{
    display: flex;
    flex-direction: column;
}
.sfadeInUp a figure {
    overflow: hidden;
    position: relative;
}
.hj_box_img{
    overflow: hidden;
    height: 239px;
}
/* .lazy{
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    width: 100%;
    object-fit: cover;
} */
.hj_box_img:hover{
    cursor: pointer;
}
.hj_text{
    width: 100%;
    height: 200px;
    padding: 24px 22px 22px 24px;
    display: flex;
    border: 1px solid #bfb1b130;
    flex-direction: column;
}
.hj_text time{
    font-size: 14px;
    display: block;
    margin-bottom:11px;
    color: #1F368F;
}
.hj_text .article-title{
    transition: color .4s;
    font-size: 22px;
    color: #202020;
    line-height:2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paragraph{
    display: inline;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}
.paragraph p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hj_more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.link-btn{
    display:flex;
    align-items: center;
}
.link-round{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #1F368F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-round img{
    width: 33px;
    height: 33px;
}
.link-btn p {
    color: #1F368F;
    margin-left: 10px;
    font-size: 16px;
}
.sfadeInUp a:hover .lazy{
    transform: scale(1.1);
}
.sfadeInUp a:hover .hj_text .article-title{
    color: #1F368F;
}

/* 公司宣传片弹窗 */
.xCshadow{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,.27);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.xCshadow_add{
    width: 532px;
    height: 306px;
    position: fixed;
    top: 15%;
    left: 36%;
}
.videoImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoBfang{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 187px;
    left: 350px;
    z-index: 999;
    display: none;
}
.xCcancel{
    width: 35px;
    height: 35px;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 999;
}
.xCcancel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}