* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}
/* @font-face {
  font-family: ;
  src: url();
} */

html {
  scroll-behavior: smooth;
}

a {
  display: flex;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

/* .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

@font-face {
  font-family: "youshe";
  src: url("/zgln/font/youshe.ttf");
}

@font-face {
  font-family: "puhuiti";
  src: url("/zgln/font/puhuiti.ttf");
}

@font-face {
  font-family: "MiSans";
  src: url("/zgln/font/MiSans.ttf");
}

/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}

/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/* 分液器 */
.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
}

.page a {
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #eeeeee;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7d7d7d;
  margin: 0 0.04rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 0.05rem;
}

.page a:hover,
.page a.active {
  background: #1a3f94;
  color: #fff;
}

.page a img {
  width: 0.05rem;
  height: 0.1rem;
  object-fit: contain;
}

.page a:hover img {
  filter: brightness(0) invert(1);
}

.page span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7d7d7d;
}

/* 头部代码 */
header {
  position: fixed;
  width: 100%;
  height: 1rem;
  z-index: 100;
  transition: all 0.6s;
  z-index: 999;

}

.headerWrap {
  width: 100%;
}   
    
.headerWrap.scroll {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}                   
.headerWrap.scroll .logo > img:last-child{
  filter: invert(1);
}    
    
.headerWrap.scroll .nav > li > a {
  color: #333;
}   

.headerWrap.scroll .headerSearch  img,
.headerWrap.scroll .language img {
  filter: none;
}

.headerWrap.scroll .language span {
  color: #333;
}

.headerWrap.scroll .headerTopLine {
  background-color: #888888;
}

.headerC {
  width: 15.2rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.logo {
  cursor: pointer;
  width: 2.84rem;
  margin-top: 0.22rem;
  position: relative;
  /*opacity: 0;*/
}

.logo img {
  width: 100%;
  display: block;

}

.logo img:last-child {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;

}



.nav {
  display: flex;
  margin-top: 0.54rem;
}

.nav > li {
  padding: 0 0.1rem;
  position: relative;
}
.nav > li:first-child {
  margin-left: 0;
  padding-bottom: 0.22rem;
}
.nav > li > a {
  font-size: 0.18rem;
  color: #fff;
  /* transition: all 0.6s; */
}

.nav > li:hover > a,
.nav > li.active > a {
  font-weight: 600;
}

.headerWrap.scroll .nav > li:hover > a,
.headerWrap.scroll .nav > li.active > a {
  color: #1155a8;
}

.nav > li:hover .nav_list {
  height: fit-content;
}

.nav_list {
  position: absolute;
  left: 50%;
  top: 99%;
  height: 0;
  transform-origin: 50% 0%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.6s;
  overflow: hidden;
}

.nav_list > li {
  width: 100%;
  text-align: center;
  transition: all 0.6s;
  padding: 0 0.3rem;
  white-space: nowrap;
}

.nav_list > li:last-child {
  padding-bottom: 0;
}

.nav_list > li:hover {
  background-color: #1155a8;
}

.nav_list > li > a {
  font-size: 0.18rem;
  color: #333;
  display: block;
  transition: all 0.6s;
  padding: 0.1rem 0;
}

.nav_list > li:hover > a {
  color: #fff;
}

.headerTop {
  position: absolute;
  right: 0;
  top: 0.16rem;
  display: flex;
  align-items: center;
}
.searchIcon {
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
  filter: brightness(100);
}

.headerTopLine {
  width: 1px;
  background-color: #fff;
  margin: 0 0.15rem;
  height: 0.16rem;
}
.language img {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  filter: brightness(100);
}
.language > a {
  align-items: center;
}
.language span {
  font-family: "Microsoft YaHei", "Microsoft YaHei";
  /*font-size: 0.14rem;*/
  font-size: 14px;
  color: #fff;
  margin-left: 0.05rem;
}
.headerSearch.active {
  border: 1px solid #bebebe;
  width: 2rem;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.headerSearch {
  position: relative;
  width: 0.38rem;
  height: 0.3rem;
  /* border:1px solid #BEBEBE; */

  border-radius: 0.27rem;
  transition: all 0.6s;
}

.headerSearch  input {
  display: block;
  width: 80%;
  font-size: 0.14rem;
  padding-left: 0.2rem;
  line-height: 0.3rem;
  display: none;
}
.headerSearch.active  img {
  filter: none;
  right: 0.2rem;
}
.headerSearch.active  input {
  display: block;
}
.headerSearch  img {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.06rem;
  right: 0rem;
  cursor: pointer;
  filter: brightness(100);
  object-fit: contain;
  /* transition: all 0.6s; */
}

/* 底部样式 */

.footerWrap {
  width: 100%;
  background-color: #101724;
  padding-top: 0.8rem;
}

.footerTop {
  width: 15.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footerTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.18rem;
  color: #ffffff;
  /*max-width: 1.8rem;*/
}

.footerTitle > a {
  color: #fff;
}

.footerLine {
  width: 0.2rem;
  height: 0.02rem;
  background: #1155a8;
  margin: 0.15rem 0 0.2rem;
}

.footerItem {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.26rem;
  opacity: 0.6;
  transition: all 0.6s;
  max-width: 2rem;
}

.footerItem:hover {
  opacity: 1;
}

.footerLine2 {
  width: 15.5rem;
  height: 0rem;
  border: 0.01rem solid #707070;
  margin: 0.37rem auto 0.2rem;
}

.footerBottom {
  text-align: center;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: center;
}

.footerBottom > a {
  display: inline-block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.15rem;
  color: #9b9b9b;
  margin-right: 0.2rem;
}

.footerBottom > a img {
  display: inline;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
}

/* 二级页banner */
.bannerWrap {
  width: 100%;
  height: 5.04rem;
  background-size: cover;
}

.bannerC {
  width: 14rem;
  padding-top: 2.34rem;
  margin: 0 auto;
}

.bannert1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.36rem;
  color: #ffffff;
}

.bannerLine {
  width: 3.46rem;
  border: 0.01rem solid #ffffff;
  opacity: 0.47;
  margin: 0.2rem 0;
}

.bannert2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.16rem;
  color: #ffffff;
}

