* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    margin-bottom: 0;
}
img{
  max-width: 100%;

}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf?t=1749648040441') format('truetype');
}
ul,li{list-style-type: none;}
:root {
    --primary: #4a6fa5;
    --secondary: #6b8cbc;
    --accent: #ff7e5f;
    --light: #f5f7fa;
    --dark: #2c3e50;
    --text: #333;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text);
}

h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 2rem 0;
    text-align: center;
    color: var(--dark);
}
body{
  overflow-x: hidden;
}
p {
    margin-bottom: 1rem;
    font-size: clamp(1rem, 2vw, 1.1rem);
}
.mgtop104{
    margin-top: 104px;
}
.mgbot{
  margin-bottom: 40px;
}
a:hover{
  text-decoration: none;
}
.clear {
    zoom: 1;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.header.head{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  transition: all 0.5s;
}
header.scrolled{
  background-color: #FFF;
  box-shadow: 0 0 10px #CCC;
}
.top-wrap{
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.main-wrap{
  max-width: 1400px;
  margin: 0 auto;
}
header .search{
  position: absolute;
  right: 0;
  top: 38%;
  z-index: 101;
  cursor: pointer;
}
header .search i{
  color: #FFF;
  font-size: 1.1rem;
}
header.scrolled .search i{
  color: #000;
}
.navbar {
    background-color: none;
    padding:0 5% 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.logo {
    padding:1rem 5% 1rem 0;
    color: var(--light);
    font-size: 1.5rem;
    font-weight: 700;
}
header .logo .logo-2{
  display: none;
}
header.scrolled .logo .logo-1{
  display: none;
}
header.scrolled .logo .logo-2{
  display: block;
}

ul.nav-links{
    height: 104px;
    display: flex;
    list-style: none;
}
.nav-links>li {
    margin-left: 1.5rem;
    position: relative;
    line-height: 104px;
}
.nav-links li::before{
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    background: #FFF;
    left: 30%;
    top: 70%;
    transition: all 0.5s;
}
.nav-links li:hover::before{
    width: 40%;
}
.nav-links li dl{
    position: absolute;
    width: 160%;
    background: #FFF;
    text-align: center;
    margin-top:-1px;
    left: -23px;
    display: none;
}
.nav-links li:hover dl{
    display: block;
}
.nav-links li dl dt{
    line-height: 50px;
    font-weight: normal;
}
.nav-links li dl dt:hover{
    background:#004c97 ;

}

.nav-links li dl dt a{
    font-size: 14px;
    color: #333;
    display: block;
}
.nav-links div a {
    color: var(--light);
    text-decoration: none;
    transition: var(--transition);
    padding: 0.5rem 0.8rem;
    border-radius: 4px;
}
.nav-links li dl dt:hover a{color:#FFF;}

.menu-toggle {
    display: none;
    color: var(--light);
    font-size: 1.5rem;
    cursor: pointer;
}

header.scrolled .nav-links a{
  color: #000;
  padding: 0 0.8rem;
}
header.scrolled .nav-links li::before{
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    background: #000;
    left: 30%;
    top: 70%;
    transition: all 0.5s;
}
header.scrolled .nav-links li:hover::before{
    width: 40%;
}
.banner .swiper {
      width: 100%;
      height: 100%;
    }

.banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
.banner .swiper-pagination span{
    width: 50px;
    height: 4px;
    background: #999;
    border-radius: var(--swiper-pagination-bullet-border-radius, 0);
}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #e42127;
}
.swiper-pagination{
    margin-bottom: 50px;
}
    
.home-main{
  padding-top: 4rem;
  min-height: 880px;
  background-image: url(../images/bg1.jpg);
}
.s1-top .left{
  float: left;
}
.s1-top .left h1{
  text-align: left;
  margin: 0.9rem 0;
  font-size: 2.2rem;
}
.s1-top .left p{
  color: #666;
}
.s1-top .right{
  float: right;
  margin-top: 1.6rem;
}
.s1-top .right a{
  width: 160px;
  height: 50px;
  display: block;
  color: #FFF;
  background-color: #004c97;
  line-height: 50px;
  text-align: center;
}
.s1-top .right a:hover{
  background-color: #e42127;
}
.s1-mid{margin-top: 2rem;}
.s1-mid .s1-mid-menu{
  float: left;
  width: 30%;
}
.s1-mid .s1-mid-menu ul li{
  line-height: 5rem;
  padding-left: 80px;
}
.s1-mid .s1-mid-menu ul li a{
  color: #000;
  font-size: 1.3rem;
  cursor: pointer;
}
.s1-mid .s1-mid-menu ul li:nth-child(1){
  background: url(../images/1.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(1).active{
  background: url(../images/11.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(2){
  background: url(../images/2.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(2).active{
  background: url(../images/22.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(3){
  background: url(../images/3.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(3).active{
  background: url(../images/33.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(4){
  background: url(../images/4.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(4).active{
  background: url(../images/44.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(5){
  background: url(../images/5.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(5).active{
  background: url(../images/55.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(6){
  background: url(../images/6.png) left no-repeat;
}
.s1-mid .s1-mid-menu ul li:nth-child(6).active{
  background: url(../images/66.png) left no-repeat;
}
.s1-mid .s1-mid-box{
  width: 69%;
  float: right;
}
.s1-mid .s1-mid-box>div{
  display: none;
}

.s1-mid .s1-mid-box ul li{
  width: 46%;
  margin-left: 4%;
  float: left;
}
.s1-mid .s1-mid-box ul li div{
    overflow: hidden;
}
.s1-mid .s1-mid-box ul li div img{
   transition: all 0.5s; 
}
.s1-mid .s1-mid-box ul li p{
  line-height: 84px;
  background-color: #004c97;
  text-align: center;
  color: #FFF;
  font-size: 1.3rem;
}
.s1-mid .s1-mid-box ul li:hover img{
    transform: scale(1.2);
}
.section-2{
  padding: 4rem 0 85px;
}
.s2-gallery{
    margin: 0 0.5%;
}
.section-2 .s2-gallery ul{
    display: flex;
}
.section-2 .s2-gallery ul li{
  float: left;
  overflow: hidden;
  cursor: pointer;
    transition: all 0.4s;
}
.section-2 .s2-gallery ul li.active{
  width:37% ;
}
.section-2 .s2-gallery ul li{
  width:14.5% ;
  margin-left: 1.25%;
  background-color: #f3f3f3;
}
.section-2 .s2-gallery ul li:first-child{
  margin-left: 0;
}
.section-2 .s2-gallery ul li .s2-gallery-head{
  display: block;
}
.section-2 .s2-gallery ul li .s2-gallery-mid{
  display:none;
}
.section-2 .s2-gallery ul li .s2-gallery-mid img.panel-image2{
    width: 100%;
    max-height: 380px;
}
.section-2 .s2-gallery ul li.active .s2-gallery-mid{
  display: block;
}

.section-2 .s2-gallery ul li.active .s2-gallery-head{
  display: none;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info{
  padding: 25px;
  background: #f3f3f3;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-bt{
  font-size: 1.5rem;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-bt span{
  font-size: 1.1rem;
  float: right;
}
.section-2 .s2-gallery ul li .s2-gallery-head{
  width: 100%;
  height: 100%;
  position: relative;
}
.section-2 .s2-gallery ul li .s2-gallery-head img{
  height: 692px;
  max-width: 100%;
}
.section-2 .s2-gallery ul li .s2-gallery-head p{
  color: #FFF;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 1rem;
}
.section-2 .s2-gallery ul li .s2-gallery-head p a{
  display: block;
  color: #FFF;
  font-size: 1.5rem;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-imgbox dl{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 27px;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-imgbox dl{
  margin-top: 24px;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-imgbox dl dt img{
  border-radius: 5px;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-more{
  font-size: 1.1rem;
  margin-top: 1.5rem;
} 
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-more a{
  color: #000;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-more a:hover{
  color: #004c97;
}


.section-3{
  width: 100%;
  height: 884px;
  padding-top: 4rem;
  background: url(../images/bg2.jpg) center no-repeat;
}
.s3-content{
    width: 46%;
    float: left;
}
.section-3 .box{
  margin-top: 2rem;
  line-height: 35px;
}
.s3-img{
    width: 50%;
    float: right;
}
.section-3 a{
  width: 160px;
  height: 50px;
  display: block;
  color: #FFF;
  background-color: #004c97;
  line-height: 50px;
  text-align: center;
  margin-top: 2rem;
}
.section-3 a:hover{
  background-color: #e42127;
}
.section-4{
  padding: 4rem 0;
}
.s4-tab{margin-top: 2rem;
border-bottom: 1px solid #CCC;}
.s4-tab ul li{
  display: inline-block;
  padding: 0 1.2rem;
  margin-right: 2rem;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 5rem;
  margin-bottom: -1px;
}
.s4-tab ul li.active{
  color: #004c97;
  border-bottom: 2px solid #004c97;
}
.s4-boxslide{
  margin-top: 50px;
}
.s4-boxslide ul li{
  width: 24%;
  float: left;
  margin-left: 2.5%;
  height: 455px;
  padding:50px 25px 0;
  box-shadow: 0 0 5px #d6d1d1;
}
.s4-boxslide ul li:first-child{
  width: 47%;
  float: left;
  margin-left: 0;
  background: url(../images/home-cs.png);
  padding: 5%;
  color: #FFF;
  position: relative;
}
.s4-boxslide ul li div.s4-boxslide-title h3{
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.s4-boxslide ul li div.s4-boxslide-info{
  height: 185px;
  background-color: rgba(0, 76, 151, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:7% 10%;
}
.s4-boxslide ul li div.s4-boxslide-img{
  margin-top: 3rem;
}


.section-5{padding-top: 4rem;}
.s5-news{
  padding-top: 2rem;
}
.s5-news-left{
    width: 48%;
  float: left;
}
.s5-news-left ul li{
    display: none;
}
.s5-news-left ul li:first-child{
    display: block;
}
.s5-news-left ul li img{
    width: 100%;
    max-height: 446px;
}
.s5-news-right{
  float: right;
    width:47% ;
  max-width: 660px;
}
.s5-news-right ul li{
  border-bottom: 1px solid #CCC;
  padding:0 0 1.7rem;
  margin-top: 1.8rem;
}
.s5-news-right ul li:nth-child(1){
  margin-top: 0;
}
.s5-news-right ul li.active a{
  color: #004c97;
}
.s5-news-right ul li h3{
  font-size: 1.1rem;
}
.s5-news-right ul li h3 a{
  color: #000;
}
.s5-news-right ul li h3 span{
  float: right;
  font-weight: normal;
}
.s5-news-right ul li p{
  margin-top: 1rem;
  font-size: 1rem;
  color: #666;
  display: none;
}
.s5-news-right ul li.active p{
    display: block;
}
.s5-news-right ul li h3 a:hover{
  color: #e42127;
}
.s5-news-right ul li div.more{
  margin-top: 1rem;
  display: none;
}
.s5-news-right ul li.active div.more{
    display: block;
}
.s5-news-right ul li div.more i{
  font-size: 2rem;
}

.hezuo{
    padding: 85px 0;
    background: #102332;
}
.hezuo h2{
    text-align: center;
    color: #FFF;
}
.hezuo p{
    text-align:center;
    color:#FFF;
    font-size: 16px;
}
.hezuo ul{
    margin-top: 50px;
    display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}

footer{
  width: 100%;
  height: 506px;
  background: url(../images/bg3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 4rem;
  padding-top: 85px;
  position: relative;
  z-index: 9999;
}

.foot-top ul{
  float: left;
  margin-left: 6.6rem;
}
.foot-top ul:nth-child(1){
  margin-left: 0;
}
.foot-top ul:last-child{
  float: right;
  margin-left: 0;
}
.foot-top ul li span{
  color: #FFF;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1.2rem;
}
.foot-top ul li a{
  font-size: 0.9rem;
  line-height: 30px;;
  display: block;
  color: #e3e5e8;
}
.foot-top ul li a:hover{
    color:#FFF;
}
.foot-top ul li p{
  font-size: 0.9rem;
  color: #FFF;
  line-height: 30px;
  margin: 0;
}
.foot-top ul li p b{
  font-size: 1.2rem;
}
.foot-bot{
  margin-top: 5rem;
  color: #e3e5e8;
}
.foot-bot a{
    color: #e3e5e8;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.foot-bot a:hover{
    color:#FFF;
}
.foot-bot span{
  font-size: 0.9rem;
  display: block;
  float: left;
}
.foot-bot span:nth-child(2){
  float: right;
}
.min-banner picture{
    display: none;
}
.min-banner{
  width: 100%;
  height: 506px;
  
}
.min-banner .main-wrap{
  height: 100%;
  position: relative;
}
/* 新闻列表 */
.banner-ins1{
  background: url(../images/banner-ins1.jpg) center no-repeat;
}
.banner-ins2{
  background: url(../images/banner-ins2.jpg) center no-repeat;
}
.banner-ins3{
  background: url(../images/banner-ins3.jpg) center no-repeat;
}
.banner-ins4{
  background: url(../images/banner-ins4.jpg) center no-repeat;
}
.banner-ins5{
  background: url(../images/banner-ins5.jpg) center no-repeat;
}
.banner-info{
  color: #FFF;
  position: absolute;
  top: 40%;
  left: 0;
}
.banner-info h2{
  font-size: 2rem;
}
.banner-info p{
  font-size: 1.5rem;
}
.banner-location{
  position: absolute;
  bottom: 6%;
  color: #FFF;
  font-size: 0.9rem;
}
.banner-location i{
  margin-right: 10px;
}
.banner-location a{
  color: #FFF;
}
.main-catname{
  border-bottom: 1px solid #CCC;
  line-height: 78px;
  padding-top: 1rem;
}
.main-catname ul li{
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 30px;
}
.main-catname ul li a{
  color: #000;
  display: block;
  padding: 0 10px;
}
.main-catname ul li.active{
  border-bottom: 1px solid #004c97;
}
.main-catname ul li.active a{
  color: #004c97;border-bottom: 2px solid #004c97;
}

.news-list{
  margin-top: 5rem;
}
.news-list dl{
  background-color: #f7f7f7;
  transition: all 0.5S;
  margin-bottom: 3rem;
}
.news-list dl dt{
  width: 33%;
  float: left;
  overflow: hidden;
}
.news-list dl dt img{
    width:100%;
    transition: all 0.3s;
}
.news-list dl:hover dt img{
    transform: scale(1.1);
}
.news-list dl dd{
  padding-top: 3rem;
  width: 62%;
  float: right;
}
.news-list dl dd h3{
  font-size: 1.3rem;
}
.news-list dl dd h3 a{
  color: #000;
}
.news-list dl dd p{
  font-size: 1rem;
  color: #666;
}
.news-list dl dd span{
  color: #999;
}
.news-list dl dd .more{
  margin-top: 30px;
}
.news-list dl dd .more b{
  
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: normal;
  color: #000;
}
.news-list dl dd .more i{
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
  font-size: 1.7rem;
}
.news-list dl dd h3 a:hover{
  color:#004c97;
}
.news-list dl:hover{
  box-shadow: 0 0 10px #EDEDED;
  background: #FFF;
}

.page-content{
  margin-top: 4rem;
}
.page-title{
  border-bottom: 1px solid #CCC;
  text-align: center;
}
.page-title P{
  font-size: 1rem;
  margin-top: 25px;
}
.page-title P span{
  margin: 0 15px;
  color: #666;
}
.page-infobox{
  margin-top: 30px;
  line-height: 35px;
}
.pn{ margin-top:50px; font-size:14px;font-family:"微软雅黑"; color:#666;}
.fl{
  float: left;
}
.fr{
  float: right;
}

/* 联系我们 */
.page-contact{
  margin-top: 3.6rem;
}
.page-h1 h1{
  font-size: 2.3rem;
  color: #000;
}
.pcb-1-left{
  width: 35%;
  padding: 3% 3% 2.2%;
  background: #f7f7f7;
  float: left;
}
.pcb-1-left h3{
  padding-bottom: 40px;
  position: relative;
  color: #004c97;
}
.pcb-1-left h3:after{
  content: "";
  width: 60px;
  height: 3px;
  background: #004c97;
  display: block;
  position: absolute;
  top: 50px;
  
}
.pcb-1-left dl dt{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #004c97;
  color: #fff;
  line-height: 55px;
  text-align: center;
  margin-right: 15px;
  float: left;
}
.pcb-1-left dl dt i{
  font-size: 1.6rem;
  font-weight: normal;
}
.pcb-1-left dl dd{
  float: right;
  width: 73%;
  font-size: 1rem;
}
.pcb-1-left dl dd b{
  font-size: 1.3rem;
  margin-right:10px;
}
.pcb-1-left dl dd span{
  display: block;
  line-height: 25px;
  font-size: 1.2rem;
  
  font-weight: bold;
}
.pcb-1-left ul li{
  display: inline-block;
  text-align: center;
  margin:20px 20px 0;
}
.pcb-1-left ul li p{
  margin-top: 15px;
}
.pcb-1-right{
  width: 63%;
  float: right;
}
.page-contact-box2{
  background-color: #F5F5F5;
  padding: 2rem 0 4rem;
  margin-top: 5rem;
}
.pcb-2 dl{
  margin: 10px;
  background-color: #FFF;
  padding: 10px 10px 0;
  border: 1px solid #ccc;
}
.pcb-2 dl dt{
  float: left;
  font-weight: normal;
}
.pcb-2 dl dt p{
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}
.pcb-2 dl dt p b{
  font-weight: normal;
  margin-right: 15px;
}
.pcb-2 dl dd{
  float: right;
  margin-top: 15px;
}
.pcb-2 dl dd a{
  display: inline-block;
  padding: 5px 10px;
  color: #666;
  border:1px solid #CCC;
  font-size: 0.8rem;
  border-radius: 4px;
  margin-right: 10px;
}
.pcb-2 dl dd a:hover{
  background-color: #e6e6e6;
}
.page-contact-box3{
  padding: 30px 0;
}
.pcb-3{
  border:1px solid #f3f3f3;

}
.pcb-3 ul{
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.pcb-3 ul:last-child{
  border-bottom: none;
}
.pcb-3 ul.pcb-3-ul{
  background-color: #004c97;
  color: #FFF;
} 
.pcb-3 ul.pcb-3-ul li{
  font-size: 1.1rem;
  color: #FFF;
}
.pcb-3 ul li{
  width: 20%;
  float: left;
  text-align: center;
  line-height: 54px;
  font-size: 13px;
  color: #666;
}
.message{
  box-shadow: 0 0 15px #ededed;
  padding: 40px 0;
  margin-top: 40px;
}
.message-box dl{
  padding:2% 5%;
}
.message-box dl dt{
width: 50%;
float: left;
}
.message-box dl dt textarea{
  width: 90%;
  padding: 2%;
  height: 310px;
  border:none;
  background-color: #f5f5f5;
}
.message-box dl dd{
  width: 50%;
  float: right;
}
.message-box dl dd div{
  margin-bottom: 14px;
}
.message-box dl dd input{
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 2%;
}
.message-submit{
  text-align: center;
  
}
.message-submit button{
  width: 195px;
  height: 45px;
  background-color: #004c97;
  border-radius: 8px;
  border:none;
  color: #FFF;
}
.lingyu-top{
  margin-top: 4rem;
  padding: 3%;
  box-shadow: 0 0 7px #CCC;
}
.lingyu-top dl dt{
  width: 53.5%;
  max-width: 750px;
  float: left;
}
.lingyu-top dl dd{
  width: 43.4%;
  float: right;
  max-width: 580px;
  padding: 20px;
}
.lingyu-top dl dd div.ly-top-title{
  height: 100px;
}
.ly-top-title{
    padding-left: 80px;
  line-height: 100px;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.ly-top-tico1{
  background: url(../images/ly-ico1.jpg) left no-repeat;
}
.ly-top-tico16{
  background: url(../images/ly-ico1.jpg) left no-repeat;
}
.ly-top-tico17{
  background: url(../images/zdgc.png) left no-repeat;
}
.ly-top-tico19{
  background: url(../images/xny.png) left no-repeat;
}
.ly-top-tico18{
  background: url(../images/dldz.png) left no-repeat;
}
.ly-top-tico47{
  background: url(../images/qczz.png) left no-repeat;
}
.ly-top-tico48{
  background: url(../images/qt.png) left no-repeat;
}
.ly-top-info{
  margin-top: 30px;
}
.ly-list{
  margin-top: 5rem;
}
.ly-list-bt{
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}
.ly-list-bt span{
  font-size: 30px;
}
.ly-list-item ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.ly-list-item ul li{
  background-color: #e5e8ef;
  margin-top: 30px;
}
.ly-list-item ul li div.ly-list-item-box{
  padding: 40px;
}
.ly-list-item ul li div.ly-list-item-box h3{
  font-size: 1.4rem;
}
.ly-list-item ul li div.ly-list-item-box span{
  color: #666;
}
.ly-list-item ul li div.ly-list-item-box p{
  margin-top: 10px;
  margin-bottom: 0;
}

.ly-list-item-more{
  border-top: 2px solid #FFF;
  line-height: 60px;
  padding-left: 40px;
  font-size: 1.3rem;
}
.ly-list-item-more a{
  color: #000;
}
.ly-list-item-more i{
  font-size: 1.3rem;
  color: #004c97;
}
.ly-list-item ul li:hover .ly-list-item-more{
  border-top: 2px solid #004c97;
}
.ly-list-item2 ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.ly-list-item2 ul li{
  padding: 25px;
  box-shadow: 0 0 5px #CCC;
  margin-top: 30px;
  border-bottom: 4px solid #c9c9c9;
}
.ly-list-item2 ul li div h3{
  font-size: 1.3rem;
  padding: 20px 0 0;
}
.ly-list-item2 ul li div p{
  margin-top: 10px;
  font-size: 0.9rem;
}
.ly-list-item2 ul li:hover{
  border-bottom: 4px solid #004c97;
}
.lingyu .location{
  margin-top: 4rem;
  color: #666;
}
.lingyu .location a{
  color: #666;
}
.product-list .location a{
  color: #666;
}
.lingyu-show{
  margin-top: 50px;
}
.lingyu-left{
  width: 47.5%;
  float: left;
  max-width: 670px;
}
.lingyu-left .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.lingyu-left .swiper-slide {
  background-size: cover;
  background-position: center;
}

.lingyu-left .mySwiper2 {
  height: 80%;
  width: 100%;
}

.lingyu-left .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.lingyu-left .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.lingyu-left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.lingyu-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lingyu-right{
  max-width: 680px;
  float: right;
  width: 48%;
}
.ly-right-content{
  height: 296px;
  margin-top: 20px;
}
.lingyu-contact a{
  color: #FFF;
  width: 210px;
  height: 50px;
  display: block;
  background-color: #004c97;
  line-height: 50px;
  text-align: center;
}
.lingyu-contact a i{
  margin-left: 40px;
}
.product-list{
  margin-top: 2rem;
  position: relative;
}
.product-list-left{
  width: 24%;
  max-width: 336px;
}
.product-list-nav{
  background: #f5f5f5;
}
.product-list-nav ul li {
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  transition: all 0.5s;
}
.product-list-nav ul li.active{
  height: auto;
}
.product-list-nav ul li div.catnav-title{
  line-height: 4rem;
  font-size: 1.3rem;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.product-list-nav ul li div.catnav-title a{    color: var(--text);
    display: block;
}
.product-list-nav ul li.active div.catnav-title a{
    color: #FFF;
}
.product-list-nav ul li div.catnav-title::after{
  content: "+";
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  position: absolute;
  font-size: 1.8rem;
  right: 30px;
  top: -3px;
}
.product-list-nav ul li dl dt{
  font-weight: normal;
  line-height:40px;
  position: relative;
}

.product-list-nav ul li dl dt a{
  color: #555;
  font-size: 1.1rem;
}
.product-list-nav ul li dl dt i{
  float: right;
}
.product-list-nav ul li.active div.catnav-title{
  background-color: #004c97;
  color: #FFF;
}
.product-list-nav ul li.active div.catnav-title::after{
  content: "-";
}
.product-list-nav ul li dl dt:hover a{
  color: #004c97;
}
.product-list-nav ul li dl dt:hover i{
  color: #004c97;
}
.product-list-nav dl {

    max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin-bottom: 0;

}


.product-list-nav li.active dl {

  max-height: 100%;

  padding: 15px 30px 0px;
}

.product-list-contact{
  padding: 30px;
  margin-top: 3rem;
  background: #f5f5f5;
}
.product-list-contact span{
  font-size: 1.4rem;
}
.product-list-contact p{
  font-size: 0.9rem;
  margin: 10px 0;
}
.product-list-contact b{
  font-size: 22px;
  color: #666;
  font-weight: normal;
}
.product-list-contact b i{
  color: #004c97;
  font-size: 22px;
}
.product-list-contact a{
  display: block;
  color: #004c97;
  margin-top: 10px;
  font-size: 1.2rem;
}
.product-list-contact a i{
  font-size: 20px;
}


.product-list-right ul.product-fd-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.product-list-right ul.product-fd-list li{
    box-shadow: 0 0 5px #efefef;
}
.product-list-right ul.product-fd-list li img{
height: 300px;
width: 100%;
}
.product-list-right ul.product-fd-list li p{
    text-align: center;
    background: #004c97;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 0;
}

.product-list-right dl{
  position: relative;
  margin-bottom: 30px;
}
.product-list-right dl::before{
  content: "";
  width: 52%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-list-right dl dt{
  width: 45%;
  float: left;
  overflow: hidden;
}

.product-list-right dl dt img{box-shadow:0 0 5px #efefef;
    transition: all 0.3s;
    
}
.product-list-right dl dt:hover img{
    transform: scale(1.2);
}
.product-list-right dl dd{
  width: 52%;
  float: right;
}
.product-list-right dl dd h3{
  font-weight: normal;
  font-size: 1.3rem;
  padding: 30px 0 20px;
}
.product-list-right dl dd h3 a{
  color: #004c97;
}
.product-list-right dl dd ul{
  min-height: 325px;
}
.product-list-right dl dd ul li{

  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
.product-list-right dl dd ul li p{
    font-size: 15px;
}
/*.product-list-right dl dd ul li::after{*/
/*  content: "●";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  font-size: 0.8rem;*/
/*  top: 0px;*/
/*  color: #666;*/
/*  z-index: 9;*/
/*}*/
.product-list-right dl dd .more a{
  color: #000;
}
.product-list-right dl dd .more img{
  margin-left: 20px;
}

.product-list-right .product-show-content dl::before{
  display: none;
}

.product-show-content .more-show a{
  color: #FFF;
  display: block;
  width: 210px;
  height: 65px;
  background-color: #004c97;
  text-align: center;
  line-height: 65px;
}
.product-show-content .more-show a i{
  margin-left: 30px;
}
.product-show-page .pd-show-tab{
  background-color: #004c97;
  height: 50px;
}
.product-show-page .pd-show-tab ul li{
  line-height: 50px;
  float: left;
  padding: 0 30px;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
}
.product-show-page .pd-show-tab ul li.active{
  background-color: #f5f5f5;
  color: #004c97;
}
.pd-show-box{
  margin-top: 30px;
}
.hidden-info{
    display: none;
}
.page{ margin-top:50px; margin-bottom:20px; text-align:center;font-size:13px;line-height:35px;}
.page a{	
	border: 1px solid #ccc;
	display: inline;
	padding: 5px 12px 5px 12px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#999;
}
.page a:hover{
	border:1px solid #004c97; 
	background-color:#004c97; 
	color:#fff;
}
.page span{
	border: 1px solid #004c97;
	display: inline;
	padding: 5px 12px 5px 12px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #004c97;
	color: #FFF;}

  /* 关于我们 */
.ab-title h2{
  font-size: 2.2rem;
}
.about-section1{
  margin-top: 4rem;
}
.about-section1 dl dt{
  width: 52%;
  float: left;
}
.about-section1 dl dt h2{
  font-size: 2rem;
}
.about-section1 dl dt div.about-s1-info{
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 30px;
}
.about-section1 dl dd{
  float: right;
  width: 44%;
}
.about-section2{
  height: 598px;
  background: url(../images/bg4.jpg) center no-repeat;
  margin-top: 4rem;
  padding-top: 85px;
}
.ab-history{
  margin-top: 5rem;
  overflow: hidden;
}
.ab-history .swiper-container{
  min-height: 340px;
  position: relative;
}
.ab-history div.history-line{
  border-bottom: 1px solid #004c97;
  margin-top: 3rem;
  position: relative;
}
.ab-history div.history-line::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #004c97;
  display: block;
  position: absolute;
  top: -5px;
  left: 15px;
}
.ab-history div.history-line::before{
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border:1px solid #004c97;
  display: block;
  position: absolute;
  left: 5px;
  top: -15px;
}
.ab-history div .history-des{
  margin-top: 3rem;
  padding-left: 40px;
  position: relative;
}
.ab-history div .history-des::before{
  content: "●";
  position: absolute;
  left: 20px;
  top: 0;
  color: #004c97;
}
.ab-history .swiper-container .swiper-button-next{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 53%;
  top: 85%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
}
.ab-history1 .swiper-container .swiper-button-next{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 53%;
  top: 85%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
  z-index: 99;
    display: block;
      text-align: center;
  line-height:45px;
}
.ab-history .swiper-container .swiper-button-next::after{
  font-size: 1.2rem;
}
.ab-history .swiper-container .swiper-button-prev{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 47%;
  top: 85%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;

}
.ab-history1 .swiper-container .swiper-button-prev{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 47%;
  top: 85%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
  z-index: 99;
  display: block;
  text-align: center;
  line-height:45px;
}
.ab-history .swiper-container .swiper-button-prev::after{
  font-size: 1.2rem;
}
.ab-history .swiper-container .swiper-button-next:hover,.ab-history .swiper-container .swiper-button-prev:hover{
  background-color: #fff;
  border:2px solid #004c97;

}
.ab-history .swiper-container .swiper-button-next:hover::after,.ab-history .swiper-container .swiper-button-prev:hover::after{
  color: #004c97;
}



.about-section3{
  margin-top: 5rem;
}
.about-section3 .about-s3-box{
  margin-top: 3rem;
  height: 527px;
  background: url(../images/bg5.jpg) center no-repeat;
  color: #FFF;
}
.about-section3 .about-s3-box ul li{
  width: 50%;
  float: left;
  padding-left: 10%;
  padding-top: 12%;
}
.about-section3 .about-s3-box ul li:nth-child(1){
  background:url(../images/ab-ico1.png) 40px 55% no-repeat;
}
.about-section3 .about-s3-box ul li:nth-child(2){
  background:url(../images/ab-ico2.png) 40px 50% no-repeat;
}
.about-section3 .about-s3-box ul li h3{
  margin-bottom: 30px;
}
.about-section3 .about-s3-box ul li p{
  line-height: 2rem;
}
.about-section3 .about-s3-box ul li p span{
  margin-right: 20px;
}
.about-section4{
  margin-top: 5rem;
  background: #eef2f5;
  padding-top: 4rem;
  padding-bottom: 85px;
}
.ab-history .swiper-container2{
  min-height: 450px;
  position: relative;
}
.ab-history .swiper-container2 .swiper-button-next{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 53%;
  top: 95%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
}
.ab-history .swiper-container2 .swiper-button-next::after{
  font-size: 1.2rem;
}
.ab-history .swiper-container2 .swiper-button-prev{
  width:45px ;
  height: 45px;
  position: absolute;
  left: 47%;
  top: 95%;
  background-color: #004c97;
  color: #FFF;
  border-radius: 100%;
}
.ab-history .swiper-container2 .swiper-button-prev::after{
  font-size: 1.2rem;
}
.ab-history .swiper-container2 .swiper-button-next:hover,.ab-history .swiper-container2 .swiper-button-prev:hover{
  background-color: #fff;
  border:2px solid #004c97;

}
.ab-history .swiper-container2 .swiper-button-next:hover::after,.ab-history .swiper-container2 .swiper-button-prev:hover::after{
  color: #004c97;
}
.ab-history .swiper-container2 .swiper-slide{
  text-align: center;
  background: url(../images/bg-honor.jpg) center;
  background-size: cover;
  padding: 20px 20px 0;
}

.ab-history .swiper-container2 .swiper-slide img{
    height: 250px;
}
.ab-history .swiper-container2 .swiper-slide p{
  margin-top: 20px;
}
.about-section5{
  padding-top: 5rem;
}
.about-section5 ul{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
  margin-top: 4rem;
}
.about-section5 ul li img{
  border:1px solid #CCC;
}
@media (min-width: 1501px) {
.section-2 .s2-gallery ul li .s2-gallery-head img{
    width: 100%;
}
.section-2 .s2-gallery ul li{
    height: 692px;
} 
}
@media (max-width: 1500px) {
    .top-wrap{
        max-width: 90%;
    }
    .main-wrap{
        max-width: 90%;
    }
   

.section-2 .s2-gallery ul li{
    height: 516px;
}
.section-2 .s2-gallery ul li .s2-gallery-head img{
    height: 100%;
    width: 100%;
}

.s3-img img{
    width: 96%;
}
}
@media screen and (min-width: 980px) and (max-width: 1440px) {
    .foot-top ul{
    margin-left:7% ;
    
}
.product-list{
        height:4100px ;
    }
  }
@media (min-width: 1200px) {
    
    .product-list-left{
        position: sticky;
        float: none;
        left: 0;
        top: 104px;
    }
  .product-list-left-fixed {
    position:fixed;top:104px;
    left:clamp(0px, calc(50% - 700px / 100vw * 100%), 100%);
    z-index:999;
  }
  .section-2 .s2-gallery ul{
    display: flex;
    max-height: 692px;
    overflow: hidden;
    }
    .product-list-right{
  width: 73%;
  position:absolute ;
  right: 0;
  top: 0;
}
}
@media (min-width: 1440px) {
    .product-list{
        height:4400px ;
    }
    
}
@media (max-width: 980px) {
    .mgtop104{
        margin-top: 45px;
    }
    .main-wrap{
        max-width: 96%;
    }
    .menu-toggle {
        display: block;
        margin-right: 3rem;
    }
    .header.scrolled .menu-toggle {
      color: #333;
    }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--dark);
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: var(--transition);
        
    }
ul.nav-links{
    height: auto;
}
ul.nav-links dl{
    display: none;
}
ul.nav-links li:hover dl{
    display: none;
}
    .nav-links.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .nav-links li {
        margin: 0.8rem 0;
        line-height: 45px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .navbar{
      padding:1% 2%;
    }
    .logo{
        padding: 0;
    }
    .logo img{
      height:30px ;
    }
    header .search{
      right: 10px;
      top: 33%;
    }
    header.scrolled .nav-links a{
      color: #FFF;
    }
    .min-banner .banner-info{
        display: none;
    }
    .banner-ins1{
  background: none;
}
.banner-ins2{
  background: none;
}
.banner-ins3{
  background: none;
}
.banner-ins4{
  background: none;
}
.banner-ins5{
  background: none;
}
    .swiper-pagination{
        margin-bottom: 10px;
    }
    .home-main{
      padding-top: 1rem;
    }
    .section-1{
      padding: 2%
    }
    .s1-top .left{
      width: 100%;
    }
    .s1-top .right a{
      display: none;
    }
    .s1-top .left h1{
      font-size: 1.5rem;
    }
    .s1-mid{
        margin-top: 0.5rem;
    }
    .s1-mid .s1-mid-menu{
      width: 100%;
    }
    .s1-mid .s1-mid-menu ul li{
      line-height: 3rem;
    }
    .s1-mid .s1-mid-box{
      width: 100%;
    }
    .s1-mid .s1-mid-box ul li:first-child{
      margin-left: 0;
    }
    .section-2 .s2-gallery ul li{
      width: 100%;
    }
    .section-2 .s2-gallery ul li.active{
      width: 100%;
    }
    .s1-mid .s1-mid-menu ul li{
      width: 50%;
      float: left;
      background: none;
      padding-left: 40px;
     
      
    }
    .s1-mid .s1-mid-menu ul li a{
      font-size: 0.8rem;
    }
    .s1-mid .s1-mid-menu ul li:nth-child(1){
  background: url(../images/1.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(1).active{
  background: url(../images/11.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(2){
  background: url(../images/2.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(2).active{
  background: url(../images/22.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(3){
  background: url(../images/3.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(3).active{
  background: url(../images/33.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(4){
  background: url(../images/4.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(4).active{
  background: url(../images/44.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(5){
  background: url(../images/5.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(5).active{
  background: url(../images/55.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(6){
  background: url(../images/6.png) left no-repeat;
  background-size: 20% auto;
}
.s1-mid .s1-mid-menu ul li:nth-child(6).active{
  background: url(../images/66.png) left no-repeat;
  background-size: 20% auto;
}
.home-main{
  min-height: 500px;
}
.section-2{
  padding: 1rem 2%;
}
.section-2 .s1-top h1{
  font-size: 1.5rem;
}
.section-2 .s2-gallery ul{
    display: block;
    max-height: auto;
}
.section-2 .s2-gallery ul li{
  margin-bottom: 20px;
  margin-left: 0;
  height: auto;
}
.section-2 .s2-gallery ul li .s2-gallery-head{
  display: none;
}
.section-2 .s2-gallery ul li.active .s2-gallery-head{
  display: none;
}
.section-2 .s2-gallery ul li.active .s2-gallery-mid{
  display: block;
}
.section-2 .s2-gallery ul li .s2-gallery-mid{
  display: block;
}
.section-2 .s2-gallery ul li .s2-gallery-mid .panel-box-info .s2-gallery-bt{
  font-size: 1.2rem;
}
.section-3{
  padding: 2%;
  background: url(../images/bg2.jpg) left;
}
.s3-content{
    width: 100%;
}
.s3-img{
    display: none;
}
.section-3 .box{
  width: 100%;
}

.section-4{
  padding: 2rem 2%;
}
.s4-tab{
  margin-top: 1rem;
}
.s4-tab ul li{
  padding: 0 15px;
  font-size: 1rem;
  margin-right: 1rem;
  line-height: 3rem;
}
.s4-boxslide{
  margin-top: 20px;
}
.s4-boxslide ul li:first-child{
  width: 100%;
  padding: 10%;
}
.s4-boxslide ul li{
  width: 100%;
  height: 480px;
  padding-bottom: 30px;
  margin-left: 0;
  margin-top: 20px;
}
.section-5{
  padding: 2%;
}
.s5-news-right ul li{
  margin-top: 20px;
  padding-bottom: 20px;
}
.s5-news-right ul li:nth-child(1){
  margin-top: 20px;
  margin-left: 0;
}

footer{
  padding: 2%;
  background-size: 300% 100%;
  height: 960px;
  
  margin-top: 20px;
}
.foot-top ul{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.foot-top ul:nth-child(4){
  margin-left: 0;
}
.foot-top ul:nth-child(5){
  width: 66%;
}
.foot-top ul:last-child{
  width: 100%;
  text-align: center;
}
.foot-bot{
  margin-top: 1rem;
}
.min-banner{
  height: auto;
}
.min-banner picture{
    display: block;
}
.min-banner picture img{
    width: 100%;
}
.banner-info{
  padding: 5% 20% 5% 5%;
  top: 20%;
}
.banner-info h2{
  font-size: 1.6rem;
}
.banner-info p{
  font-size: 1.1rem;
}
.banner-location{
  margin-left: 5%;
}
.product-list{
  padding: 2%;
}
.product-list-left{
  width: 100%;
  max-width: 100%;
}
.product-list-nav ul li{
  height: 45px;
}
.product-list-nav ul li div.catnav-title{
  line-height: 45px;
  font-size: 1.1rem;
}
.product-list-nav ul li dl dt a{
  font-size: 1rem;
}
.product-list-contact{
  margin-top: 2rem;
}
.product-list-right{
  width: 100%;
  margin-top: 30px;
}
.product-list-right dl{
    padding-bottom: 10px;
}
.product-list-right dl::before{
    width:100%;
}
.product-list-right dl dt{
  width: 100%;
}
.product-list-right dl dd{
  width: 100%;
}
.product-list-right dl dd ul{
    min-height: auto;
}
.product-show-page .pd-show-tab ul li{
  padding: 0 10px;
  font-size: 14px;
}
.product-show-content .more-show a{
  line-height: 50px;
  height: 50px;
  width: 180px;
}
.main-catname ul li{
  font-size: 1rem;
  margin-left: 10px;
  float: left;
  margin-right: 0;
}
.main-catname ul li a{
  padding: 0 ;
}
.about-section1 dl dt{
  width: 100%;
}
.about-section1{
  padding: 2%;
  margin-top: 20px;
}
.about-section1 dl dt h2{
  font-size: 1.5rem;
}
.about-section1 dl dd{
  width: 100%;
}
.about-section2{
  height: 500px;
  padding: 2%;
  margin-top: 20px;
  padding-top: 20px;
}
.ab-title h2{
  font-size: 1.5rem;
}
.ab-history{
    margin-top:3rem;
}
.ab-history .swiper-container .swiper-button-prev{
  left: 38%;
}
.about-section3{
  margin-top: 35px;
}
.about-section3 .ab-title{
  padding:0 2%;
}
.about-section3 .about-s3-box ul li{
  width: 100%;
  padding-left: 32%;
}
.about-section3 .about-s3-box{
  background: url(../images/bg5.jpg) left;
  padding: 2%;
}
.about-section4{
  padding: 2% 2% 4%;
  padding-top: 30px;
 
}
.ab-history .swiper-container2 .swiper-button-prev{
  left: 38%;
}
.ab-history .swiper-container2{
  min-height: 420px;
}
.ab-history .swiper-container2 .swiper-button-next{
    top:85% ;
}
.ab-history .swiper-container2 .swiper-button-prev{
    top: 85%;
}
.about-section4{
  margin-top: 20px;
}
.about-section5{
  padding:5% 2%;
}
.about-section5 ul{
  grid-template-columns: repeat(2,1fr);
  margin-top: 2rem;
}
.page-h1 h1{
  font-size: 2rem;
}
.pcb-1-left{
  width: 100%;
}
.pcb-1-right{
  width: 100%;
}
.pcb-3 ul.pcb-3-ul li{
  font-size: 1rem;
}
.pcb-1-left h3{
  font-size: 1.6rem;
}
.message-box dl dt{
  width: 100%;
}
.message-box dl dt textarea{
  width: 100%;
}
.message-box dl dd{
  width: 100%;
}
.news-list dl dt{
  width: 100%;
}
.news-list{
  padding: 2%;
}
.news-list{
  margin-top: 20px;
}
.news-list dl dd{
  width: 100%;
  padding: 2%;
}
.page-content{
  padding: 2%;
}
.page-title h2{
  font-size: 1.5rem;
}
.page-title p{
  font-size: 0.9rem;
}
.page-content{
  margin-top: 2rem;
}
.main-catname ul {
  white-space: nowrap;
}
.main-catname ul li{
  width: 33%;
  margin-left: 0;
  display: block;
  border-bottom: 1px solid #FFF;
  text-align: center;
  background: #F3F3F3;
  
}
.main-catname ul li a{
  line-height: 45px;
  border: none;
}
.main-catname ul li.active{
  background: #004c97;
  border-bottom: 1px solid #FFF;
}
.main-catname ul li.active a{
  color: #FFF;
  border: none;
}
.lingyu{
  padding: 2%;
}
.lingyu-top{
  margin-top: 2rem;
}
.lingyu-top dl dt{
  width: 100%;
  max-width: 100%;
}
.lingyu-top dl dd{
  width: 100%;
}
.ly-list{
  margin-top: 20px;
  padding: 2%;
}
.ly-list-item ul,.ly-list-item2 ul{
  grid-template-columns: repeat(1,1fr);
}
.lingyu .location{
  margin-top: 20px;
}
.lingyu-show{
  margin-top: 30px;
}
.lingyu-left{
  width: 100%;
}

.product-list-right ul.product-fd-list{
    grid-template-columns: repeat(2, 1fr);
}
.hezuo{
    padding: 40px 0;
}
.hezuo ul{
    padding:2%;
    margin-top: 30px;
    display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.hezuo h2{
    font-size: 1.5rem;
}
.s1-mid .s1-mid-box ul li p{
    line-height: 35px;
    font-size: 14px;
}

.s5-news-left{
    width: 100%;
}
.s5-news-right{
    width: 100%;
}
.s5-news-right ul li h3 span{
    display: none;
}
}
@media (max-width: 361px) {
    footer{
        height:960px ;
    }
    .foot-top ul:nth-child(1){
        width: 28%;
    }
    .foot-top ul:nth-child(2){
        width: 34%;
    }
    .foot-top ul li a{
        font-size: 14px;
    }
    .foot-top ul li span{
        font-size: 16px;
    }
    
}
