
.header-navs{
    height: 100%;
    line-height: 80px;
}
.header-navs .list{
    height: 100%;
}
.header-navs .list>li {
    padding: 0 var(--box-margin10);
    font-size: 18px;
    color: #fff;
    font-family: "SHS";
    position: relative;
    /*font-weight: bold;*/
    margin: 0 var(--box-margin20);
    height: 100px;
    line-height: 100px;
}
.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:hover a{
    /*color: var(--themeColor);*/
}
.header-navs .list>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.home-header .lang{
    min-width: 140px;
    position: relative;
    display: flex;
    font-size: 16px;
    flex: 1;
    padding-right: 20px;
}
.home-header .lang span{
    display: block;
    color: #fff;
}
.home-header .lang a{
    margin-left: var(--box-margin10);
}
.home-header .list>li.lang>a{
    display: flex;
}
.home-header .lang a>i{
    color: #fff;
    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: #fff;
    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-header.active{
    background-color: rgba(81,166,161,1);
}
.home-header.active .header-navs .list>li.active::after{
    background-color: #fff;
}


.home-swiper{
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    width: 100%;
    /*height: 800px;*/
}
.home-swiper img{
    object-fit: cover;
    max-height: 100vh;
}
.home-swiper .swiper-pagination-bullet-active{
    width: var(--box-margin30);
    border-radius: 5px;
}
.hs-content{
    position: absolute;
    left: 0;
    top: 20%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-basis: content;
    width: 80%;
    height: 100%;
    padding: 0 4%;
    box-sizing: border-box;
}
.hs-content .hs-title{
    width: 100%;
    color: #fff;
    font-size: var(--font-size-60);
    font-weight: bold;
}
.hs-content .hs-title2{
    margin-top: var(--box-margin20);
    width: 100%;
    color: #fff;
    font-size: var(--font-size-28);
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{
    bottom: 7%;
    width: 50%;
    left: calc(4% + 28px);
    height: 2px;
    top: unset
;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after{
    content: '';
    position: absolute;
    right: 0;
    width: 4px;
    height: 6px;
    background-color: #fff;
    top: -2px;
}
.swiper-pagination2 .text1{
    position: absolute;
    left: 4%;
    color: #fff;
    bottom: 7%;
    margin-left: 0;
    z-index: 9;
    width: 18px;
    height: 24px;
    margin-bottom: -12px;
}
.swiper-pagination2 .text2{
    position: absolute;
    left: calc(55% + 28px);
    color: #fff;
    bottom: 7%;
    margin-left: 0;
    z-index: 9;
    width: 18px;
    height: 24px;
    margin-bottom: -12px;
}
.main2.box1{
    background-color: #f4f4f4;
    padding-top: 5%;
    padding-bottom: 5%;
}
.box1-left{
    width: 55%;
}

.box1-list{
    width: 100%;
}
.box1-list .box1-block{
    width: calc(31% - 20px);
    background-color: #fff;
    color: #1f1f1f;
    font-size: var(--font-size-22);
    padding: var(--box-margin20);
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 20px;
}
.box1-block .img{
    height: 64px;
    margin-bottom: var(--box-margin80);
    position: relative;
    line-height: 64px;
}
.box1-block .img>img{
    width: auto;
    height: 100%;
}
.box1-block .title{
    font-size: var(--font-size-20);
    padding-bottom: var(--box-margin20);
}
.box1-block .img .num{
    font-size: var(--font-size-60);
    color: var(--themeColor);
    font-weight: bold;
    display: inline-block;
}
.box1-block .img .text{
    font-size: var(--font-size-18);
    color: var(--themeColor);
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    padding-top: 5px;
}
.box1-right{
    width: 45%;
    padding-left: 5%;
    box-sizing: border-box;
}
.box1-right .h1{
    font-size: var(--font-size-42);
    margin-bottom: var(--box-margin40);
}
.box1-right .intro{
    font-size: var(--font-size-18);
    color: #636363;
    line-height: 26px;
    min-height: 200px;
}
.box1-more a{
    font-size: var(--font-size-18);
    color: #000;
}
.box1-more a:hover{
    text-decoration: underline;
}
.box1-more a img{
    position: relative;
    top: -1px;
    margin-left: 10px;
}
.box2{
    position: relative;
    width: 100%;
}
.box2 .box2-item1{
    background-color: #fff;
    height: 26vh;
    padding: 6% 4%;
}
.box2-item1 .item1-title{
    font-size: var(--font-size-42);
    margin-bottom: var(--box-margin10);
    color: #000;
}
.box2-item1 .title2-left{
    font-size: var(--font-size-22);
    color: #666666;
}
.box2-item1 .title2-right{

}
.box2 .box2-item2{
    background-color: #f4f4f4;
    height: auto;
    min-height: 65vh;
    padding: 15% 4%;
    width: 100%;
    box-sizing: border-box;
}
.box2 .item1-pro{
    width: 100%;
    background: url('../images/home-bg1.png') no-repeat;
    background-size: 100% 100%;
    padding: 4% 3%;
    margin-top: var(--box-margin40);
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}
.item1-pro .item1-pro-left{
    width: 60%;
    color: #fff;
}
.item1-pro-left .title{
    font-size: var(--font-size-28);
    margin-bottom: var(--box-margin30);
}
.item1-pro-left .intro{
    font-size: var(--font-size);
    line-height: 24px;
    height: 96px;
    margin-bottom: var(--box-margin40);
    width: 60%;
}
.item1-pro-left .more a{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: var(--font-size-18);
    color: #000;
    background-color: var(--themeColor);
    text-align: center;
    border-radius: 10px;
}
.item1-pro-left .more a img{
    position: relative;
    top: -1px;
    margin-left: 10px;
}
.item1-pro .item1-pro-right{
    width: 40%;

}
.item1-pro-right img{
    max-width: 300px;
    width: 50%;
    display: block;
}
.box2-item2 .pro-list{
    width: 100%;
}
.pro-item{
    width: calc(25% - 15px);
    margin-right: 20px;
    background-color: #fff;
    padding: var(--box-margin30);
    box-sizing: border-box;
    display: block;
}
.pro-item:last-child{
    margin-right: 0;
}
.pro-item .pro-img{
    width: 230px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto var(--box-margin30) auto;
}
.pro-item .title{
    font-size: var(--font-size-22);
    color: #000;
    margin-bottom: var(--box-margin10);
    text-align: center;
    margin-top: var(--box-margin30);
}
.pro-item .tag{
    font-size: var(--font-size);
    color: #6f6f6f;
    text-align: center;
}
.box3{
    padding: 6% 4%;
    background-color: #010a1b;
    position: relative;
}
.box3 .box3-list1{
    width: 92%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10vh;
}
.news-swiper{
    width: 100%;
    position: relative;
    padding-bottom: 10vh;
    --swiper-navigation-size: 12px;
    --swiper-theme-color: #fff;
}
.news-swiper img{
    object-fit: cover;
    height: 700px;
}
.news-swiper .swiper-button-prev,.news-swiper .swiper-button-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--themeColor);
    background-color: var(--themeColor);
}
.news-swiper  .swiper-button-prev.swiper-button-disabled, .news-swiper  .swiper-button-next.swiper-button-disabled{
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.news-swiper .swiper-button-prev,.news-swiper .swiper-rtl .swiper-button-next{
    left: 5%;
}
.news-swiper  .swiper-button-next,.news-swiper  .swiper-rtl .swiper-button-prev{
    left: calc(5% + 50px);
    right: unset;
}
.box3-list2 .news-title{
    font-size: var(--font-size-42);
    color: #fff;
    margin-bottom: var(--box-margin20);
    font-weight: bold;
    text-align: center;
}
.box3-list2 .news-title2{
    font-size: var(--font-size-18);
    color: #fff;
    text-align: center;
    margin-bottom: var(--box-margin50);
}
.box3-list2 .pro-item{
    background-color: #12182b;
    color: #fff;
}
.box3-list2 .pro-item .pro-img{
    width: 66px;
    height: 66px;
}
.box3-list2 .pro-list{
    padding: 0 5%;
}
.box3-list2 .pro-item .title{
    color: #fff;
    font-weight: bold;
    min-height: 66px;
}
.box3-list2 .pro-item .tag{
    color: #999;
    height: 200px;
}


.news-cont{
    position: absolute;
    left: 5%;
    top: 28%;
}
.news-cont .news-title{
    font-size: var(--font-size-42);
    color: #fff;
    margin-bottom: var(--box-margin20);
    font-weight: bold;
}
.news-cont .news-title2{
    font-size: var(--font-size-22);
    color: #fff;
}
.news-list{
    position: absolute;
    right: 5%;
    bottom: -10vh;
    background-color: var(--themeColor);
    color: #fff;
    padding: var(--box-margin40) var(--box-margin30);
    width: 30%;
    height: 30%;
    display: block;
}
.news-list:hover{
    box-shadow: 0 0 5px #fff;
}
.news-list .time{
    font-size: 14px;
    color: #fff;
}
.news-list .title{
    font-size: var(--font-size-20);
    font-weight: bold;
    color: #fff;
}
.news-list .intro{
    font-size: var(--font-size);
    margin: var(--box-margin20) 0;
    height: 72px;
    line-height: 24px;
    color: #fff;
}
.news-swiper .link img{
    width: 15px;
    height: 8px;
}

.footer-box{
    background-color: #010a1b;
    color: #fff;
}
.footer-box.footer-box2{
    background-color: #fff;
    color: #666;
}
.footer-box .logo{
    width: 100%;
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.footer-box .logo img{
    vertical-align: middle;
    height: 100%;
}
.footer-box .footer{
    padding: var(--box-margin40) 0;
}
.footer .footer-code{
    width: 25%;
    padding: 0;
    box-sizing: border-box;
}
.footer-code .img{
    display: block;
    width: 45%;
    text-align: center;
}

.footer-nav{
    width: 75%;
    align-items: flex-start;
    padding-right: 5%;
    box-sizing: border-box;
}
.footer-nav .footer-list{
    margin-right: var(--box-margin30);
}
.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: var(--box-margin40);
    position: relative;
}
.footer-box2 .footer-nav .footer-list a{
    color: #666;
}
.footer-nav .footer-list a:hover{
    color: var(--themeColor);
}
.footer2{
    padding: var(--box-margin30) 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
    color: #ababab;
}
.footer2 a{
    color: #ababab;
}
.footer2 a:hover{
    color: var(--themeColor);
}
.box3-list1-height{
    height: calc(10vh + 570px)
}


.footer-box2 .footer-nav .footer-list .footer-list-title{
    color: #000;
}
.footer-nav .footer-list .footer-list-title::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background-color: var(--themeColor);
}

.top-img{
    position: relative;
}
.crumbs{
    border-bottom: 1px solid #eee;
    padding: 10px 4%;
    color: #838383;
    background-color: #f4f4f4;
}
.crumbs a{
    color: #838383;
}

.pro-main{
    padding: 4%;
    background-color: #f4f4f4;
    position: relative;
    align-items: flex-start;
}
.p-left{
    width: 300px;
    position: relative;
}
.p-left .titles{
    background-color: var(--themeColor);
    padding: var(--box-margin20);
    margin-bottom: 5px;
    align-items: flex-start;
    position: relative;
}
.p-left .titles .icon{
    width: 24px;
    height: 28px;
    position: relative;
    top: 6px;
}
.p-left .titles .title{
    width: calc(100% - 24px);
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
}
.p-left .titles .title h2{
    font-size: var(--font-size-30);
    font-weight: bold;
}
.p-left .titles .title p{
    font-size: 14px;
    text-transform: uppercase;
}
.p-ul{

}
.p-ul .p-li{
    line-height: 60px;
    background-color: #fff;
    font-size: var(--font-size-18);

    color: #000;
    margin-bottom: 5px;
}
.p-ul .p-li.active{
    background-color: var(--themeColor);
    color: #fff;
}
.p-li .title{
    position: relative;
    padding: 0 var(--box-margin20);
    cursor: pointer;
}
.p-li .title i{
    position: absolute;
    font-size: 14px;
    right: var(--box-margin20);
    transition: 0.3s all;
}

.p-ul2{
    padding: 0 var(--box-margin20) 10px;
    background-color: #fff;
    display: none;
}
.p-ul2 .p-li2{
    padding: var(--box-margin10) var(--box-margin20);
    font-size: var(--font-size);
    color: #666;
    line-height: 24px;
}
.p-ul2 .p-li2 a{
    color: #666;
    display: block;
}
.p-ul2 .p-li2.active a,.p-ul2 .p-li2 a:hover{
    color: var(--themeColor);
}
.p-ul .p-li.active .title i{
    transform: rotate(90deg);
}
.p-ul .p-li.active .p-ul2{
    display: block;
}


.p-right{
    width: calc(100% - 300px);
    padding-left: 40px;
    box-sizing: border-box;
}
.p-right .pro-item{
    width: calc(100% / 3 - 20px);
    margin-left: var(--box-margin20);
    margin-right: 0;
    margin-bottom: var(--box-margin20);
}
.p-right .pro-item:hover{
    box-shadow: 0 0 5px #fff;
}
.p-right .pro-item:hover .pro-img img{
    transform: scale(1.05);
}
.p-right .pro-item:hover .title{
    color: var(--themeColor);
}

.pd-top{
    align-items: flex-start;
}
.pd-img{
    width: 55%;
    box-sizing: border-box;
}
.pd-cont{
    width: 45%;
    padding-left: 5%;
    box-sizing: border-box;
}
.pd-cont h1{
    font-size: var(--font-size-32);
    font-weight: bold;
}
.pd-cont .line{
    margin: var(--box-margin30) 0;
    border-bottom: 1px solid var(--themeColor);
    width: 100px;
}
.pd-cont .intro{
    font-size: var(--font-size-18);
    line-height: 24px;
    color: #636363;
}
.pro-swiper{
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #666;
    background-color: #fff;
    margin-bottom: 10px;
}
.pro-swiper img{
    max-width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}
.thumb-swiper .swiper-slide{
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.thumb-swiper .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid var(--themeColor);
}
.pd-content{
    margin-top: 20px;
    background-color: #fff;
}
.pd-nav{
    /*height: 60px;*/
    border-bottom: 1px solid #eee;
    line-height: 60px;
}
.pd-nav li{
    margin-left: var(--box-margin40);
    font-size: var(--font-size-18);
    color: #333;
    position: relative;
}
.pd-nav li.active::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--themeColor);
}
.pd-info{
    padding: var(--box-margin20) var(--box-margin40);
}
.pd-info .title{
    border-bottom: 1px solid #eee;
    font-size: var(--font-size-22);
    font-weight: bold;
    margin: var(--box-margin20) 0;
    padding-bottom: var(--box-margin10);
}
.pd-table.layui-table tr:nth-child(2n-1){
    background-color: #FAFAFA;
}
.content{
    line-height: 24px;
}
.content img,.content video{
    max-width: 100%;
    height: auto;
}
.content .video{
    width: 90%;
    margin: 10px auto;
}
.down-list{
    margin-bottom: 20px;
    padding: var(--box-margin20) var(--box-margin30);
    background-color: #f6f7f9;
    border-radius: 5px;
    color: #000;
    font-size: var(--font-size);
}
.down-list .down-item{
    cursor: pointer;
}
.down-list .down-item img{
    vertical-align: middle;
}
.down-list .down-item:hover{
    text-decoration: underline;
}
.pro-menu{
    font-size: var(--font-size-30);
    color: var(--themeColor);
    margin-bottom: 20px;
    display: none;
    cursor: pointer;
}
.pro-menu i{
    font-size: var(--font-size-30);
}
.p-left .titles i.layui-icon-close{
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
.footer .footer-code p{
    margin-top: 10px;
}

.about-main{
    padding: 4%;
}
.about-box1{
    margin-bottom: 5%;
}
.about-box1 .ab-left{
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
}
.ab-left h1{
    font-size: var(--font-size-32);
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.ab-left h1 span{
    color: var(--themeColor);
    width: 130px;
    height: 2px;
    background-color: var(--themeColor);
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.ab-left .intro {
    color: #636363;
    font-size: var(--font-size);
}

.about-box1 .ab-right{
    width: 40%;
}
.about-box2{
    align-items: flex-end;
    padding-bottom: 5%;
}
.about-box2  .ab2-left {
    width: 15%;
}
.ab2-left img{
    width: 93px;
}
.about-box2  .ab2-middle {
    width: 30%;
}
.about-box2  .ab2-right {
    width: 55%;
}
.ab2-middle .box1-list .box1-block{
    width: 49.5%;
    background-color: #f4f4f4;
    margin: 0;
    height: 230px;
}
.ab2-middle .box1-block .title{
    font-size: var(--font-size-20);
}
.ab2-middle .ab2-img1{
    width: 100%;
    object-fit: cover;
    height: 230px;
    display: block;
}
.ab2-right .ab2-img2{
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.ab2-right .box1-list .box1-block{
    flex: 1;
    margin: 0;
    background-color: var(--themeColor);
    color: #fff;
    height: 230px;
    border-radius: 0;
}
.ab2-right .box1-block .img .num{
    color: #fff;
}
.ab2-right  .box1-block .img .text{
    color: #fff;
    padding-top: 6px;
}
.ab2-right .box1-block .title{
    padding-bottom: var(--box-margin10);
}
.ab2-right .box1-block .title2{
    text-transform: uppercase;
    font-size: 13px;
    color: #ddd;
}
.crumbs .nav-list{
    height: 100%;
}
.nav-list a{
    color: #333;
    font-size: 16px;
    position: relative;
    height: 20px;
    margin-left: var(--box-margin20);
    display: inline-block;
}
.nav-list a.active{
    color: var(--themeColor);
}
.nav-list a.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background-color: var(--themeColor);
}

.news-item2{
    width: 100%;
    margin-bottom: var(--box-margin20);
    padding: var(--box-margin20);
    box-shadow: 0 0 5px #eee;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.news-item2 .news-img{
    width: 20%;
    height: auto;
    max-width: 220px;
}
.news-item2 .news-cont2{
    width: 70%;
    font-size: var(--font-size);
    color: #666;
    padding-left: var(--box-margin20);
    box-sizing: border-box;
}
.news-item2 .news-cont2 .news-title{
    font-weight: bold;
    font-size: var(--font-size-22);
    color: #000;
}
.news-item2 .news-cont2 .line{
    margin: var(--box-margin20) 0;
    width: 50px;
    border-bottom: 2px solid var(--themeColor);
}
.news-main{
   background-color: #f4f4f4;
}
.news-item2 .news-time2{
    width: 10%;
    color: var(--themeColor);
    text-align: center;
    position: relative;
}
.news-item2 .news-time2 .date1{
    font-size: var(--font-size-36);
    font-weight: bold;
}
.news-item2 .news-time2::before{
    content: '';
    position: absolute;
    left:  var(--box-margin20);
    width: 1px;
    height: 100%;
    background-color: #eee;
}
.news-item2:hover{
    box-shadow: 0 0 10px #fff;
}
.news-item2 .news-title:hover{
    color: var(--themeColor);
}
.news-item2 .news-img img:hover{
    transform: scale(1.05);
}
.article{
    padding: 0 2%;
}
.article h1{
    font-size: var(--font-size-36);
    font-weight: bold;
    color: #000;
    margin-bottom: var(--box-margin20);
}
.article .tag{
    font-size: var(--font-size-18);
    color: #666666;
}
.article .line{
    margin: var(--box-margin30) 0;
    width: 200px;
    border-bottom: 2px solid var(--themeColor);
}
.tpage{
    margin-top: var(--box-margin20);
}
.tpage .page{
    width: 50%;
    font-size: var(--font-size-18);
    color: #000;
}
.tpage .page span{
    color: #666666;
}
.tpage .page:hover{
    color: var(--themeColor);
}
.tpage .page.next{
    text-align: right;
}
.p-list .down-list{
    width: 100%;
}
.down-list .d-ext {
    display: block;
    width: 40px;
    height: 40px;
}
.p-list .down-list .d-title{
    width: calc(100% - 80px);
    padding-left: var(--box-margin20);
    box-sizing: border-box;
}
.p-list .down-list .d-title .title{
    font-size: var(--font-size-22);
    font-weight: bold;
    margin-bottom: 10px;
}
.p-list .down-list .d-title .time{
    font-size: 13px;
    color: #999999;
}
.p-list .down-list .down-item{
    /*width: 110px;*/
}

.con-top{
    padding-bottom: 2%;
}
.con-top .con-left{
    width: 45%;
    padding-right: 5%;
    box-sizing: border-box;
}
.con-left .con-item{
    border-bottom: 1px solid #eee;
    padding: var(--box-margin30) 0;
}
.con-item .icon{
    width: 45px;
    height: 45px;
    margin-right: var(--box-margin40);
}
.con-item .icon img{
    width: 100%;
    height: 100%;
}
.con-item .titles{
    font-size: var(--font-size);
    color: #000;
}
.con-item .titles .title{
    font-size: var(--font-size-22);
    font-weight: bold;
    margin-bottom: var(--box-margin10);
}

.con-top .con-right{
    width: 55%;
    background-color: #f4f4f4;
    padding: 3%;
    box-sizing: border-box;
}
.con-right .title{
    font-size: var(--font-size-30);
    font-weight: bold;
    margin-bottom: var(--box-margin10);
}
.con-right .form-item{
    width: 48%;
    margin-bottom: var(--box-margin10);
    border-bottom: 1px solid #ddd;
    margin-right: 1.5%;
}
.con-right .form-item input{
    outline: none;
    border: none;
    background-color: transparent;
    padding: var(--box-margin20) var(--box-margin10);
}
.con-right .form-item textarea{
    outline: none;
    border: none;
    background-color: transparent;
    padding: var(--box-margin20) var(--box-margin10);
    min-height: 100px;
    width: 100%;
}
.con-right .form-item.form-item2{
    width: 100%;
}
.con-right .submit-btn{
    background-color: var(--themeColor);
    margin-top: var(--box-margin20);
}

.home-header.active2{
    background-color: #fff;
    position: static;
}
.home-header.active2 .header-navs .list>li{
    color: #333;
}
.home-header.active2 .header-navs .list>li>a{
    color: #333;
}
.home-header.active2 .home-logo .logo2{
    display: block;
}
.home-header.active2 .home-logo .logo{
    display: none;
}
.home-header.active2 .lang span{
    color: #333;
}
.home-header.active2 .lang em{
    font-style: normal;
}
.nav-toggle.active span{
    background-color: var(--themeColor);
}





@media screen and (max-width: 1520px){
    .header-navs .list>li{
        padding: 0 8px;
        margin: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px){
    .pro-item .pro-img{
        width: 138px;
        height: 150px;
    }
    .news-swiper img{
        height: 500px;
    }
    .news-list{
        width: 50%;
        height: 40%;
    }
    .box3-list1-height{
        height: calc(10vh + 370px)
    }
    .box3-list2 .pro-item .pro-img{
        width: 44px;
        height: 44px;
    }
    .box3-list2 .pro-item .tag{
        height: 200px;
    }
    .footer-nav{
        width: 100%;
        padding-right: 0;
    }
    .footer-box .footer{
        flex-wrap: wrap;
    }
    .p-left{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        background-color: #fff;
        transition: 0.3s all;
        width: 0;
    }
    .p-right{
        width: 100%;
        padding-left: 0;
    }
    .pro-menu{
        display: block;
    }
    .p-left .titles i.layui-icon-close{
        display: block;
        cursor: pointer;
    }
    .footer .footer-code{
        width: 60%;
    }
    .pro-item{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .pro-item:last-child{
        margin-right: unset;
    }
    .pro-item:nth-child(2n){
        margin-right: 0
    }

}

@media screen and (max-width: 768px){
    .hs-content{
        display: none;
    }
    .footer-nav .footer-list{
        max-width: 200px;
    }
    .box1-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .box1-right{
        width: 100%;
        padding-left: 0;
    }
    .box1-right .intro{
        min-height: 100px;
    }
    .pro-item{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .pro-item:last-child{
        margin-right: unset;
    }
    .pro-item:nth-child(2n){
        margin-right: 0
    }
    .news-swiper img{
        height: 400px;
    }
    .news-list{
        min-height: 200px;
    }
    .box3-list1-height {
        height: calc(10vh + 270px);
    }
    .box1-list .box1-block{
        margin-right: 10px;
        width: calc(33% - 10px);
    }
    .box1-block .img .text{
        padding-top: 15px;
    }

    .box1-list.mb20 .box1-block{
        width: calc(50% - 10px);
    }
    .box1-more{
        margin-top: 20px;
    }
    .item1-pro-left .more a{
        width: 120px;
        height: 30px;
        line-height: 30px;
    }
    .item1-pro .item1-pro-left{
        width: 80%;
    }
    .item1-pro-left .intro{
        width: 90%;
    }
    .item1-pro-right{
        width: 20%;
    }
    .item1-pro-right img{
        width: 90%;
    }
    .footer-code .img{
        padding: 20px;
        box-sizing: border-box;
    }
    .pd-table{
        width: 100% !important;
    }
    .pd-top{
        flex-wrap: wrap;
    }
    .pd-img{
        width: 100%;
    }
    .pd-cont{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .p-right .pro-item{
        margin-left: 0;
        margin-right: 10px;
        width: calc(100% / 2 - 10px);
    }
    .pro-item .pro-img{
        width: 69px;
        height: 75px;
    }

    .about-box1 .ab-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-box1 .ab-right{
        width: 100%;
    }
    .about-box2 .ab2-left{
        width: 30%;

    }
    .about-box2 .ab2-left{
        width: 30%;
        display: none;
    }
    .about-box2 .ab2-middle{
        width: 100%;
    }
    .about-box2 .ab2-right{
        width: 100%;
    }

    .crumbs .crumbs-left{
        display: none;
    }
    .news-item2 .news-time2{
        display: none;
    }
    .news-item2 .news-cont2{
        width: 80%;
    }
    .con-top .con-left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .con-top .con-right{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .home-logo{
        width: 120px;
    }
    .news-swiper img{
        height: 300px;
    }
    .box3 .box3-list1{
        top: -5vh;
    }
    .news-swiper{
        padding-bottom: 15vh;
    }
    .news-list{
        bottom: -11vh;
        min-height: 170px;
        overflow: hidden;
    }
    .news-list .title{
        font-size: 12px;
    }
    .footer-nav .footer-list{
        display: none;
    }
    .footer-nav .footer-list:last-child{
        display: block;
        max-width: 100%;
    }
    .footer-nav .footer-list .footer-list-title{
        display: none;
    }
    .footer .footer-code{
        width: 100%;
    }
    .footer2{
        font-size: 10px;
    }
    .footer-box .logo{
        height: 80px;
        line-height: 80px;
    }
    .top-img img{
        height: 200px;
    }
    .home-header{
        height: 60px;
        line-height: 60px;
    }
    .box3-list2 .pro-item .tag{
        font-size: 12px;
    }
    .pro-item{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .pro-item:last-child{
        margin-right: unset;
    }
    .pro-item:nth-child(2n){
        margin-right: 0
    }
    .box3-list2 .pro-item .tag{
        height: 100px;
    }
    .home-header .header-list{
        width: 130px;
    }
    .box1-list .box1-block{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .box1-list.mb20 .box1-block{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .box1-list{
        flex-wrap: wrap;
    }
    .box2 .box2-item2{
        padding: 27% 4%;
    }
}
