@charset "utf-8";
html,body{height: 100%;}
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{ margin:0px; padding:0px; font-size:12px;font-family:"font1","微软雅黑","黑体";color:#000;line-height:1.1;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "font1","微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#000; text-decoration:none !important}

h2,h3,h4,b,strong { font-weight: normal ; }
em,i { font-style: normal; }

.clear{ zoom: 1; }
.clear:after { content: ''; display: block; clear: both; }
.fl { float:left}
.fr { float:right}
@font-face { font-family:font1; src: url("../images/HarmonyOS_Sans_SC_Regular.ttf");}
.header_s{position: fixed;z-index: 100;background: #fff;width: 100%; top: 0;left: 0;height: 119px;border-top: 2px solid #ef3f4b;display: flex;justify-content: space-between;align-items: center; padding-left: 70px;}
.logo_s{width: 132px;}
.logo_s img{width: 100%;}
.header-rights{display: flex;justify-content: space-between;align-items: center;}
.navs h3 a{display: block; position: relative; font-size: 18px;color: #1d2087;line-height: 117px; padding: 0 20px;font-weight: bold;}
.navs h3 a:before{position: absolute;content: "";border-bottom:2px solid #ef3f4b;width: 0;bottom: 0;left: 50%;transform: translateX(-50%);transition: all .5s;}
.navs ul{display: flex;gap:20px;}
.navs li {
  position: relative;
}
.navs li.cur a:before{width: 100%;}
.navs a:hover:before{width: 100%;}
.sub{position: absolute;width: 180%; background: rgba(255,255,255,.8);left: -40%;top: 117px;display: none;}
.sub dt{text-align: center; line-height: 42px;}
.sub dt a{font-size: 14px;color: #666; display: block;transition: all .5s;}
.sub dt a:hover{color: #fff;background: #ef3f4b;}
.ssbtn{width: 105px;height: 72px;border-left: 1px solid #b9b9b9;cursor: pointer;background: url(../images/a_06.png) no-repeat center center;margin-left: 70px;}
.dhbtn{width: 120px;height: 119px;background: #ef3f4b;position: relative;cursor: pointer; }
.dhbtn span{display: block;width: 32px; position: absolute;left:50%; top:50%; transform:translate(-50%,-50%);height: 16px;display: flex;align-items: baseline; flex-wrap: wrap;}
.dhbtn span b{display: block;width: 100%;height: 2px;background: #fff;transition: all .5s;}
.dhbtn b:nth-child(3){ width:55%;}
.dhbtn:hover b:nth-child(3){ width:100%;}
.dhbtn_s{display: none;}


.bj_qj{position: fixed;width: 100%;height: 100%; background: rgba(0,0,0,.7); top: 0;left: 0;z-index: 101;display: none;}

.rightnav{width: 60%; height: 100%; position: relative; margin-left: 40%; border-radius: 50%;  box-sizing: border-box; display: flex; align-items: center;flex-wrap: wrap;}
.rightbox{position: relative;z-index: 10;padding: 0 8.3vw 0 10.4vw;width: 100%; opacity: 0;}
.rightnav::before {
    content: "";
    display: block;
    width: 90vw;
    height: 90vw;
    background: #fff;
    position: absolute;
   
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1.5s;
}
.rightnav::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vw;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -36vw;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1.5s;
}

.rightbox-top h2{font-weight: bold;font-size: 30px;color: #333333;margin-bottom: 20px;}
.rightbox-top dl{flex-wrap: wrap;display: flex;gap:30px;padding-bottom: 40px;}
.rightbox-top a{font-size: 16px;color: #666666;line-height: 1.6;transition: all .5s;}
.rightbox-top a:hover{color: #ef3f4b;}
.rightbox-bottom{border-top: 1px solid #ef3f4b; padding-top: 40px;display: flex;justify-content: space-between;}
.righttext{font-size: 16px;color: #666; line-height: 1.6;} 
.rightfx ul{display: flex;gap:20px}
.rightfx li img{width: 44px;height: 44px;border-radius: 50%;}
.rightnav.on::before, .rightnav.on::after {
    transform: translateY(-50%) scale(1, 1);
}
.rightnav.on::before {
    transition-delay: .5s;
}

.rightnav.on .rightbox { opacity: 1;
    transition-delay: 1.4s;
}
.ggbtn{position: absolute;width: 100px;height: 100px; top: 0; right: 0;background: url(../images/a_07.png) no-repeat center center;z-index: 10;cursor: pointer;background-size: 30px 30px;}
.h119{height: 119px;}
.ssbj{background: rgba(0,0,0,.7);position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 101;display: none;}
.ssbox{position: absolute;width: 800px;height: 60px;border-radius: 8px;background: #fff;left:50%; top:50%; transform:translate(-50%,-50%);max-width: 90%;display: flex;justify-content: space-between;}
.ss-btn{cursor: pointer;border: none;width: 160px;height: 60px;color: #fff;font-size: 16px;border-radius: 8px;background: #ef3f4b;}
.ss-inptu{width: calc(100% - 160px);height: 60px;border-radius: 8px; padding: 0 20px;}
.ggbtn1{width: 40px;height: 40px;border: 1px solid #fff;border-radius: 50%;bottom: -55px;left: 50%;transform: translateX(-50%);cursor: pointer; color: #fff;line-height: 38px;font-size: 20px;text-align: center;position: absolute;}

@media only screen and (min-width: 950px) and (max-width: 1630px) {
.h119{height: 6.197vw;}
.header_s {
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 6.1979vw; /* 119px / 19.2 = 6.1979vw */
    border-top: 0.1042vw solid #ef3f4b; /* 2px / 19.2 = 0.1042vw */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3.6458vw; /* 70px / 19.2 = 3.6458vw */
}
.logo_s {
    width: 6.875vw; /* 132px / 19.2 = 6.875vw */
}
.logo_s img {
    width: 100%;
}
.header-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navs h3 a {
    display: block;
    position: relative;
    font-size: 0.9975vw; /* 18px / 19.2 = 0.9375vw */
    color: #1d2087;
    line-height: 6.0938vw; /* 117px / 19.2 = 6.0938vw */
    padding: 0 1.0417vw; /* 20px / 19.2 = 1.0417vw */
  font-weight: bold;
}
.sub{top:6.0938vw;font-size: 12px;}
.sub dt a{font-size: 12px;}
.navs h3 a:before {
    position: absolute;
    content: "";
    border-bottom: 0.1042vw solid #ef3f4b; /* 2px / 19.2 = 0.1042vw */
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.navs ul {
    display: flex;
    gap: 1.0417vw; /* 20px / 19.2 = 1.0417vw */
}
.navs li.cur a:before {
    width: 100%;
}
.navs a:hover:before {
    width: 100%;
}

.ssbtn {
    width: 5.4688vw; /* 105px / 19.2 = 5.4688vw */
    height: 3.75vw; /* 72px / 19.2 = 3.75vw */
    border-left: 0.0521vw solid #b9b9b9; /* 1px / 19.2 = 0.0521vw */
    cursor: pointer;
    background: url(../images/a_06.png) no-repeat center center;
    margin-left: 3.6458vw; /* 70px / 19.2 = 3.6458vw */
}
.dhbtn {
    width: 6.25vw; /* 120px / 19.2 = 6.25vw */
    height: 6.179vw; /* 117px / 19.2 = 6.0938vw */
    background: #ef3f4b;
    position: relative;
    cursor: pointer;
}
.dhbtn span {
    display: block;
   
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
   
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.dhbtn span b {
    display: block;
    width: 100%;
    background: #fff;
    transition: all .5s;
}
.dhbtn b:nth-child(3) {
    width: 55%;
}
.dhbtn:hover b:nth-child(3) {
    width: 100%;
}


.bj_qj {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.rightnav {
    width: 60%;
    height: 100%;
    position: relative;
    margin-left: 40%;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rightbox {
    position: relative;
    z-index: 10;
    padding: 0 8.3vw 0 10.4vw;
    width: 100%;
    opacity: 0;
}
.rightnav::before {
    content: "";
    display: block;
    width: 90vw;
    height: 90vw;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1.5s;
}
.rightnav::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vw;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -36vw;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1.5s;
}

.rightbox-top h2 {
    font-weight: bold;
    font-size: 1.5625vw; /* 30px / 19.2 = 1.5625vw */
    color: #333333;
    margin-bottom: 1.0417vw; /* 20px / 19.2 = 1.0417vw */
}
.rightbox-top dl {
    display: flex;
    gap: 2.8646vw; /* 55px / 19.2 = 2.8646vw */
    padding-bottom: 2.0833vw; /* 40px / 19.2 = 2.0833vw */
}
.rightbox-top a {
    font-size: 16px; /* 小于等于14px，保持不变 */
    color: #666666;
    line-height: 1.6;
    transition: all .5s;
}
.rightbox-top a:hover {
    color: #ef3f4b;
}
.rightbox-bottom {
    border-top: 0.0521vw solid #ef3f4b; /* 1px / 19.2 = 0.0521vw */
    padding-top: 2.0833vw; /* 40px / 19.2 = 2.0833vw */
    display: flex;
    justify-content: space-between;
}
.righttext {
    font-size: 16px; /* 小于等于14px，保持不变 */
    color: #666;
    line-height: 1.6;
}
.rightfx ul {
    display: flex;
    gap: 1.0417vw; /* 20px / 19.2 = 1.0417vw */
}
.rightfx li img {
    width: 2.2917vw; /* 44px / 19.2 = 2.2917vw */
    height: 2.2917vw; /* 44px / 19.2 = 2.2917vw */
    border-radius: 50%;
}
.rightnav.on::before, .rightnav.on::after {
    transform: translateY(-50%) scale(1, 1);
}
.rightnav.on::before {
    transition-delay: .5s;
}

.rightnav.on .rightbox {
    opacity: 1;
    transition-delay: 1.4s;
}
.ggbtn {
    position: absolute;
    width: 5.2083vw; /* 100px / 19.2 = 5.2083vw */
    height: 5.2083vw; /* 100px / 19.2 = 5.2083vw */
    top: 0;
    right: 0;
    background: url(../images/a_07.png) no-repeat center center;
    z-index: 10;
    cursor: pointer;
    background-size: 1.5625vw 1.5625vw; /* 30px / 19.2 = 1.5625vw */
}
}
@media(max-width:1460px){
	.rightbox-top h2{margin-bottom: 10px;font-size: 16px;}
	.rightbox-top a {font-size: 14px;}
	.rightbox-top dl{gap:15px;padding-bottom: 10px;}
	.righttext p{font-size: 13px;}
	
	}
@media(max-width:950px){
.header_s{height: 60px;padding-left: 10px;}
.logo_s{width: 70px;}
.dhbtn b:nth-child(3){width: 100%;}
.dhbtn{width: 60px;height: 60px;} 	
.navs{position: fixed;height: calc(100% - 60px);width: 100%; background: #ef3f4b;z-index: 100;bottom: -100%;left: 0;display: flex;align-items: center;justify-content: center;}
.navs ul{display: block;text-align: center;}
.navs h3 a{color: #fff;font-size: 16px; line-height: 52px;}
.dhbtn{display: none;}
.ssbtn{height: 60px;width: 60px;}

.dhbtn_s{display: block;background: #ef3f4b;position: relative;cursor: pointer;width: 60px;height: 60px;}
.dhbtn_s span{display: block;width: 32px; position: absolute;left:50%; top:50%; transform:translate(-50%,-50%);height: 16px;display: flex;align-items: baseline; flex-wrap: wrap;}
.dhbtn_s span b{display: block;width: 100%;height: 2px;background: #fff;transition: all .5s;}

.dhbtn_s.on1 span b:nth-child(1){width: 100%; transform: rotate(45deg); margin-top: 5px;}
.dhbtn_s.on1 span b:nth-child(3){width: 100%; transform: rotate(-45deg);margin-top: -7px;}
.dhbtn_s.on1 span b:nth-child(2){display: none;}
.h119{height: 60px;}
.banner .swiper-pagination{bottom: 10px;}
.banner-text h2{font-size: 24px;}
.banner-text a{font-size: 14px;margin-top: 15px;}
.about-top{margin: 30px 0 0 0;padding-left: 0;}
.aboutox{padding: 30px 3%;}
.aboutox h2{font-size: 20px;}   
.aboutox h2:before{width: 80px;height: 5px;bottom: 0;}     
.aboutox h3{font-size: 16px;}
.aboutox p{font-size: 14px; line-height: 1.8;}
.gxqy{padding: 15px 0 0 0;}
.gxqy ul{display: block;}
.gxqy li{width: 100%; font-size: 14px;gap:10px;line-height: 26px;}
.about-left{width: 100%;}
.about-bottom{margin: 0;display: block;}
.gxqy li img{width: 15px;}
.about-right{width: 100%; margin: 0;}
.about-right a{padding: 40px 15px;text-align: center;}
.about-right img{height: 50px;margin: 0 auto;}
.about-right p{font-size: 14px;margin-top: 20px;}
.cpzx{padding: 0 3%;}
.cpzx-title{padding: 40px 0 20px;display: block;text-align: center;}
.cpzx-title h2{font-size: 20px;text-align: center;display: inline-block;}
.cpzx-title h2:before{width: 80px;height: 5px;}
.cpzx-title ul{gap:15px; overflow: auto;white-space: nowrap;}
.cpzx-title a{font-size: 14px;line-height: 36px;}
.btn1{width: 100px;height: 100px;}
.btn1-text em{font-size: 14px;}
.cpzx-title ul::-webkit-scrollbar {width:0px;height: 0;}
.cpzx-nr .swiper-slide-active, .cpzxbox .swiper-slide-duplicate-active{transform: scale(1);}
.ssbox{height: 50px;}
.ss-btn{height: 50px;width: 120px;}
.ss-inptu{height: 50px; padding: 0 15px;line-height: 50px;}
  .sub{position: static;}
}