
.swiper-button-lock{
    display: block;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
    content: '';
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
    content: '';
}
.swiper-button-prev, .swiper-button-next{
    width: 40px;
    height: 40px;
    color: var(--themeColor);
    margin-top: -20px;
    background-color: transparent;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    border: 2px solid var(--themeColor);
}
.swiper-button-prev i, .swiper-button-next i{
    font-size: 24px;
    color: var(--themeColor);
    display: block;
    height: 40px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    border-color: #a7a7a7;
    opacity: 1;
}
.swiper-button-prev.swiper-button-disabled i, .swiper-button-next.swiper-button-disabled i{
    color: #a7a7a7;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -1%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -1%;
}

.header-navs{
    height: 100%;
    line-height: 80px;
}
.header-navs .list{
    height: 100%;
}
.header-navs .list>li {
    padding: 0 var(--box-margin20);
    font-size: 18px;
    color: #fff;
    font-family: "HSS";
    position: relative;
    font-weight: bold;
    margin: 0 var(--box-margin30);
}
.header-navs .list>li.active::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--themeColor);
}
.header-navs .list>li.active a,.header-navs .list>li:hover a{
    color: var(--themeColor);
}
.header-navs .list>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}
.home-header .lang{
    min-width: 58px;
    position: relative;
    display: flex;
    font-size: 16px;
    flex: 1;
    padding-right: 20px;
}
.home-header .lang span{
    display: block;
    color: #000;
}
.home-header .list>li.lang>a{
    display: flex;
}
.home-header .lang a>i{
    color: #000;
    transition: 0.6s all;
    display: block;
}
.home-header .lang a>i.active{
    transform: rotate(180deg);
}
.home-header .lang dd{
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #000;
    border: 1px solid #eee;
}
.home-header .lang dd dl{
    padding: 5px 20px;
    color: #333;
}
.home-header .lang dd dl:hover{
    color: #fff;
    background-color: var(--themeColor);
}

