
:root {
    --font-size: 16px;
    --font-size-36-title: 36px;
    --font-size-42: 42px;
    --font-size-36: 36px;
    --font-size-32: 32px;
    --font-size-30: 30px;
    --font-size-28: 28px;
    --font-size-26: 26px;
    --font-size-24: 24px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --box-margin100: 100px;
    --box-margin50: 50px;
    --box-margin40: 40px;
    --box-margin30: 30px;
    --box-margin20: 20px;
    --box-margin10: 10px;

    --home-box-padding: 70px;
}

.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 .list>li {
    margin-left: var(--box-margin40);
    font-size: 16px;
    color: #fff;
    font-family: "HSS";
    line-height: 25px;
}
.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: #fff;
}
.home-header .lang{
    min-width: 60px;
    position: relative;
    display: flex;
    margin-left: var(--box-margin40);
}
.home-header .lang span{
    display: block;
    color: #fff;
}
.home-header .list>li.lang>a{
    display: flex;
}
.home-header .lang a>i{
    color: #aaa;
    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-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-box1{
    background-color: #f9f9f9;
    padding: var(--home-box-padding) 0;
}
.home-box1.about{
    background-image: url("../images/home-about-bg.png") ;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-box1 .box1-right{
    width: 395px;
    height: 490px;
}
.home-box1 h1{
    color: var(--themeColor);
    font-size: var(--font-size-36-title);
    font-weight: bold;
    position: relative;
    margin-bottom: var(--box-margin30);
}
.home-box1 h1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
    height: 2px;
    background-color: var(--themeColor);
}
.editorContent{
    line-height: 1.5;
    font-size: var(--font-size);
    color: #666;
}
.home-box1 .box1-left{
    flex: 1;
    padding-right: 3%;
}
.home-box1 .more{
    font-size: var(--font-size);
    padding: 10px 20px;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    background-color: #fff;
    width: 70px;
    border-radius: 20px;
    margin-top: var(--box-margin30);
    display: block;
}
.home-box1 .more:hover{
    background-color: var(--themeColor);
    color: #fff;
}

.home-box2{
    background-color: #fff;
    padding: var(--home-box-padding) 0;
}
.home-title{
    font-size: var(--font-size-36);
    color: #333;
    text-align: center;
    margin-bottom: var(--box-margin50);
    position: relative;

}
.home-title::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background-color: var(--themeColor);
    margin-left: -25px;
}
.home-pro .list{
    width: 48%;
    position: relative;
}
.home-pro .list .img{
    position: relative;
}
.home-pro .list .img::after{
    content: '';
    display: inline-block;
    width: 1px;
    padding-top: 85%;
}
.home-pro .list .img img{
    position: absolute;
    left: 0;
    top: 0;
}
.home-pro .list .cont{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--box-margin10) var(--box-margin30) var(--box-margin20);
    background-color: rgba(0,0,0,0.5);
    font-size: var(--font-size);
    color: #fff;
    box-sizing: border-box;
}
.home-pro .list:hover .cont{
    background-color: rgba(181,19,62,0.5);
}
.home-pro .list .cont .title{
    font-size: var(--font-size-30);
    margin-bottom: 5px;
    text-align: center;
}
.home-app{
    margin: 0 -20px ;
    box-sizing: border-box;
}
.home-app .list{
    width: calc(33.3% - 40px);
    position: relative;
    margin: 20px;
    box-sizing: border-box;
}
.home-app .list .img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-app .list .img::before {
    content: '';
    display: inline-block;
    width: 1px;
    padding-top: 78%;
}
.home-app .list .img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.home-app .cont{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9;
    text-align: center;
    padding: var(--box-margin20);
    box-sizing: border-box;
    color: #fff;
}

.home-app .cont .title{
    font-size: var(--font-size-28);
    margin-bottom: var(--box-margin20);
}
.home-app .cont .more{
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 15px;
    display: block;
    margin:  var(--box-margin50) auto 0;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
}
.home-app .list:hover .img img{
    transform: scale(1.05,1.05);
}
.home-app .list:hover .cont .more{
    border-color: var(--themeColor);
    background-color: var(--themeColor);
    color: #fff;
}

