@charset "UTF-8";
html{
  font-size: 6.17vw;
}
@media screen and  (min-width:1620px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}

html {
  scrollbar-width: thin;
  scrollbar-color: #bbbbbb #dddddd;
}
html::-webkit-scrollbar {
  width:8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #dddddd;border-radius:8px;
}
html::-moz-scrollbar {
  width:8px; 
}
html::-moz-scrollbar-thumb {
  background-color: #dddddd;border-radius:8px;
}	


.w_width{max-width:1620px; margin-right: auto; margin-left: auto;}
.w1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.ctext{padding-left:0.8rem;padding-right:0.8rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}


/*PC head*/
.t_navs{ position:fixed; left:0; top:0; z-index: 20; width:100%;}
.t_navs .top{ width: 100%; flex-wrap:wrap; display: flex; justify-content: space-between; align-items: center; height:1.1rem; padding:0 40px;}
.t_navs .top .logo{ line-height: 0; float: left;}
.t_navs .top .logo a{ float: left;}
.t_navs .top .logo img{ width: auto; height:0.6rem;}
.t_navs .lang{ display:flex; align-items: center; position: relative;}
.t_navs .lang .a{ display:flex; align-items: center; position: relative; color: #fff; padding-right:30px; font-size:0.18rem; line-height:1.1rem; text-transform: uppercase; font-family: Arial; }
.t_navs .lang .a::after{ display: block; content: ''; position: absolute; right: 0; top: 50%; margin-top: -4px; border-left: 8px solid transparent; border-right:8px solid transparent;border-top: 8px solid #b2b2b2; }
.t_navs .lang .a .i{ width:0.2rem; height:0.2rem; margin-right:10px; background: url(img/lang.png) left center no-repeat; background-size:100% 100% !important;}
.t_navs .lang .down{ display: block; position: absolute;top:0.9rem; left:50%;transform: translateX(-50%); -ms-transform: translateX(-50%);opacity: 0;visibility: hidden;}
.t_navs .lang:hover .down{ -webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .lang .down .li{ display: block; width:100%; margin-bottom: 0.1rem; -webkit-transform: translateY(5px);opacity: 0;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .lang .down .li a{display: block; width:100%;color: #fff; line-height:0.3rem; font-size:0.18rem; padding:0.1rem 0.4rem; border-radius: 0.5rem;  background:#060909; }
.t_navs .lang:hover .down .li{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .lang .down .li:hover a{background: #27958c;color: #fff;}
.t_navs .line{ display: flex; width:4px; height:12px; background:#b2b2b2; margin:0 0.2rem 0 5px;}
.t_navs .right{ display: flex; align-items: center;position: relative; padding-right:15px;}
.t_navs .menu{ display: flex; }
.t_navs .menu ul{ display: flex; }
.t_navs .menu .nli{ display: flex; margin:0 5px; position: relative;}
.t_navs .menu .nli span a{ position: relative; display: block;color: #fff; line-height:1.1rem; font-size:0.2rem; padding:0 0.2rem;}
.t_navs .menu .nli span a::after{ display: block; content: ''; position: absolute; left:50%; bottom: 26%;background: #fff; width:0; height: 1px; transform: translateX(-50%); -ms-transform: translateX(-50%);}
.t_navs .menu .nli.on span a::after,
.t_navs .menu .nli:hover span a::after{width:calc(100% - 0.4rem);}
.t_navs .menu .sub{ display: block; position: absolute;top:0.9rem; left:50%;transform: translateX(-50%); -ms-transform: translateX(-50%);opacity: 0;visibility: hidden;}
.t_navs .menu .nli:hover .sub{ -webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .menu .sub .ul{ display:flex; flex-direction: column; white-space: nowrap;  z-index:8;}
.t_navs .menu .sub .li{ display: block; width:100%; margin-bottom: 0.1rem; -webkit-transform: translateY(5px);opacity: 0;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .menu .sub .li a{ display: block; width:100%;color: #fff; line-height:0.3rem; font-size:0.18rem; padding:0.1rem 0.24rem; border-radius: 0.5rem;  background:#060909;  }
.t_navs .menu .nli:hover .sub .li{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1; }
.t_navs .menu .sub .li:hover a{background: #27958c;color: #fff;}

.t_navs.act{ background:#fff; box-shadow:0 0 0.2rem rgba(0,0,0,0.2);}
.t_navs.act .top{ height:0.9rem;}
.t_navs.act .lang .down{ padding-top: 0.1rem;}
.t_navs.act .lang .a{ color:#000; line-height:0.9rem;}
.t_navs.act .lang:hover .a{ color:#27958c; }
.t_navs.act .lang:hover .a::after{border-top: 8px solid #27958c;}
.t_navs.act .lang:hover .a .i{background: url(img/lang1.png) left center no-repeat; }
.t_navs.act .menu .nli span a{color: #000; line-height:0.9rem; }
.t_navs.act .menu .nli span a::after{background: #000;}
.t_navs.act .menu .nli:hover span a{color: #27958c; }
.t_navs.act .menu .nli:hover span a::after{background: #27958c;}
.t_navs.act .menu .sub{padding-top: 0.1rem;}



@media screen and (max-width:1024px) {
.t_navs .top{ height:50px; padding:0 15px;}
.t_navs.act .top{ height:50px;}
.t_navs .menu{ display: none;}
.t_navs .line{ display: none;}
.t_navs .right{ padding-right: 0;}
.t_navs .top .logo img{ height:30px;}
.t_navs .lang{ margin:0 15px 0 0;}
.t_navs .lang .a{font-size:14px; line-height:50px; padding:0 20px 0 0;}
.t_navs.act .lang .a{ line-height:50px; }
.t_navs .lang .a::after{ margin-top: -3px; border-left: 6px solid transparent; border-right:6px solid transparent;border-top:6px solid #b2b2b2; }
.t_navs .lang .a .i{ width:16px; height:16px; margin-right:8px;}
.t_navs .lang .down{ top:100%;}
.t_navs .lang .down .li a{ line-height:24px; font-size:15px; padding:5px 25px; border-radius: 60px;}

.t_navs .top.active{ background:#fff; box-shadow:0 0 0.2rem rgba(0,0,0,0.2);}
.t_navs .top.active .lang .a{ color:#000;}

}


.menuph{ display:none; float: right; width:26px; height: 20px; cursor: pointer; text-align: center;}
.menuph .point { float:left; width: 100%;  height: 20px; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before { width: 100%;}
.menuph .navbtn { position: absolute; top:9px; right: 0; display: inline-block; width:100%; height: 2px; background: #fff;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.menuph .navbtn::after,
.menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 100%; height: 2px; content: ''; background: #fff;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.menuph .navbtn::after { top: -9px;}
.menuph .navbtn::before { top: 9px;}
.menuph.active .point .navbtn{ background: transparent !important;}
.menuph.active .point .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px;}
.menuph.active .point .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px;}


.t_navs.act .menuph .navbtn,
.t_navs.act .menuph .navbtn::after,
.t_navs.act .menuph .navbtn::before{ background: #000;}

.t_navs .top.active .menuph .navbtn,
.t_navs .top.active .menuph .navbtn::after,
.t_navs .top.active .menuph .navbtn::before{ background: #000;}

@media  screen and (max-width:1024px){
.menuph{ display:block;}
}

.xialaph{ position: fixed; left: 0; float: left; width: 100%; top:50px; height:calc(100vh - 50px); overflow: scroll; padding:5px 15px 50px 15px; display: none; z-index:15; background:#fff; border-top:1px solid #f2f2f0; }
.xialaph::-webkit-scrollbar{ display: none;}
.xialaph .ul2,
.xialaph .ul3{ display: none;}
.xialaph h4 a{ float: left; width:100%; color: #000; font-size:16px; line-height:30px; padding:10px 0;}
.xialaph h4{ float: left; width: 100%; position: relative; margin-top:-1px;}
.xialaph .a1box{display:block; width:50px; height:100%; position:absolute; right:0; top:0;}
.xialaph .a1box::after{display:block; content:''; width:9px; height:9px; position:absolute; right:6px; top:50%; border-top:1px solid #000; border-right:1px solid #000; transform:translate(0,-50%) rotate(45deg); -ms-transform:translate(0,-50%) rotate(45deg);}
.xialaph .on .a1box::after{ transform:translate(0,-50%) rotate(135deg); -ms-transform:translate(0,-50%) rotate(135deg); margin-top:-4px; border-top:1px solid #27958c; border-right:1px solid #27958c; opacity:1}
.xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #f2f2f0;}
.xialaph li:first-child h4::after{ display:none;}
.xialaph li:last-child h4::before{ display:none;}
.xialaph h4.on  a{ color: #27958c;}
.xialaph h4::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #f2f2f0;}
.xialaph h5 a{ float: left; width:100%; color: #333; font-size:14px; line-height:30px;}
.xialaph h5 a:hover{ color: #27958c;}
.xialaph h5{ float: left; width: 100%; position: relative;}
.xialaph h5::after{ display:none; content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #f2f2f0;}
.xialaph li:last-child h5::after{ display:none;}
.xialaph .ul1{ float: left; width: 100%; border-bottom:1px solid #f2f2f0;}
.xialaph .ul2{ float: left; width: 100%; padding:0 10px 20px 10px;}




.index-banner{ display:flex; width: 100%; overflow: hidden; z-index:5; position: relative; }
.index-banner .swiper-wrapper{position: relative; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;}
.index-banner .swiper-slide {flex-shrink: 0; position: relative; transition-property: transform; width:100%; line-height: 0;}
.index-banner .swiper-slide .pc_show{width: 100%;}
.index-banner .swiper-slide .ph_show{width: 100%;}
.index-banner .swiper-prev,
.index-banner .swiper-next{ display:flex; position: absolute; z-index:10; bottom:0.5rem; width:0.5rem; height:0.5rem; background: url(img/ico18.png) center no-repeat; background-size:100% 100% !important; cursor: pointer;}
.index-banner .swiper-prev:hover,
.index-banner .swiper-next:hover{ opacity:0.6;}
.index-banner .swiper-prev{ left:0.5rem; transform: rotateY(180deg); -ms-transform: rotateY(180deg);}
.index-banner .swiper-next{ right:0.5rem;}
.index-banner .swiper-notification{ display:none; }


@media screen and (max-width:1024px) {
.index-banner .swiper-prev,
.index-banner .swiper-next{ bottom:20px; width:30px; height:30px;}
.index-banner .swiper-prev{ left:15px;}
.index-banner .swiper-next{ right:15px;}

}



.footer{ padding-top:1rem; padding-bottom: 0.8rem; background: #aaaaaa;}
.footer .cont{ position: relative; display: flex; flex-wrap: wrap; width: 100%; align-items: flex-start; justify-content: space-between;}
.footer .cont::after{ display: block; content:''; position: absolute; right:0; top:0; width:106.11%; height:100%; background-size:100% auto !important;  background: url(img/bg2.png) no-repeat; background-repeat: top left; }
.footer .left { width:38.88%; position: relative; z-index: 6; }
.footer .top{ display: flex;  align-items: flex-start; justify-content: space-between;}
.footer .navs{ display: block; width: 100%;  margin:0.66rem 0 0.58rem 0;}
.footer .ul{ display: flex; flex-wrap: wrap; justify-content: space-between;  width:100%;}
.footer .ul .nli { display:flex; flex-direction: column;}
.footer .ul .nli span a {  display:inline-flex;color: #fff;  font-size: 0.18rem;  line-height: 0.24rem;}
.footer .ul .nli span a:hover{ color: #27958c;}
.footer .sub { display:flex; flex-direction: column; margin-top:0.34rem;}
.footer .sub .l2 { display: flex;}
.footer .sub .l2 a { display: flex;  color: #fff;  font-size: 0.16rem;  line-height: 0.24rem;}
.footer .sub .l2 a:hover { color: #27958c;}
.footer .tl{ margin-top:-0.05rem;}
.footer .dizhi{ display:flex; flex-wrap: wrap; width: 100%; margin-top:0.2rem; justify-content: space-between;}
.footer .adrr{ display:flex; width: 47.6%; border-bottom: 1px solid #fff; align-items:center; padding:0.39rem 0;}
.footer .adrr:nth-child(1){ border-top: 1px solid #fff;}
.footer .adrr:nth-child(2){ border-top: 1px solid #fff;}
.footer .adrr .s{ display: flex; flex-wrap: wrap; align-items: center; width: 100%; color:#fff;font-size:0.18rem; line-height:0.22rem;}
.footer .adrr .s a{ color: #fff;}
.footer .adrr .s a:hover { color: #27958c;}
.footer .adrr .img{ width:0.5rem; min-width:0.5rem; height:0.5rem; margin-right: 10px;}
.footer .er{ display:block; width:100px; line-height: 0; }
.footer .right { width: 40.75%; background-color: #eeeeee; padding:0.48rem 0.5rem 0.5rem 0.5rem; border-radius: 10px; box-shadow:0 0 20px rgba(0,0,0,0.2); position: relative; z-index: 6;}
.footer .right .tit1{ font-size: 0.3rem; line-height: 0.4rem; color: #525252; padding-bottom: 0.12rem;}
.footer .right input { width: 100%;  margin-top:10px;  border:0;  background-color: #fff;  line-height: 0.4rem;height: 0.7rem;  color: #000;  font-size:0.18rem; border-radius: 10px; padding: 0.15rem 0.23rem;}
.footer .right textarea { width: 100%;  margin-top: 10px; border:0; height: 1.5rem;  background-color: #fff; line-height: 0.3rem;  color: #000; padding:0.23rem 0.23rem;  font-size: 0.18rem; border-radius: 10px;}
.footer .right .yanzheng{ display: flex; justify-content: space-between;}
.footer .right .yanzheng input { margin-right: 10px;}
.footer .right .yanzheng .img{ object-fit: contain; width: 1.5rem; min-width: 1.5rem; text-align: center; height:0.7rem; background-color: #fff; border-radius: 10px; margin-top:10px; }
.footer .right .tijiao a { width:1.5rem; display: flex; align-items: center; justify-content: center;  height:0.7rem;background-color: #27958c; border-radius: 10px; margin-top: 20px; }
.footer .right .tijiao a img{ width:20px; height: 20px;}
.footer .right .tijiao .p1{ font-size: 0.18rem; line-height: 1.6;  color: #fff; margin-right: 10px;}
.footer .right .tijiao a:hover{ background:#0f6baf;}
.footer input::placeholder{  color: #999999; opacity:1 !important;}
.footer textarea::placeholder{  color: #999999;  opacity:1 !important;}

.footer .bq{ width:100%; font-size: 14px; line-height:20px; color: #fff;}
.footer .bq a{ color: #fff;}
.footer .bq a:hover{ color: #27958c;}

@media screen and (max-width:1024px) {
.footer{ padding-top: 40px; padding-bottom: 30px;}
.footer .cont::after{ right: -15px;  width:calc(100% + 30px); height:50%; top:520px;  background: url(img/bg2.png) no-repeat; }
.footer .cont{ flex-wrap: wrap-reverse;}
.footer .left { width: 100%; margin-top: 30px;}
.footer .right { width: 100%;}
.footer .navs{ margin:25px 0 25px 0; display:none;}
.footer .ul .nli span a { font-size:14px;  line-height:20px;}
.footer .sub {margin-top:0.34rem;}
.footer .sub .l2 a { font-size:14px;  line-height:20px;}
.footer .dizhi{ margin:20px 0;}
.footer .adrr{width: 48.5%;  padding:20px 0;}
.footer .adrr .s{font-size:14px; line-height:20px;}
.footer .adrr .img{ width:36px; min-width:36px; height:36px; margin-right: 10px;}
.footer .er{ width:80px;  }
.footer .right { padding: 20px 20px 30px 20px;}
.footer .right .tit1 {  font-size:18px; line-height:28px; padding-bottom: 6px;}
.footer .right input { line-height: 30px; height:40px; font-size: 14px;  border-radius: 8px; padding: 5px 15px;}
.footer .right textarea {height:110px; line-height: 24px; padding:7px 15px; font-size: 14px; border-radius: 8px;}
.footer .right .yanzheng .img{ width:100px; min-width:100px; height: 40px; border-radius: 8px;}
.footer .right .tijiao a { width:100px; padding: 5px 0 ;border-radius: 8px; margin-top:15px; height:40px; }
.footer .right .tijiao .p1{ font-size: 16px; line-height: 28px; margin-right: 5px;}
.footer .right .tijiao a img{ width:16px; height: 16px;}
.footer .bq{ text-align: center;}

}

@media screen and (max-width:767px) {
.footer .adrr{width: 100%; padding:16px 0; }
.footer .adrr:nth-child(2){ border-top:0;}
.footer .banquan a{ display: block;}
}


.pf-right{display:none; z-index:10; position:fixed; right:0.5rem; bottom:12vh; width:0.5rem;}
.pf-right .li{ position: relative; display: block; width:100%; margin-top:10px;}
.pf-right .li .a{ border-radius:50%; background: #fff; display:block; line-height: 0; width:100%; padding:0.05rem;}
.pf-right .li:hover .a{ box-shadow:0 0 6px rgba(0,0,0,0.2);}
.pf-right .tel{ display:none; position: absolute; right:100%; top:0; background: #fff; border-radius:0.5rem; color: #000; font-size:16px; line-height:0.5rem; padding:0 0.3rem; white-space: nowrap;  box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);}
.pf-right .er{ display: none; position: absolute; right:100%; top:0; width:100px; background: #fff; border-radius:6px; line-height:0; overflow: hidden;  box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);}
.pf-right .li:hover .tel{ display:block; margin-right: 10px;}
.pf-right .li:hover .er{ display:block; margin-right: 10px;}

@media screen and (max-width:1800px) {
.pf-right{ right:0.15rem;}	
}	
@media screen and (max-width:1024px) {
.pf-right{ bottom:80px; right:5px; width:30px;}
.pf-right .li{ margin-top: 5px;}
.pf-right .li .a{ padding:2px;}
.pf-right .tel{ border-radius:30px; line-height:30px; padding:0 15px;}

}





._btn{ display: inline-flex;}
._btn .swiper-prev,
._btn .swiper-next{ display:flex; width:0.5rem; height:0.5rem; background: url(img/ico4.png) center no-repeat; background-size:auto 100% !important; cursor: pointer; border-radius:50%; border:1px solid #999999; margin-left:0.1rem;}
._btn .swiper-prev:hover,
._btn .swiper-next:hover{ background: url(img/ico3.png) center no-repeat; background-color: #0f58d5; border:1px solid #0f58d5;}
._btn .swiper-prev{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);}
._btn .swiper-pagination{ display:flex; justify-content: center; align-items:center; color: #999999; line-height:1; font-size:0.2rem; width:0.5rem; height:0.5rem; border-radius:50%; border:1px solid #999999;}
._btn .swiper-pagination:hover{ border:1px solid #0f58d5; color: #0f58d5; }

@media screen and (max-width:1024px) {
._btn .swiper-pagination{ font-size:12px; width:30px; height:30px; }
._btn .swiper-prev,
._btn .swiper-next{ width:30px; height:30px; margin-left:10px;}

}



.h-tit{display: flex; flex-wrap: wrap; width:100%; align-items: center; justify-content: space-between;}
._more{display: block; width:0.5rem; height:0.5rem; background: url(img/ino4.png) center no-repeat; background-size:100% 100% !important;}
._more:hover{ background: url(img/ino3.png) center no-repeat; }
._more.white{ background: url(img/ino5.png) center no-repeat;}
._more.white:hover{ background: url(img/ino2.png) center no-repeat; }
._more.hui:hover{ background: url(img/ino2.png) center no-repeat; }

@media screen and (max-width:1024px) {
._more{ width:30px; height:30px;}

}





.main1{display: flex; width: 100%; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.main1 .left{display: block; width: 46.9%; }
.main1 .right{display: block; width: 46.9%;}
.main1 ._more{ position:absolute; margin-right: 0; right:0; bottom:0.05rem; z-index: 6;}
@media screen and (max-width:1024px) {
.main1 .left{ width: 100%;}
.main1 .right{ width: 100%; margin-top:25px;}
.main1 ._more{ margin-right: 0; right:0; bottom:-1px;}
}

.list03{ display: block;  width: 100%;}
.list03 .ul{display: block; width: 100%; padding-top:0.15rem;}
.list03 .ul .li{ display: flex; flex-wrap: wrap; width:100%; padding:0 0.35rem; }
.list03 .ul .li .a{ display: flex; flex-wrap: wrap; width:100%; border-bottom: 1px #cccccc solid; align-content:flex-start; padding:0.15rem 0; min-height:1.63rem}
.list03 .ul .li .tit{ width: 100%; font-size: 0.26rem; line-height:0.36rem;  color: #999999;
 overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;
 }
.list03 .ul .li .info{ width: 100%; font-size:14px; line-height:23px; color: #4c4c4c; margin-top:0.24rem;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;
}
.list03 .ul .li .a:hover .tit{ color: #27958c;}
.list03 .slick-prev,
.list03 .slick-next{ top:0; margin-top:-0.9rem; background: url(img/ico17.png) center no-repeat;}
.list03 .slick-prev{left:auto; right: 0.5rem; margin-right: 10px;}
.list03 .slick-next{ right: 0;}


@media screen and (max-width:1600px) {
.list03 .ul .li{padding:0 0.25rem; }
.list03 .ul .li .a{ padding:0.15rem 0; min-height:1.47rem}
.list03 .ul .li .info{ margin-top:0.14rem;}
}
@media screen and (max-width:1024px) {
.list03 .ul{padding-top:5px;}	
.list03 .ul .li .a{ padding:15px 0; min-height:initial;}
.list03 .ul .li .tit{font-size:16px; line-height:26px;  }
.list03 .ul .li .info{margin-top:6px;  }
.list03 .slick-prev,
.list03 .slick-next{ top:0; margin-top:-55px; background: url(img/ico17.png) center no-repeat;}
.list03 .slick-prev{left:auto; right:60px; margin-right:20px;}
.list03 .slick-next{right:30px; margin-right: 10px;}
}

@media screen and (max-width:767px) {
.list03 .ul .li{ width:100%; }

}




.list04{display: block; width: 100%; padding-top:0.25rem;}
.list04 .div{display: flex; justify-content: space-between;  flex-wrap: wrap; width: 100%;}
.list04 .a{display: block; width: 100%;  position: relative; overflow: hidden;}
.list04 .pic{display: block; width: 100%; overflow: hidden;aspect-ratio: 100 / 63.15;}
.list04 .pic img{ width: 100%;height: 100%; object-fit: cover;}
.list04 .tit{ width: 100%;color: #fff; font-size: 0.2rem; line-height: 0.24rem;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;
}
.list04 .info{ width: 100%;  position: absolute; left: 0; bottom: 0; z-index: 6; background: rgba(0,0,0,0.5); padding:0.26rem 0.33rem; }
.list04 .slick-prev,
.list04 .slick-next{ top:0; margin-top:-0.55rem; background: url(img/ico17.png) center no-repeat;}
.list04 .slick-prev{left:auto; right: 1rem; margin-right: 20px;}
.list04 .slick-next{right: 0.5rem; margin-right: 10px;}


@media screen and (max-width:1024px) {
.list04{ padding-top:20px;}	
.list04 .tit{font-size:14px; line-height:24px;}
.list04 .ifon{ padding:10px 14px; }
.list04 .slick-prev,
.list04 .slick-next{ top:0; margin-top:-29px; background: url(img/ico17.png) center no-repeat;}
.list04 .slick-prev{left:auto; right:60px; margin-right:20px;}
.list04 .slick-next{right:30px; margin-right: 10px;}
}





.main4{ overflow: hidden;}
.main4 .bg{width:100%;height:100%; position: absolute; left:0; top: 0; z-index:1;}
.main4 .box{display: flex;  align-items: flex-start; width: 100%;}
.main4 .left{display: flex;  flex-direction: column; width:20.37%;; padding:0.95rem 0.4rem 0 0;}
.main4 .p{display: block;width:100%; margin-top:0.5rem; color: #333333; font-size:0.16rem;  line-height:0.26rem;}


@media screen and (max-width:1024px) {
.main4 .box{flex-wrap: wrap;}	
.main4 .left{ min-width:100%;width:100%; padding:30px 0 0 0;}
.main4 .p{ margin-top:10px; font-size:14px;  line-height:24px;}
}


.list06{display: block; width: 79.63%;}
.list06 .ul{display: flex; flex-wrap: wrap;width: 100%;}
.list06 .li{display: flex; flex-wrap: wrap; width: 31.4%; background-size: 100% 100% !important; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;}
.list06 .li:first-child{width: 37.2%;}
.list06 .li:first-child .a{ padding:0.95rem 0.9rem 0 0.9rem;}
.list06 .li .a{display: flex; flex-wrap: wrap; align-content: flex-start; width: 100%; padding:0.95rem 0.5rem 0 0.5rem; min-height:8rem; }
.list06 .li .down{ width: 100%; margin-top: 0.20rem;}
.list06 .li .tit30{ font-weight: normal;}
.list06 .li .tit{width: 100%; color: #333333; font-size: 0.2rem; line-height: 0.3rem; margin-top:0.46rem;}
.list06 .li .info{width: 100%; color: #333333; font-size:0.16rem;  line-height:0.22rem;margin-top:0.2rem;}
.list06 .li.on{ background: url(img/bg1.png) top center no-repeat;}
.list06 .li.on .tit30{  color: #fff;}
.list06 .li.on .tit{  color: #fff;}
.list06 .li.on .info{ color: #fff;}


@media screen and (max-width:1600px) {
.list06 .li .down{margin-top: 0.34rem;}	
.list06 .li .tit{ font-size: 0.2rem; line-height: 0.3rem; margin-top:0.36rem;}	
.list06 .li .a{ padding:0.95rem 0.35rem 0 0.35rem; min-height:7rem; }	
.list06 .li:first-child .a{ padding:0.95rem 0.55rem 0 0.55rem;}

}
@media screen and (max-width:1024px) {
.list06 {width: 100%; margin-top: 20px;}	
.list06 .li{width: 100%;}		
.list06 .li:first-child{width: 100%;}	
.list06 .li .a{ padding:20px 20px ;  min-height:initial;}	
.list06 .li:first-child .a{ padding:20px 20px 20px 20px;}
.list06 .li .down{ margin-top:0;}
.list06 .li .tit{font-size:16px; line-height:26px; margin-top:16px; }
.list06 .li .info{font-size:14px; line-height:24px; margin-top:6px; }
.list06 .li.on{ background: rgba(0,0,0,0.5);}
}
@media screen and (max-width:767px) {

}


.main6{ overflow: hidden; background:#001e44; position: relative;}
.main6 .tit50{ color: rgba(255,255,255,0.1);}
.main6 .box{display: flex; width: 100%;}
.main6 .left{display: flex;  flex-direction: column; align-content: flex-start;  width:23.37%; padding:0.95rem 0.4rem 0.95rem 0;}
.main6 .bd{display: flex; width: 76.63%;}
.main6 .inBox{display: block; width: 100%;-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.main6 .nav1{display: block;width:100%; margin-top: 0.15rem;}
.main6 .nav1 ul{display: block;width:100%;}
.main6 .nav1 li{display: block;width:100%; margin-top: 0.1rem; padding-right:0.4rem;}
.main6 .nav1 li.on{ padding-right:0 !important;}
.main6 .nav1 li a{display: flex; align-items: center; justify-content: space-between; width:100%; background: #fff; border-radius: 8px; color: #333333; font-size:0.18rem;  line-height:0.3rem; padding:0.1rem 12px;}
.main6 .nav1 li a img{ width:0.2rem; height:0.2rem;}
.main6 .nav2{display: flex; flex-wrap: wrap; align-items: flex-start;  width: 37.2%; background: #27958c; height:100%;padding:2.18rem 0.4rem 0.95rem 0.4rem; }
.main6 .nav2 ul{display: block;width:100%;}
.main6 .nav2 li:first-child{ border-top: 1px solid rgba(0,0,0,0.1);}
.main6 .nav2 li{display: block;width:100%; border-bottom: 1px solid rgba(0,0,0,0.1);}
.main6 .nav2 li.on:first-child{border-top: 1px solid #fff;}
.main6 .nav2 li.on{border-bottom: 1px solid #fff;}
.main6 .nav2 li a{display: flex; align-items: center; justify-content: space-between; width:100%; color: #fff; font-size:0.18rem;  line-height:0.3rem; padding:0.15rem 0;}
.main6 .nav2 li a img{ width:0.2rem; height:0.2rem;}
.main6 .pic{display: block;  width: 48.45%; height:100%; position: absolute; right:0; top: 0; overflow: hidden; }
.main6 .pic .img{display: block;width:100%; height:100%;-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.main6 .pic .div{display: block;width:100%; height:100%;}


@media screen and (max-width:1600px) {
.main6 .left{ width:25.37%;}	
.main6 .bd{ width: 74.63%;}	
.main6 .pic{width: 47.2%;}		
}
@media screen and (max-width:1024px) {
.main6{ padding: 0; position: relative;  background: #27958c;}	
.main6 .box{flex-wrap: wrap;}	
.main6 .left{ width:50%; padding:30px 15px 35px 15px;  background: #001e44;}
.main6 .nav1{ margin-top:5px;}
.main6 .nav1 li{ margin-top:10px; }
.main6 .nav1 li a{ font-size:14px;  line-height:20px; padding:10px 12px;}
.main6 .nav1 li a img{ width:16px; height:16px;}
.main6 .nav2{ width:50%; padding:72px 15px 35px 15px; height:380px; position: absolute; right: 0; top: 0;}
.main6 .nav2 li a{ font-size:14px;  line-height:20px; padding:13px 12px;}
.main6 .nav2 li a img{ width:16px; height:16px;}
.main6 .pic{width:100%;  position:static; right:0; top: 0;}
.main6 .pic .div{ padding-bottom: 57.29%;}
.main6 .bd{display: flex; width: 100%;}
}




.in-banner{ position: relative; overflow: hidden; }
.banText{ width:100%; position: absolute; left: 0; top:46.8%; z-index: 10; display: block; transform: translateY(-50%); -ms-transform: translateY(-50%); }
.mbx{ display: block; color: #333333; font-size:0.18rem; line-height:0.28rem; margin-top:4px;}
.mbx a{ color: #333333;}
.mbx a:hover{ color: #27958c;}
@media screen and (max-width:1024px) {
.banText{ top:50%;  text-align: center;}	
.mbx{display: none;font-size:14px; line-height:24px;}	
}	

.inbanerbox0 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
   background: rgba(0,0,0,0.7);
}

.slide1{ display:flex; flex-wrap: wrap; width: 100%;padding:0.2rem 0 0 0;}
.slide1 .ul{  display:flex; flex-wrap: wrap; width: 100%; gap: 0 10px;}
.slide1 .li{ display: flex; flex-wrap: wrap; }
.slide1 .li a{ display: flex; flex-wrap: wrap; align-items:center; justify-content: center;color: #333333;font-size:0.2rem; line-height:0.3rem;  padding:0.2rem 0.4rem; 
border-radius:10px 10px 0 0; background: #f2f2f0; min-width: 2.6rem;
}
.slide1 .li:hover a{ background: #27958c; color: #fff;}
.slide1 .li.on a{ background:#27958c; color: #fff;}


@media screen and (max-width:1024px) {
.slide1{ width: 100%; padding:12px 0 0 0;}	
.slide1 .ul{ justify-content: center;}
.slide1 .li a{ padding:5px 14px; font-size:14px; line-height:24px; border-radius:6px 6px 0 0; }
}
@media screen and (max-width:767px) {
.slide1{ overflow-x: auto;}	
.slide1 .ul{ width: auto; flex-wrap: nowrap; white-space: nowrap; justify-content:first baseline;}
.slide1 .ul{  gap: 0 1.5vw;}	
.slide1 .li a{ min-width:22vw; padding:5px 14px; font-size:0.6rem; line-height:1.8;  }
}

.about5{display:block; width: 100%;}
.about5 .bg{ position: absolute; left: 0; bottom: 0; z-index:1; height: 100%; width:100%; }
.about5 .tit40{ text-align: center; font-weight: 400;}
.about5 .cont{display: block; text-align: center; width:100%;color: #545454; font-size:0.18rem; line-height: 0.3rem; margin-top:0.5rem; padding:0 13%;min-height:5.05rem; }

@media screen and (max-width:1600px) {
.about5 .cont{padding:0 9%;}	
}	
@media screen and (max-width:1024px) {
.about5 .cont{ text-align: left; font-size:14px; line-height:24px; margin-top:15px;padding:0;  min-height:300px; }

}



.about3{display:block; width: 100%;}
.about3 .bg{ position: absolute; left: 0; bottom: 0; z-index:1; height: 100%; width:100%; }
.about3 .left{ display:block; width:43%;}
.about3 .cont{display: block; width:100%;color: #545454; font-size:0.2rem; line-height: 0.36rem; margin-top:0.56rem;}
.about3 ._more{ margin:0.46rem 0 0.4rem 0;}

@media screen and (max-width:1600px) {
.about3 .left{ width:45%;}	
}	
@media screen and (max-width:1024px) {
.about3 { padding-bottom: 160px;}	
.about3 .left{ width:100%;}	
.about3 .cont{ font-size:14px; line-height:24px; margin-top:10px;  }
.about3 ._more{ margin:20px 0 10px 0;}
}

.about2{display:block; width: 100%;}
.about2 .bg{ position: absolute; left: 0; bottom: 0; z-index:1; height: 100%; width:100%; }
.about2 .left{ display:block; width:50%;}
.about2 .cont{display: block; width:100%; overflow:hidden; padding-right:1.2rem; color: #545454; font-size:0.2rem; line-height: 0.26rem; margin-top:20px;
 overflow-y:auto;
 scrollbar-width:thin;
 max-height:2.88rem;}
 
@media screen and (max-width:1600px) {
.about2 .cont{ padding-right:0.7rem; }
}
@media screen and (max-width:1024px) {
.about2 .left{ width:100%; padding-bottom:160px;}	
.about2 .cont{ font-size:14px; line-height:24px; margin-top:10px;  max-height:inherit;padding-right:10px; margin-right:-10px; width:calc(100% + 10px); }
}

/*about1*/
.about1{display:block; width: 100%;}
.about1 .box{ width:100%; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; color: #525252; font-size:0.2rem; line-height:0.26rem;margin-top: 10px;}
.about1 .left{ display:block; width:49.38%;}
.about1 .right{ display:block; width:45%;}
.about1 .info{ display: block; width: 100%; }
.about1 .mt46{ margin-top: 0.46rem;}
.about1 .mt34{ margin-top: 0.34rem;}
.about1 .pic{ display: block;width: 100%; margin-top: 0.35rem;}
.about1 .pic .img{ overflow: hidden;display: block; line-height: 0; width: 100%; aspect-ratio: 100 / 62.5;  border-radius: 10px;}
.about1 .pic .img img{width: 100%; height: 100%; object-fit: cover;}
.about1 .tit{display: block;width: 100%; font-weight: bold; color: #525252; font-size:0.24rem; line-height:0.36rem; margin-bottom: 4px;}
.about1 .tit1{display: block; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 6; width:100%; overflow:hidden; padding:0.11rem 0.22rem; color: #fff; font-size:0.18rem; line-height: 0.28rem;}





@media screen and (max-width:1440px) {
.about1 .right{ width:47%;}
}
@media screen and (max-width:1024px) {
.about1 .left{ width:100%; }
.about1 .right{ width:100%; margin-top: 20px;}
.about1 .box{ font-size:14px; line-height: 24px;}
.about1 .tit{ font-size:16px; line-height:26px; margin-bottom: 4px;}
.about1 .tit1{ padding:8px 14px;font-size:15px; line-height:24px;}
.about1 .mt46{ margin-top: 22px;}
.about1 .mt34{ margin-top: 16px;}
.about1 .pic{  margin-top: 16px;}
}




.about4{overflow: hidden;}
.about4 .box{ width: 100%; display: flex;flex-wrap: wrap; align-items: flex-start; justify-content: space-between; margin-top: 10px;  }
.about4 .left{ display:block; width:49%; }
.about4 .left .info{ width:100%; color:#525252;font-size:0.2rem; line-height:0.32rem;}
.about4 .right{ display:block;  width:44.44%; margin-top:0.45rem; }
.about4 .right::after{  content: ''; position: absolute; left: 0; top:-0.92rem; z-index:1; height:2.8rem; width:100%; background:url(img/ab2.png) top center no-repeat; background-size: auto 100%;}
.about4 .cont{display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.about4 .cont .box{ display: flex; flex-wrap: wrap;width: 33.33%; text-align: center; border-left: 1px solid #cccccc; padding:0 0.1rem; align-content: flex-start;}
.about4 .cont .box:last-child{border-right: 1px solid #cccccc;}
.about4 .cont .box .num{  width:100%; font-size:0.4rem; line-height:1;color: #333; font-weight: bold; margin-top: -0.05rem;}
.about4 .cont .box .p3{ width:100%; font-size:0.16rem; line-height:0.26rem; color: #4a4c52; margin:0.15rem 0 2px 0; }


@media screen and (max-width:1024px) {
.about4 .left{ width: 100%; }	
.about4 .left .info{font-size: 14px ; line-height: 24px;}
.about4 .right{ width: 100%; margin:30px 0 20px 0; }	
.about4 .right::after{  top:-18px; z-index:1; height:140px;}
.about4 .cont .box{ padding:0 10px;}
.about4 .cont .box .num{ font-size:26px; line-height:1.2;}
.about4 .cont .box .p3{font-size:14px; line-height:22px;}

}
@media screen and (max-width:767px) {
.about4 .cont .box .num{ font-size:24px;}
.about4 .cont .box .p3{font-size:13px; line-height:22px;}

}




.fuwu2{ display: block; width: 100%;}
.fuwu2 .ul{ display: grid;grid-template-columns: repeat(4, 1fr);  gap: 0.33rem;width: 100%;}
.fuwu2 .ul .box{ display: flex; flex-wrap: wrap; position: relative; border-radius: 10px; overflow: hidden;}
.fuwu2 .ul .box .bg{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;z-index: 1; opacity: 0;}
.fuwu2 .ul .box .a{ display: flex; flex-wrap: wrap; width:100%; position: relative; height:100%; align-content: flex-start; border-radius: 10px; padding:0.44rem 0.35rem 0.42rem 0.35rem; background:#fff;}
.fuwu2 .ul .box .ico{display: block; line-height:0; width:100%; text-align: center;}
.fuwu2 .ul .box .ico .img{ display: block; margin:0 auto; width:0.62rem; height:0.62rem;}
.fuwu2 .ul .box .t1{ width: 100%; font-size: 0.3rem; line-height:0.4rem; color: #333; margin-top:10px; text-align: center;}
.fuwu2 .ul .box .p1{ width: 100%; font-size: 0.24rem; line-height:0.3rem; color: #777; width:100%; text-align: center; margin-top:0.24rem;}
.fuwu2 .ul .box .line{width: 30px; height:3px; background: #333; margin:0.15rem auto 0 auto;}
.fuwu2 .ul .box:hover .bg{ opacity: 1;}
.fuwu2 .ul .box:hover .a{ background:rgba(0,0,0,0.5);}
.fuwu2 .ul .box:hover .t1{ color: #fff;}
.fuwu2 .ul .box:hover .p1{ color: #fff;}
.fuwu2 .ul .box:hover .line{ background: #fff;}

@media screen and (max-width:1600px) {
.fuwu2 .ul{ gap:0.3rem;}	
.fuwu2 .ul .box .a{ padding:0.4rem 0.3rem 0.4rem 0.3rem; }
.fuwu2 .ul .box .t1{ font-size: 0.28rem; line-height:0.38rem;}
.fuwu2 .ul .box .p1{ font-size: 0.22rem; line-height:0.28rem;}
}
@media screen and (max-width:1024px) {
.fuwu2 .ul{ gap:14px;}	
.fuwu2 .ul .box .a{ padding:20px 15px;}
.fuwu2 .ul .box .ico .img{ width:40px; height:40px;}
.fuwu2 .ul .box .p1{ font-size:14px; line-height:22px;margin-top:10px;  }
.fuwu2 .ul .box .t1{ font-size:16px; line-height:26px;margin-top:8px; }
.fuwu2 .ul .box .line{width: 20px; height:2px; margin:10px auto 0 auto;}
}

@media screen and (max-width:767px) {
.fuwu2 .ul{grid-template-columns: repeat(2, 1fr);}

}


.Contact{ display: block; width:100%; }
.Contact .addr{  display: grid;grid-template-columns: repeat(4, 1fr);  gap: 0.33rem 0.3rem; width: 100%;align-items: flex-start; }
.Contact .addr .li{ display: flex; width:100%; align-content: flex-start; border-radius: 10px; padding:18px 0.4rem; background:#fff;}
.Contact .addr .pic{display: flex; align-items: center; min-width:0.5rem;height:1.14rem; line-height: 0; margin-right: 0.12rem;}
.Contact .addr .pic img{width:0.5rem;width:0.5rem; object-fit: contain;}
.Contact .addr .cont{ display: flex; width:100%; flex-wrap: wrap;  align-content: center; min-height:1.14rem; }
.Contact .addr .tit{ width:100%; color: #aaa;font-size:0.2rem; line-height:0.24rem;}
.Contact .addr .num{ font-weight: bold; width: 100%; color: #333; font-size:0.2rem; line-height:0.24rem; margin-top:4px;}

@media screen and (max-width:1600px) {
.Contact .addr{ gap:0.3rem;}	
.Contact .addr .li{ padding:18px 0.3rem; }
}
@media screen and (max-width:1024px) {
.Contact .addr{ grid-template-columns: repeat(2, 1fr); gap:14px 14px;}
.Contact .addr .li{ padding:14px 15px;}
.Contact .addr .pic{min-width:32px;width:32px;height:44px; margin-right:10px;}
.Contact .addr .pic img{width:32px;width:32px;}
.Contact .addr .cont{min-height:44px; }
.Contact .addr .tit{ font-size:16px; line-height:20px;}
.Contact .addr .num{ font-size:16px; line-height:20px; }
}
@media screen and (max-width:767px) {
.Contact .addr{grid-template-columns: repeat(1, 1fr);}	
}




/* 分页 */
.wack1 .pz_fy{ display:flex; flex-wrap: wrap; width:100%; justify-content:center;}
.wack1 .pz_fy a { position: relative; float:left; border-radius:8px; width:0.5rem; height:0.5rem; background:#fff; line-height:0.48rem; color:#888888; text-align: center; font-size:18px; margin:0 5px;}
.wack1 .pz_fy a:hover,
.wack1 .pz_fy a.on{ background:#27958c; color: #fff;}
.wack1 .pz_fy .prev,
.wack1 .pz_fy .next{ width:0.72rem;}
.wack1 .pz_fy .prev::after,
.wack1 .pz_fy .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:0.17rem; height:0.17rem; border-top:2px solid #010101; border-right:2px solid #010101; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); margin-left: -0.04rem;}
.wack1 .pz_fy .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg);}
.wack1 .pz_fy .prev:hover::after,
.wack1 .pz_fy .next:hover::after,
.wack1 .pz_fy .prev.on::after,
.wack1 .pz_fy .next.on::after{ border-top:2px solid #fff; border-right:2px solid #fff;}
.wack1 .fy_pc{ display:none; flex-wrap: wrap; width:100%; justify-content: center; align-items: center; text-align:center; font-size:14px; color:#888888;}
.wack1 .fy_pc .prev,
.wack1 .fy_pc .next{ display: flex; position: relative; height:32px; width:32px; border-radius:4px; background:#27958c;}
.wack1 .fy_pc .prev::after,
.wack1 .fy_pc .next::after{ display: block; content:''; position: absolute; left:50%; top:50%; width:9px; height:9px; border-top:1px solid #fff; border-right:1px solid #fff; transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); margin-left: -0.04rem;}
.wack1 .fy_pc .prev{ transform:rotate(180deg); -ms-transform:rotate(180deg);}
.wack1 .fy_pc span{ padding:0 22px;}


@media  screen and (max-width:1024px){
.wack1 .pz_fy{ display: none;}
.wack1 .fy_pc{ display: flex;}
}


._list1{ display:block; width: 100%;}
._list1 .ul{ display: flex; flex-wrap: wrap; width: calc( 100% + 0.6rem); margin:-0.49rem -0.3rem;}
._list1 .ul ._hover{ display:block; width: 100%;}
._list1 .ul .box{ display: flex; flex-wrap: wrap; width:33.33%; padding:0.49rem 0.3rem;}
._list1 .ul ._img{ padding-bottom: 56%; border-radius: 10px;}
._list1 .ul .box .tit1{ font-size: 0.26rem; line-height: 0.32rem; height:0.96rem; color: #525252; margin-bottom:0.27rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
._list1 .ul .box:hover .tit1 { color: #27958c;}




@media screen and (max-width:1024px) {
._list1 .ul{ width: calc( 100% + 14px); margin:-16px -7px;}
._list1 .ul .box{ padding:16px 7px;}	
._list1 .ul .box .tit1{ font-size: 16px; line-height:22px; height:66px; margin-bottom:15px;}
}
@media screen and (max-width:767px) {
._list1 .ul .box{ width: 100%;}	
._list1 .ul .box .tit1{ height:auto;}
._list1 .ul .box .p1{ height:auto;}
}






.news2{ position: relative;}
.news2::after{ display: block; content: ''; position: absolute; left:50%; top: 0; z-index: 1; width:50%; height: 100%; background:#f4f4f4;}
.news2 .box{ display: flex; flex-wrap: wrap;justify-content: space-between; width: 100%; position: relative;}

.news2 .left{ display: flex; flex-wrap: wrap; align-content: flex-start; background: #fff; width:76%; padding:0.95rem 0.7rem 1rem 0;}
.news2 .left .tit40{ color: #000;}
.news2 .left .time{ display: block; width: 100%; color: #aaaaaa; font-size:0.18rem; line-height:0.28rem; margin-top: 0.5rem; }
.news2 .left .cont{ display: block; width: 100%; color: #525252; border-top: 1px solid #dddddd; font-size:0.2rem; line-height:0.32rem; margin-top:27px; padding-top:0.44rem;}
.news2 .right{display: flex; flex-wrap: wrap; align-content: flex-start; width:24%; padding:0.52rem 0 1rem 0.7rem;}
.news2 .list{ display: flex; flex-wrap: wrap; width:100%;position: sticky; top:0.6rem;}
.news2 .list .li{ display: flex; flex-wrap: wrap; width:100%; margin-top:0.46rem;}
.news2 .list .li .la{ overflow: hidden; display: flex; flex-wrap: wrap; width:100%; position: relative; height:100%;}
.news2 .list .li ._img{ padding-bottom:56.66%; border-radius: 10px; margin-top:0.19rem;}
.news2 .list .li .next{ display: flex; align-items: center; width:100%; color:#000000;font-size:0.2rem; line-height:0.3rem;}
.news2 .list .li .next img{width:0.2rem; height: 0.2rem;}
.news2 .list .li .tit{ width: 100%;font-size: 0.26rem; line-height: 0.36rem; color: #000; margin-top:0.18rem;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:4;
}
.news2 .list .li .time{ width: 100%;font-size: 14px; line-height: 22px; color: #999999; margin-top:10px;}
.news2 .list .li .la:hover .tit{ color: #27958c;}
.news2 .list .li .la:hover ._img img{ transform: scale(1.1); -ms-transform: scale(1.1);}


@media screen and (max-width:1024px) {
.news2{ padding:0;}	
.news2::after{ display:none;}
.news2 .left{ width: 100%; padding:35px 15px 35px 15px;}
.news2 .right{ width: 100%; padding:25px 15px 35px 15px; background:#f4f4f4;}
.news2 .left .time{ margin-top:13px;font-size:14px; line-height:24px;}
.news2 .left .cont{ margin-top:13px; padding-top:22px;font-size:15px; line-height:26px;}
.news2 .list{ justify-content: space-between;position: static; top:0;}
.news2 .list .li{ width:48%; margin:10px 0;}
.news2 .list .li .next{font-size: 15px; line-height:26px; }
.news2 .list .li .next img{width:15px; height:15px;}
.news2 .list .li .tit{font-size: 16px; line-height:24px; margin-top:8px;}
.news2 .list .li .p{font-size: 14px; line-height:22px; margin-top:8px;}
.news2 .list .li ._img{ margin-top:15px;}
}
@media screen and (max-width:767px) {

}



.service-det{width: 100%;}
.service-det .tit40{ color: #000; padding-bottom:0.12rem;}
.service-det .top{ padding-bottom: 44px;}
.service-det .page{ display: flex; flex-wrap: wrap; justify-content: space-between; width:100%; padding:0.97rem 0;} 
.service-det .page .la{ display: flex; align-items: flex-start; width:48.76%; } 
.service-det .page .next{ display: inline-flex; align-items: center; color:#000000;font-size:0.2rem; line-height:0.36rem; min-width: 1.3rem;}
.service-det .page .next img{width:0.2rem; height: 0.2rem; margin-left: 0.18rem;}
.service-det .page .tit{ font-weight: bold; width: 100%;font-size: 0.26rem; line-height: 0.36rem; color: #333333;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;
}
.service-det .page .la:hover  .tit{ color: #27958c;}
.service-det  .card-box{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width:100%; }
.service-det  .card-left{display: block; width:43.4%; }
.service-det  .card-right{display: block; width:52.47%; }
.service-det  .card-pic{display: block; width:100%; line-height: 0; overflow: hidden; border-radius: 10px; }
.service-det  .card-cont{ width: 100%;font-size: 0.2rem; line-height: 0.32rem; color: #333333; text-align: justify;}
.service-det  .card-cont .tit1{ font-weight: bold; font-size: 0.24rem; margin-top: 0.36rem;}


@media (max-width: 1600px) {
.service-det  .card-cont{ font-size: 0.18rem; line-height: 0.3rem;}
.service-det  .card-cont .tit1{ font-size: 0.22rem;  margin-top: 0.26rem;}	
}	
@media (max-width: 1024px) {
.service-det .page .la{ padding:10px 0;} 
.service-det .page .next{font-size: 15px; line-height:26px; min-width:90px; }
.service-det .page .next img{width:15px; height:15px; margin-left:10px;}
.service-det .page .tit{font-size: 16px; line-height:26px;}
.service-det .page{ padding:30px 0;} 
.service-det  .card-cont{font-size: 14px; line-height:24px;}
.service-det  .card-cont .tit1{ font-size:16px;  margin-top:12px;}
.service-det  .card-left{ width:100%; margin-top:15px;}
.service-det  .card-right{width:100%; margin-top:25px;}
}
@media (max-width: 767px) {
.service-det .page .la{ width:100%; } 

}

/* 服务内容样式 */
.service-itme {
padding-bottom:1rem;padding-top:1rem;
}
.service-itme:nth-child(2n){ background: #f2f2f0;} 

/* 服务卡片样式 */
.service-card {
display: flex; justify-content: space-between;
flex-direction: row; flex-wrap: wrap;
width: 100%;
}
.service-itme:nth-child(2n) .service-card{ flex-direction: row-reverse;}
.service-image {
aspect-ratio: 100/37.5; /* 宽高比 */
width:49.38%; line-height: 0;
overflow: hidden; border-radius: 10px;
}
.service-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-text {
width:45.7%;display: flex; flex-wrap: wrap; align-content: space-between;
}
.service-text .tit40{ color:#000;}
.service-card-title {
font-size: 0.2rem;
color: #333333;
margin-top: 0.38rem;
line-height: 0.32rem;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:4;
}

.service-arrow{
display: flex;
width: 0.5rem;
height:  0.5rem;
background: url(img/ino4.png) center no-repeat; 
background-size:100% !important;
transition: transform 0.3s ease;
}

.service-card:hover .service-arrow{
background: url(img/ino3.png) center no-repeat; 

}
.service-card:hover .tit40{ color: #27958c;}

@media (max-width:1600px) {
.service-card-title {margin-top: 0.16rem;}
}
@media (max-width: 1024px) {
.service-itme {
padding-bottom:30px;padding-top:35px;
}
.service-card-title {
font-size:15px;
line-height: 25px; margin-top: 5px;
}
.service-card-description {
font-size:15px;
line-height: 25px; margin-top: 5px;
}
.service-arrow{ width:30px;height:30px;  margin-top:15px;}
}


@media (max-width: 767px) {
.service-text{
width:100%; margin-top:20px;
}
.service-image{ width:100%;}


}


.advant1 .li{ width: 100%;}
.advant1 .box{ width: 100%; display: flex; flex-wrap:wrap; align-items: flex-start; justify-content: space-between; }
.advant1 .sect:nth-child(2n){ background: #eeeeee;}
.advant1 .left{  display:flex; flex-wrap:wrap; position: sticky; top:1.6rem; z-index: 6;  width:29.6%;}
.advant1 .right{ display:block; width:62.34%; }
.advant1 .info{ width:100%; color:#999999;font-size:0.2rem; line-height:0.32rem; margin-top:0.2rem;}
.advant1 .pic{display:block; width:100%; line-height: 0; text-align: center;}
.advant1 .tit30{ width:100%; display: block; color: #000; font-size: 0.3rem; line-height: 0.4rem; margin-top:0.86rem;}

@media screen and (max-width:1440px) {
.advant1 .left{ width:31.6%;}	
.advant1 .right{ width:65.34%; }
}
@media screen and (max-width:1024px) {
.advant1{ padding-bottom: 45px;}	
.advant1 .left{width: 100%; position: static;}
.advant1 .right{ width: 100%; margin-top:20px; }	
.advant1 .info{font-size:15px; line-height:26px; margin-top:10px;}
.advant1 .tit30{ font-size:18px; line-height:28px; margin-top:20px;}
}

.list02{ display: block; width: 100%;}
.list02 .ul{ display: grid;grid-template-columns: repeat(5, 1fr);  gap:10px 14px;width: 100%;}
.list02 .ul .li{ display: flex; flex-wrap: wrap; }
.list02 .ul .li .a{ display: flex; flex-wrap: wrap; width:100%; position: relative; height:100%; align-content: flex-start; padding:0.16rem 0.12rem; background:#fff;  border: 1px solid #f2f2f0;}
.list02 .ul .li .ico{display: block; margin: 0 auto; line-height:0; width:1.32rem; text-align: center;aspect-ratio: 100/50; /* 宽高比 */}
.list02 .ul .li .ico img{ display: block; width:100%; height:100%; object-fit: contain;}
.list02 .ul .li .tit{ width: 100%; font-size: 0.16rem; line-height:0.26rem; color: #555555; margin-top:0.14rem; text-align: center;}
.list02 .ul .li .a:hover{ border: 1px solid #115adb;}

@media screen and (max-width:1600px) {
.list02 .ul{ gap:10px 10px;}	
}
@media screen and (max-width:1024px) {
.list02 .ul .li .a{ padding:14px 14px;}	
.list02 .ul .li .tit{font-size:14px; line-height:22px;margin-top:10px;  }
.list02 .ul .li .ico{ width:82%;}
}

@media screen and (max-width:767px) {
.list02 .ul{grid-template-columns: repeat(3, 1fr);}
.list02 .ul .li .tit .s{ display: block;}
}



.list07{display: block; width: 100%;}
.list07 .ul{display: grid;  gap:0.2rem 0.18rem; grid-template-columns: repeat(5, 1fr);}
.list07 .li ._img{ padding-bottom:129%; overflow: hidden; background: #e2e7ed; border-radius: 10px;}
.list07 .li .a{display: block; width: 100%; position: relative; }
.list07 .li .cont{display: flex; flex-wrap: wrap; align-content: flex-start; width: 100%;position: absolute; left: 0; bottom: 0; z-index: 6; padding:0.21rem 0.18rem 0.18rem 0.18rem; background: url(img/bg2.png) center no-repeat; background-size: 100% 100%;text-align: center; }
.list07 .li .tit{ width: 100%; color: #fff; word-break:break-word; font-size: 0.24rem; line-height: 0.34rem;}
.list07 .li .info{width: 100%; color: #fff; font-size: 0.16rem; line-height: 0.26rem;}
.list07 .li:hover ._img{  background: url(img/bg1.jpg) center no-repeat; background-size: 100% 100%; }

@media screen and (max-width:1600px) {
.list07 .li .tit{ font-size: 0.21rem; line-height: 0.31rem;}
}
@media screen and (max-width:1024px) {
.list07 .ul{grid-template-columns: repeat(4, 1fr); gap:14px 14px;}	
.list07 .li .tit{font-size:15px; line-height:21px;  word-break: break-all; }
.list07 .li .info{font-size:14px; line-height:24px;}
.list07 .li .cont{ padding:14px 14px; }
}
@media screen and (max-width:767px) {
.list07 .ul{ grid-template-columns: repeat(2, 1fr);}
}

.list08{display: block; width: 100%;}
.list08 .ul{display: grid;  gap:0.5rem 0.6rem; grid-template-columns: repeat(2, 1fr);}
.list08 .li{display: flex; flex-wrap: wrap; width: 100%; }
.list08 .li .a{ position: relative;display: flex;justify-content: space-between; width: 100%; background:#fff; overflow: hidden; border-radius: 10px;}
.list08 .li .a::after{ position: absolute;display: block; content: ''; left: 0; bottom: 0; z-index: 1; height:calc(100% - 1rem); width: 100%; background: url(img/bg3.png) center no-repeat; background-size: 100% 100% !important;}
.list08 .li .w100{ padding:0.46rem 0.3rem 0.46rem 0.52rem;}
.list08 .li .tit{ width: 100%; color: #000; font-size: 0.3rem; line-height: 0.34rem; font-weight: bold; position: relative;}
.list08 .li .tit1{width: 100%; color: #000; font-size: 0.2rem; line-height: 0.24rem; margin-top:0.46rem;}
.list08 .li .info{width: 100%; color: #999; font-size: 0.16rem; line-height: 0.2rem; margin-top:0.28rem;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:5;
}
.list08 .li .ico{display: flex; align-items: flex-end; min-width:3.1rem;width:3.1rem; margin-top:-0.1rem;  line-height: 0;aspect-ratio: 100 / 129;}
.list08 .li .a:hover::after{  background: url(img/bg4.png) center no-repeat;}


@media screen and (max-width:1024px) {
.list08 .li .a::after{ height:calc(100% - 54px);}	
.list08 .li .w100{ padding:20px 10px 20px 14px;}	
.list08 .li .tit{font-size:18px; line-height:22px; }
.list08 .li .tit1{font-size:15px; line-height:19px; margin-top:24px }
.list08 .li .info{font-size:14px; line-height:18px; margin-top:14px; }
}
@media screen and (max-width:767px) {
.list08 .ul{grid-template-columns: repeat(1, 1fr);}	
.list08 .li .ico{ min-width:140px;width:140px; margin-top:-0.1rem;}
}

.pagecon.news2::after{display:none;}
.pagecon.news2 .left{width:100%; padding-right:0; padding-top:0.5rem; padding-bottom:0.5rem;}
.pagecon.news2 .left .cont{padding-top:0; margin-top:0; border-top:0;}
@media screen and (max-width:1024px) {
.pagecon.news2 .left{padding:20px 15px;}
}



.mapbox{ display:block; width:100%; position: relative; overflow: hidden;}
.mapbox .a{ position: relative; display: block; width:100%;}
.mapbox .bg{ display: block; width:100%; height:7rem;}
.mapbox .logo{ display: block; position: absolute;line-height: 0; z-index: 6; transform: translateY(-50%); -mstransform: translateY(-50%);}
.mapbox .logo img{ height: 0.6rem;}

@media screen and (max-width:767px) {
.mapbox .bg{ height:350px;}	
.mapbox .logo{transform: translate(-50%,-50%); -mstransform: translate(-50%,-50%);}
.mapbox .logo img{ height:30px;}
}



.contact .box{ display: grid; width:100%; gap:0.26rem;grid-template-columns: repeat(4, 1fr);}
.contact .box .li{ display: flex; align-items: center; width:100%;  background: #eeeeee; border-radius:10px; min-height:2rem; padding:0.3rem 0.32rem 0.3rem 0.5rem;}
.contact .box .li:nth-child(2n){ background:#dddddd;}
.contact .box .li .ico{ display:block; width:0.5rem; min-width: 0.5rem; line-height: 0; margin-right:12px;}
.contact .box .li .ico img{ width: 0.5rem; height: 0.5rem;}
.contact .box .li .tit{ display:block; width:100%;}
.contact .box .li .p{ display:block; width:100%; color:#333;font-size:0.18rem; line-height:0.24rem;}
.contact .box .li .p a{ color:#333;}
.contact .box .li .p a:hover{ color: #27958c;}
.contact .box .li:hover{ box-shadow:0 0 5px rgba(0,0,0,0.2);}


@media screen and (max-width:1440px) {
.contact .box .li{ padding:0.3rem 0.32rem 0.3rem 0.32rem;}
}
@media screen and (max-width:1024px) {
.contact .box{gap:16px;grid-template-columns: repeat(2, 1fr);}
.contact .box .li{ padding:20px 20px;}	
.contact .box .li .ico{ width:36px; min-width: 36px;}	
.contact .box .li .ico img{ width:36px; height:36px;}	
.contact .box .li .p{ font-size:16px; line-height:22px;}
}
@media screen and (max-width:767px) {
.contact .box{grid-template-columns: repeat(1, 1fr);}
}



._list2{ display:block; width:100%;}
._list2 .ul{ display: grid; width: 100%;grid-template-columns: repeat(2, 1fr);  gap: 0.6rem;}
._list2 .ul .box{ display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; background: #f8f8f8; border-radius: 10px; padding:0.38rem 0.8rem 0.47rem 0.52rem;}
._list2 .ul .box:hover{  background: url(img/bg.jpg) center no-repeat;  background-size: 100% 100% !important; transition:background 0.5s ease; -o-transition:background 0.5s ease; -moz-transition:background 0.5s ease;  -webkit-transition:background 0.5s ease;
  }
 ._list2 .ul .a{display: block; width: 100%;} 
._list2 .ul .cont{display: flex; align-items: flex-start; width: 100%; gap:0 12px; min-height:0.72rem;}
._list2 .ul .ico{display: block; width:0.5rem; min-width:0.5rem; line-height: 0;}
._list2 .ul .tit{display: block; width: 100%; color: #000000; font-size: 0.26rem; line-height:0.36rem;}
._list2 .ul .info{display: block; width: 100%; color: #555555; font-size:14px; line-height:23px; margin-top: 0.17rem;}


@media screen and (max-width:1440px) {
._list2 .ul .box{ padding:0.38rem 0.52rem 0.47rem 0.52rem;}
}
@media screen and (max-width:1024px) {
._list2 .ul{gap:16px;}
._list2 .ul .box{ padding:20px 15px;}	
._list2 .ul .cont{ gap:0 6px;min-height:44px;}
._list2 .ul .ico{ width:36px; min-width: 36px;}	
._list2 .ul .tit{ font-size:16px; line-height:22px;}
._list2 .ul .info{ margin-top: 8px;}
}
@media screen and (max-width:767px) {
._list2 .ul{grid-template-columns: repeat(1, 1fr);}
}

.pagecon.news2 .left{width:100%;}


/*20260326start*/
.footer{ overflow: hidden;}
.news2 .list{  align-items: flex-start;}

@media screen and (max-width:1024px) {
.news2 .list .li .tit{  -webkit-line-clamp: 2; height:48px;}
}



/*20260326end*/






/*20260331start*/
.about3 .cont{overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;}	
.main4 .left .tit30{ min-height:0.8rem;  margin-bottom: 0.20rem;}
@media screen and (max-width:1024px) {
.main4 .left .tit30{ min-height:inherit; margin-bottom:0;}
}


/*20260331end*/