/* 面包屑 */
.crumbs {
  width: 100%;
  height: 0.78rem;
  background: #f5f7fa;

  padding-top: 0.27rem;
}

.crumbsWrap {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

.crumbsTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  white-space: nowrap;
}

.crumbsLine {
  width: 1px;
  height: 0.24rem;
  background-color: #bcbcbc;
  margin: 0 0.28rem 0 0.4rem;
}

.crumbsList {
  display: flex;
}

.crumbsList > li {
  margin-left: 0.22rem;
}

.crumbsList > li:first-child {
  margin-left: 0;
}

.crumbsList > li > a {
  padding: 0 0.12rem 0.26rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  position: relative;
  display: block;
}

.crumbsList > li > a:hover::after,
.crumbsList > li > a:hover::before,
.crumbsList > li.active > a::after,
.crumbsList > li.active > a::before {
  opacity: 1;
  width: 50%;
}

.crumbsList > li > a::after,
.crumbsList > li > a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: rgba(17, 85, 168, 1);
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s;
}

.crumbsList > li > a::after {
  left: 50%;
  right: auto;
}

/* 分液器 */
.font16 {
  font-size: 0.16rem;
}
.pagesfr a {
  float: left;
  width: 0.45rem;
  height: 0.45rem;
  display: block;
  /*  border-radius: 50%; */
  color: #9a9a9a;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border: solid #e6e6e6 1px;
  margin: 0px 0.07rem;
  font-size: 0.18rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.pagesfr span {
  float: left;
  margin: 0px 0.07rem;
  color: #9a9a9a;
  line-height: 0.45rem;
}

.pagesfr span i {
  padding: 0 0.1rem;
}

.pagesfr span i input {
  background: #fff;
  border: solid #e6e6e6 1px;
  width: 0.45rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.3rem;
}

.pagesfr a img {
  width: 0.07rem;
}

.pagesfr {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 0;
  z-index: 999;
  position: relative;
}

.pagesfr a.on {
  color: #fff;
  background: #1155a8;
  border-color: #1155a8;
}

.pagesfr a:hover {
  background: #1155a8;
  color: #fff;
}

.pagesfr a:hover img {
  filter: brightness(100);
}











.header_m{
    display: none;
}
@media screen and (max-width: 1043px){
    header{
        display: none;
    }
    

     .header_m{display: block!important;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 998;border-bottom:1px solid rgba(0,0,0,0.05);}
.header_m .con{display: flex;align-items: center;justify-content:space-between;padding:12px 20px;}
.header_m .con .logo{display: block;width: 4rem;padding: 0;margin: 0;}
.header_m .con .logo img{filter: invert(1);}
.header_m .con .rig{display: flex;align-items: center;}
.header_m .con .rig .ser_m{width: 0.4rem;height: 0.4rem;}
.header_m .con .rig .ser_m img{width: 100%;height: 100%;}

.navbar-default{position: static!important;height:auto!important;}
.navbar-toggle {position: relative!important;float: right;padding:0;margin-left:16px; background-color: transparent;background-image: none;border:0;border-radius: 0}
.navbar-toggle:focus { outline: 0 }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px }
.navbar-default .navbar-toggle .icon-bar { background-color: #606060 }
.navbar-toggle .icon-bar { position: relative }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 6px }
.navbar-toggle .icon-bar:nth-child(2) { -moz-transition: background .3s ease 0s; -o-transition: background .3s ease 0s; -webkit-transition: background .3s ease; -webkit-transition-delay: 0s; transition: background .3s ease 0s; background: transparent }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2) { background: #606060 }
.navbar-toggle .icon-bar:nth-child(1), .navbar-toggle .icon-bar:nth-child(3) { -moz-transition: top .3s ease, -moz-transform .3s ease .4s; -o-transition: top .3s ease, -o-transform .3s ease .4s; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0s, .4s; transition: top .3s ease, transform .3s ease .4s }
.navbar-toggle .icon-bar:nth-child(1) { top: 8px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) { top: 0 }
.navbar-toggle .icon-bar:nth-child(3) { top: -8px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) { top: 0 }
.navbar-toggle.collapsed .icon-bar:nth-child(2) { -moz-transition: background .3s ease .4s; -o-transition: background .3s ease .4s; -webkit-transition: background .3s ease; -webkit-transition-delay: .4s; transition: background .3s ease .4s; background-color: #606060 }
.navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(3) { top: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transition: top .3s ease .4s, -moz-transform .3s ease; -o-transition: top .3s ease .4s, -o-transform .3s ease; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: .4s, 0s; transition: top .3s ease .4s, transform .3s ease }


.header_m .m_means{position: absolute;top: 100%;left: 0;width: 100%;height: calc(100vh - 50px);overflow:hidden;pointer-events: none;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;}
.header_m .m_means .mean1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;padding: 20px;transform:translateX(105%);transition:all 0.5s;pointer-events: all;overflow:auto;}
.header_m .m_means .mean1.on{transform: translateX(0);overflow-x:hidden;}
.header_m .m_means .mean1 .m_nav1 .li1{border-bottom: 1px solid #DFDFDF;padding: 10px 0 0 0;line-height:30px;padding-right:0;position:relative;}
.header_m .m_means .mean1 .m_nav1 .li1 .add{position: absolute;top:5px;left:auto; right:-20px; width: 50px;height: 50px;background: url(../img/fm_add.svg)no-repeat center;background-size: 14px 14px;transition:all 0.5s;}
.header_m .m_means .mean1 .m_nav1 .li1.on .add{transform:rotate(45deg);}
.header_m .m_means .mean1 .m_nav1 .li1>a{padding-bottom: 10px;color:#333;font-size: 0.32rem;font-weight: bold;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;width: fit-content;display: flex;align-items: center;column-gap: 0.1rem;text-transform: uppercase;}
.header_m .m_means .mean1 .m_nav1 .li1>a>img{width:0.1rem;width: 0.6rem;}
.header_m .m_means .mean1 .m_nav2{display:none;padding: 0px 0 10px 0;border-top: 1px solid rgba(96,96,96,0.2);}
.header_m .m_means .mean1 .m_nav2 .li2>a{color:#333;line-height:22px;font-size: 0.3rem;display:inline-block;}

.header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 10px;padding-left: 0.3rem;}
.header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.header_m .m_means .mean1 .btns{margin-top: 30px;display: flex;flex-wrap: wrap;}
.header_m .m_means .mean1 .btns .phone_txt{ display: flex;align-items: center; width: 100%; justify-content: center; color: #333;font-size: 16px; font-weight: bold;}
.header_m .m_means .mean1 .btns .phone_txt>img{height: auto;width:0.5rem;margin-right: 0.2rem;}
.header_m .m_means .mean1 .btns .phone_code{ width: 50%; margin: 0 auto;max-width: 150px;}







    
    
    .bannerWrap{
        height: 4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerC{
        width: 94%;
        padding-top: 2rem;
    }
    
    
    
    
    
    .crumbsWrap{
        width: 94%;
    }
    .crumbsList{
        overflow-x: auto;
    }
    .crumbsTitle,
    .crumbsList > li > a{
        font-size: 0.22rem;
    }
    .crumbsList > li{
        white-space: nowrap;
    }
    
    
    
    .footerTop{
        width: 94%;
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
    .footerTop li{
        max-width: 25%;
    }
    .footerTitle{
        font-size: 0.22rem;
    }
    .footerItem{
        font-size: 0.17rem;
        line-height: 1.6;
        width: max-content;
    }
    .footerLine2{
        width: 100%;
    }
    
    
    .footerBottom{
        flex-wrap: wrap;
        row-gap: 0.2rem;
    }
    .footerBottom > a{
        font-size: 0.18rem;
    }
    
    
    

}