.home-cs .list .img::before {
    padding-top: 58%;
}
.home-cs .cont2{
    padding: var(--box-margin10) var(--box-margin20);
    background-color: #f9f9f9;
    position: relative;
}
.home-cs .cont2 .title{
    color:#333;
    font-size: 24px;
    margin-bottom: 10px;
}
.home-cs .cont2 .more{
    color: var(--themeColor);
    margin-top: 10px;
}
.home-cs .cont2 .more img{
    height: 16px;
    position: relative;
    top: 1px;
}
.home-cs .list:hover .title{
    color: var(--themeColor);;
}
.home-cs .list:hover .cont2::after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: var(--themeColor);
}
.home-block .title{
    font-size: var(--font-size-32);
    color: var(--themeColor);
    font-weight: bold;
    margin-bottom: var(--box-margin20);
}
.home-block .title img{
    margin-right: 4px;
    position: relative;
    top: 3px;
}
.honor-box1{
    background: url(../images/honor-img2.png) no-repeat;
    background-position: center right;
    padding-bottom: var(--box-margin30);
    align-items: flex-start;
}
.honor-box1 .honor-ul{
    padding: 0 20px;
    width: 22%;
    box-sizing: border-box;
}
.honor-box1 .honor-ul li{
    margin-bottom: var(--box-margin10);
}
.honor-box2{
    /*padding-top: var(--box-margin10);*/
}
.honor-table{
    text-align: center;
    font-size: 18px;
    background-color: #f9f9f9;
    color: #7e7e7e;
}
.honor-table th{
    background-color: var(--themeColor);
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-color: #aaa;
}
.honor-table th.first{
    background-image: url("../images/home-bg3.png") ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.honor-table th.first .top{
    position: absolute;
    right: 10px;
    top: 10px;
}
.honor-table th.first .left{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.honor-table td{
    font-size: 18px;
    border-color: #aaa;
}
.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th{
    padding: 20px 30px;
}
.honor-table td:nth-child(2),.honor-table td:nth-child(3){
    text-align: left;
}
.partner-swiper .swiper-slide{
    border: 1px solid #aaa;
    box-shadow: 0 0 10px #ddd;
    height: 180px;
    box-sizing: border-box;
}
.partner-swiper .swiper-slide img{
    display: block;
    width: auto;
    max-width: 95%;
    margin: 0 auto;
}
.partner-swiper{
    --swiper-navigation-size: 14px;/* 设置按钮大小 */
    position: relative;
    padding: var(--box-margin30 ) var(--box-margin50);
    box-sizing: border-box;
}
.partner-swiper .swiper{
    padding: 10px;
}

.home-contact .list{
    margin-top: var(--box-margin30);
    padding: 0 var(--box-margin50);
}
.home-contact .list li{
    margin-right: 200px;
    margin-bottom: 10px;
    font-size: 18px;
}
.home-contact .list li img{
    height: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.home-news{
    margin: 0 -20px;
    position: relative;
}
.home-news .list{
    width: calc(33.3% - 40px);
    margin: 0 20px 20px;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
    padding: var(--box-margin10) var(--box-margin20);
    box-sizing: border-box;
    align-items: flex-start;
}
.home-news .list .list-left{
    font-size: var(--font-size-18);
    color: #6e6e6e;
}
.home-news .list .list-left p:first-child{
    font-size: var(--font-size-26);
    color: var(--themeColor);
    font-weight: bold;
}
.home-news .list .list-right{
    flex: 1;
    padding-left: var(--box-margin20);
    color: #333;
    font-family: "HSS Thin";
}
.home-news .list .list-right .title{
    font-size: 20px;
    font-family: "HSS Regular";
    height: 52px;
    line-height: 26px;
    margin-bottom: var(--box-margin10);
}
.home-news .list .list-right .intro{
    height: 78px;
    line-height: 26px;
}
.home-news .list:hover{
    background-color: var(--themeColor);
}
.home-news .list:hover .list-left{
    color: #fff;
}
.home-news .list:hover .list-left p{
    color: #fff;
}
.home-news .list:hover .list-right{
     color: #fff;
}
.home-news .list:hover .list-right .title{
    color: #fff;
}
.news-more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.news-more:hover{
    color: #fff;
    background-color: var(--themeColor);
}
.footer1{
    height: 150px;
    background-image: url("../images/home-bg4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
}
.footer1 .footer-mark{
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.footer1 .main2{
    height: 100%;
}
.footer-left{
    width: 173px;
}
.footer-right img{
    width: 90px;
    height: 90px;
    text-align: center;
}
.footer-right p{
    font-size: 14px;
    color: #a5a5a5;
    text-align: center;
}
.footer-nav a{
    margin: 0 var(--box-margin30);
    font-size: var(--font-size-18);
    color: #fff;
    font-family: "HSS";
    line-height: 25px;
    display: block;
    position: relative;
}
.footer-nav a::after{
    content: '';
    position: absolute;
    right: -30px;
    top: 2px;
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.footer-nav a:last-child::after{
    width: 0;
}
.footer-nav a:hover{
    color: var(--themeColor);
}
.footer2{
    background-color: #fff;
    padding: 15px;
}
.footer2 p{
    color: #000;
    margin-right: var(--box-margin20);
}
.top-banner{
    position: relative;
}
.top-banner::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}
.top-banner img{
    object-fit: cover;
}
.crumbs{
    position: relative;
    top: -40px;
    color: #fff;
    height: 24px;
}
.crumbs a{
    color: #fff;
}
.crumbs a:hover{
    /*color: var(--themeColor);*/
    text-decoration: underline;
}
.crumbs a img{
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.about-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.about-title a{
    color: #333;
    font-size: var(--font-size-18);
    width: 150px;
    height: 100%;
    text-align: center;
}
.about-title a.active{
    color: #fff;
    background-color: var(--themeColor);
}
.about{
    margin-top: -24px;
}
.about2{
    margin-top: -24px;
    background-color: #f9f9f9;
}
.editorContent{
    line-height: 1.5;
    color: #666;
}
.editorContent img,.editorContent video{
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.about .editorContent p{
    color: #666;
    margin-bottom: 30px;
}
.about .editorContent p.zongjie{
    font-size: 24px;
    color: #b5133e;
}
.about-box1{
    padding: var(--box-margin40) 0;
    border-bottom: 1px solid #aaa;
}
.ab-right{
    width: 35%;
}
.ab-left{
    flex: 1;
    padding-right: var(--box-margin30);
}
.c-content p{
    margin-bottom: 20px;
    font-size: 18px;
}
ul.culture{
    list-style: disc; /* 设置列表样式为圆点 */
    color: #b5133e;
    padding-left: 20px !important; /* 移除默认的内边距 */
}
ul.culture li{
    list-style: disc; /* 设置列表样式为圆点 */
    color: #b5133e;
    padding-left: 0; /* 移除默认的内边距 */
}
ul.culture li span{
    color: #666;
}
.c-zj{
    font-weight: bold;
    margin-top: 20px;
}
.ab-right2{
    /*background-image: url("../images/about-pic2.png");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}
.ab-right2 img{
    position: relative;
    left: 20px;
    bottom: 20px;
}
.c-content2 p{
    margin-bottom: 20px;
}
.c-content2 p img{
    position: relative;
    top: 2px;
}
.about-box2{
    padding-bottom: var(--box-margin40);
    margin-top: var(--box-margin40);
}
.culture-swiper{
    width: 100%;
}
.culture-img{
    width: 100%;
    /*height: 300px;*/
}
.culture-swiper .cont{
    background-color: #f9f9f9;
    padding: var(--box-margin20);
}
.culture-swiper .cont .title{
    font-size: var(--font-size-26);
    color: #000;
}
.about3{
    padding: var(--box-margin50) 0;
}
.about3 .main2{
    position: relative;
}
.pro-box{
    position: relative;
    padding: var(--box-margin40) 0;
    align-items: flex-start;
}
.pro-left{
    width: 250px;
    height: auto;
    max-height: 1500px;
    overflow-y: auto;
    background-color: #f6f6f6;
    padding: var(--box-margin20);
}
.pro-left .title{
    font-size: var(--font-size-26);
    font-weight: bold;
    margin-bottom: var(--box-margin20);
    color: var(--themeColor);
}
.pro-left .pro-list{
    font-size: var(--font-size-18);
    color: #000;
    font-weight: bold;
}
.pro-left .pro-list .name{
    margin-bottom: var(--box-margin20);
}
.pro-left .pro-list .name span{
    font-size: var(--font-size);
}
.pro-left .pro-list .pro-ul li{
    margin-bottom: var(--box-margin20);
    padding-left: var(--box-margin20);
}
.pro-left .pro-list .pro-ul li>a{
    color: #3d3d3d;
    font-size: var(--font-size-18);
    display: block;
    width: 100%;
    font-family: "HSS Light";
}
.pro-left .pro-list .pro-ul li.active a,.pro-left .pro-list .pro-ul li:hover a{
    color: var(--themeColor);
}
.pro-right{
    flex: 1;
    padding-left: var(--box-margin30);
}
.pro-titles{
    width: 100%;
    position: relative;
    margin-bottom: var(--box-margin50);
    background-color: #666;
    min-height: 250px;
}
.pro-titles .title{
    position: absolute;
    left: var(--box-margin20);
    top: var(--box-margin20);
    z-index: 9;
    font-size: var(--font-size-26);
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
}
.pro-titles .title::before{
    content: '';
    left: 0;
    bottom: -5px;
    width: 30%;
    height: 2px;
    background-color: #fff;
    position: absolute;
}
.pro-titles .title::after{
    content: '';
    left: 30%;
    bottom: -5px;
    width: 70%;
    height: 2px;
    background-color: var(--themeColor);
    position: absolute;
}
.pro-titles img{

}
.about .editorContent.pro-content p{
    margin-bottom: 19px;
    color: #787878;
    font-size: 18px;
}
.pro-content hr{
    margin: 20px 0;
    border: 1px solid #aaa;
}
.about .editorContent.pro-content p.title{
    color: #000;
}
.pro-content .list{
    margin-right: 24px !important;
    width: 150px;
}
.pro-content .list .img{
    border: 1px solid #aaa;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.pro-content .list .img img{
    width: 60px;
    height: 60px;
    display: block;
}
.pro-content .list p{
    text-align: center;
}
.application .app-img{
    width: 100%;
    position: relative;
    background-color: #666;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
    display: block;
    margin: var(--box-margin40) 0;
}
.application .app-img p{
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: #fff;
    font-size: var(--font-size-42);
}
.app-swiper{
    /*height: 380px;*/
    position: relative;
    padding: var(--box-margin50 ) var(--box-margin50);
    box-sizing: border-box;
}
.app-swiper .swiper-slide{
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.app-swiper .cont{
    background-image: linear-gradient(to top, rgba(0,0,0,0.4) 0% ,rgba(0,0,0,0.2) 50% , transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 40%;
    padding: var(--box-margin20) var(--box-margin10);
    box-sizing: border-box;
    color: #fff;
    font-size: var(--font-size-28);
}
.app-swiper .cont .title{
    position: absolute;
    left: var(--box-margin10);
    bottom: var(--box-margin20);
    width: calc(100% - var(--box-margin10));
    text-align: center;
}
.contact-box{
    align-items: flex-start;
}
.contact-left{
    width: 50%;
    padding-right: var(--box-margin30);
    font-size: var(--font-size-22);
    color: #4b4747;
}
.contact-left .line{
    border-bottom: 1px solid #ddd;
    margin-top: var(--box-margin40);
}
.contact-left .con-list{
    padding-left: var(--box-margin50);
    padding-bottom: var(--box-margin20);
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-top: var(--box-margin50);
}
.contact-left .title{
    color: #666666;
    margin-bottom: var(--box-margin20);
}
.contact-left .title img{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}
.contact-left .con-right{
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 16px;
    color: #666;
}
.contact-left .con-right img{
    display: block;
    width: 90px;
    height: 90px;
    padding: 5px;
    border: 1px solid #eee;
    margin: 10px auto;
}
.contact-right{
    width: 50%;
    box-shadow: 0 0 10px #eee;
    padding: var(--box-margin30) var(--box-margin20);
    color: #4b4747;
}
.contact-right .title{
    font-size: var(--font-size-24);
    margin-bottom: var(--box-margin30);
}
.con-item{
    margin-bottom: var(--box-margin30);
}
.con-item.flex-s{
    align-items: flex-start;
}
.con-item label{
    font-size: var(--font-size-20);
    height: 40px;
    line-height: 40px;
    width: 100px;
    padding-right: var(--box-margin20);
    text-align: justify;
}
.con-item input{
    background-color: #f6f6f6;
    flex: 1;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #4b4747;
    border: none;
    outline: none;
    padding: var(--box-margin10);
    box-sizing: border-box;
}
.con-item textarea{
    background-color: #f6f6f6;
    flex: 1;
    height: 150px;
    line-height: 40px;
    border-radius: 5px;
    color: #4b4747;
    border: none;
    outline: none;
    padding: 0 var(--box-margin10);
    box-sizing: border-box;
}
.con-item .agree-box{
    font-size: var(--font-size-18);
    color: #666;
}
.con-item .themeButton{
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: var(--font-size-20);
    font-weight: bold;
}
.news-list{
    padding-bottom: var(--box-margin30);
    border-bottom: 1px solid #aaa;
    margin-bottom: var(--box-margin30);
}
.news-left{
    flex: 1;
    padding-right: var(--box-margin20);
}
.news-left h2{
    font-size: var(--font-size-30);
    font-weight: bold;
    margin-bottom: var(--box-margin10);
}
.time{
    color: #838383;
    font-size: var(--font-size);
}
.time img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.news-left .time img.time1{
    display: inline-block;
}
.news-left .time img.time2{
    display: none;
}
.news-left .intro{
    margin-top: var(--box-margin30);
    color: #7b7b7b;
}
.news-right{
    width: 30%;
    height: auto;
    border: 2px solid transparent;
}
.news-list:hover .news-left h2{
    color: var(--themeColor);
}
.news-list:hover .time{
    color: var(--themeColor);
}
.news-list:hover .time img.time1{
    display: none;
}
.news-list:hover .time img.time2{
    display: inline-block;
}
.news-list:hover .news-right{
    border-color: var(--themeColor);
}
.return{
    display: block;
}
.return img{
    position: relative;
    top: 7px;
}
.pro-input{
    position: relative;
}
.pro-input input{
    background-color: transparent;
    padding: var(--box-margin10) 0;
    outline: none;
    color: #666;
    height: 32px;
    line-height: 32px;
    border: none;
    border-bottom: 1px solid #aaa;
    width: 100%;
    box-sizing: border-box;
}
.pro-input img{
    position: absolute;
    right: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.hpic-honor{
    background: url(../images/home-honorBg3.jpg) no-repeat 100% 100%;
    background-size: cover;
    padding: var(--home-box-padding) 10%;
}
.hpic-honor .home-hpic-img{
    background: url(../images/home-honorBg2.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 5%;
}
.hpic-honor .swiper-slide img{
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.home-hpic-title{
    font-size: var(--font-size-28);
    color: #000;
    text-align: center;
    height: 84px;
    margin-bottom: var(--box-margin40);
}
.hpic-honor .swiper-button-next, .hpic-honor .swiper-rtl .swiper-button-prev{
    right: 1%;
}
.hpic-honor .swiper-button-prev,.hpic-honor  .swiper-rtl .swiper-button-next{
    left: 1%;
}
/*.hpic-honor .swiper-button-prev.swiper-button-disabled,.hpic-honor  .swiper-button-next.swiper-button-disabled*/
/*{*/
/*    display: none;*/
/*}*/



@media screen and (min-width: 769px){
    .prod-list .ab-right{
        order: 1;
    }
    .prod-list .ab-left{
        order: 2;
        padding-left: var(--box-margin50);
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px){
    .header-navs .list>li, .home-header .lang{
        font-size: 13px;
        margin-left: 10px;
        min-width: 50px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px){
    :root {
        --font-size: 14px;
        --font-size-36-title: 24px;
        --font-size-42: 32px;
        --font-size-36: 30px;
        --font-size-32: 26px;
        --font-size-30: 24px;
        --font-size-28: 22px;
        --font-size-26: 20px;
        --font-size-24: 18px;
        --font-size-22: 16px;
        --font-size-20: 16px;
        --font-size-18: 16px;
        --box-margin100: 60px;
        --box-margin50: 30px;
        --box-margin40: 25px;
        --box-margin30: 20px;
        --box-margin20: 15px;
        --box-margin10: 8px;
        --home-box-padding: 40px;
    }
    .top-banner{
        margin-top: 70px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 2px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 2px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .swiper-button-prev i, .swiper-button-next i{
        font-size: 12px;
    }
}

@media screen and (max-width: 768px){
    :root {
        --font-size: 14px;
        --font-size-36-title: 20px;
        --font-size-42: 28px;
        --font-size-36: 26px;
        --font-size-32: 22px;
        --font-size-30: 20px;
        --font-size-28: 18px;
        --font-size-26: 17px;
        --font-size-24: 16px;
        --font-size-22: 15px;
        --font-size-20: 15px;
        --font-size-18: 15px;
        --box-margin100: 50px;
        --box-margin50: 25px;
        --box-margin40: 20px;
        --box-margin30: 15px;
        --box-margin20: 10px;
        --box-margin10: 5px;
        --home-box-padding: 30px;
    }
    .mobile-wrap{
        flex-wrap: wrap;
    }
    .home-swiper{
        margin-top: 70px;
    }
    .about .flex{
        flex-wrap: wrap;
    }
    .home-box1 .more{
        margin-bottom: 20px;
    }
    .home-pro .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .home-app .list{
        width: 100%;
    }
    .honor-box1{
        align-items: flex-start;
        background-position: unset;
    }
    .honor-box1 .honor-ul{
        width: 50%;
    }
    .honor-table th{
        font-size: 16px;
    }
    .honor-box2{
        overflow-x: scroll;
    }
    .honor-table{
        min-width: 800px;

    }
    .honor-table td{
        padding: 10px 15px !important;
        font-size: 14px;
    }
    .home-block .title img{
        height: 22px;
    }
    .partner-swiper .swiper-slide{
        height: 80px;
    }
    .home-contact .list li{
        margin-right: 20px;
    }
    .home-news .list{
        width: 100%;
    }
    .footer-nav{
        display: none;
    }
    .top-banner img{
        height: 150px;
    }
    .about-title a{
        width: 100px;
    }
    .ab-right{
        width: 90%;
    }
    .about-title{
        height: 40px;
        line-height: 40px;
    }
    .pro-right{
        margin-top: 20px;
        padding-left: 0;
    }
    .pro-left{
        width: 100%;
    }
    .pro-titles{
        min-height: 100px;
    }
    .about .editorContent.pro-content p{
        font-size: 14px !important;
    }
    .application .about-title{
        height: auto;
        justify-content: flex-start;
    }
    .application .app-img{
        min-height: 200px;
    }
    .app-swiper .cont .title{
        font-size: 12px;
    }
    .contact-left,.contact-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-left .title img{
        width: 15px;
    }
    .contact-left .con-right img{
        width: 45px;
        height: 45px;
        margin: 5px auto;
    }
    .contact-left .con-right{
        font-size: 12px;
    }
    .con-item label{
        width: 70px;
    }
    .ab-left{
        padding-right: 0;
    }
}