@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
body{font-size:16px;font-family: 'Microsoft YaHei','simSun';-webkit-tap-highlight-color:rgba(0,0,0,0);}
img{border:0;height: auto;transition: all 0.4s;}
a{text-decoration: none;cursor: pointer;border:0;color: initial;}
a:hover{text-decoration:none;color:#286DFF;}
.show-div{display: block !important;}
.show-div-flex {display: flex !important;}
.hidden-div{display: none !important;}
/* public */
.f-c-c{display: flex;align-items: center;justify-content: center;}
.f-c-sb{display: flex;align-items: center;justify-content: space-between;}
.f-c-s{display: flex;align-items: center;justify-content: flex-start;}
.f-c-e{display: flex;align-items: center;justify-content: flex-end;}
.f-s-e{display: flex;align-items: flex-start;justify-content: flex-end;}
.f-s-s{display: flex;align-items: flex-start;justify-content: flex-start;}
.f-e-c{display: flex;align-items: flex-end;justify-content: center;}
.f-e-sb{display: flex;align-items: flex-end;justify-content: space-between;}
.f-s-sb{display: flex;align-items: flex-start;justify-content: space-between;}
.f-s-c{display: flex;align-items: flex-start;justify-content: center;}
.f-n-s{display: flex;align-items:normal;justify-content: flex-start;}
.f-n-sb{display: flex;align-items:normal;justify-content: space-between;}
.f-w-y{flex-wrap: wrap;}
.f-r-r{flex-direction: row-reverse;}
.f-d-c{flex-direction: column;}
.y-hide1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.y-hide2{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.swiper {width: 100%;height: 100%;padding-top: 77px;}

.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.y-pad170{box-sizing: border-box;padding-left: 170px;padding-right: 170px;}
.white-bg{background: #ffffff !important;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);}
.y-page{display: flex;flex-direction: column;min-height: 100vh;background-color: #F7F8FF;}
.gy-box1 .swiper-slide{width: 100%;height: 0;position: relative;overflow: hidden;padding-bottom: 23.7%;}
.sy-box1 .swiper-slide{padding-bottom: 39% !important;}
.sy-box1 .swiper-slide33 {
    padding-bottom: 23.7% !important;
}
.gy-box1 .swiper-slide img{position: absolute;top:0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
/*.gy-box1 .swiper-pagination-bullet{width: 23px;height: 23px;background: url('../img/sy_icon2.png')no-repeat;background-size: 100% 100%;}*/
.gy-box1 .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #E50011;background:#fff0;opacity:1;}
/*.gy-box1 .swiper-pagination-bullet-active{background: url('../img/sy_icon1.png')no-repeat;background-size: 100% 100%;}*/
.gy-box1 .swiper-pagination-bullet-active{background:#E50011}
.f-c-sp p {font-size: 19px;}
.y-header .pc-logo{display: flex;}
.y-header .az-logo{display:none;}
.y-header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;background: #ffffff;box-sizing: border-box;padding-left: 172px;padding-right: 150px;padding-bottom:10px;}
.y-header .h-logo{width: 142px;display: block;}
.y-header .h-menu{cursor: pointer;min-width: auto !important;height:67px;box-sizing: border-box;margin-left: 5px;font-weight: bold;font-size:14px;color: #000000;width: max-content;/*padding: 0 24px;*/margin: 0 37px;position: relative;border-bottom:3px solid rgba(21, 118, 171, 0);}
.y-header .h-active{border-bottom: 3px solid #286DFF;color: #286DFF !important;}
.y-header .nav-active{color: #286DFF !important;}
.y-header .h-child{display: none;position: absolute; top: 100%; left: 0; min-width: 200px;background-color: #fff;border: 1px solid #eee;box-shadow: 0 2px 8px rgba(0,0,0,0.1);z-index: 998;padding: 10px 0;}
.y-header .h-child .h-c-item-wrapper{position: relative;width: 100%;height: 100%;}
.y-header .h-child .h-c-item-wrapper .h-grandchild {display: none;position: absolute;left: 100%;top: 0;min-width: 200px;background-color: #fff;border: 1px solid #eee;box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 999;padding: 10px 0;}
.y-header .h-c-item{ display: block;padding: 10px 20px;color: #333;text-decoration: none;white-space: nowrap;}
.y-header .h-c-item:last-child{border-bottom: none;}
.y-header .h-g-item {display: block;padding: 10px 20px;color: #333;text-decoration: none;white-space: nowrap;}
.y-header .h-g-item:hover {background-color: #f5f5f5;color: #0387FF;}
.y-header .h-c-item:hover {color: #0387FF;}

.y-header .h-menu:hover{border-bottom: 3px solid #286DFF;}
/* .y-header .h-menu-t  ::after{content: "";display: inline-block;width: 5px;height: 5px;border-right: 2px solid #333;border-bottom: 2px solid #333;transform: rotate(45deg);position: absolute;right: -12px;top: 22px;transition: transform 0.3s ease;}
.y-header .h-menu-t:hover ::after{transform: rotate(225deg);top: 25px;} */
.y-header .h-search{position: relative;margin-left: 30px;height: 42px;cursor: pointer;background: #EFF3FD;border-radius: 60px;padding: 0 17px;gap:10px;font-size: 15px;}
.y-header .h-search img{width: 15px;}
.y-header .y-header>>>img{width: 22px;display: block;}
.y-header .h-s-item{box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);position: absolute;top: 100%;background: #fff;border-radius: 10px;right: 0;width: 200px;box-sizing: border-box;padding: 0 10px;height: 35px;}
.y-header .h-s-input{flex: 1;min-width: 0;border:none;outline: none;font-size: 14px;}
.y-header .h-s-item img{width: 20px;display: block;margin-left: 10px;flex: none;}
.y-header .h-s-child{display: none;}

/* 小屏头部 */
.navbar ul {display: flex;align-items: center;}
.navbar {position: relative;display: none;height: 50px;align-items: center;justify-content: space-between;box-sizing: border-box;}
.navbar input {width: 31px;height: 20px;opacity: 0;cursor: pointer;}
.navbar span {z-index: 99;position: absolute;right:0px;background: #000000;top: 30%;width: 30px;height: 2px;border-radius: 15px;pointer-events: none;transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;}
.navbar span:nth-child(2) {top: calc(30% + 9px);}
.navbar span:nth-child(3) {top: calc(30% + 18px);}
.navbar ul {background: rgba(51, 51, 51, 0);overflow: hidden;position: fixed;top: 100px;left: auto;right: 0;width: 100%;height: 0;transition: all 0.8s;white-space: nowrap;}
.navbar ul li {list-style: none;margin: 0px 15px;}
.navbar ul .nav-menu {cursor: pointer;height: max-content;text-decoration: none;font-size: 14px;font-weight: 600;color: #333333;display: none;width: 100%;padding: 15px 30px;box-sizing: border-box;background:#fff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.navbar input:checked~ul {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);position: fixed;top: 60px;z-index: 999;box-sizing: border-box;overflow-y: auto;max-height: calc(100vh - 60px);height: auto;width: 100%;display: flex;flex-direction: column;}
.navbar input:checked~ul .nav-menu {display: flex;flex-direction: column;}
.navbar input:checked~span:nth-child(2) {top: calc(50% - 2px);transform: rotate(-45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(3) {top: calc(50% - 2px);transform: rotate(45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(4) {display: none;transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;}
.navbar .nav-list {display: flex;align-items: center;justify-content: space-between;}
.navbar .nav-child {display: none;flex-direction: column;align-items: flex-start;margin-top: 10px;}
.navbar .nav-list img {width: 15px;}
.navbar .nav-menu1 .nav-menu {padding: 15px;align-items: flex-start !important;flex-direction: initial !important;}
.navbar .nav-menu1 .nav-menu:last-child{border-bottom: none;}
.navbar .nav-item-wrapper {width: 100%;position: relative; display: flex;flex-direction: column;}
.navbar .nav-grandchild {width: 100%;display: none;flex-direction: column;align-items: flex-start; margin-left: 20px;margin-top: 5px;margin-bottom: 10px;}
.navbar .nav-grandchild .nav-menu { padding: 10px 15px !important;font-size: 13px !important; color: #666 !important; border-bottom: none !important; }
.navbar .nav-grandchild .nav-menu:hover {color: #1890ff !important;background-color: #f0f7ff !important;}

.navbar .nav-item-wrapper {position: relative;}
.navbar .nav-item-wrapper::after {content: "";display: inline-block;width: 7px;height: 7px;border-right: 2px solid #333;border-bottom: 2px solid #333;transform: rotate(-45deg);position: absolute;right: 15px;top: 20px;transition: transform 0.3s ease;}
.navbar .nav-item-wrapper.active::after {transform: rotate(45deg);top: 25px;}
.navbar ul  .nav-menud{width:50%;text-align:start;}

.y-footer{background: #F7F8FF;}
.y-footer .y-footer-content{gap: 38px;padding-bottom: 18px;border-bottom: 1px solid #DDDDDD;}
.y-footer .f-first{}
.y-footer  img{width: 100%;}
.y-footer .f-first .f-phone{font-size: 26px;margin-top: 37px;font-weight: bold;color: #333333;}
.y-footer .f-first .f-phone .f-phone-num{font-size: 28px;margin-top: 10px;}
.y-footer .f-first .f-addr{margin-top: 35px;font-size: 18px;font-weight: 400;color: #333333;}
.y-footer .f-first .f-email{margin-top: 15px;}
.y-footer .f-first .f-wx{width: 37px;height: 37px;background: #1845C2;border-radius: 50%;padding:8px;box-sizing: border-box;margin-top: 26px;position: relative;cursor: pointer; }

.y-footer .f-first .f-wx .wx-qrcode {position: absolute;top: -150px;left: 50%;transform: translateX(-50%);padding: 8px;background: #fff;border: 1px solid #eee;border-radius: 4px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);opacity: 0; display: none;  transition: all 0.2s ease; z-index: 9999;    
}

.wx-qrcode img {width: 120px;  height: 120px;display: block; }

.y-footer .f-first .f-wx:hover .wx-qrcode { opacity: 1; display: block;}
.y-footer .f-first .f-wx:hover  {transform: scale(1.05); }

.y-footer .f-f-pic{width: 142px;display: block;flex: none;margin-right: 53px;}
.y-footer .f-line{width: 1px;height: 300px;background: #DDDDDD;}
.y-footer .f-second{width: 63.8%;}
.y-footer .f-second .f-s-title{font-weight: bold;color: #333333;font-size: 20px;margin-bottom: 41px;}
.y-footer .f-second li{margin-bottom: 22px;font-size: 18px;font-weight: 400;color: #333333;}
.y-footer .f-third{height: 90px;font-weight: 400;font-size: 16px;color: #686868;opacity: 0.8;}
.y-footer .f-third a{color: #686868;margin-left: 20px;position: relative;transition: color 0.3s ease-in-out;}

/* 动效 */
.sy-box2 .swiper-slide img:hover,
.sy-box6 .b6-list img:hover,
.cyjd .b1-pic1 img:hover,
.cyjd .b1-pic2 img:hover{transition: all 0.4s;transform: scale(1.05);}

.sy-box2 .b2-tit:hover{background: rgba(0, 105, 179, 0.7);transition: all 0.4s;}
.sy-box5 .b5-item:hover{box-shadow: 4px 1px 20px 0px rgba(0, 0, 0, 0.2);transition: all 0.4s; }
.y-footer .f-third a::after,
.y-footer .f-s-l a::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
background-color: #286DFF;
transform: scaleX(0);
transform-origin: right center;
transition: transform 0.3s ease-in-out;
}
.y-footer .f-third a:hover::after,
.y-footer .f-s-l a:hover::after {
transform-origin: left center;
transform: scaleX(1);
}
.y-footer .f-third a:not(:hover)::after,
.y-footer .f-s-l a:not(:hover)::after {
transform-origin: right center;
transform: scaleX(0);
}

/* 全局动画：滚动淡入基础样式 + 关键帧 */
@keyframes fadeInUp {
    0% {opacity: 0;transform: translateY(30px);}
    100% {opacity: 1;transform: translateY(0);}
}
.fade-in-section {opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.fade-in-section.active {animation: fadeInUp 0.8s ease forwards;}

/* 模块 */
.y-padding{padding-left: 223px;padding-right: 223px;box-sizing: border-box;}
.zctitle{font-weight: bold;font-size: 36px;color: #333333;line-height: 38px;text-align: center;}
/* 大模块添加滚动淡入 */
.zc-box2{background: linear-gradient(0deg, #D9ECFF 0%, #FFFFFF 100%);padding-top: 119px;padding-bottom: 96px;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box2.active{opacity: 1;transform: translateY(0);}
.zc-box2 .b2-title{font-weight: bold;font-size: 46px;color: #0387FF;line-height: 30px;text-decoration-line: underline;text-align: center;margin-bottom: 43px;transition: color 0.3s ease, transform 0.3s ease;}
.zc-box2 .b2-title:hover{color: #0276e6;transform: scale(1.02);}
.zc-box2 .b2-box{margin-top: 54px;gap: 51px;}
.zc-box2 .b2-box .b2-back{width: 50%;position: relative;}
/*.zc-box2 .b2-box .b2-back:hover{transform: translateY(-3px);}*/
.zc-box2 .b2-box .b2-back img{width: 100%;}
.zc-box2 .b2-box .b2-back .b2-text{position: absolute;top: 56px;left: 48px;color: white;font-weight: bold;font-size: 30px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 175px;height: 49px;line-height: 49px; background: #FFFFFF;border-radius: 50px;font-weight: bold;font-size: 18px;color: #3D9EFB;margin-top: 40px;text-align: center;transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid transparent;position: relative;overflow: hidden;box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);}
.zc-box2 .b2-box .b2-back .b2-btn:hover {background: #FFFFFF;color: #3D9EFB;transform: translateY(-5px) scale(1.05); border: 2px solid #FFFFFF;box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4),0 0 0 1px rgba(255, 255, 255, 0.1),0 0 30px rgba(61, 158, 251, 0.6); animation: pulse 2s infinite;}
.zc-box2 .b2-box .b2-back .b2-btn::before { content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg,transparent,rgba(255, 255, 255, 0.2),transparent );transition: left 0.7s;}
.zc-box2 .b2-box .b2-back .b2-btn:hover::before { left: 100%;}
.zc-box2 .indication{gap: 8px;font-weight: 400;font-size: 18px;color: #333333;padding-top: 35px;padding-bottom: 116px;}
.zc-box2 .indication img{width: 21px;display: flex;transition: transform 0.2s ease;}
.zc-box2 .indication:hover img{transform: rotate(5deg);}
@keyframes pulse {0% {box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4),0 0 0 1px rgba(255, 255, 255, 0.1),0 0 30px rgba(61, 158, 251, 0.6);}50% {box-shadow: 0 8px 30px rgba(255, 255, 255, 0.6),0 0 0 1px rgba(255, 255, 255, 0.2),0 0 40px rgba(61, 158, 251, 0.8);}100% {box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4),0 0 0 1px rgba(255, 255, 255, 0.1),0 0 30px rgba(61, 158, 251, 0.6);}}

/* 大模块滚动淡入 */
.zc-box3{padding-top: 113px;padding-bottom: 96px;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box3.active{opacity: 1;transform: translateY(0);}
.zc-box3 img{width: 100%;transition: opacity 0.3s ease;}
.zc-box3 img:hover{opacity: 0.95;}
.zc-box3 .b3-box{margin-top: 91px;}
.zc-box3 .b3-box .b3-right{width: 48.8%;min-width: 48.8%;transition: transform 0.3s ease;}
.zc-box3 .b3-box .b3-right:hover{transform: translateY(-2px);}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 30px;margin-bottom: 40px; font-weight: bold;color: #333333;transition: color 0.3s ease;}
.zc-box3 .b3-box .b3-left .b3-i-tit:hover{color: #286DFF;}
.zc-box3 .b3-box .b3-left ul{font-size: 18px;line-height: 42px;color: #333333;width: 100%;display: flex;flex-wrap: wrap;align-items:normal;}
.zc-box3 .b3-box .b3-left .b3-li{gap: 8px;width: 100%;transition: transform 0.2s ease;}
.zc-box3 .b3-box .b3-left .b3-li:hover{transform: translateX(5px);}
.zc-box3 .b3-box .b3-left .b3-li2{width: 50%;transition: transform 0.2s ease;}
.zc-box3 .b3-box .b3-left .b3-li2:hover{transform: translateX(5px);}
.zc-box3 .b3-box .b3-left img{width: 20px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 123px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 175px;height: 49px;line-height: 49px;background: #286DFF;border-radius: 25px;font-weight: bold;font-size: 16px;color: #FFFFFF;text-align: center;margin-top: 92px;transition: all 0.3s ease;border: 2px solid #286DFF;}
.zc-box3 .b3-box .b3-left .b3-btn:hover {transform: translateY(-2px);background: #1A5CE0;border-color: #1A5CE0;box-shadow: 0 6px 20px rgba(40, 109, 255, 0.25);}

/* 大模块滚动淡入 */
.zc-box4{padding-bottom: 108px;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box4.active{opacity: 1;transform: translateY(0);}
.zc-box4 .b4-title{font-size: 20px;font-weight: 400;color: #333333;margin-top: 28px;margin-bottom: 65px;text-align: center;transition: opacity 0.3s ease, transform 0.3s ease;}
.zc-box4 .b4-title:hover{opacity: 1;transform: translateY(-2px);}
.zc-box4 .b4-btn{margin-top: 99px;font-size: 16px;font-weight: 400;color: #333333;text-align: center;transition: all 0.3s ease;cursor: pointer;}
.zc-box4 .b4-btn:hover{color: #286DFF;transform: scale(1.02);}
.scroll-wrap { width: 100%; overflow: hidden;margin: 0 auto;}
.scroll-multi {display: flex;flex-direction: column;gap: 25px;}
.scroll-row-container { width: 100%;overflow: hidden;position: relative;}
.scroll-row { min-width: 9999px !important; overflow: hidden;margin: 0;padding: 0;transform: translateZ(0); will-change: transform;}
.scroll-item img {width: 100%;height: 100%;object-fit: cover;object-fit: contain;border-radius: 4px;}
.scroll-item { float: left; width: 216px;height: 95px;list-style: none;box-sizing: border-box;margin: 0;margin: 0 31px;transition: transform 0.2s ease;}
.scroll-item:hover{transform: scale(1.03);}
.scroll-item-img{width: 216px;width:100% !important;height: 95px;height:100% !important;margin: 0 !important;flex-shrink: 0;background: white;border-radius: 4px;}
.scroll-row-container .bd .tempWrap {width: 100% !important;}
.scroll-row-container .bd ul {transition: transform 0.1s linear !important;}

/* 大模块滚动淡入 */
.zc-box5{position: relative;margin-bottom: 49px;color: white;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box5.active{opacity: 1;transform: translateY(0);}
.zc-box5 img{width: 100%;}
.zc-box5 .b5-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;transition: opacity 0.3s ease;}
.zc-box5:hover .b5-content{opacity: 0.95;}
.zc-box5 .b5-left .b5-title{font-weight: bold;font-size: 36px;}
.zc-box5 .b5-left .b5-label{margin-top: 36px;gap: 101px;font-size: 14px;font-weight: 400;}
.zc-box5 .b5-left .b5-label img{width: 17px;transition: transform 0.2s ease;}
.zc-box5 .b5-left .b5-label:hover img{transform: rotate(5deg);}
.zc-box5 .b5-left .b5-label .b5-item{gap: 6px;}
.zc-box5 .b5-right{font-size: 45px;gap: 37px; font-weight: bold;transition: transform 0.3s ease;}
.zc-box5 .b5-right:hover{transform: scale(1.02);}
.zc-box5 .b5-right a{color:white;}
.zc-box5 .b5-right img{width: 81px;}

/* 大模块滚动淡入 */
.zc-box6{padding-top: 0 !important;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box6.active{opacity: 1;transform: translateY(0);}
.zc-box6 .b2-title{margin-bottom: 93px;}
.zc-box6 .b6-box{flex-wrap: wrap;gap: 23px;}
.zc-box6 .b6-box .b6-img { width: 23%;transition: transform 0.3s ease;transform: scale(1);}
.zc-box6 .b6-box .b6-img:hover {transform: scale(1.05);}
.zc-box6 .b6-box img{width: 100%;display: flex;}

/* 大模块滚动淡入 */
.zc-box7{padding-top: 91px;padding-bottom: 162px;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box7.active{opacity: 1;transform: translateY(0);}
.zc-box7 .b7-box{padding-top: 59px;gap: 47px 3.9%;align-items: normal;}
.zc-box7 .b7-item{padding: 18px 24px 18px 32px;box-sizing: border-box; width: 30.7%;min-height: 347px;background: linear-gradient(0deg, #F3F5F9 0%, #FFFFFF 100%);box-shadow: 0px 6px 7px 0px rgba(200,200,200,0.13);border-radius: 12px;border: 4px solid #FFFFFF;transition: all 0.3s ease;}
.zc-box7 .b7-item:hover{transform: translateY(-5px);box-shadow: 0px 10px 15px 0px rgba(200,200,200,0.2);}
.zc-box7 .b7-item .b7-points{width: 13px;height: 13px;background: #E50012;border-radius: 50%;transition: transform 0.2s ease;}
.zc-box7 .b7-item:hover .b7-points{transform: scale(1.2);}
.zc-box7 .b7-item .b7-title{font-weight: bold;margin-top: 24px;font-size: 32px;color: #0090FF;line-height: 48px;transition: color 0.3s ease;}
.zc-box7 .b7-item:hover .b7-title{color: #0077cc;}
.zc-box7 .b7-item .b7-text{padding-top: 60px;line-height: 36px; font-weight: 400;font-size: 16px;color: #333333;}

/* 大模块滚动淡入 */
.zc-box8{padding-top: 0 !important;background: #FFFFFF;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box8.active{opacity: 1;transform: translateY(0);}
.zc-box8 .b8-box{margin-top: 109px;}
.zc-box8 .b8-box .b8-content{margin-bottom: 81px;}
.zc-box8 .b8-box .b8-content .b8-text{width: 38.5%; font-weight: 400;font-size: 24px;color: #333333;line-height: 42px;transition: color 0.3s ease;}
/*.zc-box8 .b8-box .b8-content .b8-text:hover{color: #286DFF;}*/
.zc-box8 .b8-box .b8-content .b8-img{width: 49.4%;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);transform: scale(1);}
.zc-box8 .b8-box .b8-content .b8-img:hover{transform: scale(1.04);filter: brightness(1.02);}
.zc-box8 .b8-box .b8-content .b8-img img{width: 100%;}

/* 大模块滚动淡入 */
.zc-box9{background: #fff;padding-top: 0 !important;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box9.active{opacity: 1;transform: translateY(0);}
.zc-box9 .b9-box{margin-top: 114px;gap: 54px;}
.zc-box9 .b9-left{width: 22.1%;min-width: 22.1%;}
.zc-box9 .b9-left .b9-item{color: #333333;margin-bottom: 30px;position: relative;}
.zc-box9 .b9-left .b9-item .b9-text{cursor: pointer; font-size: 20px;padding-bottom: 25px;border-bottom: 1px solid #EAEAEA;gap:10px;position: relative;}
.zc-box9 .b9-left .b9-item .b9-text .zk-box{position: relative;display: inline-block;width: 16px;height: 16px;}
.zc-box9 .b9-left .b9-item .b9-text .zk-box::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-45deg);width: 8px;height: 8px;border-right: 2px solid #333;border-bottom: 2px solid #333;transition: all 0.3s ease;}
.zc-box9 .b9-left .b9-item .b9-active .zk-box::after{border-color: #286DFF;transform: translate(-50%, -50%) rotate(45deg);}
.zc-box9 .b9-left .b9-item .b9-active{color: #286DFF;}
.zc-box9 .b9-left .b9-item .b9-active a{color: #286DFF;}
.zc-box9 .b9-left .b9-item .b9-text:hover {color: #286DFF;}
.zc-box9 .b9-left .b9-item .b9-text:hover .zk-box::after{border-color: #286DFF;}
.zc-box9 .b9-left .b9-item .b9-text:hover .zk-box2::after{border-color: #fff;}
.zc-box9 .b9-left .b9-item .b9-text .zk-box2::after{border-color: #fff;}

.zc-box9 .b9-left ul{font-size: 16px;line-height: 52px;height: 0;overflow: hidden;transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s ease, opacity 0.4s ease;transform-origin: top center;transform: scaleY(0.95);opacity: 0;}
.zc-box9 .b9-text .b9-active + ul {cursor: pointer; height: auto;transform: scaleY(1);opacity: 1;margin-bottom: 85px;margin-top: 30px; }
.zc-box9 .b9-left .b9-item .b9-li-active{color: #286DFF;}
.zc-box9 .b9-item li:hover { color: #286DFF;transition: all 0.2s ease;transform: translateX(3px);}
.zc-box9 .b9-line{width: 1px;height: 516px;height: auto !important;background: #E5E5E5;}
.zc-box9 .b9-right{margin-left: 10px;gap: 47px 6%;width: 68%;}
.zc-box9 .b9-right-item{padding: 32px 17px 23px 30px;box-sizing: border-box; width: 47%;box-shadow: 0px 9px 7px 0px rgba(200,200,200,0.16);background: linear-gradient(180deg, rgba(156,196,255,0.2) 0%, rgba(0,192,250,0) 60%, #fff, #fff);border: 1px solid #FCFCFC;transition: all 0.3s ease;}
.zc-box9 .b9-right-item:hover{transform: translateY(-3px);box-shadow: 0px 12px 10px 0px rgba(200,200,200,0.2);}
.zc-box9 .b9-right-item .b9-right-title{font-size: 24px;color: #333333;transition: color 0.3s ease;}
.zc-box9 .b9-right-item:hover .b9-right-title{color: #286DFF;}
.zc-box9 .b9-right-item .b9-right-info{font-weight: 400;font-size: 16px;color: #8D8D8D;line-height: 30px;margin-top: 31px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 117px;height: 33px;background: #286DFF;border-radius: 17px;font-weight: bold;font-size: 16px;color: #FFFFFF;line-height: 32px;margin-top: 32px;text-align: center;transition: all 0.3s ease;}
.zc-box9 .b9-right-item .b9-right-btn:hover{transform: scale(1.05);background: #1A5CE0;}

/* 大模块滚动淡入 */
.zc-box10{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box10.active{opacity: 1;transform: translateY(0);}
.zc-box10  .b10-box{margin: 0 !important;}
.zc-box10 .b10-left{margin-top: 16px;}
.zc-box10 .b10-right .b10-info{font-weight: 400;font-size: 16px;color: #333333;line-height: 30px;margin-top: 71px;margin-bottom: 32px;text-wrap-mode: wrap !important;transition: color 0.3s ease;}
/*.zc-box10 .b10-right .b10-info:hover{color: #286DFF;}*/
.zc-box10 .b10-right .b10-info span{text-wrap-mode: wrap !important;}
.zc-box10 .b10-right img{max-width: 100%;transition: transform 0.3s ease;}
.zc-box10 .b10-right img:hover{transform: scale(1.02);}

/* 大模块滚动淡入 */
.zc-box11{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box11.active{opacity: 1;transform: translateY(0);}
.zc-box11  .b11-content{margin-top: 71px;}
.zc-box11 .b11-info{font-size: 16px;color: #333333;line-height: 36px;padding: 20px 0;transition: color 0.3s ease;}
/*.zc-box11 .b11-info:hover{color: #286DFF;}*/
.zc-box11 .b11-info span{text-wrap-mode: wrap !important;}
.zc-box11 .b11-title{font-weight: 900;}
.zc-box11 .b11-img{margin-top: 54px;transition: transform 0.3s ease;}
.zc-box11 .b11-img:hover{transform: scale(1.02);}

/* 大模块滚动淡入 */
.zc-box12{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box12.active{opacity: 1;transform: translateY(0);}
.zc-box12 .b12-left{width: 100%;}
.zc-box12 .b12-left .b12-item img{max-width:100%;transition: transform 0.3s ease;}
.zc-box12 .b12-left .b12-item img:hover{transform: scale(1.02);}
.zc-box12 .b12-box{margin: 0 !important;}
.zc-box12 .b9-left .b9-item .b9-text{font-size: inherit !important;padding-bottom: inherit !important;}
.zc-box12  .b9-left .b9-item .b12-text{width: 100%;background: #728DDA;box-sizing: border-box;padding: 33px 38px 30px 32px !important;font-weight: bold;font-size: 30px !important;color: #FFFFFF;transition: background 0.3s ease;}
.zc-box12  .b9-left .b9-item .b12-text:hover{background: #627cc8;}
.zc-box12  .b9-left .b9-item .b9-active{width: 100%;background: #286DFF;box-sizing: border-box;padding: 33px 38px 30px 32px;font-weight: bold;font-size: 30px;color: #FFFFFF;}
.zc-box12 .b9-left .b9-item .zk-box{padding: 0 10px;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 30px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 18px;}
.zc-box12 .b9-left .b9-item .b9-active{color: #ffffff;}
.zc-box12 .b9-left .b9-item .b9-text:hover {color: #ffffff;}
.zc-box12 .b9-text.b9-active + ul{padding: 42px 19px 40px 36px;margin: 0 !important;box-sizing: border-box;}
.zc-box12 li{margin-bottom: 65px;transition: transform 0.2s ease;}
.zc-box12 li:hover{transform: translateX(5px);}
.zc-box12 .b12-li-title{color: #286DFF;font-size: 20px;}
.zc-box12 .b12-li-info{color: #333333;font-size: 16px;line-height: 42px;}

/* 大模块滚动淡入 */
.zc-box13{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box13.active{opacity: 1;transform: translateY(0);}
.zc-box13 .b13-box{margin: 0 !important;}
.zc-box13 .b13-box img{width: 100%;height:100%;object-fit:contain;}
.zc-box13 .b13-box .b13-content{gap: 62px 3%;align-items: normal;}
.zc-box13 .b13-box .b13-content .b13-item{ display: flex;flex-direction: column;justify-content: space-between;padding: 26px 39px 18px 40px;padding: 2.5%; box-sizing: border-box; width: 22.6%;background: #FFFFFF;box-shadow: 0px 6px 10px 1px rgba(200,200,200,0.16);border-radius: 10px;border: 1px solid #F4F4F4;text-align: center;transition: all 0.3s ease;transform: scale(1);}
.zc-box13 .b13-box .b13-content .b13-item:hover{transform: scale(1.03);box-shadow: 0px 10px 15px 2px rgba(200,200,200,0.2);}
.zc-box13 .b13-box .b13-content .b13-title{font-size: 18px;color: #000036;margin-top: 56px;transition: color 0.3s ease;}
.zc-box13 .b13-box .b13-content .b13-item:hover .b13-title{color: #286DFF;}

/* 大模块滚动淡入 */
.zc-box14{background-color: white;padding-bottom: 100px;display: flex;width: 100%;justify-content: center;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box14.active{opacity: 1;transform: translateY(0);}
.zc-box14 .pagination {display: flex;list-style: none; padding: 0;margin: 20px 0;gap: 8px;justify-content: center; }
.zc-box14  li {padding: 8px 16px;border: 1px solid #e0e0e0;border-radius: 4px;cursor: pointer;color: #333;background-color: #fff;transition: all 0.2s ease;}
.zc-box14  li:hover:not(.disabled):not(.active) { background-color: #f5f5f5;border-color: #d0d0d0;transform: translateY(-2px);}
.zc-box14 .active {background-color: #35495F;color: #fff;border-color: #35495F;cursor: default;}
.zc-box14 li .disabled {color: #999;cursor: not-allowed; background-color: #fafafa; border-color: #eee;}

/* 大模块滚动淡入 */
.zc-box15{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box15.active{opacity: 1;transform: translateY(0);}
.zc-box15 .b15-box .b15-content  .b15-item{padding: 0 !important;width: 17.5%;height: 113px;overflow:hidden;transition: transform 0.3s ease;}
.zc-box15 .b15-box .b15-content  .b15-item:hover{transform: scale(1.05);}
.zc-box15 .b15-box .b15-content{gap: 48px 3%;}
.zc-box15 .b15-box .b15-title-box{margin-bottom: 46px;}
.zc-box15 .b15-box  .b15-title{color:#104BB4;font-size: 32px;font-weight:bold;margin-bottom: 46px;}
.zc-box15 .b15-box .b15-line{width: 6px;height: 24px;background-color: #104BB4;margin-right: 12px;border-radius: 16px;}

/* 大模块滚动淡入 */
.zc-box16{padding-bottom: 0 !important;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box16.active{opacity: 1;transform: translateY(0);}
.zc-box16 .b16-Box img{width: 100%;transition: transform 0.3s ease;}
.zc-box16 .b16-Box img:hover{transform: scale(1.02);}
.zc-box16 .b16-Box .b16-top-img{width: 21.5%;margin: auto;margin-bottom: 34px;transition: transform 0.3s ease;}
.zc-box16 .b16-Box .b16-top-img:hover{transform: scale(1.05);}
.zc-box16 .b16-Box .b16-title{ font-weight: bold;font-size: 46px;color: #000036;text-align: center;transition: color 0.3s ease;}
/*.zc-box16 .b16-Box .b16-title:hover{color: #286DFF;}*/
.zc-box16 .b16-Box .b16-info{margin: 83px 0 144px;font-weight: 400;font-size: 16px;color: #000036;line-height: 42px;transition: color 0.3s ease;}
/*.zc-box16 .b16-Box .b16-info:hover{color: #286DFF;}*/
.zc-box16 .b16-Box  .b16-title2{margin:52px 0 82px;font-weight: 400;font-size: 36px;color: #286DFF;text-decoration-line: underline;text-align: center;transition: color 0.3s ease, transform 0.3s ease;}
.zc-box16 .b16-Box  .b16-title2:hover{color: #1A5CE0;transform: scale(1.02);}

/* 大模块滚动淡入 */
.zc-box17{opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box17.active{opacity: 1;transform: translateY(0);}
.zc-box17 img{width: 100%;height: 100%;object-fit: cover;}
.zc-box17  .b17-back{position: relative;padding-top: 68px;background-color: white;}
.zc-box17  .b17-back .b17-back-info{position: absolute;color: white;top: 0;left: 0;width: 100%;height: 100%;gap: 78px;font-size: 36px;color: #FFFFFF;transition: opacity 0.3s ease;}
.zc-box17  .b17-back:hover .b17-back-info{opacity: 0.95;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 46px;color: #FFFFFF;transition: transform 0.3s ease;}
.zc-box17  .b17-back:hover .b17-back-title{transform: scale(1.02);}

/* 大模块滚动淡入 */
.zc-box18{margin-top: 334px;position: relative;opacity: 0;transform: translateY(30px);transition: opacity 0.8s ease, transform 0.8s ease;}
.zc-box18.active{opacity: 1;transform: translateY(0);}
.zc-box18 img{width: 100%;}
.zc-box18 .b18-Box{position: absolute;top: -50%;left: 0;width: 100%;height: 100%; box-sizing: border-box;transition: opacity 0.3s ease;}
.zc-box18:hover .b18-Box{opacity: 0.95;}
.zc-box18 .b18-Box .b18-content{font-weight: 400;font-size: 36px;color: #333333;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 46px;color: #333333;margin-bottom: 49px;transition: color 0.3s ease;}
/*.zc-box18 .b18-Box .b18-content .b18-title:hover{color: #286DFF;}*/
.zc-box18 .b18-Box .b18-content .b18-title2 {text-decoration-line: underline;transition: color 0.3s ease;}
/*.zc-box18 .b18-Box .b18-content .b18-title2:hover{color: #286DFF;}*/
.zc-box18 .b18-Box  .b18-img{width: 536.9px;width: 36.426%;transition: transform 0.3s ease;}
.zc-box18 .b18-Box  .b18-img:hover{transform: scale(1.03);}
@media screen and (max-width: 1919px) {

}
@media screen and (max-width: 1700px) {
.y-header .h-logo{width: 126px;}
.y-header .h-menu{min-width: 90px;margin: 0 30px;height: 58px;}
.swiper{padding-top: 68px;}
.gy-box1 .swiper-pagination-bullet{width: 14px;height: 14px;}
.y-header .h-search{font-size: 13px;padding: 0 14px;gap: 7px;height: 37px;}
.y-header .h-search img{width: 13px;}
.y-header .h-c-item{font-size: 15px;}
.y-pad170{padding-left: 100px;padding-right: 100px;}
.y-header{padding-left:140px;padding-right: 140px;}

.y-padding{padding-left: 197px;padding-right: 197px;}
.zctitle{font-size: 32px;line-height: 34px;}
.zc-box2{padding-top: 105px;padding-bottom: 85px;}
.zc-box2 .b2-title{font-size: 41px;line-height: 27px;margin-bottom: 38px;}
.zc-box2 .b2-box{margin-top: 48px;gap: 45px;}
.zc-box2 .b2-box .b2-back .b2-text{top: 50px;left: 43px;font-size: 27px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 155px;height: 43px;line-height: 43px; font-size: 16px;margin-top: 35px;}
.zc-box3{padding-top: 102px;padding-bottom: 85px;}
.zc-box3 .b3-box{margin-top: 81px;}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 27px;margin-bottom: 35px;}
.zc-box3 .b3-box .b3-left ul{font-size: 16px;line-height:37px;}
.zc-box3 .b3-box .b3-left .b3-li{gap: 7px;}
.zc-box3 .b3-box .b3-left img{width: 18px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 109px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 155px;height: 43px;line-height: 43px;font-size: 14px;margin-top: 81px;}
.zc-box4{padding-bottom: 96px;}
.zc-box4 .b4-title{font-size: 18px;margin-top: 25px;margin-bottom: 58px;}
.scroll-multi {gap: 22px;}
.scroll-item {width: 191px;  height: 84px;}
.scroll-item-img {width: 191px;  height: 84px;}
.zc-box4 .b4-btn{margin-top: 88px;font-size:14px;}
.zc-box5{margin-bottom: 43px;}
.zc-box5 .b5-left .b5-title{font-size: 32px;}
.zc-box5 .b5-left .b5-label{margin-top: 32px;gap: 89px;font-size: 12px;}
.zc-box5 .b5-left .b5-label img{width: 15px;}
.zc-box5 .b5-left .b5-label .b5-item{gap: 5px;}
.zc-box5 .b5-right{font-size: 40px;gap: 33px;}
.zc-box5 .b5-right img{width: 72px;}
.zc-box2 .indication{gap: 7px;font-size: 16px;padding-top: 31px;padding-bottom: 103px;}
.zc-box2 .indication img{width: 19px;}
.zc-box6 .b2-title{margin-bottom: 82px;}
.zc-box6 .b6-box{gap: 20px;}
.zc-box7{padding-top: 87px;padding-bottom: 143px;}
.zc-box7 .b7-box{padding-top: 52px;gap: 42px 3.9%;}
.zc-box7 .b7-item{padding: 15px 21px 15px 28px; min-height: 307px;border-radius: 11px;}
.zc-box7 .b7-item .b7-points{width: 12px;height: 12px;}
.zc-box7 .b7-item .b7-title{font-size: 28px;line-height: 43px;margin-top: 21px;}
.zc-box7 .b7-item .b7-text{padding-top: 53px;line-height: 32px; font-size: 14px;}

.zc-box8 .b8-box{margin-top: 97px;}
.zc-box8 .b8-box .b8-content{margin-bottom: 72px;}
.zc-box8 .b8-box .b8-content .b8-text{font-size: 21px;line-height: 37px;}

.zc-box9 .b9-box{margin-top: 101px;gap: 48px;}
.zc-box9 .b9-left .b9-item{margin-bottom: 27px;}
.zc-box9 .b9-left .b9-item .b9-zk{width: 14px;}
.zc-box9 .b9-left .b9-item .b9-wzk{width: 9px;}
.zc-box9 .b9-left .b9-item .b9-text{font-size: 18px;padding-bottom: 22px;}
.zc-box9 .b9-left ul{font-size: 14px;line-height:46px;}
.zc-box9 .b9-text.b9-active + ul {margin-bottom: 75px;margin-top: 27px;}
.zc-box9 .b9-line{height: 457px;}
.zc-box9 .b9-right{gap: 42px 6%;}
.zc-box9 .b9-right-item{padding: 28px 15px 20px 27px;}
.zc-box9 .b9-right-item .b9-right-title{font-size: 21px;}
.zc-box9 .b9-right-item .b9-right-info{font-size: 14px;line-height: 27px;margin-top: 27px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 104px;height: 29px;font-size: 14px;line-height: 29px;margin-top: 28px;}
.zc-box10 .b10-left{margin-top: 14px;}
.zc-box10 .b10-right .b10-info{font-size: 14px;line-height:27px;margin-top: 63px;margin-bottom: 28px;}
.zc-box11  .b11-content{margin-top: 63px;}
.zc-box11 .b11-info{font-size: 14px;line-height: 32px;padding: 16px 0;}
.zc-box11 .b11-img{margin-top: 48px;}

.zc-box12 .b9-left .b9-item .b12-text{padding: 29px 34px 27px 28px !important;font-size: 27px !important;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 27px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 16px;}
.zc-box12 .b9-text.b9-active + ul{padding: 37px 17px 37px 32px;}
.zc-box12 li{margin-bottom: 56px;}
.zc-box12 .b12-li-title{font-size: 18px;}
.zc-box12 .b12-li-info{font-size: 14px;line-height: 37px;}
.zc-box13 .b13-box .b13-content{gap: 55px 3%;}
.zc-box13 .b13-box .b13-content .b13-item{border-radius: 9px;}
.zc-box13 .b13-box .b13-content .b13-title{font-size: 16px;margin-top: 50px;}
.zc-box14{padding-bottom: 80px;}
.zc-box14 .pagination {gap: 7px;}
.zc-box14 li {padding: 7px 15px;font-size: 15px;}
.zc-box15 .b15-box .b15-content{gap: 43px 3%;}
.zc-box15 .b15-box .b15-content  .b15-item{height:102px;}
.zc-box16 .b16-Box .b16-top-img{margin-bottom: 30px;}
.zc-box16 .b16-Box .b16-title{font-size: 41px;}
.zc-box16 .b16-Box .b16-info{margin: 73px 0 127px;font-size: 14px;line-height: 37px;}
.zc-box16 .b16-Box  .b16-title2{margin:46px 0 73px;font-size: 32px;}
.zc-box17  .b17-back{padding-top: 60px;}
.zc-box17  .b17-back .b17-back-info{gap: 69px;font-size: 32px;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 41px;}
.zc-box18{margin-top: 296px;}
.zc-box18 .b18-Box .b18-content{font-size: 32px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 41px;margin-bottom: 43px;}
}
@media screen and (max-width: 1600px){
.y-header .h-logo {width: 118px;}
.y-header .h-menu {min-width: 70px;height: 70px;font-size: 12px;margin: 0 32px;height: 54px;}
.swiper{padding-top: 64px;}
.gy-box1 .swiper-pagination-bullet{width: 13px;height: 13px;}
.y-header .h-search{font-size: 12px;padding: 0 12px;gap: 4px;height: 32px;}
.y-header .h-search img{width: 12px;}
.y-header .h-c-item {font-size: 14px;}
.y-header .h-active {border-bottom: 2px solid #286DFF;}
.y-header .h-search{margin-left: 15px;}
.y-footer .y-footer-content{gap: 32px;padding-bottom: 15px;}
.y-footer .f-first .f-phone{font-size: 22px;margin-top: 31px;}
.y-footer .f-first .f-phone .f-phone-num{font-size: 23px;margin-top: 8px;}
.y-footer .f-first .f-addr{margin-top: 29px;font-size: 15px;}
.y-footer .f-first .f-email{margin-top: 13px;}
.y-footer .f-first .f-wx{width: 31px;height: 31px;padding: 5px;margin-top: 22px;}
.y-footer .f-f-pic{width: 118px;}
.y-footer .f-line{height: 250px;}
.y-footer .f-second .f-s-title{font-size: 17px;margin-bottom: 34px;}
.y-footer .f-second li{margin-bottom: 18px;font-size: 15px;}
.y-footer .f-third{font-size: 12px;}


.y-padding{padding-left: 186px;padding-right: 186px;}
.zctitle{font-size: 30px;line-height: 32px;}
.zc-box2{padding-top: 99px;padding-bottom: 80px;}
.zc-box2 .b2-title{font-size:38px;line-height: 25px;margin-bottom: 36px;}
.zc-box2 .b2-box{margin-top: 45px;gap: 43px;}
.zc-box2 .b2-box .b2-back .b2-text{top: 47px;left: 40px;font-size: 25px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 146px;height: 41px;line-height: 41px; font-size: 15px;margin-top: 33px;}
.zc-box3{padding-top: 96px;padding-bottom: 80px;}
.zc-box3 .b3-box{margin-top: 76px;}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 25px;margin-bottom: 31px;}
.zc-box3 .b3-box .b3-left ul{font-size: 15px;line-height:35px;}
.zc-box3 .b3-box .b3-left img{width: 17px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 103px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 146px;height: 41px;line-height: 41px;font-size: 13px;margin-top: 77px;}
.zc-box4{padding-bottom: 90px;}
.zc-box4 .b4-title{font-size: 17px;margin-top: 23px;margin-bottom: 54px;}
.scroll-multi {gap: 21px;}
.scroll-item {width: 180px;  height: 79px;}
.scroll-item-img {width: 180px;  height: 79px;}
.zc-box4 .b4-btn{margin-top: 83px;font-size: 13px;}
.zc-box5{margin-bottom: 41px;}
.zc-box5 .b5-left .b5-title{font-size: 30px;}
.zc-box5 .b5-left .b5-label{margin-top: 30px;gap: 84px;}
.zc-box5 .b5-left .b5-label img{width: 14px;}
.zc-box5 .b5-right{font-size: 38px;gap: 31px;}
.zc-box5 .b5-right img{width: 68px;}
.zc-box2 .indication{font-size: 15px;padding-top:29px;padding-bottom: 97px;}
.zc-box6 .b2-title{margin-bottom: 77px;}
.zc-box6 .b6-box{gap: 20px;}
.zc-box7{padding-top: 76px;padding-bottom: 135px;}
.zc-box7 .b7-box{padding-top: 49px;gap: 39px 3.9%;}
.zc-box7 .b7-item{padding: 14px 19px 14px 25px; min-height: 289px;border-radius: 10px;border-width: 3px;}
.zc-box7 .b7-item .b7-points{width: 11px;height: 11px;}
.zc-box7 .b7-item .b7-title{font-size: 27px;line-height: 40px; margin-top: 20px;}
.zc-box7 .b7-item .b7-text{padding-top: 50px;line-height: 30px; font-size: 13px;}

.zc-box8 .b8-box{margin-top: 91px;}
.zc-box8 .b8-box .b8-content{margin-bottom: 68px;}
.zc-box8 .b8-box .b8-content .b8-text{font-size: 20px;line-height: 35px;}

.zc-box9 .b9-box{margin-top: 95px;gap: 45px;}
.zc-box9 .b9-left .b9-item{margin-bottom: 25px;}
.zc-box9 .b9-left .b9-item .b9-zk{width: 13px;}
.zc-box9 .b9-left .b9-item .b9-wzk{width: 8px;}
.zc-box9 .b9-left .b9-item .b9-text{font-size: 17px;padding-bottom: 21px;}
.zc-box9 .b9-left ul{font-size: 13px;line-height:43px;}
.zc-box9 .b9-text.b9-active + ul {margin-bottom: 71px;margin-top: 25px;}
.zc-box9 .b9-line{height: 430px;}
.zc-box9 .b9-right{gap: 39px 6%;}
.zc-box9 .b9-right-item{padding: 27px 14px 19px 25px;}
.zc-box9 .b9-right-item .b9-right-title{font-size: 20px;}
.zc-box9 .b9-right-item .b9-right-info{font-size: 13px;line-height: 25px;margin-top: 26px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 98px;height: 28px;font-size: 13px;line-height:27px;margin-top: 27px;}
.zc-box10 .b10-left{margin-top: 13px;}
.zc-box10 .b10-right .b10-info{font-size: 13px;line-height:25px;margin-top:59px;margin-bottom: 27px;}
.zc-box11  .b11-content{margin-top: 59px;}
.zc-box11 .b11-info{font-size: 13px;line-height: 30px;padding: 14px 0;}
.zc-box11 .b11-img{margin-top: 45px;}

.zc-box12 .b9-left .b9-item .b12-text{padding: 28px 32px 25px 27px !important;font-size: 25px !important;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 25px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 15px;}
.zc-box12 .b9-text.b9-active + ul{padding: 35px 16px 35px 30px;}
.zc-box12 li{margin-bottom: 53px;}
.zc-box12 .b12-li-title{font-size: 17px;}
.zc-box12 .b12-li-info{font-size: 13px;line-height: 35px;}
.zc-box13 .b13-box .b13-content{gap: 52px 3%;}
.zc-box13 .b13-box .b13-content .b13-item{border-radius: 8px;}
.zc-box13 .b13-box .b13-content .b13-title{font-size: 15px;margin-top: 47px;}
.zc-box14 li {padding: 7px 14px;font-size: 14px;}
.zc-box15 .b15-box .b15-content{gap: 40px 3%;}
.zc-box15 .b15-box .b15-content  .b15-item{height:96px;}
.zc-box16 .b16-Box .b16-top-img{margin-bottom: 28px;}
.zc-box16 .b16-Box .b16-title{font-size: 38px;}
.zc-box16 .b16-Box .b16-info{margin: 69px 0 120px;font-size: 13px;line-height: 35px;}
.zc-box16 .b16-Box  .b16-title2{margin:43px 0 68px;font-size: 32px;}
.zc-box17  .b17-back{padding-top: 57px;}
.zc-box17  .b17-back .b17-back-info{gap: 65px;font-size: 30px;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 38px;}
.zc-box18{margin-top: 278px;}
.zc-box18 .b18-Box .b18-content{font-size: 30px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 38px;margin-bottom: 41px;}

.zc-box15 .b15-box .b15-title-box{margin-bottom: 40px;}
.zc-box15 .b15-box .b15-title{font-size: 28px;margin-bottom: 40px;}
.zc-box15 .b15-box .b15-line{width: 5px;height: 20px;}
}
@media screen and (max-width: 1400px){
.y-header .h-logo {width: 104px;}
.y-header .h-search{font-size: 11px;padding: 0 9px;gap: 4px;height: 29px;}
.y-header .h-search img{width: 10px;}
.y-header .h-menu {min-width: 55px;font-size: 11px;margin: 0 28px;height: 46px;}
.swiper{padding-top: 56px;}
.gy-box1 .swiper-pagination-bullet{width: 12px;height: 12px;border-width:1px;}
.y-header {padding-left: 50px;padding-right: 50px;}
.y-footer .y-footer-content{gap: 28px;padding-bottom: 13px;}
.y-footer .f-first .f-phone{font-size: 19px;margin-top: 27px;}
.y-footer .f-first .f-phone .f-phone-num{font-size: 20px;margin-top: 7px;}
.y-footer .f-first .f-addr{margin-top: 26px;font-size: 13px;}
.y-footer .f-first .f-email{margin-top: 11px;}
.y-footer .f-first .f-wx{width: 27px;height: 27px;padding:4px;margin-top: 19px;}
.y-footer .f-f-pic{width: 104px;}
.y-footer .f-line{height: 219px;}
.y-footer .f-second .f-s-title{font-size: 15px;margin-bottom: 30px;}
.y-footer .f-second li{margin-bottom: 16px;font-size: 13px;}
.y-footer .f-third {height: 50px;font-size: 10px;}

.y-padding{padding-left: 163px;padding-right: 163px;}
.zctitle{font-size: 26px;line-height: 28px;}
.zc-box2{padding-top: 87px;padding-bottom: 70px;}
.zc-box2 .b2-title{font-size:34px;line-height: 22px;margin-bottom: 31px;}
.zc-box2 .b2-box{margin-top: 39px;gap: 37px;}
.zc-box2 .b2-box .b2-back .b2-text{top: 41px;left: 35px;font-size: 22px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 128px;height: 36px;line-height: 36px; font-size: 13px;margin-top: 29px;}
.zc-box3{padding-top: 84px;padding-bottom: 70px;}
.zc-box3 .b3-box{margin-top: 66px;}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 22px;margin-bottom: 27px;}
.zc-box3 .b3-box .b3-left ul{font-size: 13px;line-height:31px;}
.zc-box3 .b3-box .b3-left img{width: 15px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 90px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 128px;height: 36px;line-height: 36px;font-size: 12px;margin-top: 67px;}
.zc-box4{padding-bottom: 79px;}
.zc-box4 .b4-title{font-size: 15px;margin-top: 20px;margin-bottom: 47px;}
.scroll-multi {gap: 18px;}
.scroll-item {width: 158px;  height: 69px;margin: 0 27px;}
.scroll-item-img {width: 158px;  height: 69px;margin: 0 27px;}
.zc-box4 .b4-btn{margin-top: 72px;font-size: 12px;}

.zc-box5{margin-bottom: 36px;}
.zc-box5 .b5-left .b5-title{font-size: 26px;}
.zc-box5 .b5-left .b5-label{margin-top: 26px;gap: 74px;font-size: 10px;}
.zc-box5 .b5-left .b5-label img{width: 12px;}
.zc-box5 .b5-left .b5-label .b5-item{gap: 4px;}
.zc-box5 .b5-right{font-size: 33px;gap: 27px;}
.zc-box5 .b5-right img{width: 59px;}
.zc-box2 .indication{gap: 6px;font-size: 13px;padding-top: 26px;padding-bottom: 85px;}
.zc-box2 .indication img{width: 15px;}
.zc-box6 .b2-title{margin-bottom: 68px;}
.zc-box6 .b6-box{gap: 17px;}
.zc-box7{padding-top: 66px;padding-bottom: 118px;}
.zc-box7 .b7-box{padding-top: 43px;gap: 34px 3.9%;}
.zc-box7 .b7-item{padding: 12px 16px 12px 22px; min-height: 253px;border-radius: 9px;}
.zc-box7 .b7-item .b7-points{width: 9px;height: 9px;}
.zc-box7 .b7-item .b7-title{font-size: 23px;line-height: 35px; margin-top: 18px;}
.zc-box7 .b7-item .b7-text{padding-top: 44px;line-height: 26px; font-size: 12px;}
.zc-box8 .b8-box{margin-top: 79px;}
.zc-box8 .b8-box .b8-content{margin-bottom: 59px;}
.zc-box8 .b8-box .b8-content .b8-text{font-size: 18px;line-height: 31px;}

.zc-box9 .b9-box{margin-top: 83px;gap: 37px;}
.zc-box9 .b9-left .b9-item{margin-bottom: 23px;}
.zc-box9 .b9-left .b9-item .b9-zk{width: 12px;}
.zc-box9 .b9-left .b9-item .b9-wzk{width: 7px;}
.zc-box9 .b9-left .b9-item .b9-text{font-size: 15px;padding-bottom: 18px;}
.zc-box9 .b9-left ul{font-size: 12px;line-height:38px;}
.zc-box9 .b9-text.b9-active + ul {margin-bottom: 62px;margin-top: 23px;}
.zc-box9 .b9-line{height: 376px;}
.zc-box9 .b9-right{gap: 34px 6%;}
.zc-box9 .b9-right-item{padding: 23px 12px 17px 22px;}
.zc-box9 .b9-right-item .b9-right-title{font-size: 18px;}
.zc-box9 .b9-right-item .b9-right-info{font-size: 12px;line-height: 22px;margin-top: 23px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 85px;height: 24px;font-size: 12px;line-height:23px;margin-top: 23px;}
.zc-box10 .b10-left{margin-top: 13px;}
.zc-box10 .b10-right .b10-info{font-size: 12px;line-height:22px;margin-top:52px;margin-bottom: 23px;}
.zc-box11  .b11-content{margin-top: 52px;}
.zc-box11 .b11-info{font-size: 12px;line-height: 26px;padding: 13px 0;}
.zc-box11 .b11-img{margin-top: 39px;}

.zc-box12 .b9-left .b9-item .b12-text{padding: 24px 28px 22px 23px !important;font-size: 22px !important;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 22px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 13px;}
.zc-box12 .b9-text.b9-active + ul{padding: 31px 14px 31px 26px;}
.zc-box12 li{margin-bottom:46px;}
.zc-box12 .b12-li-title{font-size: 15px;}
.zc-box12 .b12-li-info{font-size: 12px;line-height: 31px;}

.zc-box13 .b13-box .b13-content{gap: 45px 3%;}
.zc-box13 .b13-box .b13-content .b13-item{border-radius: 7px;}
.zc-box13 .b13-box .b13-content .b13-title{font-size: 13px;margin-top: 41px;}
.zc-box14{padding-bottom: 70px;}
.zc-box14 .pagination {gap: 6px;}
.zc-box14 li {padding: 6px 13px;font-size: 14px;}
.zc-box15 .b15-box .b15-content{gap: 35px 3%;}
.zc-box15 .b15-box .b15-content  .b15-item{height:84px;}
.zc-box16 .b16-Box .b16-top-img{margin-bottom: 25px;}
.zc-box16 .b16-Box .b16-title{font-size: 34px;}
.zc-box16 .b16-Box .b16-info{margin: 61px 0 105px;font-size: 12px;line-height: 31px;}
.zc-box16 .b16-Box  .b16-title2{margin:38px 0 60px;font-size: 26px;}
.zc-box17  .b17-back{padding-top: 50px;}
.zc-box17  .b17-back .b17-back-info{gap: 57px;font-size: 26px;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 34px;}
.zc-box18{margin-top: 244px;}
.zc-box18 .b18-Box .b18-content{font-size: 26px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 34px;margin-bottom: 36px;}
.zc-box15 .b15-box .b15-title-box{margin-bottom: 36px;}
.zc-box15 .b15-box .b15-title{font-size: 26px;margin-bottom: 36px;}
.zc-box15 .b15-box .b15-line{width: 4.5px;height: 18px;}
}
@media screen and (max-width: 1200px){
.y-header .h-logo {width: 89px;}
.y-header .h-menu {padding: 0 5px;margin-left: 0;min-width: 40px;height: 60px;font-size: 14px;height: 38px;}
.swiper{padding-top: 48px;}
.gy-box1 .swiper-pagination-bullet{width: 10px;height: 10px;}
.y-header .h-search {margin-left: 10px;}
.y-footer .y-footer-content{gap: 23px;padding-bottom: 11px;}
.y-footer .f-first .f-phone{font-size: 16px;margin-top: 23px;}
.y-footer .f-first .f-phone .f-phone-num{font-size: 18px;margin-top: 6px;}
.y-footer .f-first .f-addr{margin-top: 22px;font-size: 11px;}
.y-footer .f-first .f-email{margin-top: 9px;}
.y-footer .f-first .f-wx{width: 23px;height: 23px;padding: 3px;margin-top: 16px;}
.y-footer .f-f-pic{width: 89px;}
.y-footer .f-line{height: 188px;}
.y-footer .f-second .f-s-title{font-size: 13px;margin-bottom: 26px;}
.y-footer .f-second li{margin-bottom: 14px;font-size: 11px;}
.y-footer .f-third {height: 45px;}										

.y-padding{padding-left: 139px;padding-right: 139px;}
.zctitle{font-size: 23px;line-height: 24px;}
.zc-box2{padding-top: 74px;padding-bottom: 60px;}
.zc-box2 .b2-title{font-size:29px;line-height: 19px;margin-bottom: 27px;}
.zc-box2 .b2-box{margin-top: 34px;gap: 32px;}
.zc-box2 .b2-box .b2-back .b2-text{top: 35px;left: 30px;font-size: 19px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 109px;height: 31px;line-height: 31px; font-size: 11px;margin-top: 25px;}
.zc-box3{padding-top: 72px;padding-bottom: 60px;}
.zc-box3 .b3-box{margin-top: 57px;}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 19px;margin-bottom: 23px;}
.zc-box3 .b3-box .b3-left ul{font-size: 11px;line-height:26px;}
.zc-box3 .b3-box .b3-left img{width: 13px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 77px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 109px;height: 31px;line-height: 31px;font-size: 10px;margin-top: 57px;}
.zc-box4{padding-bottom: 68px;}
.zc-box4 .b4-title{font-size: 13px;margin-top: 18px;margin-bottom: 41px;}
.scroll-multi {gap: 16px;}
.scroll-item {width: 135px;  height: 59px;margin: 0 23px;}
.scroll-item-img {width: 135px;  height: 59px;margin: 0 23px;}
.zc-box4 .b4-btn{margin-top: 62px;font-size: 10px;}

.zc-box5{margin-bottom: 31px;}
.zc-box5 .b5-left .b5-title{font-size: 23px;}
.zc-box5 .b5-left .b5-label{margin-top: 23px;gap: 63px;font-size: 9px;}
.zc-box5 .b5-left .b5-label img{width: 11px;}
.zc-box5 .b5-right{font-size: 28px;gap: 23px;}
.zc-box5 .b5-right img{width: 51px;}
.zc-box2 .indication{gap: 5px;font-size: 11px;padding-top: 22px;padding-bottom: 73px;}
.zc-box2 .indication img{width: 13px;}
.zc-box6 .b2-title{margin-bottom: 58px;}
.zc-box6 .b6-box{gap: 14px;}
.zc-box7{padding-top: 57px;padding-bottom: 101px;}
.zc-box7 .b7-box{padding-top: 37px;gap: 29px 3.9%;}
.zc-box7 .b7-item{padding: 10px 14px 10px 19px; min-height: 217px;border-radius: 8px;}
.zc-box7 .b7-item .b7-points{width: 8px;height: 8px;}
.zc-box7 .b7-item .b7-title{font-size: 20px;line-height: 30px; margin-top: 15px;}
.zc-box7 .b7-item .b7-text{padding-top: 38px;line-height: 23px; font-size: 10px;}
.zc-box8 .b8-box{margin-top: 68px;}
.zc-box8 .b8-box .b8-content{margin-bottom: 51px;}
.zc-box8 .b8-box .b8-content .b8-text{font-size: 15px;line-height: 26px;}

.zc-box9 .b9-box{margin-top: 71px;gap: 32px;}
.zc-box9 .b9-left .b9-item{margin-bottom: 19px;}
.zc-box9 .b9-left .b9-item .b9-zk{width: 10px;}
.zc-box9 .b9-left .b9-item .b9-wzk{width: 6px;}
.zc-box9 .b9-left .b9-item .b9-text{font-size: 13px;padding-bottom: 24px;}
.zc-box9 .b9-left ul{font-size: 10px;line-height:33px;}
.zc-box9 .b9-text.b9-active + ul {margin-bottom: 53px;margin-top: 19px;}
.zc-box9 .b9-line{height: 323px;}
.zc-box9 .b9-right{gap: 29px 6%;}
.zc-box9 .b9-right-item{padding: 20px 11px 14px 19px;}
.zc-box9 .b9-right-item .b9-right-title{font-size: 15px;}
.zc-box9 .b9-right-item .b9-right-info{font-size: 10px;line-height: 19px;margin-top: 19px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 73px;height: 21px;font-size: 10px;line-height:21px;margin-top: 19px;}
.zc-box10 .b10-left{margin-top: 10px;}
.zc-box10 .b10-right .b10-info{font-size: 10px;line-height:19px;margin-top:44px;margin-bottom: 20px;}
.zc-box11  .b11-content{margin-top: 44px;}
.zc-box11 .b11-info{font-size: 10px;line-height: 23px;padding: 12px 0;}
.zc-box11 .b11-img{margin-top: 34px;}

.zc-box12 .b9-left .b9-item .b12-text{padding: 21px 25px 19px 20px !important;font-size: 19px !important;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 19px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 11px;}
.zc-box12 .b9-text.b9-active + ul{padding: 26px 12px 26px 23px;}
.zc-box12 li{margin-bottom:40px;}
.zc-box12 .b12-li-title{font-size: 13px;}
.zc-box12 .b12-li-info{font-size: 10px;line-height: 26px;}
.zc-box13 .b13-box .b13-content{gap: 39px 3%;}
.zc-box13 .b13-box .b13-content .b13-title{font-size: 11px;margin-top: 35px;}
.zc-box14{padding-bottom: 60px;}
.zc-box14 li {padding: 6px 12px;font-size: 13px;}
.zc-box15 .b15-box .b15-content{gap: 30px 3%;}
.zc-box15 .b15-box .b15-content  .b15-item{height:72px;}
.zc-box16 .b16-Box .b16-top-img{margin-bottom: 21px;}
.zc-box16 .b16-Box .b16-title{font-size: 29px;}
.zc-box16 .b16-Box .b16-info{margin: 52px 0 90px;font-size: 10px;line-height: 26px;}
.zc-box16 .b16-Box  .b16-title2{margin:32px 0 51px;font-size: 23px;}
.zc-box17  .b17-back{padding-top: 42px;}
.zc-box17  .b17-back .b17-back-info{gap: 49px;font-size: 23px;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 29px;}
.zc-box18{margin-top: 209px;}
.zc-box18 .b18-Box .b18-content{font-size: 23px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 29px;margin-bottom: 31px;}
.zc-box15 .b15-box .b15-title-box{margin-bottom: 32px;}
.zc-box15 .b15-box .b15-title{font-size: 22px;margin-bottom: 32px;}
.zc-box15 .b15-box .b15-line{width:4px;height: 16px;}
}
@media screen and (max-width: 993px){
.swiper{padding: 0;}
.gy-box1 .swiper-pagination-bullet{width: 8px;height: 8px;}
.y-page{padding-top: 60px;}
.y-header .pc-logo{display: none;}
.y-header .az-logo{display:block;}
.y-header .h-all-m{display: none;}
.navbar{display: flex;}
.y-header{height: 60px;background:#fff;padding-bottom: 0;}
.white-bg{background:#ffffff !important;}
.y-header .h-logo {width: 115px;}
.y-header .h-search img {width: 22px;}
.y-header .h-search {margin-left: 20px;}
.y-footer .y-footer-content{gap: 19px;padding-bottom: 9px;}
.y-footer .f-first .f-phone{font-size: 13px;margin-top: 19px;}
.y-footer .f-first .f-phone .f-phone-num{font-size: 14px;margin-top: 5px;}
.y-footer .f-first .f-addr{margin-top: 18px;font-size: 9px;}
.y-footer .f-first .f-email{margin-top: 8px;}
.y-footer .f-first .f-wx{width: 19px;height: 19px;padding:2px;margin-top: 13px;}
.y-footer .f-f-pic{width: 73px;}
.y-footer .f-line{height: 155px;}
.y-footer .f-second .f-s-title{font-size: 10px;margin-bottom: 21px;}
.y-footer .f-second li{margin-bottom: 11px;font-size: 9px;}

.y-padding{padding-left: 89px;padding-right: 89px;}
.zctitle{font-size: 14px;line-height: 15px;}
.zc-box2{padding-top: 48px;padding-bottom: 38px;}
.zc-box2 .b2-title{font-size:18px;line-height: 12px;margin-bottom: 17px;}
.zc-box2 .b2-box{margin-top: 22px;gap: 20px;}
.zc-box2 .b2-box .b2-back .b2-text{top: 22px;left: 19px;font-size: 12px;}
.zc-box2 .b2-box .b2-back .b2-btn{width: 70px;height: 20px;line-height: 20px; font-size: 7px;margin-top: 16px;}
.zc-box3{padding-top: 59px;padding-bottom: 38px;}
.zc-box3 .b3-box{margin-top: 47px;}
.zc-box3 .b3-box .b3-left .b3-i-tit{font-size: 16px;margin-bottom: 19px;}
.zc-box3 .b3-box .b3-left ul{font-size: 9px;line-height:22px;}
.zc-box3 .b3-box .b3-left img{width: 10px;}
.zc-box3 .b3-box .b3-content{margin-bottom: 64px;}
.zc-box3 .b3-box .b3-left .b3-btn{width: 70px;height: 20px;line-height: 20px;font-size: 8px;margin-top: 47px;}
.zc-box4{padding-bottom: 56px;}
.zc-box4 .b4-title{font-size: 10px;margin-top: 14px;margin-bottom: 34px;}
.scroll-multi {gap: 13px;}
.scroll-item{margin: 0 19px;}
.scroll-item-img {width: 112px;  height: 49px;margin: 0 19px;}
.zc-box4 .b4-btn{margin-top: 51px;font-size: 8px;}

.zc-box5{margin-bottom: 25px;}
.zc-box5 .b5-left .b5-title{font-size: 19px;}
.zc-box5 .b5-left .b5-label{margin-top: 19px;gap: 52px;font-size: 7px;}
.zc-box5 .b5-left .b5-label img{width: 9px;}
.zc-box5 .b5-left .b5-label .b5-item{gap: 3px;}
.zc-box5 .b5-right{font-size: 23px;gap: 19px;}
.zc-box5 .b5-right img{width: 42px;}
.zc-box2 .indication{gap: 4px;font-size: 9px;padding-top: 18px;padding-bottom: 60px;}
.zc-box2 .indication img{width: 11px;}
.zc-box6 .b2-title{margin-bottom: 48px;}
.zc-box6 .b6-box{gap: 12px;}
.zc-box7{padding-top: 47px;padding-bottom: 84px;}
.zc-box7 .b7-box{padding-top: 31px;gap: 24px 3.9%;}
.zc-box7 .b7-item{padding: 7px 10px 7px 15px; min-height: 179px;border-radius: 6px;border-width: 2px;}
.zc-box7 .b7-item .b7-points{width: 7px;height: 7px;}
.zc-box7 .b7-item .b7-title{font-size: 17px;line-height: 25px; margin-top: 12px;}
.zc-box7 .b7-item .b7-text{padding-top: 31px;line-height:19px; font-size: 8px;}
.zc-box8 .b8-box{margin-top: 56px;}
.zc-box8 .b8-box .b8-content{margin-bottom:42px;}
.zc-box8 .b8-box .b8-content .b8-text{font-size: 12px;line-height: 22px;}

.zc-box9 .b9-box{margin-top: 59px;gap: 26px;}
.zc-box9 .b9-left .b9-item{margin-bottom: 16px;}
.zc-box9 .b9-left .b9-item .b9-zk{width: 8px;}
.zc-box9 .b9-left .b9-item .b9-wzk{width: 5px;}
.zc-box9 .b9-left .b9-item .b9-text{font-size: 10px;padding-bottom: 20px;}
.zc-box9 .b9-left ul{font-size: 8px;line-height:27px;}
.zc-box9 .b9-text.b9-active + ul {margin-bottom: 44px;margin-top: 16px;}
.zc-box9 .b9-line{height: 267px;}
.zc-box9 .b9-right{gap: 24px 6%;}
.zc-box9 .b9-right-item{padding: 17px 9px 12px 16px;}
.zc-box9 .b9-right-item .b9-right-title{font-size: 15px;}
.zc-box9 .b9-right-item .b9-right-info{font-size: 11px;line-height: 1.5;margin-top: 16px;}
.zc-box9 .b9-right-item .b9-right-btn{width: 77px;height: 26px;font-size: 10px;line-height: 26px;margin-top: 17px;}
.zc-box10 .b10-left{margin-top: 8px;}
.zc-box10 .b10-right .b10-info{font-size: 8px;line-height:16px;margin-top:37px;margin-bottom: 17px;}
.zc-box11  .b11-content{margin-top:37px;}
.zc-box11 .b11-info{font-size: 8px;line-height: 19px;padding: 10px 0;}
.zc-box11 .b11-img{margin-top: 28px;}

.zc-box12 .b9-left .b9-item .b12-text{padding: 17px 20px 16px 17px !important;font-size: 16px !important;}
.zc-box12 .b9-left .b9-item .b12-zk{width: 16px;}
.zc-box12 .b9-left .b9-item .b12-wzk{width: 9px;}
.zc-box12 .b9-text.b9-active + ul{padding: 22px 10px 22px 19px;}
.zc-box12 li{margin-bottom:32px;}
.zc-box12 .b12-li-title{font-size: 10px;}
.zc-box12 .b12-li-info{font-size: 8px;line-height: 22px;}
.zc-box13 .b13-box .b13-content{gap: 32px 3%;}
.zc-box13 .b13-box .b13-content .b13-title{margin-top: 29px;}
.zc-box13 .b13-box .b13-content .b13-item {width: 31.2%;}
.zc-box14{padding-bottom: 50px;}
.zc-box14 .pagination {gap: 5px;}
.zc-box14 li {padding: 5px 11px;font-size: 13px;}
.zc-box15 .b15-box .b15-content{gap: 25px 3%;}
.zc-box15 .b15-box .b15-content .b15-item{width: 22.7%;}
.zc-box15 .b15-box .b15-content  .b15-item{height:83px;}
.zc-box16 .b16-Box .b16-top-img{margin-bottom: 18px;}
.zc-box16 .b16-Box .b16-title{font-size: 24px;}
.zc-box16 .b16-Box .b16-info{margin: 43px 0 74px;font-size:8px;line-height: 22px;}
.zc-box16 .b16-Box  .b16-title2{margin:27px 0 42px;font-size:19px;}
.zc-box17  .b17-back{padding-top: 35px;}
.zc-box17  .b17-back .b17-back-info{gap: 40px;font-size: 19px;}
.zc-box17  .b17-back .b17-back-info .b17-back-title{font-size: 24px;}
.zc-box18{margin-top: 173px;}
.zc-box18 .b18-Box .b18-content{font-size: 19px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 24px;margin-bottom: 25px;}
.zc-box15 .b15-box .b15-title-box{margin-bottom: 26px;}
.zc-box15 .b15-box .b15-title{font-size: 18px;margin-bottom: 26px;}
.zc-box15 .b15-box .b15-line{width: 3px;height: 10px;}
}



@media screen and (max-width: 768px) {
    .y-padding { padding-left: 20px; padding-right: 20px; }
    .y-pad170 { padding-left: 20px; padding-right: 20px; }
    .zctitle { font-size: 26px; line-height: 32px; }
    .gy-box1 .swiper-pagination-bullet { width: 8px; height: 8px; }
    .y-footer .y-footer-content { justify-content: center; text-align: center; gap: 26px; padding-bottom: 20px; }
    .y-footer .f-first .f-phone { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 23px; margin-top: 26px; }
    .y-footer .f-first .f-phone .f-phone-num { font-size: 26px; margin-top: 0px; }
    .y-footer .f-first .f-addr { margin-top: 26px; font-size: 18px; }
    .y-footer .f-first .f-email { margin-top: 6px; }
    .y-footer .f-first .f-wx { display: none; }
    .y-footer .f-f-pic { width: 130px; margin: auto; }
    .y-footer .f-line { display: none; }
    .y-footer .f-second { display: none; }
    .y-footer .f-third a { display: none; }
    .y-footer .f-third { text-align: center; height: auto; font-size: 16px; padding: 20px 0; }
    .zc-box2 { padding-top: 42px; padding-bottom: 32px; }
    .zc-box2 .b2-title { font-size: 29px; line-height: 1.4; margin-bottom: 20px; }
    .zc-box2 .b2-box { margin-top: 20px; gap: 20px;}
    .zc-box2 .b2-box .b2-back { width: 100%; height: 170px;border-radius: 12px; overflow: hidden;}
    .zc-box2 .b2-box .b2-back img {width: 100%; height: 100%; object-fit: cover;}
    .zc-box2 .b2-box .b2-back .b2-text { top: 20px; left: 20px; font-size: 23px; height: 75%; display: flex; flex-direction: column; justify-content: space-between; }
    .zc-box2 .b2-box .b2-back .b2-btn { width: 160px; height: 48px; line-height: 48px; font-size: 16px; margin-top: 20px; box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2); }
    .zc-box2 .indication { gap: 5px; font-size: 16px; padding-top: 20px; padding-bottom: 42px; }
    .zc-box2 .indication img { width: 18px; }
    .zc-box3 { padding-top: 42px; padding-bottom: 32px; }
    .zc-box3 .b3-box { margin-top: 32px; flex-direction: column-reverse !important; gap: 20px; }
    .zc-box3 .b3-box .b3-right { width: 100%; min-width: 100%; margin-bottom: 16px; }
    .zc-box3 .b3-box .b3-left { width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-i-tit { font-size: 23px; margin-bottom: 20px; }
    .zc-box3 .b3-box .b3-left ul { font-size: 18px; line-height: 2; }
    .zc-box3 .b3-box .b3-left img { width: 12px; }
    .zc-box3 .b3-box .b3-content { flex-direction: column-reverse; margin-bottom: 42px; }
    .zc-box3 .b3-box .b3-left .b3-li { gap: 5px; width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-li2 { width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-btn { width: 160px; height: 48px; line-height: 48px; font-size: 16px; margin-top: 32px; border-radius:100px;}
    .zc-box4 { padding-bottom: 42px; }
    .zc-box4 .b4-title { font-size: 18px; margin-top: 16px; margin-bottom: 32px; }
    .zc-box4 .b4-btn { margin-top: 32px; font-size: 16px; }
    .scroll-multi { gap: 16px; }
    .scroll-item { width: 130px; height: 65px; margin: 0 10px; }
    .scroll-item-img { width: 130px; height: 65px; margin: 0 12px; }
    .scroll-row.row1 { animation-duration: 30s; } /* 动画时长无需缩小，不影响视觉尺寸 */
    .scroll-row.row2 { animation-duration: 20s; }
    .scroll-row.row3 { animation-duration: 35s; }
    .zc-box5 { margin-bottom: 20px; }
    .zc-box5 .b5-content { flex-direction: column !important; justify-content: center; padding: 0 20px; gap: 18px; text-align: center; }
    .zc-box5 .b5-img { height: 200px; }
    .zc-box5 img { height: 100%; object-fit: cover; }
    .zc-box5 .b5-left .b5-title { font-size: 26px; }
    .zc-box5 .b5-left .b5-label { margin-top: 16px; gap: 20px; font-size: 13px;  }
    .zc-box5 .b5-left .b5-label img { width: 9px; height: 9px; display: flex; }
    .zc-box5 .b5-right { font-size: 26px; gap: 20px; margin-top: 20px; }
    .zc-box5 .b5-right img { width: 42px; display: flex; }
    .zc-box6 .b2-title { margin-bottom: 32px; }
    .zc-box6 .b6-box { gap: 16px; }
    .zc-box6 .b6-box .b6-img { width: 48%; } /* 宽度百分比无需调整，保持布局占比 */
    .zc-box7 { padding-top: 42px; padding-bottom: 64px; }
    .zc-box7 .b7-box { padding-top: 32px; gap: 20px 0; flex-direction: column !important; }
    .zc-box7 .b7-item { padding: 16px 20px; width: 100%; min-height: auto; border-radius: 10px; border: 2px solid #FFFFFF; box-shadow: 0px 2px 5px 0px rgba(200,200,200,0.13); }
    .zc-box7 .b7-item .b7-points { width: 12px; height: 12px; }
    .zc-box7 .b7-item .b7-title { margin-top: 16px; font-size: 23px; line-height: 32px; }
    .zc-box7 .b7-item .b7-text { padding-top: 20px; line-height: 32px; font-size: 16px; }
    .zc-box8 .b8-box { margin-top: 42px; }
    .zc-box8 .b8-box .b8-content { margin-bottom: 32px; flex-direction: column-reverse !important; gap: 20px; }
    .zc-box8 .b8-box .b8-content .b8-text { width: 100%; font-size: 18px; line-height: 32px; }
    .zc-box8 .b8-box .b8-content .b8-img { width: 100%; } /* 宽度百分比无需调整 */
    .zc-box9 .b9-box { margin-top: 42px; flex-direction: column !important; gap: 20px; }
    .zc-box9 .b9-left { width: 100%; min-width: 100%; display: none; }
    .zc-box9 .b9-left ul { font-size: 11px; line-height: 2.2; }
    .zc-box9 .b9-line { display: none; width: 100%; height: 1px; margin: 10px 0; }
    .zc-box9 .b9-right { margin-left: 0; gap: 20px 0; width: 100%; flex-direction: column !important; }
    .zc-box9 .b9-right-item { padding: 20px 16px; width: 100%; }
    .zc-box9 .b9-right-item .b9-right-title { font-size: 21px; }
    .zc-box9 .b9-right-item .b9-right-info { font-size: 16px; line-height: 29px; margin-top: 20px; }
    .zc-box9 .b9-right-item .b9-right-btn { width: 120px; height: 36px; line-height: 33px; font-size: 16px; margin-top: 20px; border-radius: 18px; }
    .zc-box10 .b10-box { margin: 0 !important; flex-direction: column !important; gap: 20px; }
    .zc-box10 .b10-left { margin-top: 12px; }
    .zc-box10 .b10-right .b10-info { font-size: 16px; line-height: 32px; margin-top: 32px; margin-bottom: 20px; }
    .zc-box11 .b11-content { margin-top: 32px; }
    .zc-box11 .b11-info { font-size: 16px; line-height: 32px; padding: 16px 0; }
    .zc-box11 .b11-img { margin-top: 40px; }
    .zc-box12 .b12-left { width: 100%; } /* 宽度百分比无需调整 */
    .zc-box12 .b9-left { display: block; }
    .zc-box12 .b9-left .b9-item .b12-text { padding: 20px 26px !important; font-size: 23px !important; }
    .zc-box12 .b9-left .b9-item .b9-active { padding: 20px 26px; font-size: 23px; }
    .zc-box12 .b9-left .b9-item .b12-zk { width: 26px; }
    .zc-box12 .b9-left .b9-item .b12-wzk { width: 16px; }
    .zc-box12 .b9-text.b9-active + ul { padding: 20px 16px; margin: 0 !important; }
    .zc-box12 li { margin-bottom: 32px; }
    .zc-box12 .b12-li-title { font-size: 18px; }
    .zc-box12 .b12-li-info { font-size: 16px; line-height: 32px; }
    .zc-box13 .b13-box .b13-content { gap: 20px 0; flex-direction: column !important; }
    .zc-box13 .b13-box .b13-content .b13-item { padding: 20px; margin: 0 auto; width: 90%; box-shadow: 0px 2px 5px 0px rgba(200,200,200,0.16); }
    .zc-box13 .b13-box .b13-content .b13-title { font-size: 18px; margin-top: 32px; }
    .zc-box14 { padding-bottom: 42px; }
    .zc-box14 .pagination { margin: 10px 0; gap: 5px; }
    .zc-box14 li { padding: 5px 10px; font-size: 13px; border-radius: 5px; }
    .zc-box15 .b15-box .b15-content{gap: 16px 3%;flex-direction:row !important;}
    .zc-box15 .b15-box .b15-content  .b15-item{width:31.3%;height: 85px;margin: 0;}
    .zc-box16 .b16-Box .b16-top-img { width: 45%; margin-bottom: 20px; }
    .zc-box16 .b16-Box .b16-title { font-size: 26px; }
    .zc-box16 .b16-Box .b16-info { margin: 32px 0 64px; font-size: 16px; line-height: 32px; }
    .zc-box16 .b16-Box .b16-title2 { margin: 20px 0 32px; font-size: 23px; }
    .zc-box17 .b17-back { padding-top: 32px; }
    .zc-box17 .b17-back .b17-back-info { gap: 32px; font-size: 23px; flex-direction: column !important; justify-content: center; padding: 0 20px; text-align:center;}
    .zc-box17 .b17-back .b17-back-info .b17-back-title { font-size: 26px; }
    .zc-box18 .b18-Box .b18-content{font-size: 23px;}
    .zc-box18 .b18-Box .b18-content .b18-title{font-size: 26px;margin-bottom: 16px;}
    .zc-box15 .b15-box .b15-title-box{margin-bottom: 20px;}
    .zc-box15 .b15-box .b15-title{font-size: 15px;margin-bottom: 20px;}
    .zc-box15 .b15-box .b15-line{width: 2.4px;height: 8px;}
}
@media (max-width: 576px) {
    .y-padding { padding-left: 16px; padding-right: 16px; }
    .y-pad170 { padding-left: 16px; padding-right: 16px; }
    .zctitle { font-size: 20px; line-height: 24px; }
    .gy-box1 .swiper-pagination-bullet { width: 5px; height: 5px; }
    .y-page { padding-top: 50px; }
    .y-footer .y-footer-content { justify-content: center; text-align: center; gap: 20px; padding-bottom: 16px; }
    .y-footer .f-first .f-phone { display: flex; align-items: center; gap: 10px; justify-content: center; font-size: 18px; margin-top: 20px; }
    .y-footer .f-first .f-phone .f-phone-num { font-size: 20px; margin-top: 0px; }
    .y-footer .f-first .f-addr { margin-top: 18px; font-size: 11px; }
    .y-footer .f-first .f-email { margin-top: 8px; }
    .y-footer .f-first .f-wx { display: none; }
    .y-footer .f-f-pic { width: 120px; margin: auto; }
    .y-footer .f-line { display: none; }
    .y-footer .f-second { display: none; }
    .y-footer .f-third a { display: none; }
    .y-footer .f-third { text-align: center; height: auto; font-size: 12px; padding: 16px 0; }
    .zc-box2 { padding-top: 32px; padding-bottom: 24px; }
    .zc-box2 .b2-title { font-size: 20px; line-height: 1.5; margin-bottom: 16px; }
    .zc-box2 .b2-box { margin-top: 16px; gap: 16px; flex-direction: column !important; }
    .zc-box2 .b2-box .b2-back { width: 100%; height:auto;}
    .zc-box2 .b2-box .b2-back .b2-text { top: 13px; left: 16px; font-size: 13px; height: 75%; display: flex; flex-direction: column; justify-content: space-between; }
    .zc-box2 .b2-box .b2-back .b2-btn { width: 82px; height: 26px; line-height: 26px; font-size: 13px; margin-top: 24px; box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2); }
    .zc-box2 .indication { gap: 3px; font-size: 12px; padding-top: 15px; padding-bottom: 47px; }
    .zc-box2 .indication img { width: 14px; }
    .zc-box3 { padding-top: 46px; padding-bottom: 38px; }
    .zc-box3 .b3-box { margin-top: 36px; flex-direction: column-reverse !important; gap: 16px; }
    .zc-box3 .b3-box .b3-right { width: 100%; min-width: 100%; margin-bottom: 20px; }
    .zc-box3 .b3-box .b3-left { width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-i-tit { font-size: 15px; margin-bottom: 13px; }
    .zc-box3 .b3-box .b3-left ul { font-size: 13px; line-height: 2.5; }
    .zc-box3 .b3-box .b3-left img { width: 14px; }
    .zc-box3 .b3-box .b3-content { flex-direction: column-reverse; margin-bottom: 49px; }
    .zc-box3 .b3-box .b3-left .b3-li { gap: 4px; width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-li2 { width: 100%; }
    .zc-box3 .b3-box .b3-left .b3-btn { width: 94px; height: 30px; line-height: 30px; font-size: 11px; margin-top: 44px; }
    .zc-box4 { padding-bottom: 43px; }
    .zc-box4 .b4-title { font-size: 10px; margin-top: 11px; margin-bottom: 26px; }
    .zc-box4 .b4-btn { margin-top: 40px; font-size: 12px; }
    .scroll-multi { gap: 10px; }
    .scroll-item { width: 112px; height: 49px; margin: 0; margin-right: 15px; }
    .scroll-item-img { width: 86px; height: 38px; margin: 0; margin-right: 15px;}
    .scroll-row.row1 { animation-duration: 30s; }
    .scroll-row.row2 { animation-duration: 20s; }
    .scroll-row.row3 { animation-duration: 35s; }
    .zc-box5 { margin-bottom: 15px; }
    .zc-box5 .b5-content { flex-direction: column !important; justify-content: center; padding: 0 16px; gap: 22px; text-align: center; }
    .zc-box5 .b5-img { height: 160px; }
    .zc-box5 img { height: 100%; object-fit: cover; }
    .zc-box5 .b5-left .b5-title { font-size: 15px; }
    .zc-box5 .b5-left .b5-label { margin-top: 11px; gap: 11px; font-size: 12px;  white-space: nowrap;flex-wrap: wrap; justify-content: center;}
    .zc-box5 .b5-left .b5-label img { width: 11px; height: 11px; display: flex; }
    .zc-box5 .b5-right { font-size: 14px; gap: 11px; margin-top: 16px; }
    .zc-box5 .b5-right img { width: 24px; display: flex; }
    .zc-box6 .b2-title { margin-bottom: 37px; }
    .zc-box6 .b6-box { gap: 9px; }
    .zc-box6 .b6-box .b6-img { width: 100%; }
    .zc-box7 { padding-top: 36px; padding-bottom: 65px; }
    .zc-box7 .b7-box { padding-top: 24px; gap: 19px 3.9%; flex-direction: column !important; }
    .zc-box7 .b7-item { padding: 5px 7px 5px 10px; min-height: 139px; border-radius: 5px; width: 100%; border: 2px solid #FFFFFF; box-shadow: 0px 2px 4px 0px rgba(200,200,200,0.13); }
    .zc-box7 .b7-item .b7-points { width: 5px; height: 5px; }
    .zc-box7 .b7-item .b7-title { font-size: 15px; line-height: 19px; margin-top: 10px; }
    .zc-box7 .b7-item .b7-text { padding-top: 24px; line-height: 2.5; font-size: 13px; }
    .zc-box8 .b8-box { margin-top: 44px; }
    .zc-box8 .b8-box .b8-content { margin-bottom: 32px;  gap: 16px; }
    .zc-box8 .b8-box .b8-content .b8-text { width: 100%; font-size: 15px; line-height:2; }
    .zc-box8 .b8-box .b8-content .b8-img { width: 100%; }
    .zc-box9 .b9-box { margin-top: 32px; flex-direction: column !important; gap: 16px; }
    .zc-box9 .b9-left { width: 100%; min-width: 100%; display: none; }
    .zc-box9 .b9-left ul { font-size: 15px; line-height: 2.5; }
    .zc-box9 .b9-line { display: none; width: 100%; height: 1px; margin: 8px 0; }
    .zc-box9 .b9-right { margin-left: 0; gap: 16px 0; width: 100%; flex-direction: column !important; }
    .zc-box9 .b9-right-item { padding: 16px 12px; width: 100%; }
    .zc-box9 .b9-right-item .b9-right-title { font-size: 16px; }
    .zc-box9 .b9-right-item .b9-right-info { font-size: 12px; line-height: 22px; margin-top: 16px; }
    .zc-box9 .b9-right-item .b9-right-btn { width: 90px; height: 28px; line-height: 26px; font-size: 12px; margin-top: 16px; border-radius: 14px; }
    .zc-box10 .b10-box { margin: 0 !important; flex-direction: column !important; gap: 16px; }
    .zc-box10 .b10-left { margin-top: 10px; }
    .zc-box10 .b10-right .b10-info { font-size: 15px; line-height: 2; margin-top: 28px; margin-bottom: 13px; }
    .zc-box11 .b11-content { margin-top: 28px; }
    .zc-box11 .b11-info { font-size: 15px; line-height: 2; padding: 10px 0; }
    .zc-box11 .b11-img { margin-top: 22px; }
    .zc-box12 .b12-left { width: 100%; }
    .zc-box12 .b9-left { display: block; }
    .zc-box12 .b9-left .b9-item .b12-text { padding: 13px 15px 12px 13px !important; font-size: 15px !important; }
    .zc-box12 .b9-left .b9-item .b9-active { padding: 16px 20px; font-size: 18px; }
    .zc-box12 .b9-left .b9-item .b12-zk { width: 20px; }
    .zc-box12 .b9-left .b9-item .b12-wzk { width: 12px; }
    .zc-box12 .b9-text.b9-active + ul { padding: 17px 8px 17px 14px; margin: 0 !important; }
    .zc-box12 li { margin-bottom: 25px; }
    .zc-box12 .b12-li-title { font-size: 14px; }
    .zc-box12 .b12-li-info { font-size: 8px; line-height: 17px; }
    .zc-box13 .b13-box .b13-content { gap: 25px 3%; flex-direction: column !important; }
    .zc-box13 .b13-box .b13-content .b13-item { padding: 16px; margin: 0 auto; width: 90%; border-radius: 8px; box-shadow: 0px 2px 4px 0px rgba(200,200,200,0.16); }
    .zc-box13 .b13-box .b13-content .b13-title { font-size: 14px; margin-top: 22px; }
    .zc-box14 { padding-bottom: 40px; }
    .zc-box14 .pagination { gap: 4px; margin: 15px 0; }
    .zc-box14 li { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
    .zc-box15 .b15-box .b15-content{gap: 14px 3%;flex-direction:row !important;}
.zc-box15 .b15-box .b15-content .b15-item{width: 48.5%;height: 82px;margin: 0;}
    .zc-box16 .b16-Box .b16-top-img { width: 50%; margin-bottom: 14px; }
    .zc-box16 .b16-Box .b16-title { font-size: 18px; }
    .zc-box16 .b16-Box .b16-info { margin: 33px 0 58px; font-size: 15px; line-height: 2; }
    .zc-box16 .b16-Box .b16-title2 { margin: 21px 0 33px; font-size: 14px; }
    .zc-box17 .b17-img { width: 100%;height: 166px; }
    .zc-box17 .b17-back { padding-top: 27px; }
    .zc-box17 .b17-back .b17-back-info { gap: 31px; font-size: 14px; flex-direction: column !important; justify-content: center; padding: 0 16px; }
    .zc-box17 .b17-back .b17-back-info .b17-back-title { font-size: 18px; }
    .zc-box18 .b18-Box  {  top:-70%; }
    .zc-box18 .b18-Box .b18-img {  margin-top: 16px; }
    .zc-box18{margin-top: 100px;}
.zc-box18 .b18-Box .b18-content{font-size: 14px;}
.zc-box18 .b18-Box .b18-content .b18-title{font-size: 18px;margin-bottom: 20px;}
.zc-box15 .b15-box .b15-title-box{margin-bottom: 20px;}
.zc-box15 .b15-box .b15-title{font-size: 16px;margin-bottom: 20px;}
.zc-box15 .b15-box .b15-line{width: 2.5px;height: 10px;}
}