.home-swiper{
    --swiper-pagination-color: var(--themeColor);
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    width: 100%;
    /*height: 800px;*/
}
.home-swiper img{
    object-fit: cover;
}
.home-swiper .swiper-pagination-bullet-active{
    width: var(--box-margin30);
    border-radius: 5px;
}
.hs-content{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-basis: content;
    width: 50%;
    height: 100%;
    padding: 0 3%;
    box-sizing: border-box;
}
.hs-content .hs-title{
    width: 100%;
    color: #fff;
    font-size: var(--font-size-30);
    font-weight: bold;
}
.hs-content .hs-btn{
    width: 130px;
    display: block;
    padding: 5px var(--box-margin40);
    font-size: 16px;
    color: #fff;
    border-radius: 40px;
    margin-top: var(--box-margin40);
}
.home-box1{
    background-color: #fff;
    padding: var(--home-box-padding) 0;
    background-image: url("../images/home-img10.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.hb1-about{
    padding: 0 5%;
    background-image: url("../images/home-img11.png");
    background-position: left top;
}
.hb1-about .hb1--left{
    padding: 0 5%;
    width: 43%;
    box-sizing: border-box;
}
.hb1--left h3{
    font-size: var(--font-size-30);
    color: var(--themeColor);
}
.hb1--left .intro{
    color: var(--textColor);
    font-size: var(--font-size-28);
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
}
.hb1-right{
    width: 57%;
}
.hb1-right .content{
    font-size: var(--font-size-18);
    color:#333;
    line-height: 1.5;
}
.hb1-right .hb1-btn{
    width: 160px;
    background-color: #fff;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    display: block;
    font-size: 14px;
    border-radius: 40px;
    margin-top: 20px;
}
.hb1-imgs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2%;
    position: relative;
    flex-wrap: wrap;
}
.hb1-imgs img{
    display: inline-block;
    margin: 0 20px;
    transition: all 0.3s;
    padding: 5% 0;
}
.hb1-imgs img:hover{
    transform: scale(1.05);
}
.hb1-imgs img.img-2{
    position: relative;
    top: -40px;
}
.hb1-imgs img.img-3{
    position: relative;
    top: 25px;
}
.hb1-imgs img.img-5{
    position: relative;
    top: -35px;
}
.home-serve{
    width: 100%;
}
.home-serve li{
    width: 33.33%;
    color: #fff;
    font-size: var(--font-size-18);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-serve li .bg{
    width: 100%;
    box-sizing: border-box;
    padding: 10%;
    background-color: transparent;
}
.home-serve li .hs-li-title{
    font-size: var(--font-size-48);
    margin: 20px 0;
    display: block;
    color: #fff;
}
.hs-li-content{
    padding-bottom: 64%;
}
.hs-li-intro{
    height: 82px;
}
.home-serve li:hover .bg{
    background-image: linear-gradient(to top,rgba(69,67,146,0.8) 10%,rgba(255,255,255,0.2) 50%,#4b68dd 100%);
}
.hs-li-icon img{
    height: 56px;
}
.home-box3{
    background-color: #fff;
    padding: 3%;
    background-image: url("../images/home-img13.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.message .title{
    font-size: var(--font-size-48);
    font-weight: bold;
    margin-bottom: 20px;
}
.message .intro{
    font-size: var(--font-size-18);
}
.message .intro p{
    margin-bottom: 10px;
}
.message .message-form{
    margin-top: 30px;
}
.message .xieyi{
    color: var(--themeColor);
    font-size: 16px;
    cursor: pointer;
}
.message .layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0;
    font-size: 16px;
}
.message .themeButton{
    width: 200px;
}
.message .layui-input, .layui-select,.message .layui-textarea{
    height: 50px;
}
.footer-box{
    padding: 0;
    background-color: #000;
    color: #fff;
    background: url("../images/home-img9-1.jpg") no-repeat;
    background-size: 100% 100%;
}
.footer-box .footer{
    padding: 30px 3%;
}
.footer .footer-left{
    width: 32%;
    padding: 0 5% 0 0;
    box-sizing: border-box;
}
.footer .footer-left p{
    margin-bottom: 5px;
}
.footer .footer-left p:first-child{
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .footer-left p b{
    margin-left: 10px;
}
.footer .footer-left p span{
    color: var(--themeColor);
}
.footer-nav{
    width: 68%;
    align-items: flex-start;
}
.footer-nav .footer-list a{
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.footer-nav .footer-list .footer-list-title{
    font-size: var(--font-size-18);
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-nav .footer-list a:hover{
    color: var(--themeColor);
}
.footer2{
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: var(--font-size);
    border-top: 1px solid #4e4e4e;
}
.top-img{
    position: relative;
}
.top-img p{
    font-size: var(--font-size-48);
    color: #fff;
    text-shadow: 0 0 5px #222;
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    text-align: center;
}
.crumbs{
    width: 100%;
    color: #fff;
    font-size: var(--font-size);
    height: 28px;
    line-height: 28px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    padding-left: 3%;
    box-sizing: border-box;
}
.crumbs a{
    color: #fff;
    display: inline-block;
}
.crumbs a img{
    position: relative;
    top: 2px;
}
.crumbs a:hover{
    text-decoration: underline;
}
.crumbs-height{
    height: 22px;
}
.about-box1 .hb1-about{
    align-items: flex-start;
}
.about-box1 .hb1-imgs img{
    padding: 10px 0;
    max-width: calc(33.3% - 40px);
}
.about-box2{
    background-color: #fff;
    padding: 3%;
}
.about-box2 .titles{
    font-size: var(--font-size-48);
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: var(--box-margin30);
}
.ab-honor{
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
}
.about-li{
    text-align: center;
}
.about-li .about-img{
    border: 1px solid #eee;
    padding: var(--box-margin20);
    box-sizing: border-box;
    margin-bottom: var(--box-margin20);
}
.about-li .about-img img{
    height: 330px;
    width: auto;
}
.about-box3{
    background-color: #f9f9f9;
    background-image: url("../images/about-img7.png");
}
.about-box3 .layui-input,.about-box3 .layui-select, .about-box3 .layui-textarea{
    background-color: transparent;
}

.serve-main{
    background-color: #fff;
    padding: 0 3% 3% 3%;
}
.s-list{
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}
.s-list a{
    margin: 0 5%;
    color: #000;
    font-weight: bold;
    position: relative;
}
.s-list a.active, .s-list a:hover{
    color: var(--themeColor);
}
.s-list a.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--themeColor);
}
.serve-box{
    margin: 3% 0;
    /*align-items: flex-start;*/
    background-color: #fbfbfb;
}
.serve-left{
    width: 50%;
    padding: 3%;
    box-sizing: border-box;
}
.serve-left .title{
    font-weight: bold;
    font-size: var(--font-size-36);
    margin-bottom: var(--box-margin40);
    color: #000;
}
.serve-left .content{
    font-size: var(--font-size);
    line-height: 1.8;
}
.serve-right{
    width: 50%;
}
.serve-imgs .img{
    padding: var(--box-margin20);
    width: 25%;
    box-sizing: border-box;
}
.serve-imgs .img img:hover{
    transform: scale(1.05);
}
.serve-title{
    font-size: var(--font-size-36);
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: var(--box-margin30) 0;
}
.serve-table{
    width: 100% !important;
    background-color: #fff;
    color: #000;
    margin-bottom: var(--box-margin30);
}
.serve-table .tr{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
}
.serve-table .tr .bg{
    background-color: #f7f7f7;
}
.serve-table .td{
    box-sizing: border-box;
    line-height: 60px;
    color: #000;
}
.serve-table .tr .td.first{
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 25% !important;
}
.serve-table .tr .td.last{
    line-height: 60px;
    width: 75% !important;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.serve-table .tr .td.last p{
    padding: 0 6% !important;
}
.serve-table .tr.merge2 .td.first{
    height: 120px;
    line-height: 120px;
}
.serve-table .tr.merge4 .td.first{
    height: 240px;
    line-height: 240px;
}
.serve-table .tr.merge6 .td.first{
    height: 360px;
    line-height: 360px;
}
.serve-table .tr.merge7 .td.first{
    height: 420px;
    line-height: 420px;
}

.job-main{
    padding: 3% 3%;
}
.job-box .title{
    font-size: var(--font-size-48);
    margin-bottom: var(--box-margin40);
    color: #000;
    font-weight: bold;
}
.job-box .intro{
    font-size: var(--font-size-18);
}
.job-item{
    margin-top: var(--box-margin30);
    border-top: 1px solid #eee;
    align-items: flex-start;
    padding: 10px 0;
}
.job-item .job-left{
    width: 25%;
    font-size: var(--font-size-18);
    color: #000;
    font-weight: bold;
}
.job-item .job-right{
    width: 75%;
    position: relative;
}
.job-title{
    font-size: var(--font-size-48);
    color: #000;
    font-weight: bold;
    margin-bottom: var(--box-margin20);
    text-transform: uppercase;
}
.job-title:hover{
    color: var(--themeColor);
    cursor: pointer;
}
.job-item .number{
    position: absolute;
    right: 0;
    top: var(--box-margin40);
    font-size: var(--font-size-18);
    color: #000;
    font-weight: bold;
}
.layui-input, .layui-textarea{
    border-color: #d6d6d6;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: var(--themeColor) !important;
}

.contact-list{
    margin: 0 -10px;
}
.contact-item{
    width: calc(25% - 20px);
    background-color: #f7f7f7;
    padding: var(--box-margin50) var(--box-margin30);
    text-align: center;
    box-sizing: border-box;
}
.contact-item .icon{
    color: var(--themeColor);
    margin-bottom: var(--box-margin40);
}
.contact-item .icon i{
    font-size: var(--font-size-48);
}
.contact-item .title{
    color: var(--textColor);
    font-size: var(--font-size-24);
    margin-bottom: var(--box-margin20);
}
.contact-item .content{
    font-size: var(--font-size-20);
    color: #6b6b6b;
    margin-bottom: var(--box-margin80);
    height: 66px;
}
.contact-item .line{
    width: 50px;
    height: 2px;
    background-color: var(--textColor);
    margin: 0 auto;
}

.contact-item:hover{
    background-color: var(--themeColor);
}
.contact-item:hover .icon, .contact-item:hover .title, .contact-item:hover .content{
    color: #fff;
}
.contact-item:hover .line{
    background-color: #fff;
}





@media screen and (max-width: 1520px){
    .header-navs .list>li{
        padding: 0 8px;
        margin: 0 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px) {
    .about-li .about-img img{
        height: 260px;
    }
}
@media screen and (max-width: 1200px){
    .about-li .about-img img{
        height: 220px;
    }
    .contact-item .content{
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px){
    .hs-li-icon img{
        height: 28px;
    }
    .hb1-imgs img{
        width: calc(33.3% - 40px);
        box-sizing: border-box;
    }
    .hb1-imgs img.img-2,.hb1-imgs img.img-3,.hb1-imgs img.img-5{
        top: unset;
    }
    .hs-content{
        width: 70%;
    }
    .about-li .about-img img{
        height: 150px;
    }
    .contact-item .content{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .hs-content{
        width: 95%;
    }
    .hb1-about .hb1--left{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .hb1-about .hb1-right{
        width: 100%;
    }
    .hs-li-intro{
        height: 66px;
    }
    .footer .footer-left{
        width: 100%;
    }
    .footer .footer-nav{

        display: none;
    }
    .footer-nav .footer-list a{
        font-size: 12px;
    }
    .hs-content .hs-title{
        display: none;
    }
    .hs-content .hs-btn{
        display: none;
    }
    .home-serve li{
        width: 100%;
        margin-bottom: 10px;
    }
    .ab-honor{
        width: 50%;
    }
    .serve-table .tr .td.first{
        width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .serve-table .tr .td.last{
        width: 70%;
    }
    .serve-table .tr .td.last p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .serve-imgs{
        flex-wrap: wrap;
    }
    .serve-imgs .img{
        width: 50%;
    }
    .job-item .number{
        top: -12px;
    }
    .top-img img{
        min-height: 160px;
        object-fit: cover;
    }
    .contact-list{
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .contact-item{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px){
    .footer .footer-nav{
        flex-wrap: wrap;
    }
    .footer-list{
        width: 50%;
    }
    .crumbs,.crumbs-height{
        display: none;
    }
    .serve-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .serve-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .s-list a{
        margin: 0 10px;
        font-size: 12px;
    }
    .contact-item{
        padding: 20px 5px;
    }
}