* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
 width: 100%;
  overflow-x: hidden; }

body{color: #333;line-height: 1.5;-webkit-text-size-adjust: none;}
a:hover{cursor: pointer;}
html {width: 100%;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;background: transparent;}
input{outline: none;}
textarea {  -webkit-appearance: none;}   
.left{float: left;}
.right{float: right;}
.clear {clear: both;height: 0;display: block;_display: inherit; }

img {vertical-align: middle;max-width: 100%;border: 0; }
a{text-decoration: none;outline: none;cursor: pointer;}
div{outline: none}
ul,li{list-style-type: none}
i,em{font-style: normal;}
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
[v-cloak]{
  display: none;
}
.overflow{overflow: hidden;}
.flex_{display: flex;display: -webkit-flex;display: -ms-flex;}
.flex_space-between{display: flex;justify-content:space-between;}
.flex_end{display: flex;justify-content:flex-end;}
.flex_justify-content{display: flex;justify-content:center;}
.flex_justify-content-around{display: flex;justify-content:space-around;}
.flex_align-items{display: flex;align-items:center;}
.flex_wrap{ flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.text_center{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.acenter{text-align: center;}
.flex_align_end{display: flex;align-items:flex-end;}
.flex_column_between{display: flex;flex-direction: column;justify-content: space-between;}

.line1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.line2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line3{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line5{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.line7{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:7;-webkit-box-orient: vertical;}

.btn_hover{position: relative;-moz-transition: all 0.2s;-o-transition: all 0.2s;-webkit-transition: all 0.2s;transition: all 0.2s;overflow: hidden;}
.anim {-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;}
.btn_hover:hover > .anim{-moz-animation: anim-out 1s;-webkit-animation: anim-out 1s;animation: anim-out 1s;}
.btn_hover:hover > .anim:after{-moz-animation: anim-out-pseudo 1s;-webkit-animation: anim-out-pseudo 1s;animation: anim-out-pseudo 1s;}
.anim:before {position: relative;content: '';display: block;margin-top: 100%;}
.anim:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}

body{font-size: 16px;}
html {
  font-size: 5.20833333vw;
}

@media (max-width: 1200px) {
  html{ font-size:6.9vw; }
}
@media (max-width: 750px) {
  html { font-size: 26.66666666vw;font-size: clamp(12px, 26.66666666vw, 100px); } 
}

@media (max-width: 1500px) {
  body { font-size: 15px; }
}
@media (max-width: 1300px) {
  body { font-size: 14px; }
}

@media (max-width: 750px) {
  body { font-size: 0.14rem; }
}
.main{width:16.5rem;margin:0 auto;max-width: 90%}


header{width: 100%;position: absolute;left: 0;top: 0;z-index: 100;border-bottom:1px solid rgba(255,255,255,0.2);}
header .navlist li a{color: #fff;display: block;position: relative;}
header .navlist li{margin:0 0.25rem;line-height: 1.1rem;}
header .navlist{margin-right:0.2rem;}
header .search em{width: 21px;height: 1.1rem;display: block;background:url('../images/search.png') no-repeat center;cursor: pointer;}
header .search{position: relative;width: 21px;}
.search_pop{position: absolute;top:calc(100% + 0.5rem);right: -0.2rem;background: rgba(255, 255, 255, 0.7);border-radius: 0.4rem;padding: 0.08rem;width:3.6rem;visibility: hidden;
    opacity: 0;transition: all 0.5s;z-index: 1000;}
.search_pop form{border: 1px solid #0069b7;border-radius: 0.3rem;position:relative;}
.search_pop form input{border: 0;background: transparent;}
.search_pop form .ss_bd{display:block;width: 2.8rem;padding-left: 0.4rem;height: 0.4rem;line-height: 0.4rem;}
.search_pop form .ss_btn{width:0.68rem;height: 0.42rem;line-height: 0.4rem;background: #0069b7;position:absolute;right: 0;top:-1px;font-size: 0.186rem;color: #fff;border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem;}
.search_pop i{width:0.19rem;height:0.19rem;background:url('../images/search2.png') no-repeat center;background-size: 100%;display:block;position:absolute;top:0.1rem;left:0.12rem;}
.search_pop form:before{width:0.2rem;height:0.11rem;content:'';display: block;background: url('../images/jt2.png') no-repeat center;position:absolute;top:-0.2rem;right: 0.2rem;}
.search_pop.active{top:calc(100% + 0.15rem);visibility: visible;opacity:1;}

header .navlist li{position: relative;}
header .navlist .two{position: absolute;height: auto;left:50%;min-width:300%;z-index: 1000;transition: all 0.4s;top:120%;visibility:hidden;opacity: 0;transform: translateX(-50%);}
header .navlist .two dd a{font-size: 15px;color: #333;display:block;padding:10px 0;line-height: 1.5;}
header .navlist .two dd:hover a{color: #fff;}

header .two dl{width:100%;background: rgba(255, 255, 255, 1);position: relative;border-radius: 0.1rem;overflow:hidden;}
header .two dd{width:100%;text-align: center;position: relative;}

header .two dl dd:last-child{border:0;}
header .navlist>li:hover .two{visibility: visible;opacity:1;top:100%;}

header .navlist>li:after{content: '';display: block;width: 0px;height:0.03rem;background:#fff;position: absolute;bottom:30%;left: 50%;transition: all 0.5s;transform: translateX(-50%);}
header .navlist>li:hover:after,header .navlist>li.active:after{width:100%}


header .navlist .two dd a{display: block;position: relative;padding:0.15rem 0.2rem;color: #222222;transition: all 0.5s}

header .navlist .two dd a{-webkit-transition: all 0.7s ease-out;transition: all 0.7s ease-out;background:-webkit-linear-gradient(180deg, rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(23,116,180,1),rgba(23,116,180,1));background-position: 99% 50%;background-size: 300% 300%;}
header .navlist .two dd:hover a{background-position: 1% 50%;}



.banner .swiper-slide a{position: relative;display: block;}
.banner .swiper-slide .main{position: absolute;left:50%;top:40%;transform: translate(-50%,-50%);}
.banner .swiper-slide .text{text-align:left;} 
.banner .swiper-slide .bt1{font-size: 24px;color: #3a719a}
.banner .swiper-slide .bt2{font-size: 0.5rem;font-weight: bold;margin:0.1rem 0 0.15rem;color: #1d73b0}
.banner .swiper-slide .des{line-height: 2.3;width:470px;max-width:100%;color: #3a719a}
.banner .swiper-slide .btn{border-radius: 0.1rem;padding:0 0.35rem;line-height: 0.5rem;background: linear-gradient(to right,#206dae,#0098d9);margin-top: 0.25rem;position: relative;display: inline-block;color: #fff}
.banner .swiper-slide .btn i{display: block;width: 9px;height: 15px;background:url('../images/jt.png') no-repeat center right;margin-left: 0.15rem}

.banner .swiper-slide .pic img:nth-child(2){display: none}
.banner .swiper-slide-active .text .bt1 {
  -webkit-animation: fadeInUp4 1.3s;
  animation: fadeInUp4 1.3s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.banner .swiper-slide-active .text .bt2 {
  -webkit-animation: fadeInUp4 1.3s;
  animation: fadeInUp4 1.3s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.banner .swiper-slide-active .text .des {
  -webkit-animation: fadeInUp4 1.3s;
  animation: fadeInUp4 1.3s;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.banner .swiper-slide-active .text .btn {
  -webkit-animation: fadeInUp4 1.3s;
  animation: fadeInUp4 1.3s;
  animation-fill-mode: both;
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}


.banner .swiper-slide-active  img{animation: shrink 14s linear infinite;}

@keyframes shrink{
    100%{ transform: perspective(0px) translate3d(0, 0, 0px);}
    100%{ transform: perspective(100px) translate3d(0, 0, 10px);}
}
@-webkit-keyframes shrink{
    100%{ transform: perspective(0px) translate3d(0, 0, 0px);}
    100%{ transform: perspective(100px) translate3d(0, 0, 10px);}
}

.banner{position: relative;}
.mouse{position: absolute;bottom:0.55rem;left: 50%;transform: translateX(-50%);z-index: 100;color:#fff;}
.mouse:after{content: '';display: block;display: block;width:21px;height:36px;background: url('../images/sb.png') no-repeat center;position: absolute;top:-55px;left: 50%;transform: translateX(-50%);background-size:100%}
.mouse:after{-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}
@keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(10px)  translateX(-50%);
    -webkit-transform: translateY(10px)  translateX(-50%);
    opacity: 0;
  }
}

@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(10px)  translateX(-50%);
    -webkit-transform: translateY(10px)  translateX(-50%);
    opacity: 0;
  }
}

.section1{width: 100%;background:url('../images/sec1.jpg') no-repeat center top;padding:0.95rem 0 1.74rem;background-size: cover;}
.sec1_text{width: 7.3rem;max-width: 49%}
.sec1_pic{width: 7.16rem;max-width: 48%}
.sec1_tit{font-size: 0.3rem;font-weight: bold;color: #222222}
.sec1_des{font-size: 0.4rem;color: #5b626c;margin-top:17px}
.dec1_con{color: #5b626c;line-height: 35px;margin-top: 30px}

.sec1_data{margin-top:27px;font-size: 18px;position: relative;margin-bottom: 0.4rem;padding-right: 55px}
.sec1_data li .tit{color: #222222;padding-bottom: 15px;margin-bottom: 0.33rem}
.sec1_data li .des{position: relative;display: inline-block;}
.sec1_data li .des span{color: #35434c;font-size: 0.8rem;line-height: 1.1;}
.sec1_data li .des i{color: #35434c;position: absolute;top:0.02rem;right:0;transform: translateX(calc(100% + 0.05rem));width: 60px}
.sec1_data:before{content: '';display: block;width: 100%;height: 1px;background:#edf2f6;position: absolute;top:35px;left: 0;}

.more{font-size: 18px;color: #1774b4;background:url('../images/more.png') no-repeat center right;padding-right: 50px;display:inline-block;line-height: 24px;position: relative;transition: all 0.5s}
.more:after{content:'';display: block;position: absolute; bottom:-10px;left: 0;width:0;height: 2px;background:#1774b4;transition: all 0.5s}
.more:hover:after{width: 100%}
.more:hover{padding-left:3px;background:url('../images/more.png') no-repeat center right 6px;}

.sec2_tit span{font-size: 0.3rem;color: #222222;font-weight: bold;}
.sec2_tit p{color: #5b626c}
.sec2_top{margin-bottom: 0.6rem}
.section2{padding:0.9rem 0;}

.section2 .list{margin-left:-45px;}
.section2 .list li{width:25%;padding-left:45px;margin-bottom:50px;}
.section2 .list li a{background:url('../images/sec2.jpg') no-repeat center;background-size: cover;position: relative;display: block;min-height:4.2rem;transition: all 0.5s}
.section2 .list li .pic{width: 100%;height:100%;position: absolute;top: 0;left: 0;opacity: 0;transition: all 0.5s;overflow:hidden;}
.section2 .list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center;transform: scale(1.5);transition: all 0.5s;}

.section2 .list li .text{color:#5b626c;padding:0.35rem 0.25rem 0;position: relative;z-index: 2;transition: all 0.5s}
.section2 .list li .text .icon{width: 0.91rem;height: 0.91rem;}
.section2 .list li:nth-child(1)  .text .icon{background:url('../images/icon/1.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(2)  .text .icon{background:url('../images/icon/2.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(3)  .text .icon{background:url('../images/icon/3.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(4)  .text .icon{background:url('../images/icon/4.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(5)  .text .icon{background:url('../images/icon/5.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(6)  .text .icon{background:url('../images/icon/6.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(7)  .text .icon{background:url('../images/icon/7.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(8)  .text .icon{background:url('../images/icon/8.png') no-repeat center;background-size: 100%;}

.section2 .list li:nth-child(1):hover  .text .icon{background:url('../images/icon/11.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(2):hover  .text .icon{background:url('../images/icon/22.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(3):hover  .text .icon{background:url('../images/icon/33.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(4):hover  .text .icon{background:url('../images/icon/44.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(5):hover  .text .icon{background:url('../images/icon/55.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(6):hover  .text .icon{background:url('../images/icon/66.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(7):hover  .text .icon{background:url('../images/icon/77.png') no-repeat center;background-size: 100%;}
.section2 .list li:nth-child(8):hover  .text .icon{background:url('../images/icon/88.png') no-repeat center;background-size: 100%;}

.section2 .list li .tit{font-size: 0.28rem;}
.section2 .list li .des{line-height: 2;margin-top: 0.2rem;}
.section2 .list li i{margin-top: 0.9rem;display: block;width: 20px;height: 11px;background:url('../images/jt3.png') no-repeat center;background-size: 100%}

.section2 .list li .tit{padding-top:0.15rem;}
.section2 .list li:hover .pic{opacity: 1;}
.section2 .list li:hover .pic img{transform: scale(1);}
.section2 .list li:hover .text{padding-top:0.25rem;color: #fff;}

.section2 .list li:hover i{background:url('../images/jt4.png') no-repeat center;background-size: 100%}
.section2 .list li:hover i{margin-top:0.58rem}

.section2 .list li:hover a{box-shadow: 0 0 0.2rem rgba(0,0,0,0.2)}

.section4{padding-top: 0.8rem;background:url('../images/sec4.jpg') no-repeat center;background-size: cover;}
.title{text-align:center;}
.title span{font-size: 0.36rem;color: #222222;font-weight: bold;display: block;}
.title p{color: #5b626c;margin-top: 0.05rem}

.sec4_main{width: 14.5rem;margin:0 auto;max-width: 90%;}
.section4 .list1{padding: 0.5rem 0}
.section4 .list1 li{width: 1.6rem;padding:0.4rem 0.1rem;text-align: center;background:#1774b4 url('../images/y.png') no-repeat center bottom;border-radius: 0.15rem;overflow:hidden;color: #fff;background-size: 100%}
.section4 .list1 li .icon{height: 0.56rem}
.section4 .list1 li .icon img{height: 100%}
.section4 .list1 li .tit{font-size: 0.2rem;margin-top: 0.1rem}


.section4 .list2 li .tit{color: #1774b4;line-height: 1.2;}
.section4 .list2 li .tit p{font-size: 0.36rem;font-weight: bold;}
.section4 .list2 li span{margin-right: 0.05rem}
.section4 .list2 li em{margin-left: 0.08rem}
.section4 .list2 li .des{margin-top: 0.03rem;font-size: 18px;color: #1774b4;text-align:center;margin-bottom: 0.2rem}
.section4 .list2 li .cir{width: 0.4rem;height: 0.4rem;border-radius: 50%;background:#1774b4;margin:0 auto;border:0.1rem solid #bdd8eb;}
.section4 .list2 li .line{width: 0.02rem;height: 4.2rem;background: url('../images/line.png') no-repeat center bottom;margin:0.1rem auto 0;}

.section4 .list2 li:nth-child(1){padding-top: 0.8rem;}
.section4 .list2 li:nth-child(2){padding-top: 1.1rem;}
.section4 .list2 li:nth-child(4){padding-top: 1.4rem;}
.section4 .list2 li:nth-child(5){padding-top: 0.55rem;}
.section4 .list2 li:nth-child(1) .line{height: 3.4rem;}
.section4 .list2 li:nth-child(2) .line{height: 3.2rem;}
.section4 .list2 li:nth-child(4) .line{height: 2.9rem;}
.section4 .list2 li:nth-child(5) .line{height: 3.7rem;}

.section5 .title span:after{content:'';display: block;width: 0.7rem;height: 0.05rem;background:#1774b4;display: block;margin:0.05rem auto 0.15rem;}

.section5{padding:0.7rem 0 0.9rem;}

.sec6_type{margin-top: 0.3rem}
.sec6_type a{line-height: 0.5rem;padding:0 0.35rem;border-radius: 0.1rem;background:#eeeeee;margin:0 0.15rem;color: #555555;font-size: 18px;overflow:hidden;}

.sec5_nr .list1{width: 10.9rem;max-width: (100% - 5.2rem)}
.sec5_nr .list2{width: 4.9rem;}
.sec5_nr{margin-top: 0.5rem}

.sec5_nr .list1 li{width: 5.35rem;max-width: 49%;}
.sec5_nr .list1 li .pic{position:relative;width:100%;height:0;padding-top:56%;}
.sec5_nr .list1 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}

.scale .pic{overflow: hidden;}
.scale .pic img{transition: all 0.5s;}
.scale:hover .pic img{transform:scale(1.2);}

.scale2 .pic{overflow: hidden;}
.scale2 img{transition: all 0.5s;}
.scale2:hover img{transform:scale(1.08);}

.sec5_nr .list1 li .text{padding:0.2rem 0.23rem;}
.sec5_nr .list1 li .tit{font-size: 0.2rem;color: #414b5b;line-height:1.8;margin-bottom: 0.25rem}
.sec5_nr .list1 li .time{color: #999999;}
.sec5_nr .list1 li .info span{width: 21px;height: 11px;background:url('../images/jt3.png') no-repeat center;background-size: 100%;}


.sec5_nr .list1 li:hover .tit{color: #fff}
.sec5_nr .list1 li:hover .time{color: #fff}
.sec5_nr .list1 li:hover .info span{background:url('../images/jt4.png') no-repeat center;}

.sec5_nr .list1 li a{transition: all .3s linear;display: block;background:#f8f8f8;height: 100%;}
.sec5_nr .list1 li:hover a{box-shadow: 0 10px 20px rgba(0,0,0,.1);transform: translateY(-10px);background:#1774b4;}

.sec6_type a{display: block;position: relative;transition: all 0.5s}
.sec6_type a:hover:before {
  left: 0;
  width: 100%;
}
.sec6_type a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right,#1774b4,#07abea);
  transition: 0.45s;
}
.sec6_type a p{position: relative;}
.sec6_type a:hover{color: #fff}

.sec6_type a.active:before {
  left: 0;
  width: 100%;
}
.sec6_type a.active{color: #fff}


.sec5_nr .list2 li a{padding-bottom: 0.25rem;margin-bottom: 0.35rem;border-bottom: 1px solid #eeeeee}
.sec5_nr .list2 li .tit{font-size: 20px;font-weight: bold;color: #414b5b}
.sec5_nr .list2 li .time{color: #999999;margin-top: 0.1rem}
.sec5_nr .list2 li:last-child a{margin-bottom: 0}

.sec5_nr .list2 li:hover .tit{color: #1774b4}



.sec5_nr .list2 li a{transition: all .3s linear;display: block;}
.sec5_nr .list2 li:hover a{ box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);transform: translateY(-10px);}

.sec5_btn{text-align:center;margin-top:0.6rem;}

.section6{width: 100%;background:url('../images/sec6.jpg') no-repeat center;padding:0.75rem 0;color: #2a7fba;background-size: cover;text-align:center;}
.sec6_info .tit{font-size: 40px;}
.sec6_info .des{font-size: 18px;margin-top:0.15rem;}


footer{width: 100%;background:url('../images/foot.jpg') no-repeat center;color: #fff;background-size: cover;}
footer a{color: #fff}

.foot1{padding:0.7rem 0 0.5rem;}
.foot1_info{width: 421px}
.foot_navlist{width: 10.3rem;max-width: calc(100% - 450px)}
.foot_contact{margin-top:0.3rem;}
.foot_contact li .tit{padding-left:34px;}
.foot_contact li .info{padding-left:34px;font-size: 20px;font-weight: bold;}

.foot_contact li:nth-child(1) .tit{background:url('../images/tel.png') no-repeat center left;}
.foot_contact li:nth-child(2) .tit{background:url('../images/email.png') no-repeat center left;}

.foot_contact li{margin-bottom: 10px}

.foot1 .codes{padding-top: 10px}
.foot1 .codes .code{width: 130px;margin-right:20px;}
.foot1 .codes .code .tit{margin-top:12px;text-align:center;}

.foot_navlist ul>li>a{font-size: 20px;position: relative;padding-bottom: 10px}
.foot_navlist dd a{font-size: 14px;color: rgba(255,255,255,0.5);line-height: 42px;}
.foot_navlist .two{margin-top:10px}

.foot2{font-size: 14px;padding: 0.3rem 0;border-top: 1px solid rgba(255,255,255,0.1)}
.foot2 .bq{color: rgba(255,255,255,0.5)}
.foot2 .bq a{color: rgba(255,255,255,0.5)}
.foot2 .mz{color: rgba(255,255,255,0.5)}
.foot2 a:hover{color: rgba(255,255,255,1)}


.foot_navlist dd:hover a{color: rgba(255,255,255,1);}


.foot_navlist ul>li>a:after{content: '';display: block;width: 0px;height:0.02rem;background:#fff;position: absolute;bottom:0;left:0;transition: all 0.5s;}
.foot_navlist ul>li>a:hover:after{width:100%}

.sec6_btn{line-height: 50px;padding:0 17px 0 55px;color: #fff;font-size: 18px;background:#2a7fba url('../images/dz2.png') no-repeat center left 19px;border-radius: 10px;display:inline-block;margin-top: 0.3rem}

/*.sec6_btn:hover{color: #fff;background:#1774b4 url('../images/dz.png') no-repeat center left 19px;}*/

.section3{background:url('../images/sec3.jpg') no-repeat center bottom;padding-top: 0.7rem;}

.title.white span{color: #fff}
.title.white p{color: #fff}

.section3 .title{padding-bottom: 0.9rem}

.sec1_pic img{transition: all 0.5s;transform: scale(1.02);vertical-align:top;}
.sec1_pic:hover img{
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.sec1_pic .pic{overflow: hidden;padding-top: 10px}



.online_q {position: fixed;right: 7px;bottom: 30%;z-index: 9999;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{width:60px;height: 60px;line-height: 60px;cursor:pointer;position:relative;margin-bottom: 1px;transition:.3s;text-align: center;}
.online_q .btn-top{background: #108f91;padding:0;}

.online_q .btn2 span{display:block;float:left;width:60px;height:60px;line-height: 60px;position:relative;z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;color:#fff;border-radius: 5px;background: #0069b7;text-align: center;}

.online_q .btn-top{background: #006ab8;border-radius: 5px}

.online_q .open.pic{position:absolute;border-radius:3px;right:95px;top:50%;text-align:right;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden;display: flex;width: 130px;transform: translateY(-50%);padding:10px;background:#0069b7;}
.online_q .open.pic:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid #0069b7;position:absolute;right:-20px;top:50%;transform: translateY(-50%);}
.online_q .open.pic img{width: 100%}
.online_q .btn2:hover .open.pic{opacity:1;right:80px;visibility:visible;}


#gotop.hide{ height:0; overflow: hidden;}

.online_q .btn2:hover span{background: #2b9df2;}


.online_q .social-share{position:absolute;background: #0069b7;border-radius:3px;min-width: 160px;padding:10px;right:95px;top:50%;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden;font-size:25px;color: #fff;transform: translateY(-50%);line-height:1.5;}
.online_q .social-share:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid #0069b7;position:absolute;right:-20px;top:50%;transform: translateY(-50%);}
.online_q .btn2:hover .social-share{opacity:1;right: 80px;visibility:visible;}


.section4 .list1 li .icon,.section4 .list1 li .tit{transition: all 0.5s}
.section4 .list1 li:hover .icon{transform: translateY(-5px);}
.section4 .list1 li:hover .tit{transform: translateY(5px);}

/*?????*/
.section3{width: 100%;height: 980px}
/* Բ??ͼƬ????? */
.arc-carousel-container {
    position: relative;
    width: 100%;
    height: 340px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.arc-image {
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0.15rem;
    transition: all 0.5s;

}

.arc-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out;

}

.arc-image .pic img.loaded {
        opacity: 1;
}

/* ??ͼƬͻ???ʾ */
.arc-image.active {
    /*box-shadow: 0 0 25px rgba(255, 255, 255, 0.8);*/
    z-index: 10;
    border:0.2rem solid #4a9dcf;
    position: relative;

}
/*.arc-image.active:after{content: '';width:calc(100% + 0.5rem);height: calc(100% + 0.5rem);background:transparent;border:1px solid #5ea5d0;border-radius: 50%;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);padding:0.1rem;}*/
.arc-image.active:before{content: '';width:100%;height:100%;background:transparent;border:0.15rem solid #228ccc;border-radius: 50%;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);padding:0.1rem;}

.arc-image.active{ transform:scale(1.5)!important;}


/* Բ??????? */
.arc-progress-container {
    position: relative;
    width: 100%;
    height: 4.6rem;
    overflow: visible;
    padding: 0;
    margin-top:-100px;
}

.arc-svg {
    width: 100%;
    height: 100%;
    preserveAspectRatio: xMidYMid meet;
}

.arc-background {
    fill: none;
    stroke: rgba(255, 255, 255, 0.8);
    stroke-width: 2px;
    shape-rendering: geometricPrecision;
}

.arc-progress {
    fill: none;
    stroke: #d9893b;
    stroke-width: 2px;
    stroke-linecap: round;
    shape-rendering: geometricPrecision;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}


.arc-hit-area {
    fill: none;
    stroke: transparent;
    stroke-width: 30;
    cursor: pointer;
}

.sec3_list{width:14.26rem;height: 340px;max-width:90%;margin:0 auto;}

.sec3_nr2{width: 840px;margin:0 auto;text-align: center;color: #fff;margin-top:-3.65rem;position: relative;z-index: 10}

.category-nav{width: 167px;margin:0 auto;}
.c_btn{width: 52px;height: 50px;}
.category-prev{background:url('../images/prev.png') no-repeat center;}
.category-next{background:url('../images/next.png') no-repeat center;}

.category-prev:hover{background:url('../images/prev11.png') no-repeat center;}
.category-next:hover{background:url('../images/next11.png') no-repeat center;}
.sec3_type {color: #fff;margin-bottom: 0.8rem}
.sec3_type .tit{font-size: 24px;font-weight: bold;}
.sec3_type .info{line-height: 2.2;margin-top:0.3rem;}


.arc-image {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.arc-image .pic{width: 100%;height:100%;overflow:hidden;}

.arc-image.position-0 { transform: scale(1); z-index: 2; }
.arc-image.position-1 { transform: scale(1); z-index: 3; }
.arc-image.position-2 { transform: scale(1); z-index: 4; }
.arc-image.position-3 { transform: scale(1); z-index: 5; }
.arc-image.position-4 { transform: scale(1); z-index: 4; }
.arc-image.position-5 { transform: scale(1); z-index: 3; }
.arc-image.position-6 { transform: scale(1); z-index: 2; }


.arc-image.active {
    transform: scale(1.5) !important;
    /*border: 0.1rem solid #4a9dcf;*/
    z-index: 10 !important;
    position: relative;
}


@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                    0 0 20px rgba(255, 255, 255, 0.2),
                    inset 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.9), 
                    0 0 40px rgba(255, 255, 255, 0.7),
                    inset 0 0 15px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                    0 0 20px rgba(255, 255, 255, 0.2),
                    inset 0 0 10px rgba(255, 255, 255, 0.4);
    }
}

/* ?????????? - ??͸??Ⱥ?????ȱ仯?????Ŵ??С */
@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(3px);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.7;
        filter: blur(6px);
        transform: translate(-50%, -50%) scale(1.02);
    }
    100% {
        opacity: 0.3;
        filter: blur(3px);
        transform: translate(-50%, -50%) scale(1);
    }
}


/* Ӧ????⶯????ѡ????Ƭ */
.arc-image.active{
    animation: pulseGlow 2s infinite ease-in-out;
}

.arc-image .pic{width: 100%;height:100%;overflow:hidden;border-radius: 50%}



/* ?????? - ?̶????????????????仯 */
.arc-image.active:after {
    content: '';
    width: calc(100% + 0.6rem); /* ?̶???? */
    height: calc(100% + 0.6rem); /* ?̶???? */
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* ?̶?λ????????*/
    animation: glowPulse 3s infinite ease-in-out;
    z-index: -1;
}


@media (max-width:1500px) {
  header .navlist li{margin: 0 0.2rem;}
  header .logo{width: 4rem}
  .banner .swiper-slide .btn{line-height: 0.55rem;}
  .sec1_text{width: 49%}
  .sec1_pic{width: 47%}
  .section2 .list li .des{margin-top: 0.1rem;line-height: 1.8;}
  .section2 .list li .tit{margin-top: 0.07rem}
  .sec5_nr .list2 li .tit{font-size: 17px;}
  .sec5_nr .list1 li .tit{font-size: 17px;}
  .section4 .list1 li .tit{font-size: 17px;margin-top: 10px}
  .sec3_nr2{width:50%}
  header .navlist .two dd a{font-size: 14px;}
}
@media (max-width:1400px) {
  .section4 .list1 li{width:1.8rem;padding: 0.5rem 0.1rem;}
}
@media (max-width:1300px) {
  .section3{height: 750px}
  .section3 .title{padding-bottom: 0}
  .sec5_nr .list2 li a{padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
  .sec5_nr .list2 li a{transition: all .3s linear;display: block;}
  .sec5_nr .list2 li:hover a{ box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.1);transform: translateY(-5px);}
}

.sec3_more_3g,.sec2_top_3g{display: none}

@media (max-width:1200px) {
  .foot_navlist ul > li > a{font-size: 16px;}
  .foot_navlist dd a{font-size: 13px;line-height: 2.5;}
  .foot1_info{width: 350px}
  .foot1 .codes .code{width: 110px}
  .foot_navlist{width:calc(100% - 380px);max-width:calc(100% - 380px);}
  
  header .navlist li {margin: 0 0.08rem;}
  .sec3_more_3g,.sec2_top_3g{display: block;}
  .sec2_top{display: none}

  .sec2_top_3g{margin-bottom: 0.6rem;}
  .sec3_more_3g{text-align: center;margin-top: 0.6rem;}

  .section2 .list{margin-left:-15px;}
  .section2 .list li{width:25%;padding-left:15px;margin-bottom:20px;}
  .sec5_nr .list1{width:60%}
  .sec5_nr .list2{width:38%}
  .sec5_nr .list1 li .pic{padding-top:70%;}

}

html{height: 100%;}
body.open {height: 100%;
  overflow: hidden;
}
#sidebar {
    width: 0%;
    height: 100%;
    background:#fff;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
  
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 1001;
}
#sidebar ul li {
    display: block;
    border-bottom: 1px solid #dddddd;
    font-size: 15px;
    width: 100%;
}
#sidebar ul li:nth-child(1) {
   border: 0;
 }
.agent-mobile #sidebar ul li {
    border-color: rgba(255, 255, 255, .05);
}
#sidebar ul li>a {
    display: block;
    color: #333333;
    padding: 0 0.15rem;
    height:0.65rem;
    line-height:0.65rem;
    
}


.nr {
    position: relative;
    z-index: 10;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close{position: absolute;right:0.2rem;top:0.2rem;}
#close img{height:0.15rem;}

li.navitem{
    position: relative;
    top: 100px;
    opacity: 0;
    transition: .3s;
    transitino-delay: 1s;
}

body.open li.navitem{
    top: 0px;
    opacity: 1;
    transition: 1s;
}
body.open li.navitem:nth-child(2)  {
    transition-delay: 0.2s;
}

body.open li.navitem:nth-child(3)  {
    transition-delay: 0.4s;
}

body.open li.navitem:nth-child(4)  {
    transition-delay: 0.6s;
}

body.open li.navitem:nth-child(5)  {
    transition-delay: 0.8s;
}

body.open li.navitem:nth-child(6)  {
    transition-delay: 1s;
}

body.open li.navitem:nth-child(7)  {
    transition-delay: 1.2s;
}
body.open li.navitem:nth-child(8)  {
    transition-delay: 1.4s;
}
body.open li.navitem:nth-child(9)  {
    transition-delay: 1.6s;
}
body.open li.navitem:nth-child(10)  {
    transition-delay: 1.8s;
}

body.open li.navitem:nth-child(11)  {
    transition-delay: 2s;
}
body.open li.navitem:nth-child(12)  {
    transition-delay: 2.2s;
}
body.open li.navitem:nth-child(13)  {
    transition-delay: 2.4s;
}
body.open li.navitem:nth-child(14)  {
    transition-delay: 2.6s;
}

.sub_nav{display: none;padding:0 0.15rem 0.1rem 0.25rem;}
.sub_nav li a{height:0.35rem;line-height:0.35rem;color: #333333;font-size: 14px;text-align: center;display: block;}
.sub_nav li{display: block;min-height:0.35rem;font-size: 1.3rem;width: 100%;}

body.open .navitem{position: relative;}
body.open .navitem.nav_down i{transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);}
body.open .navitem.nav_down i {
    position: absolute;
    top:0;
    right:0;
    content: "";
    display: block;
    width:1rem;
    height:1rem;
    background: url(../images/jiantou.png) center no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-size: 15px;
    cursor: pointer;
}
body.open .navitem.on.nav_down i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.sub_nav dd {
    margin:0;
    padding: 0 8px;
    height:34px;line-height:34px;
}

#sidebar ul li .sub_nav dd>a{display: block;padding-left:4px;color: #666666;font-size:13px;height:35px;line-height:35px;}



.head_3g{display: none;}

@media (max-width:1000px) {
  header{display: none}
  .head_3g{display: block;}


  .head_3g{position: absolute;left: 0;top: 0;z-index: 1000;display: block;width: 100%;}
  .head_3g .main{height:1rem}
  .head_3g .logo img{height: 0.7rem}
  .head_3g .nav{width: 0.45rem;height: 0.45rem;display: block;background:url('../images/nav.png') no-repeat center;background-size: 100%;margin-left: 0.2rem}
 
  .head_3g .search2 img{height: 0.4rem}
  .ss{width:0;height:0.7rem;position:absolute;left:0;top:1rem;overflow:hidden;z-index:7;font-size: 0.28rem;border-radius: 3px}
  .ss .ss_btn{width:20%;float:left;line-height:0.7rem;background:#1774b4;border:none;color:#fff;text-align:center;}
  .ss .ss_bd{width:80%;height:0.7rem;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;}
  
  body.open #sidebar{width:35%} 
  body.open .nr { transform: translate3d(35%,0,0);  -webkit-transform: translate3d(35%,0,0)}
  #close img{height: 0.3rem}
  #sidebar ul li > a{height: 1rem;line-height: 1rem;}

  
  .section1 .main{display: block;}
  .sec1_text{width: 100%;max-width: 100%}
  .sec1_pic{width: 80%;max-width: 100%;margin:0 auto;}

  .sec1_data li .des i{font-size: 16px;}
  .sec1_tit{font-size: 0.5rem;}
  .banner .swiper-slide .des{line-height: 1.8;}
  .banner .swiper-slide .btn{line-height: 0.7rem;}
  .title span{font-size: 0.5rem;}
  .section2 .list li a{height: 4.5rem}
  .section2 .list li .tit{font-size: 0.35rem;}
  .section2 .list li .des{font-size:0.24rem;}
  
  .section5 .sec5_nr{display: block;}
  .sec5_nr .list1{width: 100%}
  .sec5_nr .list2{width: 100%}
  .sec5_nr .list1 li{width: 49%}
  .sec5_nr .list1{margin-bottom: 0.5rem}
  .sec5_nr .list2 li a {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .sec6_info .tit{font-size: 0.6rem;}
  .sec6_info .des{font-size: 0.3rem;}

  .sec6_btn{line-height:45px;padding:0 15px 0 55px;color: #fff;font-size: 16px;background:#1774b4 url('../images/dz2.png') no-repeat center left 15px;border-radius: 10px}
  /*.sec6_btn:hover {
    background: #1774b4 url('../images/dz2.png') no-repeat center left 15px;
  }*/

  .foot_navlist{display: none}

  body{overflow-x:hidden;}

  .foot1_info{width: 100%;display: flex;
  justify-content: space-between;}
  .sec6_type a{line-height: 0.7rem;}
}

.section4 .list2 li{position: relative;min-width: 140px;text-align: center}
.section4 .list2 li:after{content:'';display:block;height:100%;left: 0.66rem;position: absolute;bottom: 0}
.section4 .list2 li:nth-child(1){margin-right: 1.45rem}
.section4 .list2 li:nth-child(2){margin-right: 0.81rem}
.section4 .list2 li:nth-child(3){margin-right: 1.28rem}
.section4 .list2 li:nth-child(4){margin-right: 0.81rem}
.section4 .list2 li:nth-child(5){margin-right: 1.17rem}

.section4 .list2 li:nth-child(1):after{width: 2.95rem;background:url('../images/l1.png') no-repeat center bottom;background-size: 100%}
.section4 .list2 li:nth-child(2):after{width: 2.21rem;left: 0.7rem;background:url('../images/l2.png') no-repeat center bottom;background-size: 100%}
.section4 .list2 li:nth-child(3):after{width: 2.65rem;background:url('../images/l3.png') no-repeat center bottom;background-size: 100%}
.section4 .list2 li:nth-child(4):after{width: 2.25rem;background:url('../images/l4.png') no-repeat center bottom;background-size: 100%}
.section4 .list2 li:nth-child(5):after{width: 2.52rem;background:url('../images/l5.png') no-repeat center bottom;background-size: 100%}

@media (max-width:1600px) {
  .section4 .list2 li:nth-child(1){margin-right: 1.35rem}
  .section4 .list2 li:nth-child(2){margin-right: 0.5rem}
  .section4 .list2 li:nth-child(3){margin-right: 1rem}
  .section4 .list2 li:nth-child(4){margin-right: 0.5rem}
  .section4 .list2 li:nth-child(5){margin-right: 0.85rem}
  .section4 .list2 li:after{left:0.75rem}
  .section4 .list2 li:nth-child(2):after{left: 0.8rem}
}

@media (max-width:1450px) {
  .section4 .list2 li:nth-child(1){margin-right: 1.25rem}
  .section4 .list2 li:nth-child(2){margin-right: 0.4rem}
  .section4 .list2 li:nth-child(3){margin-right: 0.9rem}
  .section4 .list2 li:nth-child(4){margin-right: 0.4rem}
  .section4 .list2 li:nth-child(5){margin-right: 0.75rem}
  .section4 .list2 li:after{left:0.8rem}
  .section4 .list2 li:nth-child(2):after{left: 0.9rem}
  .section4 .list2 li{min-width: 130px}
}
@media (max-width:1300px) {
  .section4 .list2 li{min-width: 120px}
}
@media (max-width:1050px) {
  .section4 .list2 li:nth-child(1){margin-right: 1.1rem}
  .section4 .list2 li:nth-child(2){margin-right: 0.25rem}
  .section4 .list2 li:nth-child(3){margin-right: 0.7rem}
  .section4 .list2 li:nth-child(4){margin-right: 0.25rem}
  .section4 .list2 li:nth-child(5){margin-right: 0.6rem}
  .section4 .list2 li:after{left:0.65rem}
  .section4 .list2 li:nth-child(2):after{left: 0.8rem}
}

@media (max-width:1000px) {
  .section4 .list2 li{min-width:110px}
  .section4 .list2 li:nth-child(1){margin-right:0.4rem}
  .section4 .list2 li:nth-child(2){margin-right:0}
  .section4 .list2 li:nth-child(3){margin-right:0}
  .section4 .list2 li:nth-child(4){margin-right:0}
  .section4 .list2 li:nth-child(5){margin-right:0}

  .section4 .list2 li:nth-child(1):after{width: 2.65rem;background:url('../images/l1.png') no-repeat center bottom;background-size: 100%}
  .section4 .list2 li:nth-child(2):after{width: 2rem;background:url('../images/l2.png') no-repeat center bottom;background-size: 100%}
  .section4 .list2 li:nth-child(3):after{width: 2.35rem;background:url('../images/l3.png') no-repeat center bottom;background-size: 100%}
  .section4 .list2 li:nth-child(4):after{width: 1.9rem;background:url('../images/l4.png') no-repeat center bottom;background-size: 100%}
  .section4 .list2 li:nth-child(5):after{width: 2.32rem;background:url('../images/l5.png') no-repeat center bottom;background-size: 100%}
  
  .section4 .list2 li:after{left:0.85rem}
  .section4 .list2 li:nth-child(2):after{left: 1rem}
  .section4 .list2 li:nth-child(5):after{left: 0.9rem}

}

.section4 .list1 li .tit_3g{display: none;}
.section3_3g{display: none}
@media (max-width:750px) {
  .banner .swiper-slide .pic img:nth-child(1){display: none}
  .banner .swiper-slide .pic img:nth-child(2){display: block;}
  #close{top:0.1rem;}
  .section3_3g{display: block;}
  .section3{display: none}
  .head_3g .main{height:0.5rem}
  .head_3g .logo img{height: 0.35rem}
  .head_3g .nav{width: 0.22rem;height: 0.22rem;display: block;background:url('../images/nav.png') no-repeat center;background-size: 100%;margin-left: 0.1rem}
  .head_3g .search2 img{height: 0.2rem}
  .ss{width:0;height:0.35rem;position:absolute;left:0;top:0.5rem;overflow:hidden;z-index:7;font-size: 0.14rem;border-radius: 3px}
  .ss .ss_btn{width:20%;float:left;line-height:0.35rem;background:#1774b4;border:none;color:#fff;}
  .ss .ss_bd{width:80%;height:0.35rem;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;}
  
  body.open #sidebar{width:70%} 
  body.open .nr { transform: translate3d(70%,0,0);  -webkit-transform: translate3d(70%,0,0)}
  #close img{height: 0.15rem}
  #sidebar ul li > a{height: 0.5rem;line-height: 0.5rem;}

  body.open .navitem.nav_down i {
      width:0.5rem;
      height:0.5rem;
      background-size: 12px;
  }
  
  .section1 .main{display: block;}
  .sec1_text{width: 100%;max-width: 100%}
  .sec1_pic{width: 100%;max-width: 100%;margin:0 auto;}

  .sec1_data li .des i{font-size: 0.14rem;}
  .sec1_tit{font-size: 0.25rem;}
  .banner .swiper-slide .des{line-height: 1.8;}
  .banner .swiper-slide .btn{line-height: 0.35rem;}
  .title span{font-size: 0.25rem;}
  .section2 .list li a{height: 2.2rem}
  .section2 .list li .tit{font-size: 0.18rem;}
  .section2 .list li .des{font-size:0.13rem;}
  
  .section5 .sec5_nr{display: block;}
  .sec5_nr .list1{width: 100%}
  .sec5_nr .list2{width: 100%}
  .sec5_nr .list1 li{width: 49%}
  .sec5_nr .list1{margin-bottom: 0.2rem}
  .sec5_nr .list2 li a {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .sec6_info .tit{font-size: 0.3rem;}
  .sec6_info .des{font-size: 0.14rem;}

  .sec6_btn{line-height:45px;padding:0 15px 0 55px;color: #fff;font-size: 16px;background:#1774b4 url('../images/dz2.png') no-repeat center left 15px;border-radius: 10px}
  /*.sec6_btn:hover {
    background: #1774b4 url('../images/dz2.png') no-repeat center left 15px;
  }*/

  .sec6_type a{line-height: 0.35rem;}
  .banner .swiper .swiper-slide .pic{
    width: 100%;
    height: 0;
    position: relative;
    padding-top:100%;
  }

  .banner .swiper .swiper-slide img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  .banner .swiper-slide .bt2{font-size: 0.2rem;margin: 0.05rem 0 0.07rem;}
  .banner .swiper-slide .bt1{font-size: 0.18rem;}
  .banner .swiper-slide .des{font-size: 0.1rem;}
  .banner .swiper-slide .btn{padding:0 0.15rem;}
  .banner .swiper-slide .btn i{margin-left: 0.1rem;background-size:auto 0.15rem}

  .aside-nav{display: none}
  .mouse{bottom: 0.15rem}

  .section1{padding:0.2rem 0;}
  .sec1_des{font-size: 0.15rem;}

  .sec1_des{margin-top:0.03rem;}
  .dec1_con{font-size: 0.14rem;line-height: 1.8;margin-top: 0.1rem}
  .sec1_data li .tit{font-size: 0.16rem;padding-bottom: 0.05rem;margin-bottom: 0.15rem;}
  .sec1_data li .des span{font-size: 0.3rem;}
  .sec1_data {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    position: relative;
    margin-bottom: 0.2rem;
    padding-right: 0.25rem;
  }
  .sec1_data::before{top:0.3rem;}
  .more{font-size: 0.16rem;background: url('../images/more.png') no-repeat center right;
  padding-right: 0.32rem;background-size: 0.22rem}

  .more:hover{padding-left:0;background:url('../images/more.png') no-repeat center right;background-size: 0.22rem}
  .more::after{bottom: -2px}

  .section2{padding:0.2rem 0;}
  .sec2_top_3g{margin-bottom: 0.15rem}

  .section2 .list li{width: 100%;padding-left:0;margin-bottom: 0.1rem}

  .section2 .list li a{height: auto;min-height: auto}
  .section2 .list li:hover .text{padding:0.2rem 0.15rem;}
  .section2 .list li .text{padding:0.2rem 0.15rem;}
  .section2 .list li:hover i,.section2 .list li i{display: none}
  .section2 .list li .tit{margin:0;padding:0;}
  .section2 .list li .des{margin-top: 0.05rem}
  .section2 .list li .text .icon{width: 0.5rem;height: 0.5rem}
  .section2 .list{margin-left: 0}
  .section2 .list li .text .info{width: calc(100% - 0.63rem)}
  /*.section2 .list li .pic{display: none}*/
  .section2 .list li .text{display: flex;align-items:center;justify-content: space-between;}
    /*.section2 .list li:hover .text{color:#5b626c;}*/

 /* .section2 .list li:nth-child(1):hover  .text .icon{background:url('../images/icon/1.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(2):hover  .text .icon{background:url('../images/icon/2.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(3):hover  .text .icon{background:url('../images/icon/3.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(4):hover  .text .icon{background:url('../images/icon/4.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(5):hover  .text .icon{background:url('../images/icon/5.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(6):hover  .text .icon{background:url('../images/icon/6.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(7):hover  .text .icon{background:url('../images/icon/7.png') no-repeat center;background-size: 100%;}
  .section2 .list li:nth-child(8):hover  .text .icon{background:url('../images/icon/8.png') no-repeat center;background-size: 100%;}
  */
  .sec3_more_3g{margin-top: 0.15rem}
  .section4 .list1 ul{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
  /*.section4 .list1 ul{display: block;}*/
  .section4 .list1 li{width: 32%;padding: 0.15rem  0.15rem 0.15rem 0.1rem;margin-bottom: 0.1rem;border-radius: 0.1rem;}
  /*.section4 .list1 li .icon{width: 0.5rem;height: auto;}*/
  .section4 .list1 li .icon img{height: 0.35rem}
  .section4 .list1 li .icon{height: auto;}
  .section4 .list1 li:hover .icon{transform: translateY(0px);}
  .section4 .list1 li:hover .tit{transform: translateY(0px);}
  /*.section4 .list1 li{display: flex;justify-content:space-between;align-items:center;}*/
  
 /* .section4 .list1 li .tit{display: none}
  .section4 .list1 li .tit_3g{display: block;font-size: 0.2rem;}*/

  .section4 .list1 li .tit{font-size: 0.16rem;margin-top: 0.05rem}

  .sec4_main,.main{width: 94%;max-width: 94%}
  .section4 .list1{padding:0.2rem 0;}
  .section4{padding: 0.2rem 0 0.15rem;}

  .section4 .list2 ul{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
  .section4 .list2 li{width: 48.5%;padding-top:0;}
  .section4 .list2 li:nth-child(1){padding-top: 0;}
  .section4 .list2 li:nth-child(2){padding-top: 0;}
  .section4 .list2 li:nth-child(4){padding-top: 0;}
  .section4 .list2 li:nth-child(5){padding-top: 0;}
  .section4 .list2 li:nth-child(1) .line{height: 0;}
  .section4 .list2 li:nth-child(2) .line{height: 0;}
  .section4 .list2 li:nth-child(4) .line{height: 0;}
  .section4 .list2 li:nth-child(5) .line{height: 0;}
  .section4 .list2 li .cir{display: none}
  .section4 .list2 li .line{display: none}
  .section4 .list2 li .des{font-size: 0.15rem;margin-bottom: 0.1rem;}
  .section4 .list2 li .tit{display: flex;justify-content:center;}
  .section4 .list2 li .tit p{font-size: 0.3rem;}

  .section4 .list2 li{min-width:auto}
  .section4 .list2 li:nth-child(1){margin-right:0}
  .section4 .list2 li:after{display: none}



  .section5{padding:0.2rem 0;}
  .sec6_type a{font-size: 0.13rem;padding: 0 0.1rem;margin: 0 0.05rem;}
  .sec5_nr{margin-top: 0.2rem}
  .sec6_type{margin-top: 0.15rem}
  
  .sec5_nr .list1 ul{display: block;}
  .sec5_nr .list1 li{width: 100%;max-width: 100%}

  .sec5_nr .list1 li a{transition: all .3s linear;display: block;background:#f8f8f8;}
  .sec5_nr .list1 li:hover a{box-shadow: 0 10px 20px rgba(0,0,0,.1);transform: translateY(0px);background:#f8f8f8;}

  .sec5_nr .list1 li .info span{width: 21px;height: 11px;background:url('../images/jt3.png') no-repeat center;background-size: 100%;}


  .sec5_nr .list1 li:hover .tit{color: #414b5b}
  .sec5_nr .list1 li:hover .time{color: #999999}
  .sec5_nr .list1 li:hover .info span{background:url('../images/jt3.png') no-repeat center;}
  .sec5_nr .list1 li .text {
    padding:0.1rem 0.15rem;
  }
  .sec5_nr .list1 li .tit{font-size: 0.15rem;line-height: 1.5;margin-bottom: 0.1rem;}
  .sec5_nr .list1 li{margin-bottom: 0.1rem}

  .sec5_btn{margin-top: 0.15rem}

  .section6 .main{display: block;}
  .section6{padding:0.2rem 0;overflow:hidden;}
  .sec6_btn{display: block;height: 0.4rem;line-height: 0.4rem;width:1.8rem;font-size: 0.16rem;background: #1774b4 url('../images/dz2.png') no-repeat center left 0.15rem;padding: 0 0.1rem 0 0.4rem;background-size: 0.2rem;margin:0 auto;}
  .sec6_info .tit{font-size: 0.25rem;}
  .sec6_info .des{margin: 0.02rem 0 0.12rem;}
  .foot1{padding:0.2rem 0;}
  .foot1 .main,.foot1_info,.foot2 .main{display: block;}
  .sec5_nr .list2 li .tit{font-size: 0.16rem;}
  .sec5_nr .list2 li .time{margin-top: 0.05rem}
  .foot_contact li .info{font-size: 0.18rem;}
  .foot_contact li .tit{font-size: 0.15rem;}
  .foot1 .codes .code{width: 1.2rem}
  .foot1 .codes .code .tit{font-size: 0.15rem;}
  .foot2{padding:0.1rem 0;font-size: 0.14rem;}

  .arc-image{width: 0.85rem;height: 0.85rem}
  .sec3_list{height: 230px}
  .section3{padding-top:0.2rem;height: 650px}

  .sec3_type{margin-bottom: 0.2rem}
  .c_btn{width: 32px;height: 30px}
  .category-prev{background:url('../images/prev.png') no-repeat center;background-size: 100%}
  .category-next{background:url('../images/next.png') no-repeat center;background-size: 100%}
  .category-nav{width: 100px;margin:0 auto;}


  .section3_3g{padding:0.2rem 0 0.25rem;background: url('../images/sec3.jpg') no-repeat center bottom;background-size: cover;}
  .sec3_3g_list{margin-top: 0.2rem}
  .sec3_3g_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:100%;background: #fff;border-radius: 50%;overflow:hidden;}
  .sec3_3g_list .swiper-slide .pic img{position: absolute;top: 5%;left: 5%;width: 90%;height: 90%;-o-object-fit: contain;object-fit: contain;object-position:center center}


  .sec3_3g_bot{position: relative;}
 
  .sec3_3g_list .swiper-scrollbar-drag {background:rgba(255,255,255,1);}
  .sec3_3g_list .swiper-scrollbar{height: 1px;background:rgba(255,255,255,0.5);width: 100%;overflow: hidden;margin-top:0.1rem;position:static;}
  .sec3_3g_bot{position: relative;padding-right:0.6rem;margin-top:0.25rem;}
  
  .sec3_3g_bot .swiper-button-prev{background:#fff url('../images/left.jpg') no-repeat center;border:1px solid #f6f7f9;left:auto;right: 0.3rem;background-size: 0.15rem}
  .sec3_3g_bot .swiper-button-next{background:#fff url('../images/right.jpg') no-repeat center;border:1px solid #e6e8ed;left:auto;right: 0;background-size: 0.15rem}
  .sec3_3g_bot .swiper-button-next::after{content:'';}
  .sec3_3g_bot .swiper-button-prev::after{content:'';}
  .sec3_3g_bot .swiper-button-prev,.sec3_3g_bot .swiper-button-next{width: 0.3rem;height: 0.3rem;top:auto;margin-top:0;bottom: 0;z-index: 1000;}

  .section3_3g .swiper-pagination-fraction{font-size:0.14rem;width:0.75rem;left:0px;color: #fff;bottom:0}
  .section3_3g .swiper-pagination-current,.section3_3g .s1{font-size: 0.25rem;}

  .sec3_3g_type a.active{color:#fff;}
  .sec3_3g_type a.active:before {
    left: 0;
    width: 100%;
  }

  .sec6_type a{border-radius: 0;}

  .sec3_3g_list .swiper-slide {
        
       transition: 300ms;
       transform: scale(0.8);
    
   }
   .sec3_3g_list .swiper-slide.no-transition {
    transition: none !important;
  }
   .sec3_3g_list .swiper-slide .pic{margin-top: 0.5rem}
   .sec3_3g_list .swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);}
   .sec3_3g_list .swiper-slide-active .pic,.swiper-slide-duplicate-active .pic{margin-top: 0}
   .sec3_3g_bot{margin-top: 0.3rem}

   .sec3_3g_list {
    position: relative;
    height:2rem; /* ?̶??߶ȣ???????????? */
    } 
   .sec3_3g_list .list {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       opacity: 0;
       transition: opacity 0.3s ease;
       pointer-events: none;
   }

   .sec3_3g_list .list.active {
       opacity: 1;
       pointer-events: all;
   }
   

}

.banner2{position: relative;}
.banner2 img{width: 100%}
.banner2 .lanmu{text-align:center;color: #fff;position: absolute;top:calc(50% + 0.5rem);transform: translateY(-50%);width: 100%}
.banner2 .lanmu span{font-size:45px;font-weight:bold;display: block;}
.banner2 .lanmu p{font-size: 18px;margin-top:7px;}

.typeinfo{width:100%;border-bottom:1px solid #e5e5e5;line-height: 0.75rem;}
.typeinfo .nav_list a{color: #5b626c;margin-right:0.7rem;position: relative;} 
.typeinfo .nail{color: #6c757d;padding-left: 29px;background: url('../images/nail.png') no-repeat center left;}
.typeinfo .nail a{color: #6c757d}
.typeinfo .nav_list a.active{color: #1774b4;font-weight: bold;}
.typeinfo .nav_list a:after{content:'';display: block;width:0;height:2px;background: #1774b4;position: absolute;bottom: 0;left: 50%;transition: all 0.5s;transform: translateX(-50%);}
.typeinfo .nav_list a.active:after{width: 100%}

.about1{padding:0.8rem 0;}
.title p{text-transform: uppercase;}

.about1_nr{margin-top:0.4rem;margin-bottom: 0.95rem}
.about1_left{width: 8.3rem;max-width:50.5%;padding-top:1.15rem;}
.about1_right{width: 7.16rem;max-width: 44%}
.about1_left .con{color: #5b626c;line-height: 2.1;margin-bottom: 0.5rem}

.about1_data{border-top:1px solid #edf2f6;font-size: 18px;color: #35434c;padding-top:0.45rem;padding-right: 55px;}
.about1_data .tit{color: #222222;margin-top: 5px}

.about1_data li .des{position: relative;display: inline-block;}
.about1_data li .des span{font-size: 0.8rem;line-height: 1.1;}
.about1_data li .des i{position: absolute;top:0.02rem;right:0;transform: translateX(calc(100% + 0.05rem));width: 60px}

.about1_list .list{width: 5rem;max-width: 32%;padding:0.33rem;background: #1774b4 url('../images/bg1.jpg') no-repeat right bottom;color: #fff;background-size: cover;}
.about1_list .list .tit{font-size:0.24rem;font-weight: bold;margin-bottom: 0.2rem}
.about1_list .list li{font-size: 0.2rem;line-height: 2.4;padding-left:25px;background: url('../images/s.png') no-repeat center left;}
.about1_list .list li{transition: all 0.5s}
.about1_list .list li:hover{margin-left:0.1rem;}

.about1_list .list{box-shadow: 0 8px 15px rgba(43,132,194,0.4)}

.about2{width:100%;background: url('../images/a2.jpg') no-repeat center;position: relative;}

.about2 .title{position: absolute;width: 100%;top:0.75rem;}
.about2_list li{padding:3.2rem 0 1.5rem;width: 33.3%;color: #fff;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,0.5)}
.about2_list li .info{transition: all 0.5s}
.about2_list li:hover .info{transform: translateY(-0.45rem);}
.about2_list li span{font-size:24px;font-weight: bold;display: block;margin:13px  0;}
.about2_list li:last-child{border:0;}
.about2_list li .icon{position: relative;}
.about2_list li .icon img{position: relative;z-index: 1}
.about2_list li .icon:after{content: '';width: 20px;height:20px;background: #1774b4;border-radius: 50%;position: absolute;left:22px;top:-7px;transform: scale(0);opacity: 0;transition: all 0.5s}
.about2_list li:hover .icon:after{opacity: 1;transform: scale(1);}

.about3{background: #eef2f8;padding:0.8rem 0 2rem;}
.abou3_list{margin-top:1.3rem;position: relative;}
.abou3_list .swiper-slide .text .tit{font-size: 28px;color: #000000;padding-top:0.1rem;}
.abou3_list .swiper-slide .text .des{color: #5b626c;line-height: 1.8;margin-top:10px;height: 200px;overflow-y: auto;}
.abou3_list .swiper-slide .text{padding-left:70px;height: 353px;position: relative;}
.abou3_list .swiper-slide .date{font-size: 35px;font-weight: bold;color: #1774b4;margin-top:7px;}
.abou3_list .swiper-slide .text .line{width:1px;height:100%;position: absolute;left:30px;top:0;background: #1774b4}

.abou3_list .swiper-slide .text .line:after{content:'';width: 40px;height:40px;background: url('../images/dot.png') no-repeat center;display: block;position: absolute;left: 50%;top:0;transform:translateX(-50%);}

.abou3_list:after{content: '';width: 100%;background:url('../images/line2.png') repeat-x right bottom;display: block;position: absolute;bottom:100px;left: 0;height: 15px;}

.about3{position: relative;background: url('../images/about3.jpg') no-repeat center bottom;background-size: cover}
.about3 .swiper-button-prev,.about3 .swiper-button-next{width: 40px;height: 40px}
.about3 .swiper-button-prev{background:url('../images/prev1.png') no-repeat center;background-size: 100%;left: 0;margin-top:0;top:auto;}
.about3 .swiper-button-next{background:url('../images/next1.png') no-repeat center;background-size: 100%;right: 0;margin-top:0;top:auto;}
.about3 .swiper-button-prev::after{content:'';}
.about3 .swiper-button-next::after{content:'';}

.about3 .swiper-button-prev:hover{background:url('../images/prev2.png') no-repeat center;background-size: 100%;}
.about3 .swiper-button-next:hover{background:url('../images/next2.png') no-repeat center;background-size: 100%;}

.about3 .swiper-button-prev{top:auto;left:calc(50% - 80px);bottom: 0.9rem}
.about3 .swiper-button-next{top:auto;right:calc(50% - 80px);bottom: 0.9rem}


.about4 .swiper-pagination{text-align:left;}
.about4_list{margin-top:0.45rem;}
.about4_bot{position: relative;}

.about4_list .tit{color: #222222;text-align: center;margin-top:0.15rem;}

.about4_list .swiper-slide .pic{transition: all .3s linear;display: block;}
.about4_list .swiper-slide .pic:hover{box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.1);transform: translateY(-0.1rem);}

.about4_list .swiper-scrollbar-drag {background: #1774b4;}
.about4_list .swiper-scrollbar{height: 2px;background:#f0f2f7;width: 100%;overflow: hidden;margin-top:0.55rem;position:static;}
.about4_bot{position: relative;padding-top:50px;}

.about4_list .swiper-slide a{display: block;padding:0.2rem;}
.about4 .swiper-pagination-fraction{font-size:16px;width:90px;left:0px;color: #666666}
.about4 .swiper-pagination-current,.about4 .s1{font-size: 30px;color: #141c55}

.about4{padding:0.85rem 0;background: url('../images/about4.jpg') no-repeat center bottom;background-size: cover;}

.about4_list .swiper-slide .pic{background: #fff;padding:0.2rem;}
.about4_list .swiper-slide .pic p{position:relative;width:100%;height:0;padding-top:103%;}
.about4_list .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;object-position:center center}

.about5{padding: 0.8rem 0}

.about5_list{padding-bottom: 1.2rem;position: relative;margin-top:0.6rem;}

.about5_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:70%;}
.about5_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.about5_list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.about5_list .swiper-slide .tit{color: #5b626c;margin-top:0.15rem;text-align: center;}

.about5_list .swiper-button-prev,.about5_list .swiper-button-next{width: 50px;height: 50px;top:auto;margin-top:0;bottom: 0}
.about5{padding-bottom: 0.8rem}

.about5_list .swiper-button-prev{background: url('../images/left.jpg') no-repeat center;border:1px solid #e6e8ed;left:calc(50% - 25px);transform: translateX(-50%)}
.about5_list .swiper-button-next{background: url('../images/right.jpg') no-repeat center;border:1px solid #e6e8ed;left:calc(50% + 25px);transform: translateX(-50%)}

.about5_list .swiper-button-next::after{content:'';}
.about5_list .swiper-button-prev::after{content:'';}

.about5_list .swiper-button-prev:hover{opacity: 0.7}
.about5_list .swiper-button-next:hover{opacity: 0.7}

.about6{background: #f0f4f8;padding:0.8rem 0 1.15rem;}
.about6_nr{margin-top:0.6rem;padding-left:0.3rem;}
.about6_type{width: 425px;position: relative;height: 283px}
.about6_list{width: 1095px;max-width: calc(100% - 470px)}
.about6_type .swiper-slide .tit{font-size: 24px;font-weight: bold;color: #1774b4}
.about6_type .swiper-slide .des{color: #5b626c;line-height: 2;margin-top:0.15rem;}

.about6_type .swiper-button-next,.about6_type .swiper-button-prev{width: 40px;height: 40px;}
.about6_type .swiper-button-prev{background:url('../images/prev1.png') no-repeat center;background-size: 100%;margin-top:0;}
.about6_type .swiper-button-next{background:url('../images/next1.png') no-repeat center;background-size: 100%;margin-top:0;}
.about6_type .swiper-button-prev::after{content:'';}
.about6_type .swiper-button-next::after{content:'';}


.about6_type .swiper-button-prev:hover{background:url('../images/prev2.png') no-repeat center;background-size: 100%;}
.about6_type .swiper-button-next:hover{background:url('../images/next2.png') no-repeat center;background-size: 100%;}




.about6_type .swiper-button-prev{top:auto;left:0;bottom:0}
.about6_type .swiper-button-next{top:auto;left:68px;bottom:0;right: auto;}

.about6_list .list{
    display: none}
.about6_list .list.active {
  display: block;
}
.about6_list .list .swiper {height:300px;width: 100%;overflow: hidden;} 
.about6_list .list .swiper-slide { height: calc((100% - 30px) / 3) !important;box-sizing: border-box;}

/*.about6_list .list .swiper {height:455px;width: 100%;overflow: hidden;}*/
/*.about6_list .list .swiper-slide { height: calc((100% - 75px) / 3) !important;box-sizing: border-box;}*/
.about6_list .list .swiper-slide .pic{width: 100%;height:100%;background: #fff;transition: all 0.5s;overflow:hidden;position: relative;}
.about6_list .list .swiper-slide .pic img{max-width: 100%;max-height: 100%;-o-object-fit: contain;object-fit: contain;object-position:center;}


.typeinfo{z-index: 100;}
.typeinfo.fixed {visibility: visible;opacity:1; position: fixed; top: 0; left: 0; width: 100%; text-align: center; background: rgba(255,255,255,1); -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;}


.dj{padding-top: 0.8rem}
.djf_left{width: 8.2rem;max-width: 49.5%}
.djf_right{width: 8rem;max-width: 48.5%;border-bottom:2px solid #d8d8d8;padding-top:0.1rem;}
.dj_list li.first{margin-bottom: 0.45rem}

/*.dj_list li.first .djf_left .pic{position:relative;width:100%;height:0;padding-top:56%;}*/
.dj_list li.first .djf_left .pic{position:relative;width:100%;height:460px;}
.dj_list li.first .djf_left .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}

.dj_list li.first .tit{font-size: 24px;font-weight: bold;color: #414b5b;line-height: 1.7;}
.dj_list li.first .des{color: #5b626c;line-height:2;margin:0.2rem 0 0.45rem;}
.dj_list li.first .date{color: #999999;padding-bottom:0.45rem;}

.dj_list li.else a{padding-right:2.3rem;background: url('../images/m1.png') no-repeat center right;}
.dj_list li.else .date{width: 100px;height:115px;background: #f5f5f5;color: #1774b4;}
.dj_list li.else .date span{font-size:36px;}
.dj_list li.else .date p{font-size: 18px;}
.dj_list li.else .info{width: calc(100% - 123px)}
.dj_list li.else .info .tit{font-size: 20px;font-weight: bold;color: #414b5b;}
.dj_list li.else .info .des{color: #5b626c;line-height: 2;margin-top: 0.1rem}
.dj_list li.else .box{padding:0.3rem 0;border-bottom:1px solid #ebebeb;}
.dj_list li.else:hover a{background: url('../images/m2.png') no-repeat center right;}
.dj_list li.else:hover .date{background: #1774b4;color: #fff}
.dj_list li.else:hover .info .tit{color: #1774b4;}

.dj_list li.first:hover .tit{color: #1774b4}

.dj_list li.else .box{transition: all 0.5s;}
.dj_list li.else:hover .box{box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);padding:0.3rem;transform: scale(1.02);z-index: 1;background: #fff}


.page{padding-bottom:0.75rem;}
.pagination{text-align:center;width: 100%;font-size: 16px;color: #666666;margin-top: 0.6rem;}
.pagination li{display: inline-block;text-align: center;margin:0 6px 9px;min-width: 40px;line-height: 40px;border-radius:4px;border:1px solid #e5e5e5;padding:0 12px;cursor: pointer;}
.pagination li.active{background:#1774b4;color: #fff;border:1px solid #1774b4;}
.pagination li.prev,.pagination li.next{font-size: 14px;}

.news1{padding:0.8rem 0;}
.news1_nr{margin-top: 0.6rem}
.news1_left{width:7rem;max-width:42.5%}
.news1_right{width:9.1rem;max-width:55.5%}

.news1_left .pic{position:relative;width:100%;height:0;padding-top:56%;}
.news1_left .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.news1_left{background: #1774b4;color: #fff}
.news1_left .info{color: #fff;padding:0.3rem 0.25rem 0.4rem;}
.news1_left .tit{font-size: 20px;font-weight: bold;}
.news1_left .des{font-size: 16px;line-height: 2.1;margin-bottom: 0.3rem}
.news1_left .date{background: url('../images/jtw.png') no-repeat center right;}

.news1_right li .tit{font-size: 20px;font-weight: bold;color: #414b5b}
.news1_right li .des{color: #5b626c;line-height: 2;margin:0.1rem 0;}
.news1_right li .date{color: #999999}
.news1_right li{padding-bottom:0.25rem;border-bottom:1px solid #eeeeee;margin-bottom: 0.6rem}
.news1_right li:last-child{margin-bottom: 0}
.news1_right li:hover .tit{color: #1774b4}

.more_btn{text-align:center;}
.news1 .more_btn{margin-top: 0.8rem}

.news2{background: #f9f9f9;padding:0.9rem 0;}
.news2_list{margin-top: 0.5rem}
.news2 .more_btn{margin-top: 0.6rem}

.news2_list li{width: 5.35rem;max-width:32%}
.news2_list li .pic{position:relative;width:100%;height:0;padding-top:56%;}
.news2_list li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.news2_list li a{display: block;background: #fff;}
.news2_list li .tit{font-size:20px;font-weight: bold;color: #414b5b;line-height: 2;}
.news2_list li .date{color: #999999;margin-top: 0.3rem;background: url('../images/njt1.png') no-repeat center right;}
.news2_list li .info{padding:0.2rem 0.25rem 0.35rem;}


.news2_list li a{transition: all .3s linear;display: block;height: 100%;}
.news2_list li:hover a{box-shadow: 0 10px 20px rgba(0,0,0,.1);transform: translateY(-10px);}
.news2_list li:hover .date{background: url('../images/njt2.png') no-repeat center right;}
.news2_list li:hover .tit,.news2_list li:hover .date{color: #1774b4}

.news3{padding:0.7rem 0 1.1rem;}
.news3_list{margin: 0.6rem 0}

.news3_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:27%;}
.news3_list .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.news3_list .swiper-slide .text{width: 100%;padding-left:0.8rem;position: absolute;left: 0;top:50%;transform: translateY(-50%);color: #fff}
.news3_list .swiper-slide .tit{font-size: 24px;font-weight: bold;}
.news3_list .swiper-slide .des{font-size: 18px;margin-bottom:0.5rem;}
.news3_list .swiper-slide li{line-height: 2;padding-left:27px;}
.news3_list .swiper-slide li:nth-child(1){background: url('../images/t.png') no-repeat center left;}
.news3_list .swiper-slide li:nth-child(2){background: url('../images/d.png') no-repeat center left;}

.news3_list .swiper-pagination{bottom:0.2rem;}
.news3_list .swiper-pagination-bullet{width: 0.1rem;height:0.1rem;background: #fff;margin:0 5px!important;}
.news3_list .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff}

.nlist{margin-top: 0.8rem}
.nlist ul {margin-left:-0.23rem;}
.nlist li {width:33.3%; padding-left:0.23rem;margin-bottom:0.4rem;}
.nlist li a{background: #f9f9f9}

.news_show{padding:0.8rem 0 1.1rem;}
.news_show .ns{width: calc(100% - 5rem);padding-right: 0.5rem;border-right: 1px solid #ebebeb}
.news_show .ns_right{width: 5rem;padding-left:0.35rem;}


.ns .tit{font-size:0.36rem;font-weight: bold;color: #414b5b;text-align:center;}
.ns .info{text-align:center;color: #999999;padding:0.15rem 0 0.3rem;border-bottom:1px solid #ebebeb;}
.ns .info span{margin:0 0.27rem;}
.ns .con{color: #5b626c;line-height: 2;padding:0.35rem 0;border-bottom:1px solid #ebebeb;}

.fenye{margin-top:0.45rem;}
.fenye .back_btn{width: 150px;height:45px;line-height: 45px;border-radius: 10px;background: linear-gradient(to right,#1774b4,#07abea);text-align:center;color: #fff;}
.fenye .item{color: #666666;width: calc(50% - 90px)}
.fenye .item a{color: #666666;display: block;}
.fenye .item:hover a{color: #1774b4}

.ns_tit{color: #414b5b;padding-bottom:0.25rem;border-bottom:1px solid #ebebeb;position: relative;}
.fz30{font-size: 0.3rem;}
.ns_tit:after{content: '';display: block;width: 40px;height:3px;background: #1774b4;position: absolute;bottom: -1px;left: 0;}
.search3{width: 100%;height:0.6rem;border:1px solid #eeeeee;margin-top:0.3rem;border-radius: 0.1rem}
.search3 input{display: block;border:0;line-height:calc(0.6rem - 2px);border-radius: 0.1rem;padding:0 0.24rem;width: calc(100% - 65px);font-size: 14px;}
.search3 .sbtn{width: 65px;background: url('../images/sbtn.png') no-repeat center;height:20px;border-left: 1px solid #ebebeb}
.ns_tj{margin-top:0.65rem;}

.ns_tj_pic{width: 1.6rem}
.ns_tj_tit{width: calc(100% - 1.8rem);color: #5b626c;line-height: 2;}
.fz18{font-size: 18px;}
.ns_tj li .date{color: #999999;margin-top:0.25rem;background: url('../images/njt1.png') no-repeat center right;}
.ns_tj li:hover .date{background: url('../images/njt2.png') no-repeat center right;}
.ns_tj li:hover .ns_tj_tit,.ns_tj li:hover .date{color: #1774b4}
.ns_tj li a{padding:0.3rem 0 0.25rem;display: block;border-bottom:1px solid #ebebeb;transition: all 0.5s}

.job1{padding:0.8rem 0 1.1rem;}
.job_list{padding:0.55rem 0 0.4rem;}
.job1 li{width: 7.7rem;max-width:48.5%;margin-bottom: 0.4rem}
.job1 li .date{width: 98px;height:100px;background: #1774b4;color: #fff}
.job1 li .info{width: calc(100% - 120px)}
.job1 li .date .m{font-size: 18px;}
.job1 li .date .d{font-size: 36px;line-height: 1.1;margin-top: 0.03rem}
.job1 li .tit{font-weight: bold;color: #414b5b}
.job1 li .des{color: #5b626c;line-height: 2;margin-top: 0.1rem}
.fz20{font-size: 20px;}
.job1 li:hover .tit{color: #1774b4}

.job2{padding:0.8rem 0;background: #f9f9f9}
.job2 .job_list{padding:0.6rem 0 0.4rem;}
.job2 li{width: 7.7rem;max-width:48.5%;margin-bottom: 0.4rem}
.job2 li .date{width: 98px;background: #e6f5ff;text-align:center;border:1px solid #1774b4;}
.job2 li .info{width: calc(100% - 120px)}
.job2 li .date .m{font-size: 18px;line-height: 50px;background: #1774b4;color: #fff;width: 100%}
.job2 li .date .d{font-size: 32px;line-height: 50px;color: #1774b4}
.job2 li .tit{font-weight: bold;color: #414b5b}
.job2 li .des{color: #5b626c;line-height: 2;margin-top: 0.1rem}
.fz20{font-size: 20px;}
.job2 li:hover .tit{color: #1774b4}

.job3{padding:0.8rem 0;}
.job3 li{width: 7.9rem;max-width:48.5%;margin-bottom: 0.4rem}
.job3 li .j3_pic{width: 97px}
.job3 li .info{width: calc(100% - 120px);display: flex;flex-direction: column;justify-content: space-between;}
.job3 li .tit{color: #414b5b;font-weight: bold;}
.job3 li .date{color: #999999}
.job3 li:hover .tit{color: #1774b4}

.job_nr{padding-top:0.8rem}
.job_nr .job_left{width: calc(100% - 5.65rem)}
.job_nr .job_right{width: 4.7rem;padding-bottom:0.5rem;}

.joblist li{margin-bottom: 0.45rem}
.joblist li .j_left{width: 220px}
.joblist li .j_right{width: calc(100% - 250px)}

.joblist li .tit{color: #414b5b;font-weight: bold;}
.joblist li .des{color: #5b626c;line-height: 2;margin:0.05rem 0 0.3rem;}
.joblist li .date{color: #999999}

.joblist li:hover .tit{color: #1774b4}
.jobs .pagination{padding-top: 0.25rem;margin-top: 0}

.ns_tj li .date{
   transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.ns_tj li:hover .date{margin-right: -0.1rem}
.typeinfo .nav_list a:hover{
    color: #1774b4;
    /*font-weight: bold;*/
}

.service1{padding-top:0.8rem;}
.service1 .list{margin-top:0.5rem;}
.service1 ul {margin-left:-0.44rem;}
.service1 li {width:25%; padding-left:0.44rem;margin-bottom:0.5rem;}

.service1 li .pic{position:relative;width:100%;height:0;padding-top:34%;border-radius: 0.1rem;overflow:hidden;}
.service1 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.service1 li a{display: block;transition: all 0.5s}
.service1 li:hover a{transform: scale(1.05)}

.service2{padding:0.3rem 0 0.4rem;}
.service2 .list{margin-top:0.55rem;}
.service2 ul{margin-left:-0.22rem;}
.service2 li{width:16.66%; padding-left:0.22rem;margin-bottom:0.45rem;}
.service2 li a{display: block;transition: all 0.5s;border-radius: 5px;background:#fff;box-shadow:0 0 0.2rem rgba(0,0,0,0.1);overflow:hidden;}

.service2 li .pic{position:relative;width:100%;height:0;padding-top:47%;overflow:hidden;}
.service2 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;object-position:center center}
.service2 li a{display: block;transition: all 0.5s}
.service2 li:hover a{transform: scale(1.05)}

.contact1{padding:0.75rem 0 0.9rem;}

.contact1_nr{background: #fff;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);margin-top:0.6rem;padding:0.6rem 1.3rem;border-radius: 0.05rem}
.c1_left .tit{color: #222222;font-weight: bold;}
.fz28{font-size: 0.28rem;}
.c1_left .tit{padding-left:0.34rem;position: relative;}
.c1_left .tit:after{content:'';display: block;width: 0.04rem;height:0.27rem;position: absolute;left:0;top:50%;transform: translateY(-50%);background: #1774b4}
.c1_left li{padding-left:0.34rem;color: #5b626c;line-height: 2;margin-top: 0.25rem}
.c1_left li:nth-child(1){background: url('../images/c1.png') no-repeat top 0.09rem left;}
.c1_left li:nth-child(2){background: url('../images/c2.png') no-repeat center left;}
.c1_left li:nth-child(3){background: url('../images/c3.png') no-repeat center left;}

.c1_right{width: 400px}
.c1_right li{text-align:center;width: 185px}
.c1_right li .pic{width:170px;height:170px;border:1px solid #ebebeb;padding:5px;}
.c1_right li .tit{color: #5b626c;margin-top:10px;}

.contact2{background: #f9f9f9;padding:0.7rem 0;}
.c2_form{margin-top: 0.8rem}
.c2_top .item{width: 4rem;max-width:24%}
.c2_top .item input{display: block;background: #fff;width: 100%;height:0.6rem;line-height: 0.6rem;border-radius: 0.05rem;border:0;padding:0 0.2rem;}
.c2_top .item select{width: 100%;height:0.6rem;background: #fff;border-radius: 0.05rem;border:0;padding:0 0.2rem;}
.c2_form .c2_textarea textarea{width: 100%;height:2.8rem;display: block;resize: none;padding:0.2rem;border:0;}
.c2_form .c2_textarea{margin-top: 0.22rem;margin-bottom:0.6rem;}
.send{width: 180px;line-height:50px;display: block;margin:0 auto;background-image: linear-gradient(45deg, #1d82d6, #02b4ee);border-radius: 0.1rem;text-align:center;font-size: 18px;color: #fff;}
.c2_top .layui-form-select dl{top: 0.6rem;padding:0;}
.c2_top .layui-form-select dl dd.layui-this{background: #1774b4}

.message{padding:1rem 0;}
.message .title{margin-bottom: 0.6rem}
.mes_form{width: 12.2rem;margin:0 auto;background: #fff;padding:0.6rem 1.6rem;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);border-radius: 0.05rem}
.mes_form label{color: #414b5b;display: flex;margin-bottom:0.1rem;}
.mes_form label i{color: #ff0000;margin-left: 5px;}
.mes_form .item input{display: block;background: #fff;width: 100%;height:0.6rem;line-height: 0.6rem;border-radius: 0.1rem;border:0;padding:0 0.2rem;border:1px solid #ebebeb;}
.mes_form .item{margin-bottom: 0.45rem}
.mes_form .layui-form-select dl{top: 0.6rem;padding:0;}
.mes_form .layui-form-select dl dd.layui-this{background: #1774b4}
.mes_form textarea{height:2rem;width: 100%;border-radius: 0.1rem;border:1px solid #ebebeb;resize: none;padding:0.15rem 0.2rem;margin-bottom: 0.5rem}



.complaints1{padding:0.7rem 0;}
.complaints1 .title{margin-bottom: 0.6rem}
.jdts1_form{width:100%;background: #fff;padding:0.6rem;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);border-radius: 0.05rem}
.jdts1_item1 .item{width: 5.2rem;max-width: 48.5%}
.complaints1 label{color: #414b5b;display: flex;margin-bottom:0.1rem;}
.complaints1 label i{color: #ff0000;margin-left: 5px;}
.jdts1_item1 .item input{display: block;background: #fff;width: 100%;height:0.6rem;line-height: 0.6rem;border-radius: 0.1rem;border:0;padding:0 0.2rem;border:1px solid #ebebeb;}
.jdts1_item1 .item{margin-bottom: 0.3rem}
.jdts1_item1 .layui-form-select dl{top: 0.6rem;padding:0;}
.jdts1_item1 .layui-form-select dl dd.layui-this{background: #1774b4}
.jdts1_form .item2 textarea{height:2.7rem;width: 100%;border-radius: 0.1rem;border:1px solid #ebebeb;resize: none;padding:0.15rem 0.2rem;margin-bottom: 0.2rem}
.jdts1_form .item3 textarea{height:1.6rem;width: 100%;border-radius: 0.1rem;border:1px solid #ebebeb;resize: none;padding:0.15rem 0.2rem;margin-bottom: 0.2rem}

.jdts1_form .item4 .sc{border: 2px dashed #ebebeb;width: 100%;padding:0.37rem 0;text-align:center;border-radius: 0.1rem}
.jdts1_form .item4 .sc span{color: #666666;font-size: 18px;}
.jdts1_form .item4 .sc p{color: #999999;margin: 0.13rem 0}
.jdts1_form .item4 .sc_btn{display: block;width: 105px;height:42px;line-height: 42px;border:1px solid #1774b4;border-radius: 10px;margin:0 auto;color: #1774b4;text-align:center;}

/*??????*/
/* ???ļ?????*/
#fileInput {
  display: none;
}

/* ??????? */
#progressContainer {
  margin-bottom: 24px;
  display: none; /* Ĭ????*/
}

.progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

#progressFileName {
  color: var(--color-gray-600);
  font-size: 14px; /* text-sm */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

#progressPercent {
  color: var(--color-primary);
  font-weight: 500; /* font-medium */
  font-size: 14px; /* text-sm */
}

.progress-bar-wrap {
  height: 8px; /* h-2 */
  background-color: var(--color-gray-200);
  border-radius: 4px; /* rounded-full */
  overflow: hidden;
}

#progressBar {
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 4px; /* rounded-full */
  transition: all 0.3s; /* transition-all duration-300 */
  width: 0%;
}

/* ???? */
#resultContainer {
  margin-bottom: 24px;
  display: none; /* Ĭ????*/
}

#successResult, #errorResult {
  border-radius: 8px; /* rounded-lg */
  padding: 16px; /* p-4 */
  display: none; /* Ĭ????*/
}

#successResult {
  border: 1px solid var(--color-success);
  background-color: rgba(0, 180, 42, 0.1); /* bg-success/10 */
}

#errorResult {
  border: 1px solid var(--color-danger);
  background-color: rgba(245, 63, 63, 0.1); /* bg-danger/10 */
}

.result-inner {
  display: flex;
  align-items: flex-start;
}

.result-inner i {
  font-size: 1.5rem; /* text-xl */
  margin-top: 2px; /* mt-0.5 */
  margin-right: 12px; /* mr-3 */
}

#successResult i {
  color: var(--color-success);
}

#errorResult i {
  color: var(--color-danger);
}

.result-info h4 {
  font-weight: 500; /* font-medium */
  font-size: 16px;
  margin-bottom: 8px;
}

#successResult h4 {
  color: var(--color-success);
}

#errorResult h4 {
  color: var(--color-danger);
}

#successInfo, #errorMessage {
  color: var(--color-gray-600);
  font-size: 14px;
}

#successInfo p {
  margin-bottom: 4px;
}

/* Ԥ???? */
#previewContainer {
  display: none; /* Ĭ????*/
}

.preview-header {
  color: var(--color-gray-700);
  font-weight: 500; /* font-medium */
  font-size: 18px;
  margin-bottom: 12px; /* mb-3 */
  display: flex;
  align-items: center;
}

.preview-header i {
  color: var(--color-primary);
  margin-right: 8px; /* mr-2 */
}

#previewContent {
  border: 1px solid var(--color-gray-200);
  border-radius: 8px; /* rounded-lg */
  padding: 16px; /* p-4 */
  text-align: center;
}

#previewContent img, #previewContent video {
  max-width: 100%;
  max-height: 256px; /* max-h-64 */
  border-radius: 4px; /* rounded */
}

.file-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px; /* p-8 */
}

.file-icon-wrap i {
  font-size: 6rem; /* text-6xl */
  color: rgba(22, 93, 255, 0.7); /* text-primary/70 */
  margin-bottom: 12px; /* mb-3 */
}

.file-icon-wrap p {
  color: var(--color-gray-600);
  font-size: 14px;
}


.protocol{margin-top: 0.35rem}
.protocol input[type="checkbox"] {
  width:22px;
  height:22px;
  margin: 0;
  position: relative;
  display: block;
  margin-right: 0.2rem;
}
.protocol a{color: #1774b4}
.protocol p i{color: #ff0000}

.complaints .btns{margin-top: 0.45rem}
.complaints .btns a{width: 120px;height:50px;line-height: 50px;border-radius: 10px;text-align:center;margin-left: 18px}
.complaints .btns a.reset{color: #1774b5;border:1px solid #1774b5;}
.complaints .btns a.submit{background: #1774b5;color: #fff}

.question_list{margin-top:0.4rem;}
.question_list li .tit{padding-right: 40px;color: #333333;position: relative;cursor: pointer;}
.question_list li .con{color: #666666;line-height: 1.5;}
.question_list li .tit i{background:url('../images/gj.png') no-repeat center right;background-size: 18px;width: 18px;height: 28px;position: absolute;right: 0;top:0;transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);}
.question_list li.active .tit i{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.question_list li .con {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1); /* 缓动函数优化 */
  will-change: max-height; /* 提示浏览器优化动画 */
}

.question_list li.active .con {
  opacity: 1;
  margin-top: 0.15rem;
  max-height: 2000px; /* 更大的安全值，确保覆盖所有内容高度 */
  transition: all 0.5s ease-in-out; /* 激活时的缓动更自然 */

}


.com_main{width: 12.2rem;margin: 0 auto;}
.question_list li{width:100%;background: #fff;padding:0.25rem 0.45rem;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);border-radius: 0.05rem;margin-bottom:0.2rem;}

.question{padding-bottom:0.5rem;}

.part_style1 .style1_nr{position: relative;margin-top:0.5rem;}
.part_style1{padding:0.8rem 0;}
.part_style1 .style1_pic{width: 8.8rem;}
.part_style1 .text{background: #f5f7f9;width: 8.6rem;min-height:3.4rem;padding:0.2rem 0.75rem;position: absolute;right: 0;top:50%;transform: translateY(-50%);border-radius: 0.1rem}
.part_style1 .text .con{color:#5b626c;line-height: 2.2;white-space: break-spaces;}
.pro_btn{width: 140px;height:50px;line-height: 50px;border-radius: 13px;background: linear-gradient(45deg,#1775b4,#08abe9);display: block;font-size: 18px;color: #fff;text-align:center;margin-top:0.3rem;}
.style1_pic .pic{position:relative;width:100%;height:0;padding-top:52%;border-radius: 0.1rem;}
.style1_pic .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}


.part2{background: #f5f7fa}
.part_style2 .style2_nr{position: relative;margin-top:0.5rem;}
.part_style2{padding:0.9rem 0 1.1rem;}
.part_style2 .style2_pic{width: 8.8rem;}
.fz36{font-size: 36px;}
.part_style2 .text{width:7.08rem;}
.part_style2 .text .tit{color: #5b626c}
.part_style2 .text .con{color:#5b626c;line-height: 2.2;margin-top:0.3rem;white-space: break-spaces;}
.style2_pic .pic{position:relative;width:100%;height:0;padding-top:52%;border-radius: 0.1rem;}
.style2_pic .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}


.part_style3{padding:0.7rem 0 0.6rem;}
.part_style3 .swiper-slide{padding:0.1rem;}
.part_style3 .swiper-slide .box{overflow:hidden;border-radius:10px;background: #fff;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1)}
.part_style3 .list{margin-top:0.7rem;}
.part_style3 .swiper-slide .p3_pic{width: 3rem}
.part_style3 .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:110%;}
.part_style3 .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}
.part_style3 .swiper-slide .text{width: calc(100% - 3rem);padding:0.1rem 0.22rem 0;}
.part_style3 .swiper-slide .tit p{color: #5b626c;font-weight: bold;}
.part_style3 .swiper-slide .des{color: #5b626c;line-height:1.8;margin-top:0.15rem;}
.fz24{font-size: 24px;}
.part_style3 .swiper-slide .tit{position: relative;}
.part_style3 .swiper-slide .tit p{position: relative;z-index: 1}
.part_style3 .swiper-slide .tit .sort{font-size: 0.8rem;color: #ebebeb;line-height: 1.1;position: absolute;top:-0.4rem;left: 0}
.part_style3 .list{position: relative;padding-bottom:0.7rem}
.part_style3 .list .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0}
.part_style3 .list .swiper-pagination .swiper-pagination-bullet{width: 0.3rem;height:0.06rem;background:#8dc8f1;opacity: 1;border-radius: 0.04rem;margin:0 0.08rem;}
.part_style3 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1774b4}



.part4{background: #f5f7fa;}
.part_style4{padding:0.95rem 0;}
.part_style4 .list{margin-top:0.25rem;}

.part_style4 .list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:12%;}
.part_style4 .list .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}
.part_style4 .list .swiper-slide .tit{font-size: 0.36rem;font-weight: bold;color: #fff;position: absolute;left:0.7rem;bottom:0.4rem;}
.part_style4 .list .swiper-slide .des{background: #fff;padding:0.4rem 0.8rem 0.4rem 0.7rem;color: #5b626c;line-height: 2;line-height: 2.2;min-height: 2rem;white-space: break-spaces;}
.part_style4 .list .swiper-slide .box{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);border-radius: 0.1rem;overflow:hidden;}
.part_style4 .list .swiper-slide{padding:0.2rem;}

/*.part_style4 .list .swiper-slide .pic{border-top-left-radius: 0.1rem;border-top-right-radius: 0.1rem;overflow:hidden;}
.part_style4 .list .swiper-slide .des{border-bottom-left-radius: 0.1rem;border-bottom-right-radius: 0.1rem;overflow:hidden;}*/
.part_style4 .list{margin-bottom:0.5rem;}
.marauto{margin:0 auto;text-align:center;}

.btn_center{text-align:center;}
.pro_btn2{padding:0 0.3rem;height:50px;line-height: 50px;border-radius: 13px;background: linear-gradient(45deg,#1775b4,#08abe9);font-size: 18px;color: #fff;text-align:center;display: inline-block;min-width: 140px;}

.part_style5{padding:0.9rem 0 1.15rem;}
.part_style5 .list{margin-top:0.6rem;}

.part_style5 .list li{width: 8.05rem;max-width: 48.5%;background: #fff;padding:0.45rem 0.5rem;border-radius: 0.1rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);margin-bottom:0.5rem;}
.part_style5 .list li .icon{width: 1.4rem;text-align:center;}
.part_style5 .list li .text{width: calc(100% - 1.75rem);color: #5b626c;line-height: 2;white-space: break-spaces;}
.part_style5 .list li .icon img{transition: all 0.5s}
.part_style5 .list li:hover .icon img{transform: scale(1.05)}

.part_style6{padding:0.9rem 0 0.5rem;}
.part_style6 .list{margin-top: 0.45rem}
.part_style6 .list ul{margin-left:-0.45rem;}
.part_style6 .list li{width:33.3%;padding-left:0.45rem;margin-bottom:0.4rem;}
.part_style6 .list li .pic{position:relative;width:100%;height:0;padding-top:69%;border-radius: 0.1rem;overflow:hidden;}
.part_style6 .list li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}
.part_style6 .list li .text{width: calc(100% - 0.5rem);white-space: break-spaces;min-height:2.8rem;background: #fff;border-radius: 0.1rem;border-top-left-radius:0;position: relative;margin-top: -1.7rem;padding:0.2rem 0.3rem;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1)}
.part_style6 .list li .tit{font-size:24px;color: #5b626c;font-weight: bold;}
.part_style6 .list li .des{color: #5b626c;line-height: 2.2;margin-top: 0.05rem}
.part_style6 .list li .info{z-index: 1;position: relative;}
.part_style6 .list li:hover .text:before{
  left: 0;
  width: 100%;
}
.part_style6 .list li .text:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(45deg,#1775b4,#08abe9);
  transition: 0.45s;
  border-radius: 0.1rem;border-top-left-radius:0;
}

.part_style6 .list li:hover .tit{color: #fff}
.part_style6 .list li:hover .des{color: #fff}

.part_style7{padding:0.75rem 0 1.2rem;}
.style7_nr .text{width: 7.15rem;max-width: 48%;white-space: break-spaces;}
.style7_nr .pic{width: 50%}
.style7_nr .des{color: #5b626c;line-height: 2.2;}
.style7_nr li .icon{width: 28px;text-align:center;}
.style7_nr li p{font-size: 18px;font-weight: bold;color: #1774b4;width: calc(100% - 40px)}
.style7_nr li{line-height: 2;margin-top: 0.23rem}
.style7_nr ul{margin-top: 0.05rem}

.part_style8 .style8_nr{position: relative;margin-top:0.5rem;}
.part_style8{padding:0.8rem 0;}
.part_style8 .style8_pic{width: 8rem;}
.part_style8 .text{background: #fff;width: 8.9rem;min-height:3.7rem;padding:0.2rem 0.65rem;position: absolute;right: 0;top:50%;transform: translateY(-50%);border-radius: 0.1rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1)}
.part_style8 .text .tit{color: #1774b4;font-weight: bold;}
.part_style8 .text .con{color:#5b626c;line-height: 2.2;margin-top: 0.2rem;white-space: break-spaces;}
.style8_pic .pic{position:relative;width:100%;height:0;padding-top:60%;border-radius: 0.1rem}
.style8_pic .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}

.part_style9{padding:0.75rem 0;}
.part_style9 li.active{width: 45.5%;background: linear-gradient(45deg,#1775b4,#08abe9);}
.part_style9 li{width: 25.7%;background: #fff;box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);border-radius: 0.1rem;padding:1rem 0.45rem 0.5rem;transition: all 0.5s}
.part_style9 .list{margin-top: 0.7rem}
.part_style9 li .tit p{color: #5b626c;font-weight: bold;position: relative;z-index: 1}
.part_style9 li .des{color: #5b626c;line-height: 2;margin-top: 0.15rem}
.part_style9 li .tit{position: relative;}
.part_style9 li .tit .sort{font-size: 0.8rem;color: #ebebeb;line-height: 1.1;position: absolute;bottom:-0.1rem;left: 0}
.part_style9 li.active .tit p{color: #fff;white-space: normal;overflow: visible}
.part_style9 li.active .des{
  color: #fff;
  display: block; /* ????Ĭ???isplayֵ???inline??inline-block?ȣ??????-webkit-box */
  -webkit-line-clamp: none; /* ȡ????????ؼ??? */
  -webkit-box-orient: unset; /* ȡ???ֱ??У???????display?ı?????Ч?? */
  overflow: visible; /* ????????ʾ??????????ݲ?????*/
}
.part_style9 li.active .tit .sort{color:rgba(255,255,255,0.2);}

.part_style10{padding:0.7rem 0 1rem;}

.part_style10 .list{margin-top: 0.6rem}
.part_style10 .list li{width: 3.85rem;max-width: 24%;text-align:center;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1)}
.part_style10 .list li .box{padding:0.8rem 0 1.15rem;}
.part_style10 .list li .tit{color: #5b626c;margin-top: 0.3rem}
.part_style10 .list li .tit:after{content: '';display: block;width: 0.6rem;height:0.04rem;background:#1774b4;margin:0.3rem auto 0;}
.part_style10 .list li .icon{height:75px;}
.part_style10 .list li .icon img{max-height: 100%}

.part_style11{padding:0.7rem 0 0.4rem;}
.part_style12{padding:0.9rem 0 0.8rem;}

.part_style11 .list{padding: 0.65rem 0 0.7rem;position: relative;}
.part_style11 .list .swiper-slide{padding:0.1rem;}
.part_style11 .list .swiper-slide .box{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);height: 100%;border-radius: 0.1rem;overflow:hidden;}
.part_style11 .list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:46%;}
.part_style11 .list .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}
.part_style11 .list .swiper-slide .des{padding:0.35rem 0.3rem;color: #5b626c;line-height: 2;}

.part_style11 .list .swiper-pagination .swiper-pagination-bullet{width: 0.3rem;height:0.06rem;background:#8dc8f1;opacity: 1;border-radius: 0.04rem;margin:0 0.08rem;}
.part_style11 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1774b4}

.part_style11 .list .swiper-wrapper {
    display: flex;
    align-items: stretch; /* ???slide?߶?????????slide?ĸ߶?*/
}

.part_style11 .list .swiper-slide {
    height: auto; /* ?߶?Զ???????ſ???????Ϊalign-items: stretch??????????ͬһ?߶?*/
}

.part_style11 .list .swiper-slide .box {
    display: flex;
    flex-direction: column;
    height: 100%; /* ?box??????slide?ĸ߶?*/
}

.part_style11 .list .swiper-slide .des {
    flex: 1; /* ????????ʣ??߶ȣ?????ʹ??????ͬ??Ҳ????ÿ?Ƭ?ײ????*/
}



.style12_des{text-align:center;color: #5b626c;line-height: 2.2;color: #5b626c;width: 11.7rem;margin:0.3rem auto 0.5rem;}
.part_style12 .list li{width: 3rem;max-width: 19%;text-align:center;padding:0.1rem;}
.part_style12 .list li .box{background: #fff;box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);padding:0.7rem 0.28rem 0.6rem;border-radius: 0.1rem;}
.part_style12 .list li .tit{font-size: 24px;font-weight: bold;color: #5b626c;margin:0.35rem 0 0.15rem;position: relative;z-index: 1}
.part_style12 .list li .des{color: #5b626c;line-height: 2;position: relative;z-index: 1}
.part_style12 .list li .box{position: relative;}
.part_style12 .list li .icon{
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.part_style12 .list li .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left:0;
  width: 100%;
}

.part_style12 .list li .icon i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.part_style12 .list li:hover i:first-child,.sec2_top .swiper-slide.swiper-slide-thumb-active i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.part_style12 .list li:hover i:last-child,.sec2_top .swiper-slide.swiper-slide-thumb-active i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}


.part_style12 .list li .box{transition: all 0.5s;position: relative;overflow:hidden;height:100%;}
.part_style12 .list li:hover .tit{color: #fff}
.part_style12 .list li:hover .des{color: #fff}

.part_style12 .list li .box:before{position: absolute;content: "";width: 100%;height: 100%;background: linear-gradient(45deg,#1775b4,#08abe9);transition: all .4s;bottom: -100%;left: 0;}
.part_style12 .list li:hover .box:before{bottom: 0}
.part_style12 .btns{margin-top: 0.8rem}
.part_style12 .btns .pro_btn2{margin:0 0.7rem;padding:0 0.35rem;}

.part_style13{padding:0.75rem 0 1.4rem;}
.part_style13 .list{margin-top:0.6rem;}
.part_style13 .list li{width:2.6rem;max-width:16%;text-align:center;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1)}
.part_style13 .list li .box{padding:0.7rem 0 1.15rem;}
.part_style13 .list li .tit{margin-top: 0.2rem}
.part_style13 .list li .icon{height:104px;}

.part_style14{padding:0.9rem 0 0.8rem;}
.part_style14 .list{margin-top:0.7rem;padding-bottom:0.4rem;}
.part_style14 ul{margin-left:-0.75rem;}
.part_style14 li{width:33.3%; padding-left:0.75rem;margin-bottom:0.3rem;}
.part_style14 li .box{box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);border-radius: 0.15rem;overflow:hidden;height:100%;}
.part_style14 li .pic{position:relative;width:100%;height:0;padding-top:32%;}
.part_style14 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.part_style14 li .sort{width: 1.2rem;height:1.2rem;line-height: 1.2rem;text-align: center;background: url('../images/cir.png') no-repeat center;position: absolute;bottom: 0;left: 0.45rem;transform: translateY(50%);font-size: 0.6rem;color: #fff;background-size: cover;}
.part_style14 li .des{padding:0.95rem 0.45rem 0.3rem;color: #5b626c;line-height: 2;}
.part_style14 li .sort:after{content: '';display: block;background: rgba(93,151,246,0.2);width: 100%;height:100%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);animation:fg 5s infinite ease-in-out;border-radius: 50%;}

/* ?????????? - ??͸??Ⱥ?????ȱ仯?????Ŵ??С */
@keyframes fg {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.5);
    }
    50% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.5);
    }
}

.part_style15{padding:0.7rem 0 1rem;}
.style15_nr{margin-top:0.45rem;}
.part_style15 .text{width: 7.45rem;max-width:49%}
.part_style15 .pic{max-width: 48%;padding-right:0.9rem;}
.part_style15 .tit{color: #5b626c;}
.part_style15 .con{color: #5b626c;line-height: 2.1;margin:0.35rem 0 0.45rem;}

.part_style16{padding:1rem 0;}
.part_style16 .list{margin-top:0.6rem;}
.part_style16 li{width: 7.9rem;max-width: 48.5%}
.part_style16 li{background: #fff;box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);padding:0.3rem 0.7rem 0.35rem;border-radius: 0.2rem}
.part_style16 li .icon{height:119px;}
.part_style16 li .tit{font-weight: bold;color: #1774b4;margin:0.1rem 0 0.15rem;}
.part_style16 li .des{color: #5b626c;line-height: 2;}

.part_style12.part_style17 .list{margin:0.65rem 0;}
.part_style12.part_style17 .list li .icon{width: 103px;height:103px;}
.part_style12.part_style17 .list li{width:5rem;max-width: 32%}
.part_style12.part_style17 .list li .box{padding: 0.75rem 0.4rem 0.9rem;}
.part_style12.part_style17 .list .tit{margin: 0.25rem 0 0.15rem;}

.part_style18.part_style15 .pic{padding-right:0.65rem;}

.part_style19{padding:0.95rem 0 1rem;}
.style19_nr .pic{width: 8.8rem;border-radius: 0.1rem;overflow:hidden;}
.style19_nr .text{width: 7.15rem;padding-right: 0.25rem}
.style19_nr{margin-top:0.5rem;}
.style19_nr .text .con{color: #5b626c;line-height: 2.2;padding-bottom:0.35rem}


.part_style20{padding:0.8rem 0;}
.part_style20 .list{margin-top:1.1rem;}
.style20_nr{text-align:center;margin-top: 0.7rem}


.part_style21.part_style12 .list li .icon{
  width: 221px;
  height: 120px;
}

.part_style22{padding:0.8rem 0;}
.style22_nr{margin-top:0.7rem;}
.style22_nr .pic{width:50%;text-align:center;}
.style22_nr .text{width: 49%;padding-left:0.4rem;color: #5b626c}
.style22_nr .con{line-height: 2.2;margin:0.4rem 0 0.8rem;}


.part_style23.part_style12{padding:0.9rem 0 0.7rem;}
.part_style23.part_style12 ul{margin-left:-0.7rem;}
.part_style23.part_style12 li{width:25%;max-width: 25%;padding-left:0.7rem;margin-bottom:0.4rem;}

.part_style23.part_style12 .list{margin-top:0.6rem;}
.part_style23.part_style12 .list li .icon{width: 103px;height:103px;}
.part_style23.part_style12 .list li .box{padding: 0.45rem 0.25rem 0.35rem;}
.part_style23.part_style12 .list .des{margin-top:0.15rem;}

.part_style24 .list{padding-bottom:0.4rem;}

.part_style25{padding:0.9rem 0;}

.style25_nr{margin-top:0.8rem;}
.part_style25 .style25_pics{width:48.5%}
.part_style25 .style25_pics li{margin-right: 0.14rem}
.part_style25 .list{width: 48.5%;padding-right:0.5rem;}
.part_style25 .list li .tit{font-weight: bold;color: #5b626c;position: relative;}
.part_style25 .list li .con{color: #5b626c;line-height: 2;margin-top: 0.15rem;}
.part_style25 .list li{margin-bottom:0.25rem;}
.part_style25 .list li:last-child{margin-bottom:0;}
.part_style25 .list li .tit:after{content: '';width:10px;height:10px;background: #1774b4;border-radius: 50%;position:absolute;left: 0;top:13px;}
.part_style25 .list li .tit,.part_style25 .list li .con{padding-left:20px;}


.part_style26{padding:0.8rem 0 0.9rem;}
.part_style26 .list{margin-top:0.75rem;padding-bottom:0.9rem;position: relative;}
.part_style26 .list .swiper-slide{padding:0.1rem;}
.part_style26 .list .swiper-slide .box{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);padding:0.45rem 0.38rem 0.6rem;border-radius: 0.1rem}
.part_style26 .list .swiper-slide .sort{font-size: 0.8rem;color: #ebebeb;line-height: 1.1;position: relative;z-index: 1;}
.part_style26 .list .swiper-slide .des{color: #5b626c;line-height: 2;margin-top:0.2rem;position: relative;z-index: 1;}

.part_style26 .list .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0}
.part_style26 .list .swiper-pagination .swiper-pagination-bullet{width: 0.3rem;height:0.06rem;background:#8dc8f1;opacity: 1;border-radius: 0.04rem;margin:0 0.08rem;}
.part_style26 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1774b4}

.part_style26 .list .swiper-wrapper {
    display: flex;
    align-items: stretch; /* ???slide?߶?????????slide?ĸ߶?*/
}

.part_style26 .list .swiper-slide {
    height: auto; /* ?߶?Զ???????ſ???????Ϊalign-items: stretch??????????ͬһ?߶?*/
}

.part_style26 .list .swiper-slide .box {
    display: flex;
    flex-direction: column;
    height: 100%; /* ?box??????slide?ĸ߶?*/
}

.part_style26 .list .swiper-slide .des {
    flex: 1; /* ????????ʣ??߶ȣ?????ʹ??????ͬ??Ҳ????ÿ?Ƭ?ײ????*/
}

.part_style26 .list .swiper-slide:hover .sort{color: #fff}
.part_style26 .list .swiper-slide:hover .des{color: #fff}

.part_style26 .list .swiper-slide .box {
  position: relative;
  background: #fff; /* ??????? */
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  overflow: hidden;
}




.part_style26 .list .swiper-slide:hover .box:before{
  left: 0;
  width: 100%;
}
.part_style26 .list .swiper-slide .box:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(45deg,#1775b4,#08abe9);
  transition: 0.45s;
  border-radius: 0.1rem;border-top-left-radius:0;
}

.part_style27{padding:0.8rem 0 0.6rem;}
.style27_des{color: #5b626c;line-height: 2;width: 1250px;max-width: 90%;margin:0 auto;text-align:center;margin-top:0.45rem;}
.style27_nr{text-align:center;margin-top:0.05rem;}

.part_style28{padding:0.75rem 0;}
.style28_des{width: 1250px;max-width: 90%;margin:0 auto;text-align:center;line-height: 2;margin-top:0.5rem;}
.part_style28 .list{margin-top:0.6rem;}
.part_style28 .list ul{margin-left:-0.5rem;}
.part_style28 .list li{width:25%;padding-left:0.5rem;margin-bottom:0.4rem;}
.part_style28 .list li .pic{position:relative;width:100%;height:0;padding-top:114%;overflow:hidden;}
.part_style28 .list li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}


.part_style10 .list li .icon{transition: all 0.5s}
.part_style10 .list li:hover .icon{transform: translateY(-7px);}
.part_style10 .list li .tit::after{transition: all 0.5s}
.part_style10 .list li:hover .tit::after{transform: translateY(7px);}

.part_style14 li .box{transition: all 0.5s}
.part_style14 li:hover .box{transform: translateY(-10px);}

.part_style16 li .icon{transition: all 0.5s}
.part_style16 li:hover .icon{transform: translateY(-10px);}

.part_style25 .style25_pics li .pic{transition: all 0.5s}
.part_style25 .style25_pics li:hover .pic{transform: translateY(-0.3rem);}

.part_style25 .list li .tit{transition: all 0.5s;}
.part_style25 .list li:hover .tit{color: #1774b4}


.banner2 .lanmu{width: 16.5rem;max-width: 90%;top: calc(50% + 0.5rem);transform: translate(-50%,-50%);left: 50%;text-align:left;}

.danye{padding:0.8rem 0;}
.danye .con{margin-top: 0.3rem;line-height: 2;}



@media (max-width:1800px) {
  .fz24{font-size: 0.24rem;}
  .part_style6 .list li .des{line-height: 2;}
  .style7_nr .text{width: 48%}
  .style7_nr .pic{width: 49%}
  .style12_des{width: 90%}
  .part_style12 .list li{width: 19.5%;max-width: 19.5%}
  .part_style12.part_style17 .list li{width: 32%;}
  .part_style23.part_style12 ul {margin-left: -0.4rem;}
  .part_style23.part_style12 li {width: 25%;max-width: 25%;padding-left: 0.4rem;}
  .news1_right li{margin-bottom:0.4rem;}
  .fz36{font-size: 0.36rem;}
  .part_style3 .swiper-slide .des{font-size: 15px;}
}

@media (max-width:1500px) {
  .abou3_list .swiper-slide .text .tit{font-size: 25px;}
  .abou3_list .swiper-slide .date{font-size: 30px;}
  .part_style3 .swiper-slide .des{font-size: 14px;}
  .fz24{font-size: 20px;}
  .part_style3 .swiper-slide .tit{font-size: 18px;}
}

@media (max-width:1400px) {
  .part_style6 .list li .tit{font-size: 20px;}
  .part_style3 .swiper-slide .pic{padding-top: 125%}
  .part_style12 .list li .tit{font-size: 20px;}
  .com_main,.mes_form{width: 80%}
  .jdts1_item1 .item{width: 48.5%}
  .pro_btn{width: 120px;height:40px;line-height: 40px;font-size: 16px;border-radius: 0.1rem;}
  .pro_btn2{min-width:120px;height:40px;line-height: 40px;font-size: 16px;border-radius: 0.1rem;}
  .banner2 .lanmu span{font-size: 40px;}
  .part_style10 .list li .icon{height:65px;}
  .fz18{font-size: 16px;}
  .news2_list li .tit{font-size: 18px;}
  .dj_list li.first .djf_left .pic{height:400px;}
  .dj_list li.first .tit{font-size: 20px;}
  .fz20{font-size: 18px;}
  .news2_list li .tit{font-size: 16px;}
}

@media (max-width:1300px) {
  .abou3_list .swiper-slide .date{font-size: 25px;}
  .part_style3 .swiper-slide .text{padding: 0.1rem 0.3rem 0;}
}

@media (max-width:1200px) {
  .about1_list .list{width: 32%;padding:0.3rem 0.2rem;}
  .about1_list .list li{font-size: 14px;}
  header .navlist .two{min-width:260%;}
  .part_style1 .style1_pic{width: 50%}
  .style1_pic .pic,.style2_pic .pic{padding-top: 65%}
  .part_style2 .style2_pic{width: 48.5%}
  .part_style2 .text{width: 49%}
  .part_style4 .list .swiper-slide .tit{font-size: 0.32rem;}
  .style7_nr{margin-top: 0.4rem}
  .part_style8 .style8_pic{width: 48.5%}
  .style8_pic .pic{padding-top: 70%}
  .service1 ul {margin-left: -0.2rem;}
  .service1 li{padding-left: 0.2rem;}
  .service2 li{width: 25%;}

  .style19_nr .pic{width: 48.5%;padding-top:35%;position: relative;}
  .style19_nr .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position: center center;}
  .style19_nr .text {width: 48.5%;padding-right: 0;}

  .job_nr{display: block;}
  .job_nr .job_left{width: 100%}
  .job_nr .job_right{width: 100%}

  .page{padding-bottom:0.5rem;}
  .ns_tj li:hover .date{margin-right:0;}

  .news1_left{width: 50%;max-width: 50%}
  .news1_right{width: 48%;max-width: 48%}
  .news1_right li{margin-bottom: 0.25rem}

  .pagination{margin-top: 0.4rem}
  .mes_form{padding: 0.6rem 1rem;}

}

@media (max-width:1000px) {
  .online_q {right: 0px;}
  .online_q .btn2{width:50px;height:50px;line-height:50px;}
  .online_q .btn2 span{width:50px;height:50px;line-height:50px;}
  .online_q .btn2:hover .open.pic{right:70px;}
  .online_q .btn2:hover .social-share{right: 70px;}

  .typeinfo .main{flex-flow: column;align-items: flex-start;}
  .typeinfo .nav_list{order: 2;}
  .typeinfo .nav_list{white-space: nowrap;overflow-x: scroll;overflow-y: hidden;width: 100%;}

  .banner2 .lanmu span{font-size: 0.5rem;}
  .banner2 .lanmu p{font-size: 0.3rem;margin-top:0.05rem;}
  .about1_nr{display:block;}
  .about1_left{padding-top:0;width: 100%;max-width:100%;}
  .about1_right{width: 100%;max-width: 100%;margin-top: 0.4rem}
  .about1_list{display: block;}
  .about1_list .list{width: 100%;max-width:100%;margin-bottom:0.3rem;padding:0.3rem;}
  .about1_list .list .tit{font-size: 0.4rem;}
  .about1_list .list li{font-size: 0.28rem;}
  .about1{padding:0.6rem 0;}
  .about1_nr{margin-bottom: 0.6rem;}
  .about2_list li span{font-size: 0.4rem;margin: 0.15rem 0;}
  .about3{padding:0.6rem 0 2rem;}
  .abou3_list .swiper-slide .text{height:300px;}
  .abou3_list::after{bottom:70px}
  .abou3_list .swiper-slide .text{padding-left:1.2rem;}
  .abou3_list .swiper-slide .text .tit{padding-top:0;font-size: 0.45rem;}
  .abou3_list .swiper-slide .text .des{font-size: 0.26rem;margin-top:5px;}
  .abou3_list .swiper-slide .text .line::after{width: 0.5rem;height:0.5rem;background: url('../images/dot.png') no-repeat center;background-size: cover;}
  .abou3_list .swiper-slide .date{font-size: 0.45rem;}
  .about3 .swiper-button-next{right: calc(50% - 60px);bottom: 0.8rem;}
  .about3 .swiper-button-prev{left: calc(50% - 60px);bottom: 0.8rem;}
  .about4_list .tit,.about5_list .swiper-slide .tit{margin-top: 0.3rem}
  .about5_list{padding-bottom:1.5rem;}
  .about5{padding-bottom: 0.9rem}
  .about5_list .swiper-button-prev{width: 40px;height: 40px;background: url('../images/left.jpg') no-repeat center;border:1px solid #e6e8ed;left:calc(50% - 25px);background-size:17px}
  .about5_list .swiper-button-next{width: 40px;height: 40px;background: url('../images/right.jpg') no-repeat center;border:1px solid #e6e8ed;left:calc(50% + 25px);background-size:17px}
  .about6_nr{display: block;}
  .about6_type{width: 100%;height:auto;padding-bottom:1.3rem;margin-bottom: 0.5rem}
  .about6_list{width: 100%;max-width: 100%}
  .about6{padding:0.8rem 0;}

  .dj_list li.first .djf_left .pic{height:0;padding-top:60%;}
  .djf_right{padding-top: 0}
  .dj_list li.first .tit{font-size: 0.35rem;-webkit-line-clamp:1;}
  .dj_list li.first .des{-webkit-line-clamp:4;margin:0 0 0.2rem;}
  .dj_list li.first .date{padding-bottom:0.2rem;}
  .dj_list li.else:hover .box{padding:0.3rem 0;box-shadow: 0 0 0 rgba(0,0,0,0);transform: scale(1);}
  .dj_list li.else .info .tit{font-size: 0.34rem;}
  .dj_list li.else .date {width: 90px;height:100px;}
  .dj_list li.else .info { width: calc(100% - 110px);}
  .dj_list li.first{margin-bottom:0.2rem;}



  .pagination{font-size: 14px;margin-top: 0.6rem;}
  .pagination li{margin:0 4px 8px;min-width: 35px;line-height:35px;padding:0 8px;}
  .pagination li.prev,.pagination li.next{font-size: 14px;}

  .part_style1 .style1_nr,.part_style2 .style2_nr{display: block;}
  .part_style1 .style1_pic,.part_style2 .style2_pic{width: 100%;}
  .part_style1 .text,.part_style2 .text{width: 100%;position: static;margin-top: 0.3rem;min-height:auto;transform: translateY(0%);padding: 0.4rem;}
  .style1_pic .pic, .style2_pic .pic{padding-top:35%}
  .pro_btn {width: 110px;height: 35px;line-height: 35px;font-size: 14px;}
  .fz36{font-size: 0.45rem;}
  .part_style2 .text .con{margin-top: 0.1rem;line-height: 2;}
  .part_style1 .text .con{line-height: 2;}

  .part_style3 .list{margin-top: 0.4rem}
  .part_style4{padding:0.8rem 0;}
  .part_style4 .list .swiper-slide .pic{padding-top:15%}
  .part_style4 .list .swiper-slide .tit{font-size: 0.4rem;}
  .part_style4 .list .swiper-slide .des{line-height: 2;}
  .part_style3 .swiper-slide .p3_pic{width: 27%}
  .part_style3 .swiper-slide .text{width:70%}
  .part_style5 .list li{width: 100%;max-width: 100%;margin-bottom: 0.3rem;}
  .part_style5{padding:0.8rem 0;}
  .part_style6 .list ul{margin-left:0;}
  .part_style6 .list li{padding-left:0;width: 100%;}
  .part_style6 .list li .pic{padding-top:30%;}
  .part_style6 .list li .text{min-height:auto;padding: 0.4rem}
  .style7_nr{display: block;}
  .style7_nr .text{width: 100%;max-width: 100%;}
  .style7_nr .pic{width: 100%}
  .part_style7{padding:0.7rem 0;}
  .part_style8 .style8_nr{display: block;}
  .part_style8 .style8_pic{width: 100%}
  .part_style8 .text{width: 100%;position:static;min-height:auto;padding:0.4rem;transform: translateY(0%);margin-top: 0.3rem}
  .style8_pic .pic{padding-top:30%;}
  .part_style8 .text .con{line-height: 2;margin-top: 0.1rem}
  .part_style9 li{width: 100%;margin-bottom: 0.3rem;padding: 0.7rem 0.45rem 0.5rem}
  .part_style9 li.active{width: 100%}
  .part_style9 .list ul{display:block;}
  .part_style9 .list{margin-top: 0.4rem}
  .part_style9 li .tit .sort{font-size: 0.9rem;}
  .part_style10 .list li .icon{height:0.7rem;}
  .fz24{font-size: 0.34rem;}
  .style12_des{width: 100%;line-height: 2;}
  .part_style12 .list ul{display: block;margin-left:0;}
  .part_style12 .list li{width:100%;max-width: 100%;margin-bottom: 0.2rem;padding-left:0;}
  .part_style12 .list li .icon{width: 40px;height:40px;}
  .part_style12 .list li .tit{font-size: 0.4rem;margin: 0.2rem 0 0.05rem;}
  .part_style12 .btns{margin-top:0.4rem;}
  .part_style13 .list li{width:32%;max-width:32%;margin-bottom:0.3rem;}
  .part_style13 .list li .icon{height:1rem;}
  .part_style13{padding:0.75rem 0;}
  .part_style14 ul{margin-left:0;}
  .part_style14 li{padding-left:0;width: 100%;margin-bottom:0.3rem;}
  .part_style14 li .pic{padding-top:12%;}
  .part_style14 li:hover .box{transform: translateY(0px);}
  .typeinfo .nail{margin-top: 0.2rem}
  .style15_nr{display: block;}
  .part_style15 .text{width: 100%;max-width: 100%;}
  .part_style15 .pic{width: 100%;padding-right:0;max-width: 100%;text-align:center;}
  .part_style15 .con {line-height: 2;margin: 0.2rem 0;}
  .part_style16 .list li{width: 100%;max-width: 100%;margin-bottom: 0.3rem}
  .part_style16 li .icon{height:1.2rem;}
  .part_style16 li .icon img{height:100%;}
  .part_style16{padding:0.8rem 0;}
  .part_style12.part_style17 .list li{width: 100%;max-width:100%;}
  .part_style12.part_style17 .list li .icon{height:1.3rem;width: 1.3rem;}
  .part_style12.part_style17 .list li .icon img{height:100%;}
  .part_style12.part_style17 .list .tit {margin: 0.1rem 0 0.07rem;}
  .part_style12.part_style17 .list li .box{padding: 0.5rem 0.4rem 0.4rem;}
  .part_style12.part_style17 .list {margin: 0.45rem 0;}
  .part_style18.part_style15 .pic{padding-right:0;margin-top:0.3rem;}
  .part_style15{padding:0.7rem 0;}
  .style19_nr{display: block;}
  .style19_nr .pic{width: 100%}
  .style19_nr .text{width: 100%;padding-right:0;}

  .style19_nr .pic{padding-top:30%;}
  .style19_nr .text{margin-top: 0.3rem}
  .style19_nr .text .con {line-height:2;padding-bottom: 0.2rem;}
  .style22_nr .con {line-height: 2;margin: 0.2rem 0 0.4rem;}
  .style22_nr{margin-top: 0.4rem}
  .part_style23.part_style12 .list li .box {padding: 0.4rem;}
  .style25_nr{width: 100%;display: block;}
  .part_style25 .style25_pics{width: 100%}
  .part_style25 .style25_pics li{width: 30%;margin-right:0;}
  .part_style25 .list{width: 100%;padding-right: 0;margin-top: 0.5rem}
  .part_style28 .list ul{margin-left:-0.2rem;}
  .part_style28 .list li{padding-left:0.2rem;}
  .part_style2 .style2_nr{margin-top: 0}
  .part_style2 .text {padding: 0 0 0.4rem;}
  .style28_des{width: 100%;max-width: 100%;margin-top: 0.4rem;}

  .service1 li{width: 48.5%;margin-bottom: 0.3rem;}

  .job1 li{width: 100%;max-width: 100%}
  .job2 li{width: 100%;max-width: 100%}
  .job3 li{width: 100%;max-width: 100%}

  .search3{height:0.8rem;margin-top:0.3rem;}
  .search3 input{line-height:calc(0.8rem - 2px);}
  .joblist li .j_left{width: 30%}
  .joblist li .j_right{width: 68%}

  .news1_nr{display: block;}
  .news1_left{width: 100%;max-width: 100%}
  
  .news1_right{width: 100%;max-width: 100%;margin-top:0.4rem;}
  .news2_list li{width: 100%;max-width: 100%;margin-bottom:0.4rem;padding-left: 0}
  .news2_list ul{display: block;margin-left: 0}
  .news2_list li:hover a{box-shadow: 0 0 0 rgba(0,0,0,0);transform: translateY(0px);}
  .news3,.news2,.news1,.news_show{padding:0.7rem 0;}
  
  .news_show{display: block;}
  .news_show .ns {width:100%;padding-right:0;border-right:0px;}
  .news_show .ns_right{width:100%;padding-left:0;margin-top:0.5rem;}
  .fenye .back_btn{width: 120px;height:40px;line-height: 40px;}
  .ns_tj_pic{width:30%}
  .ns_tj_tit{width: 68%}
  .news2_list li{box-shadow: 0 10px 20px rgba(0,0,0,.1);}

  .ns_tj_pic .pic{position:relative;width:100%;height:0;padding-top:56%;}
  .ns_tj_pic .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
  
  .com_main, .mes_form{width: 90%}

  .jdts1_item1 .item input{height:0.8rem;line-height: 0.8rem;}
  .jdts1_item1 .layui-form-select dl{top:0.8rem;}
  .complaints .btns a{width: 110px;height:40px;line-height: 40px;}
  .question_list li .tit{font-size: 16px;}
  .question_list li{font-size: 14px;margin-bottom: 0.3rem;}

  .contact1_nr{padding:0.6rem;display: block;}
  .c1_left{width: 100%;margin-bottom: 0.3rem}
  
  .c1_left li{padding-left:28px;}
  .c1_left .tit{font-size: 0.4rem;}

  .c1_left .tit::after{height: 0.35rem;width: 0.06rem;}
  .c2_top{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
  .c2_top .item{width: 48.5%;max-width: 48.5%;margin-bottom: 0.4rem}
  .c2_top .item input{height:0.8rem;line-height: 0.8rem;}

  .mes_form .item input{height:0.8rem;line-height: 0.8rem;}
  .mes_form .layui-form-select dl{top: 0.8rem}
  .c2_top .layui-form-select dl{top: 0.8rem}
 
  .send{width: 150px;height:45px;line-height: 45px;}
  .news3_list .swiper-slide .pic{padding-top:30%;}
  .news3_list .swiper-slide .text{padding-left: 0.4rem}
  .news3_list .swiper-slide .des{font-size: 16px;}


}
.fenye .item2{text-align:right;}
.btn_3g{display: none}
@media (max-width:750px) {
  .btn_pc{display: none}
  .btn_3g{display: block;}
  .btn_3g a{position: relative;z-index: 1;margin: 0 0.05rem;}
  .banner2 .pic{position:relative;width:100%;height:0;padding-top:50%;}
  .banner2 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
  .banner2 .lanmu span{font-size: 0.25rem;}
  .banner2 .lanmu p{font-size: 0.18rem;margin-top:0;}
  .banner2 .lanmu{top: calc(50% + 0.15rem);}
  .typeinfo{line-height: 0.3rem;}
  .typeinfo .nail {margin-top: 0.1rem;}
  .typeinfo .nail{padding-left:0.2rem;background: url('../images/nail.png') no-repeat center left;background-size: 0.15rem}
  .typeinfo .nav_list a{margin-right: 0.15rem;font-size: 0.15rem;line-height: 0.45rem;}

  .about1{padding:0.25rem 0;}
  .about1_nr{margin:0.1rem 0 0.25rem;}
  
  .typeinfo.fixed .nail{display: none}
  .about1_left .con{line-height: 2;margin-bottom: 0.15rem;}

  .about1_data li .tit{font-size: 0.16rem;}
  .about1_data li .des span{font-size: 0.3rem;}
  .about1_data{
      padding-top: 0.2rem;
      font-size: 0.14rem;
      position: relative;
      padding-right: 0.25rem;
  }
  .about1_right{margin-top: 0.2rem}
  .about1_list .list{padding: 0.15rem;margin-bottom: 0.15rem;}
  .about1_list .list .tit{font-size: 0.2rem;margin-bottom: 0.05rem;}
  .about1_list .list li{font-size: 0.15rem;}

  .about2_list ul{display: block;}
  .about2_list li{width: 100%;display: block;padding:0.15rem 5%;border:0;}
  .about2 .title{position: static;}
  .about2_list li:hover .info{transform: translateY(0);}
  .about2_list li span {font-size: 0.2rem;margin: 0.05rem 0;}
  .about2_list li .icon{height:0.25rem;width: 0.25rem;margin:0 auto;}
  .about2_list li .icon img{max-height: 100%}
  .about2_list li .icon:after{content: '';width: 0.1rem;height:0.1rem;background: #1774b4;border-radius: 50%;position: absolute;left:0.18rem;top:-0.04rem;transform: scale(0);opacity: 0;transition: all 0.5s}
  .about2_list li .info{text-align:center;}
  .about2{padding:0.25rem 0 0.15rem;}

  .about3{padding:0.25rem 0 0.7rem;}
  .abou3_list{margin-top: 0.2rem}
  .abou3_list .swiper-slide .text .tit{font-size: 0.2rem;}
  .abou3_list .swiper-slide .text .des{font-size: 0.14rem;line-height: 1.8;margin-top:0.03rem;height:1.4rem;}
  .abou3_list .swiper-slide .text{height:2.1rem;padding-left:0.5rem;}
  .abou3_list .swiper-slide .date{font-size: 0.22rem;}
  .abou3_list .swiper-slide .text .line::after {
     width: 0.2rem;
     height: 0.2rem;
     background: url('../images/dot.png') no-repeat center;
     background-size: cover;
   }

   .about3 .swiper-button-next{right: calc(50% - 0.45rem);bottom: 0.2rem;width: 0.3rem;}
   .about3 .swiper-button-prev{left: calc(50% - 0.45rem);bottom: 0.2rem;width: 0.3rem;}
   .abou3_list .swiper-slide .text .line{left: 0.24rem}
   .abou3_list::after {bottom: 0.6rem;background: url('../images/line2.png') repeat-x left bottom;}

   .about4{padding:0.25rem 0;}
   .about4_list{margin-top:0.05rem}
   .about4_list .swiper-slide .pic{padding:0.1rem;}
   .about4_list .swiper-slide .pic{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}
   .about4_list .swiper-slide .pic:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);transform: translateY(0);}
   .about4_list .tit{margin-top: 0.15rem;font-size: 0.15rem;}
   .about5_list .swiper-slide .tit{margin-top: 0.1rem;font-size: 0.15rem;}
   .about4_bot{padding-top: 0}
   .about4_list .swiper-slide a{padding:0.15rem;}
   .about4 .swiper-pagination-fraction{font-size:0.14rem;width:0.9rem;left:0px;bottom: 0.05rem;text-align:left;}
   .about4 .swiper-pagination-current,.about4 .s1{font-size: 0.25rem;}
   .about4_list .swiper-scrollbar{margin-top: 0.35rem}

   .about5{padding:0.25rem 0;}
   .about5_list{margin-top: 0.2rem;padding-bottom:0.45rem;}

   .about5_list .swiper-button-prev{width: 0.3rem;height: 0.3rem;background: url('../images/left.jpg') no-repeat center;left:calc(50% - 0.2rem);background-size:0.15rem;}
   .about5_list .swiper-button-next{width: 0.3rem;height: 0.3rem;background: url('../images/right.jpg') no-repeat center;left:calc(50% + 0.2rem);background-size:0.15rem;}
  
   .about6{padding: 0.25rem 0}
   .about6_nr{padding-left:0;margin-top: 0.2rem;}
   .about6_type .swiper-slide .tit{font-size: 0.2rem;}
   .about6_type .swiper-slide .des{margin-top:0.05rem;}
   .about6_type {padding-bottom:0.6rem;margin-bottom: 0.15rem;}
   .about6_type .swiper-button-next{width: 0.3rem;left: 0.5rem}
   .about6_type .swiper-button-prev{width: 0.3rem;}
   
  
   .about6_list .list .swiper {height:1.6rem;width: 100%;overflow: hidden;}
   .about6_list .list .swiper-slide { height: calc((100% - 0.1rem) / 2) !important;box-sizing: border-box;}
   .about6_list .list .swiper-slide .pic{padding:0.1rem;}
   .dj{padding-top: 0.2rem}
   .djf_left{width: 35%}
   .dj_list li.first .djf_left .pic{padding-top:70%;}
   .djf_right{width: 62%;max-width: 62%}
   .dj_list li.first .tit{font-size: 0.15rem;}
   .dj_list li.first .des{-webkit-line-clamp:2;margin: 0.05rem 0 0rem;line-height: 1.8;}
    .dj_list li.first .date{display: none}
    .djf_right{border:0;}
    .dj_list li.first a{align-items: center;}
    .dj_list li.first{margin-bottom: 0.1rem;}    
    .dj_list li.else a{padding-right:0;background: transparent;}
    .dj_list li.else:hover a{background: transparent;}

    .dj_list li.else .date{width: 0.75rem;height:0.8rem;}
    .dj_list li.else .date span{font-size:0.25rem;}
    .dj_list li.else .date p{font-size: 0.14rem;}
    .dj_list li.else .info{width: calc(100% - 0.9rem)}
    .dj_list li.else .info .tit{font-size: 0.15rem;}
    .dj_list li.else .info .des{margin-top: 0.05rem;line-height: 1.8;}
    .dj_list li.else .box{padding:0.1rem 0;border-bottom:1px solid #ebebeb;}

    .dj_list li.else .box{transition: all 0.5s;}
    .dj_list li.else:hover .box{box-shadow: 0 0 0 rgba(0,0,0,0);padding:0.1rem 0;transform: scale(1);z-index: 1;background: #fff}
    .pagination{font-size: 0.13rem;margin-top: 0.2rem;}
    .page{padding-bottom:0.15rem;}
     .pagination li.prev, .pagination li.next{font-size: 0.14rem;}
    .pagination li{margin:0 0.025rem 0.05rem;min-width: 0.26rem;padding:0 0.07rem;line-height: 0.26rem;height:0.26rem;}
    
    .danye{padding:0.25rem 0 0.15rem;}
    .danye .con{margin-top: 0.15rem;line-height: 2;}
    .title p{margin-top: 0}
    .title{overflow:hidden;}

    .part_style1{padding:0.25rem 0;}
    .part_style1 .style1_nr{margin-top: 0.2rem}

    .style1_pic .pic, .style2_pic .pic{padding-top:40%;border-radius: 0.05rem;}
    .part_style1 .text{margin-top: 0.1rem;padding:0.13rem 0.15rem 0.15rem;}
    .part_style2 .text{margin-top: 0.15rem;padding: 0 0 0.17rem;}
    .part_style1 .text .con{line-height: 1.8;}
    .pro_btn{margin-top: 0.13rem;width: 1rem;height: 0.35rem;line-height: 0.35rem;font-size: 0.14rem;border-radius: 0.05rem;}
    
    .part_style2{padding:0.2rem 0;}
    .fz36{font-size: 0.2rem;}
    .part_style2 .text .con{margin-top: 0.05rem;line-height: 1.8;}

    .part_style3{padding:0.25rem 0;}
    .part_style3 .list{margin-top: 0.15rem;padding-bottom: 0.25rem;}
    .part_style3 .swiper-slide .box{display: block;}
    .part_style3 .swiper-slide .p3_pic{width: 100%}
    .part_style3 .swiper-slide .pic{padding-top:35%;}
    .part_style3 .swiper-slide .pic img{object-position: center center;}
    .part_style3 .swiper-slide .text{width: 100%;padding:0.3rem 0.15rem 0.15rem;}
    .part_style3 .swiper-slide .tit{font-size: 0.17rem;}
    .part_style3 .swiper-slide .tit .sort{font-size: 0.45rem;top:-0.2rem;}
    .part_style3 .swiper-slide .des{font-size: 0.14rem;line-height: 1.8;margin-top: 0.02rem;}
    .part_style3 .list .swiper-pagination .swiper-pagination-bullet{width: 0.25rem;height:0.04rem;border-radius: 0.04rem;margin:0 0.05rem;}
    .part_style4{padding:0.25rem 0 0.15rem;}
    .part_style4 .list .swiper-slide .box{box-shadow: 0 0 0.05rem rgba(0,0,0,0.1)}
    .part_style4 .list .swiper-slide{padding:0.05rem;}
    .part_style4 .list .swiper-slide .pic{padding-top:25%}
    .part_style4 .list .swiper-slide .tit{left: 0.1rem;bottom: 0.15rem;font-size: 0.18rem;}
    .part_style4 .list .swiper-slide .des{min-height:auto;padding:0.15rem;}
    .part_style4 .list{margin:0.1rem 0 0.15rem;}

    .pro_btn2 {min-width:1rem;font-size: 0.14rem;border-radius: 0.05rem;padding: 0.08rem 0.2rem;height:auto;line-height: 1.5;}
    
    .part_style5{padding:0.25rem 0 0.1rem;}
    .part_style5 .list{margin-top: 0.15rem}
    .part_style5 .list li{padding: 0.15rem;display: block;margin-bottom: 0.15rem;}
    .part_style5 .list li .icon{width: 100%;}
    .part_style5 .list li .icon img{max-width: 0.75rem;max-height: 0.75rem}
    .part_style5 .list li .text{width:100%;line-height: 1.8;margin-top: 0.1rem}

    .part_style6{padding:0.25rem 0 0.1rem;}
    .part_style6 .list li .text{margin-top: 0;width: 100%;padding:0.15rem;}
    .part_style6 .list li .tit{font-size: 0.18rem;}
    .part_style6 .list li .des{line-height: 1.8;}
    .part_style6 .list li .pic{border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0.1rem;border-top-right-radius: 0.1rem}
    .part_style6 .list li .text{border-bottom-left-radius: 0.1rem;border-bottom-right-radius: 0.1rem;border-top-left-radius: 0;border-top-right-radius: 0}
    .part_style6 .list li .text::before{border:0px;border-bottom-left-radius: 0.1rem;border-bottom-right-radius: 0.1rem;border-top-left-radius: 0;border-top-right-radius: 0}
    .part_style6 .list li{margin-bottom: 0.15rem;}
    .part_style6 .list{margin-top: 0.15rem}

    .part_style3 .list .swiper-wrapper {
        display: flex;
        align-items: stretch; 
    }

    .part_style3 .list .swiper-slide {
        height: auto; 
    }

    .part_style3 .list .swiper-slide .box {
        display: flex;
        flex-direction: column;
        height: 100%; 
    }

    .part_style3 .list .swiper-slide .des {
        flex: 1;
    }

    .part_style7{padding:0.25rem 0;}
    .style7_nr{margin-top: 0.15rem;line-height: 1.8;}
    .style7_nr .des{line-height: 1.8;}
    .style7_nr li p{font-size: 0.16rem;line-height: 1.8;}
    .style7_nr li{margin-top: 0.15rem;}
    
    .part_style8{padding:0.25rem 0;}
    .part_style8 .style8_nr{margin-top: 0.15rem}
    .style8_pic .pic{padding-top:40%;}
    .part_style8 .text {padding: 0.15rem;margin-top: 0.15rem;}
    .fz24{font-size: 0.18rem;}
    .part_style8 .text .con{line-height: 1.8;}

    .part_style9{padding:0.25rem 0 0.1rem;}
    .part_style9 .list{margin-top: 0.15rem}
    .part_style9 li{margin-bottom: 0.15rem;padding:0.3rem 0.15rem 0.15rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);}
    .part_style9 li .tit .sort{font-size: 0.5rem;top:-0.25rem;bottom: auto;}
    .part_style9 li .des{line-height: 1.8;margin-top: 0.05rem}

    .part_style10{padding:0.25rem 0 0.15rem;}
    .part_style10 .list{margin-top: 0.2rem}
    .part_style10 .list li{width: 48.5%;max-width:48.5%;margin-bottom: 0.1rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}
    .part_style10 .list li .box{padding:0.25rem 0;}
    .part_style10 .list li .icon{height:0.45rem;}
    .part_style10 .list li .tit{margin-top: 0.15rem;}
    .part_style10 .list li .tit::after {width: 0.4rem;height: 0.03rem;margin: 0.15rem auto 0;}

    .part_style11{padding:0.25rem 0;}
    .part_style11 .list{padding: 0.15rem 0 0.25rem;}
    .part_style11 .list .swiper-slide .des{padding: 0.15rem;line-height: 1.8;}
    .part_style11 .list .swiper-pagination-bullets{bottom: 0}
    .part_style11 .list .swiper-pagination .swiper-pagination-bullet{width: 0.25rem;height:0.04rem;border-radius: 0.04rem;margin:0 0.04rem;}
    
    .part_style12{padding:0.25rem 0 0.1rem;}
    .style12_des{margin: 0.15rem auto 0.2rem;}
    .part_style12 .list li .tit{font-size:0.21rem;margin: 0.1rem 0 0.05rem;}
    .part_style12 .list li .box{padding:0.3rem 0.15rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);}
    .part_style12 .list li{margin-bottom: 0.1rem;padding: 0.05rem;}
    .part_style12 .list li .des{line-height: 1.8;}
    .part_style12 .btns .pro_btn2{padding:0.05rem 0.2rem;margin:0 auto;}
    .part_style12 .btns{margin:0.2rem auto 0;text-align:center;}

    .part_style14{padding:0.25rem 0 0rem;}
    .part_style14 .list{margin-top: 0.15rem;}
    .part_style14 li .box{box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);border-radius: 0.1rem;}
    .part_style14 li .pic{padding-top:28%;}
    .part_style14 li .sort{width:0.8rem;height:0.8rem;line-height:0.8rem;font-size: 0.4rem;left: 0.15rem;}
    .part_style14 li .des {padding: 0.55rem 0.15rem 0.15rem;line-height: 1.8;}
    .part_style14 li{margin-bottom: 0.15rem}
    .part_style8 .text .con{margin-top:0.05rem;}
    .part_style14 .list{padding-bottom:0.1rem;}

    .part_style15{padding:0.25rem 0;}
    .style15_nr{margin-top:0.15rem;}
    .style15_nr .tit{font-size: 0.19rem;}
    .part_style15 .con {line-height:1.8;margin: 0.05rem 0 0.1rem;}

    .part_style16{padding:0.25rem 0 0.1rem;}
    .part_style16 .list{margin-top:0.2rem;}
    .part_style16 li{box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);padding:0.15rem;border-radius: 0.1rem;}
    .part_style16 li .icon{height:0.75rem;}
    .part_style16 li .tit{margin:0.05rem 0 0.1rem;}
    .part_style16 li .des{line-height: 1.8;}
    .part_style16 .list li{margin-bottom: 0.15rem}
    .part_style12.part_style17 .list {margin: 0.15rem 0;}
    .part_style12.part_style17 .list li .icon{width:1.2rem;height:0.75rem;}
    .part_style12.part_style17 .list li .box{padding:0.25rem 0.2rem;}

    .part_style19{padding:0.25rem 0;}
    .style19_nr{margin-top: 0.15rem}
    .style19_nr .pic{padding-top:35%;}
    .style19_nr .text{margin-top: 0.1rem}
    .style19_nr .text .con {line-height:1.8;padding-bottom: 0;}
    
    .part_style20{padding:0.25rem 0;}
    .style20_nr{margin-top: 0.2rem}
    
    .part_style22{padding:0.25rem 0;}
    .style22_nr{display: block;margin-top:0.15rem;}
    .style22_nr .pic{width: 100%;text-align:center;}
    .style22_nr .text {width: 100%;padding-left: 0;}
    .style22_nr .con {line-height:1.8;margin: 0.05rem 0 0.13rem;}

    .part_style23.part_style12{padding:0.25rem 0 0.15rem;}
    .part_style23.part_style12 .list{margin-top: 0.2rem}

    .part_style23.part_style12 .list li .icon{width:1.2rem;height:0.75rem;}
    .part_style23.part_style12 .list li .icon img{max-height: 100%}
    .part_style12 .list li .icon i{height:100%;}
    .part_style23.part_style12 .list li .box{padding:0.25rem 0.2rem;}

    .part_style24 .list{padding-bottom:0.1rem;}

    .part_style25{padding:0.25rem 0;}
    .style25_nr{margin-top: 0.2rem}
    .part_style25 .style25_pics li{width:32%}
    .part_style25 .style25_pics li .pic{transition: all 0.5s}
    .part_style25 .style25_pics li:hover .pic{transform: translateY(0);}
    .part_style25 .list{margin-top: 0.2rem}

    .part_style25 .list li .tit:after{width:0.07rem;height:0.07rem;position:absolute;left: 0;top:0.08rem;}
    .part_style25 .list li .tit,.part_style25 .list li .con{padding-left:0.15rem;}
    .part_style25 .list li .tit{font-size: 0.17rem;}
    .part_style25 .list li .con{margin-top: 0.05rem;line-height: 1.8;}
    .part_style25 .list li{margin-bottom: 0.15rem}

    .part_style26{padding:0.25rem 0;}
    .part_style26 .list{margin-top: 0.15rem;padding-bottom:0.25rem;}
    .part_style26 .list .swiper-slide{padding:0.08rem;}
    .part_style26 .list .swiper-slide .box{box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);padding:0.2rem 0.15rem 0.2rem;border-radius: 0.05rem}
    .part_style26 .list .swiper-slide .sort{font-size: 0.45rem;}
    .part_style26 .list .swiper-slide .des{line-height:1.8;margin-top:0.05rem;}
    
    
    .part_style26 .list .swiper-pagination .swiper-pagination-bullet{width: 0.25rem;height:0.04rem;border-radius: 0.04rem;margin:0 0.05rem;}

    .part_style27{padding:0.25rem 0;}
    .style27_des{max-width:100%;margin-top: 0.15rem;line-height: 1.8;}
    .style19_nr .pic{border-radius:0.05rem;}

    .pro12 .part_style24{padding-bottom:0.25rem;}

    .part_style28{padding:0.25rem 0 0.15rem;}
    .style28_des{margin-top: 0.15rem;line-height: 1.8;}
    .part_style28 .list{margin-top: 0.15rem}
    .part_style28 .list ul{margin-left:0;display: flex;justify-content:space-between;}
    .part_style28 .list li{padding-left: 0;width: 48.5%;margin-bottom: 0.1rem;}

    .service1{padding-top: 0.25rem}
    .service1 .list{margin-top: 0.2rem}
    .service1 ul{margin-left:0;display: flex;justify-content:space-between;}
    .service1 li{padding-left: 0;width: 48.5%;margin-bottom: 0.1rem;}
    .service1 li .pic{border-radius: 0.05rem}

    .service2{padding:0.15rem 0;}
    .service2 .list{margin-top:0.2rem;}
    .service2 ul{margin-left:0;display: flex;justify-content:space-between;}
    .service2 li{padding-left:0;margin-bottom: 0.1rem;width: 48.5%}
    .service2 li a{box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}

    .job1{padding:0.25rem 0;}
    .job_list{padding:0.2rem 0 0.1rem;}
    .job1 li .date{width: 0.75rem;height:0.8rem;}
    .job1 li .date .m{font-size: 0.17rem;}
    .job1 li .date .d{font-size: 0.32rem;margin-top: 0}
    .job1 li .info{width: calc(100% - 0.85rem);}
    .fz20{font-size: 0.17rem;}
    .job1 li .des{line-height: 1.8;margin-top: 0.05rem}
    .job1 li{margin-bottom: 0.1rem;}

    .job2{padding:0.25rem 0;}
    .job2 .job_list{padding:0.2rem 0 0.1rem;}
    .job2 li .date{width: 0.75rem}
    .job2 li .date .m{font-size: 0.17rem;line-height:0.35rem;}
    .job2 li .date .d{font-size: 0.32rem;line-height: 0.42rem;}
    .job2 li .info{width: calc(100% - 0.85rem);}
    .job2 li .des{line-height: 1.8;margin-top: 0.05rem}
    .job2 li{margin-bottom: 0.1rem;}

    .job3{padding:0.25rem 0;}
    .job3 li .j3_pic{width: 0.75rem}
    .job3 li .info{width: calc(100% - 0.85rem);}
    .job3 li{margin-bottom: 0.1rem;}

    .job_nr{padding-top:0.25rem;}
    .joblist li .j_left{width:33%}
    .joblist li .j_right{width:64%}
    .joblist li .des{line-height: 1.7;margin: 0.05rem 0}
    .joblist li{margin-bottom: 0.15rem;}
    .jobs .pagination{padding-top:0.1rem;}
    .fz30{font-size: 0.22rem;}
    .ns_tit{padding-bottom: 0.07rem;}
    .search3 input{line-height: calc(0.4rem - 2px);font-size: 0.14rem;padding: 0 0.15rem;width: calc(100% - 0.5rem);}
    .search3{height:0.4rem;margin-top: 0.15rem;}
    .search3 .sbtn {width: 0.5rem;background: url('../images/sbtn.png') no-repeat center;height: 0.4rem;}
    .ns_tj{margin-top: 0.15rem}
    .ns_tj li a{padding:0.13rem 0 0.08rem;}
    .ns_tj_pic{width:32%}
    .ns_tj_tit{width:65%}
    .ns_tj_tit{font-size: 0.15rem;line-height: 1.8;}
    .ns_tj li .date{margin-top: 0.05rem}
    .ns_tj ul{margin-top: 0.05rem}
    .job_nr .job_right{padding-bottom: 0.25rem}

    .news1,.news2,.news3,.news_show{padding:0.25rem 0;}
    .news1_nr{margin-top:0.2rem;}
    .news1_left .info{padding:0.15rem;}
    .news1_left .tit{font-size: 0.17rem;}
    .news1_left .des{font-size: 0.14rem;line-height: 1.8;margin:0.02rem 0 0.05rem;}
    .news1_right{margin-top: 0.15rem}

    .news1_right li .tit{font-size: 0.17rem;}
    .news1_right li .des{line-height: 1.8;margin:0.05rem 0}
    .news1_right li{padding-bottom: 0.13rem;margin-bottom: 0.13rem}
    .news1 .more_btn{margin-top: 0.15rem}

    .news2_list{margin-top: 0.2rem}
    .news2_list li{box-shadow: 0 0 0.1rem rgba(0,0,0,.1);margin-bottom: 0.15rem;}
    .news2_list li .info{padding:0.15rem;}
    .news2_list li .tit{font-size: 0.15rem;line-height: 1.7;}
    .news2_list li .date{margin-top: 0.1rem}
    .news2 .more_btn{margin-top: 0.15rem}
    .news3_list{margin:0.2rem 0 0.15rem;}
    .news3_list .swiper-slide .pic{padding-top:38%}
    .news3_list .swiper-slide .text{padding-left: 0.1rem}
    .news3_list .swiper-slide .des{margin-bottom: 0.07rem;font-size: 0.13rem;}
    .news3_list .swiper-slide .tit{font-size: 0.16rem;}
    .news3_list .swiper-slide li{padding-left: 25px;line-height: 1.8;font-size: 0.13rem;}
    .ns .tit{font-size: 0.18rem;}
    .ns .info{padding: 0.1rem 0;}
    .ns .con{padding:0.15rem 0;}
    .fenye{margin-top: 0.15rem;display: block;}
    .news_show .ns_right{margin-top: 0.15rem}
    .fenye .item{width: 100%;margin-bottom: 0.05rem}
    .fenye .item2{text-align:left;}
    .fenye .back_btn{display: none}
    .com_main, .mes_form{width: 94%;}
    .complaints1{padding:0.25rem 0;}
    .complaints1 .title{margin-bottom: 0.2rem}
    .jdts1_form{padding:0.25rem 0.15rem;}

    .jdts1_item1{display: block;}
    .jdts1_item1 .item{width: 100%;max-width:100%;margin-bottom: 0.15rem;}
    .jdts1_item1 .item input {height: 0.4rem;line-height: 0.4rem;padding: 0 0.15rem;border-radius: 0.05rem;}
    .custom-select{height: 0.4rem;line-height: 0.4rem;}
    .complaints1 label{margin-bottom: 0.05rem}
    .jdts1_form .item2 textarea{height:1.2rem;padding: 0.1rem 0.15rem;margin-bottom: 0.15rem;border-radius: 0.05rem;}
    .jdts1_form .item3 textarea{height:1.2rem;padding: 0.1rem 0.15rem;margin-bottom: 0.15rem;border-radius: 0.05rem;}
    .jdts1_form .item4 .sc p{margin: 0.07rem 0 0.1rem;font-size: 0.13rem;}
    .jdts1_form .item4 .sc_btn{width:0.9rem;height:0.35rem;line-height:0.35rem;border-radius: 0.05rem;}
    .jdts1_form .item4 .sc{padding: 0.15rem 0 0.18rem;border-radius: 0.05rem;}
    .protocol{margin-top: 0.1rem;}
    .protocol input[type="checkbox"]{margin-right:0.1rem;}
    .complaints .btns{margin-top: 0.15rem;display: flex;justify-content:center;}
    .complaints .btns a{margin:0 0.05rem;border-radius:0.05rem;width: 0.9rem;height: 0.35rem;line-height: 0.35rem;}
    .question_list{margin-top: 0.15rem}
    .question_list li{font-size: 0.14rem;margin-bottom: 0.1rem;padding:0.1rem 0.15rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}
    .question_list li .tit{font-size: 0.15rem;padding-right: 0.25rem}
    .question_list li .tit i{background:url('../images/gj.png') no-repeat center right;background-size: 0.13rem;width: 0.13rem;height:0.25rem;position: absolute;right: 0;top:0;background-size: 100%;}
    .question_list li .con{margin-top: 0.05rem}
    .question{padding-bottom: 0.15rem}
    
    .contact1{padding:0.25rem 0}
    .contact1_nr{overflow: hidden;}
    .contact1_nr{margin-top: 0.2rem;padding:0.15rem;}
    .c1_left .tit{font-size: 0.2rem;padding-left:0.15rem;}
    .c1_left .tit::after{height: 0.18rem;width: 0.03rem;}
    .c1_left li{line-height: 1.7;margin-top:0.1rem;}

    .c1_left{margin-bottom: 0.15rem;}
    .c1_right{width:100%}
    .c1_right li{width: 1.5rem;}
    .c1_right li .pic{width: 100%;height:1.5rem;}
    .c1_right li .pic img{max-height:100%;}

    .contact2{padding:0.25rem 0;}
    .contact2 .title span{font-size: 0.2rem;}
    .c2_form{margin-top: 0.15rem}
    .c2_top .item {width: 100%;max-width: 100%;margin-bottom: 0.1rem;}
    .c2_top .item input {height: 0.4rem;line-height: 0.4rem;}
    .c2_form .c2_textarea {margin-top:0;margin-bottom: 0.15rem;}
    .c2_form .c2_textarea textarea{height:1.2rem;}
    .send{width:1.1rem;height:0.37rem;line-height:0.37rem;font-size: 0.16rem;border-radius: 0.05rem}
    .message{padding:0.25rem 0;}
    .mes_form{padding:0.25rem 0.15rem;}
    .message .title{margin-bottom:0.2rem}
    .mes_form label{margin-bottom: 0.05rem}
    .mes_form .item input{height: 0.4rem;line-height: 0.4rem;padding: 0 0.15rem;border-radius: 0.05rem;}
    .mes_form .item{margin-bottom: 0.15rem;}
    .mes_form .layui-form-select dl{top: 0.4rem;}
    .mes_form textarea{height:1.2rem;padding: 0.1rem 0.15rem;margin-bottom: 0.15rem;border-radius: 0.05rem;}
    .jdts1_item1 .layui-form-select dl{top: 0.4rem;}
    .c2_top .layui-form-select dl{top: 0.4rem;}
    .ns .info span {margin: 0 0.1rem;}


}
  
/* 原有样式不变，新增/修改以下部分 */

/* 上传区域相关样式修复 */
.upload-content {
  width: 100%;
  margin-top: 0.1rem;
}

/* 已上传文件列表 - 修复样式错乱 */
.uploaded-files {
  margin-top: 0.2rem;
  width: 100%;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.15rem;
  background: #f8f9fa;
  border-radius: 0.05rem;
  margin-bottom: 0.1rem;
}

.file-item i {
  font-size: 0.2rem;
  margin-right: 0.15rem;
  color: #1774b4;
}

.file-info {
  flex: 1;
  overflow: hidden;
}

.file-name {
  display: block;
  font-size: 0.14rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-size {
  display: block;
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.02rem;
}

.remove-btn {
  background: transparent;
  border: none;
  color: #ff4d4f;
  font-size: 0.13rem;
  cursor: pointer;
  padding: 0.05rem 0.1rem;
}

.remove-btn:hover {
  color: #ff7875;
}

/* 进度条样式适配 */
.progress-container {
  margin-top: 0.15rem;
  width: 100%;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.05rem;
  font-size: 0.13rem;
}

.progress-bar-wrap {
  width: 100%;
  height: 0.08rem;
  background: #e9ecef;
  border-radius: 0.04rem;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: #1774b4;
  border-radius: 0.04rem;
  transition: width 0.3s ease;
}

/* 复选框重复问题修复 - 隐藏原生复选框，使用 layui 样式 */
.protocol {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
}

/*.protocol input[type="checkbox"] {
  display: none; 
}*/
.complaints1 .protocol label{margin-bottom: 0;}
.protocol-label {
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.layui-form-checked[lay-skin="primary"] i {
  border-color: #1774b5 !important;
  background-color: #1774b5;
  color: #fff;
}
.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #1774b5;
  color: #fff;
}
.complaints1 .layui-form-checkbox {
  margin-right: 0 !important;
}
/* 适配 layui 复选框样式位置 */
.layui-form-checkbox {
  margin-right: 0.1rem !important;
}
/* 自定义原生下拉框样式，匹配原有表单风格 */
.custom-select {
  display: block!important;
  width: 100%;
  height: 0.6rem; /* 与原有输入框高度一致 */
  line-height: 0.6rem; /* 垂直居中 */
  padding: 0 0.2rem; /* 左右内边距 */
  border: 1px solid #ebebeb; /* 边框颜色，与原有输入框一致 */
  border-radius: 0.1rem; /* 圆角，与原有输入框一致 */
  background-color: #fff; /* 背景色 */
  color: #333; /* 文字颜色 */
  appearance: none; /* 去掉原生下拉框默认样式（箭头） */
  -webkit-appearance: none;
  /* 自定义下拉箭头（可选，保持风格统一） */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.16rem;
}

/* 聚焦样式，与原有输入框一致 */
.custom-select:focus {
  outline: none;
  border-color: #1E88E5; /* 聚焦边框颜色，可根据原有风格调整 */
  box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2); /* 聚焦阴影 */
}

/* 禁用样式（可选） */
.custom-select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

@media (max-width: 1000px) {
  .custom-select {
      height: 0.8rem;
      line-height: 0.8rem;
  }
  .c2_top .item select{
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.dj_list{padding-bottom: 0.8rem}
/* 移动端适配调整 */
@media (max-width: 750px) {
  .dj_list{padding-bottom: 0.2rem}
  /* 移动端文件列表适配 */
  .file-item {
    padding: 0.08rem 0.1rem;
  }
  
  .file-item i {
    font-size: 0.18rem;
    margin-right: 0.1rem;
  }
  
  .file-name {
    font-size: 0.13rem;
  }
  
  .file-size {
    font-size: 0.11rem;
  }
  
  /* 移动端复选框适配 */
  .protocol {
    margin-top: 0.15rem;
    align-items: start;
  }
  .protocol input[type="checkbox"]{width: 0.15rem;height:0.15rem;margin-top: 0.03rem}
  
  
  .complaints1 label.protocol-label{display: inline-block;}

  .custom-select {
      height: 0.4rem;
      line-height: 0.4rem;
      font-size: 0.14rem;
      padding: 0 0.15rem;
  }
  .c2_top .item select{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0.15rem;
  }
}

.jobs{
    padding-top: 0.5rem;
}
.jobs .item{
    padding: 0.3rem 0 0.4rem;
}
.jobs .list{margin-top:0.5rem;}
.jobs ul {margin-left:-0.44rem;}
.jobs li {width:33.3%; padding-left:0.44rem;margin-bottom:0.5rem;}

.jobs li .pic{position:relative;width:100%;height:0;padding-top:51%;border-radius: 0.1rem;overflow:hidden;}
.jobs li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center}
.jobs li a{display: block;transition: all 0.5s}
.jobs li:hover a{transform: scale(1.05)}
@media (max-width: 1000px) {
    .jobs li{width: 48.5%;margin-bottom: 0.3rem;}
}
@media (max-width: 750px) {
  .jobs{padding-top: 0.15rem}
  .jobs .item{padding: 0.1rem 0; }
  .jobs .list{margin-top: 0.2rem}
  .jobs ul{margin-left:0;display: flex;justify-content:space-between;}
  .jobs li{padding-left: 0;width: 48.5%;margin-bottom: 0.1rem;}
  .jobs li .pic{border-radius: 0.05rem}

}