.main {
  width: 94%;
 
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.index-main {
  width: 94%;
  
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .header-top {
  width: 100%;
  height: 50px;
  background-color: #01327e;
}
header .header-top .main {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .labels {
  display: inline-flex;
  align-items: center;
}
header .header-top .labels p, header .header-top .labels a {
  height: 23px;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
header .header-top .labels i {
  font-size: 23px;
}
header .header-top .labels span {
  font-size: 14px;
  margin-left: 8px;
}
header .header-top .search {
  display: inline-flex;
  align-items: center;
  width: 240px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
}
header .header-top .search .select {
  width: 68px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
}
header .header-top .search .select .tops {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header .header-top .search .select .tops span {
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .header-top .search .select .tops i {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #01327e;
  transition: all 0.3s;
}
header .header-top .search .select .tops i.active {
  transform: rotate(-180deg);
}
header .header-top .search .select .subs {
  display: none;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
header .header-top .search .select .subs a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
header .header-top .search .select .subs a:hover, header .header-top .search .select .subs a.active {
  background-color: #01327e;
  color: #fff;
}
header .header-top .search .input {
  width: 130px;
  height: 30px;
}
header .header-top .search .input input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}
header .header-top .search .btn {
  width: 20px;
  color: #01327e;
  margin-left: 6px;
}
header .header-top .search .btn i {
  display: block;
  width: 20px;
  font-size: 20px;
}
header .header-bot {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
header .header-bot .main {
  height: 80px;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
}
header .header-bot .logo {
  display: inline-block;
  height: 66px;
}
header .header-bot .logo img {
  height: 66px;
}
header .header-bot nav {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bot nav a {
  font-size: 18px;
  transition: all 0.3s;
  margin: 0 10px;
  padding: 0 10px;
  letter-spacing: 1px;

}
header .header-bot nav a:hover, header .header-bot nav a.active {
  color: #e60012;
    font-weight: bold;
}
header .header-bot nav i {
  display: block;
  width: 2px;
  height: 10px;
  background-color: #01327e;
  transform: rotate(30deg);
  margin: 0 30px;
}
header .tel{ display: block; text-align: center; font-weight: bold; width: 200px; height: 40px; line-height: 40px; font-size:16px ; border: 1px solid rgba(106,168,79,1); color: rgba(106,168,79,1);border-radius: 30px;}
header .tel:hover{ background-color: rgba(255, 102, 0, 1); color: #fff; border-color:rgba(255, 102, 0, 1) ;}
.header-h {
  width: 100%;
  height: 88px;
}

.m-header {
  display: none;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9;
}
.m-header .header-top {
  width: 100%;
  height: 40px;
  background-color: #01327e;
}
.m-header .header-top .labels {
  height: 40px;
  display: inline-flex;
  align-items: center;
}
.m-header .header-top .labels p, .m-header .header-top .labels a {
  color: #fff;
  height: 23px;
  margin-right: 14px;
  display: inline-flex;
  align-items: center;
}
.m-header .header-top .labels i {
  font-size: 14px;
}
.m-header .header-top .labels span {
  font-size: 14px;
  margin-left: 8px;
}
.m-header .header-bot {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.m-header .header-bot .main {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-header .header-bot .logo {
  display: inline-block;
  height: 45px;
}
.m-header .header-bot .logo img {
  height: 45px;
}
.m-header .header-bot .nav-btn {
  display: block;
  height: 18px;
}
.m-header .header-bot .nav-btn img {
  height: 18px;
  display: block;
}

.m-header-h {
  display: none;
  width: 100%;
  height: 50px;
}

.m-nav {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  transition: all 0.3s;
}
.m-nav .mask {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-nav .block {
  width: 300px;
  background-color: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 12;
  transition: all 0.3s;
}
.m-nav .block .nav {
  width: 100%;
  margin-top: 3vh;
  padding: 0 20px;
}
.m-nav .block .nav a {
  display: block;

  text-align: left;
  font-size: 14px;
  line-height: 44px;
  border-bottom: 1px solid #f2f4f5;
}
.m-nav .block .nav a em{
  font-style: normal; 
  display:inline-block; width: 20px; 
  height: 20px; float: right; margin-top: 11px; position: relative;


}
.m-nav .block .nav a em::after{
    font-family: swiper-icons;
    font-size: 12px;
    content: 'next';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top:-10px;
    left: 0;

}

/* 当菜单激活或展开时，三角符号向下 */
.m-nav .block .nav a em.open {
  transform: rotate(90deg);
}
.m-nav .block .nav a em.open::after{ left: 10px; top: -5px;}

.m-nav .block .nav a i{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #01327e;
  margin-left: 0px;
  vertical-align: middle;
  margin-right: 5px;
}
.m-nav .block .nav a.se{ font-size: 14px; text-indent: 10px; line-height: 44px; display: none;}

.m-nav .block .nav a.active {
  color: #01327e;
}
.m-nav .block .search {
  display: flex;
  align-items: center;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f4f5;
  margin: 0 auto;
}
.m-nav .block .search .select {
  width: 68px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}
.m-nav .block .search .select .tops {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.m-nav .block .search .select .tops span {
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m-nav .block .search .select .tops i {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #01327e;
  transition: all 0.3s;
}
.m-nav .block .search .select .tops i.active {
  transform: rotate(-180deg);
}
.m-nav .block .search .select .subs {
  display: none;
  width: 100%;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.m-nav .block .search .select .subs a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.m-nav .block .search .select .subs a:hover, .m-nav .block .search .select .subs a.active {
  background-color: #01327e;
  color: #fff;
}
.m-nav .block .search .input {
  width: 130px;
  height: 30px;
}
.m-nav .block .search .input input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: none;
  background-color: #f2f4f5;
  border-radius: 0;
}
.m-nav .block .search .btn {
  width: 20px;
  color: #01327e;
  margin-left: 6px;
}
.m-nav .block .search .btn i {
  display: block;
  width: 20px;
  font-size: 20px;
}
.m-nav.active {
  width: 100vw;
}
.m-nav.active .mask {
  width: 100vw;
}
.m-nav.active .block {
  right: 0;
}

footer {
  width: 100%;
  background-color: rgb(67, 67, 67);
}
footer .footer-top {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
footer .footer-top .item{flex: 1;}

footer .footer-top .item.flex{flex: 1;display: flex;
  align-items: stretch;
  justify-content: space-between; }
footer .footer-top .item.flex1{flex: 1;display: flex;
  align-items: stretch;
  justify-content: flex-end; }  
.banner img{ width: 100%;}

.banner .swiper-slide .txt{ display: block; position: absolute; height: 100%; z-index: 9; left: 0; top: 0; padding:10% 15% ;}
.banner .swiper-slide .txt h2{ font-size: 48px; line-height: 50px; color: rgb(20, 45, 72);}
.banner .swiper-slide .txt p{ font-size: 20px; line-height: 30px; color: rgb(20, 45, 72); line-height: 40px;}

footer .footer-top .item .imgwrap{ display: block; box-sizing: border-box; padding: 10px;}  
footer .footer-top .item .imgwrap img{width: 100%; max-width: 140px;}  
footer .footer-top .item .imgwrap p{ text-align: center; line-height: 45px;}

footer .footer-top .item dl{ display: block; width: 100%; margin-bottom: 10px;}
footer .footer-top .item dl dt{ display: block; width: 100%; line-height: 24px;}
footer .footer-top .item dl dd{ display: inline-block; padding-right:10px; font-size: 12px; line-height: 25px;color: rgba(217,217,217,1);}
footer .footer-top .txt{ font-size: 18px; line-height: 35px;}
footer .f-link {
  width: 100%;
  padding: 20px 0;
}
footer .f-link .line {
  width: 100%;
  display: flex;
}
footer .f-link .line .label {
  margin-top: 6px;
  white-space: nowrap;
  color: #888;
}
footer .f-link .line .items {
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .f-link .line .items a {
  display: inline-block;
  color: #888;
  margin-top: 6px;
  transition: color 0.3s;
}
footer .f-link .line .items a:hover {
  color: #ddd;
}
footer .f-link .line .items i {
  display: block;
  margin: 5px 10px 0;
  width: 1px;
  height: 14px;
  background-color: #888;
}
footer .f-link .line.white .label {
  color: #ddd;
}
footer .f-link .line.white .items a {
  color: #ddd;
}
footer .f-link .line.white .items i {
  background-color: #ddd;
}
footer .footer-bot {
  padding: 15px 0;
  color: #ddd;
  overflow: hidden;
  text-align: center;
  background-color:#3b3b3b;
  text-align: center;
  font-size: 16px;
}
footer .footer-bot a{color: #ddd!important;}
footer .footer-bot p,
footer .footer-bot a,
footer .footer-bot span {
  display: inline-block;
  color: #ddd;
  transition: color 0.3s;
}
footer .footer-bot p:hover,
footer .footer-bot a:hover,
footer .footer-bot span:hover {
  color: #fff;
}

.inner-banner {
  width: 100%;
  background-image: url(../img/32.png);
  background-size: cover;
  background-position: center;

  text-align: center;
}
.inner-banner .en {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  opacity: 0.3;
  font-family: "DIN";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.inner-banner .cn {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  text-transform: uppercase;
}
.inner-banner .desc {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

.inner-menu-bar {
  width: 100%;
  height: 52px;
  background-color: rgb(246, 246, 246);

  z-index: 5;
  border-top: 1px solid transparent;
  display: none;
}
.inner-menu-bar .bar {
  width: 100%;
  max-width: 1200px;
  height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 250px;
  transition: all 0.3s;
}
.inner-menu-bar .bar .mbx {
  display: inline-flex;
  align-items: center;
}
.inner-menu-bar .bar .mbx a {
  transition: all 0.3s;
}
.inner-menu-bar .bar .mbx i {
  margin: 0 10px;
}
.inner-menu-bar .bar .sons {
  display: inline-flex;
}
.inner-menu-bar .bar .sons a {
  transition: all 0.3s;
  margin-left: 40px;
}
.inner-menu-bar .bar .sons a:hover, .inner-menu-bar .bar .sons a.active {
  color: #01327e;
}
.inner-menu-bar .bar .tel {
  display: inline-flex;
  align-items: center;
}
.inner-menu-bar .bar .tel .name {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  color: #01327e;
  padding: 0 10px;
  border: 1px solid #01327e;
}
.inner-menu-bar .bar .tel .name i {
  font-size: 20px;
}
.inner-menu-bar .bar .tel .name span {
  font-size: 16px;
  margin-left: 10px;
}
.inner-menu-bar .bar .tel .num {
  margin-left: 20px;
  font-size: 28px;
  color: #01327e;
  font-family:DIN;
}
.inner-menu-bar .bar .tel .num a {
  color: #01327e;
}
.inner-menu-bar .bar.fixed {
  position: fixed;
  top: 170px;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  padding: 0 calc(40px + (100% - 1420px) / 2);
}

.video-layer {
  background-color: #000;
}
.video-layer .layui-layer-content {
  width: 800px;
  height: 450px;
  overflow: hidden !important;
}
.video-layer video {
  width: 800px;
  height: 450px;
}

.load-more a {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background-color: #01327e;
  color: #fff;
}

@media screen and (max-width: 1527px) {
  .inner-menu-bar .bar.fixed {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 170px;
    left: 0;
    box-shadow: none;
    padding: 0 calc(40px + 3%);
  }
}
@media screen and (max-width: 1440px) {
  header .header-bot .logo {
    height: 40px;
  }
  header .header-bot .logo img {
    height: 40px;
  }
  header .header-bot nav i {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  .inner-banner {
    height: 400px;
    padding: 110px 3%;
  }
  .inner-banner .en {
    font-size: 60px;
    line-height: 60px;
  }
  .inner-banner .cn {
    font-size: 36px;
    line-height: 36px;
    margin-top: -20px;
  }
  .inner-banner .desc {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-bot .logo {
    height: 30px;
  }
  header .header-bot .logo img {
    height: 30px;
  }
  header .header-bot nav i {
    margin: 0 10px;
  }

   .banner img{ width: 100%;}

.banner .swiper-slide .txt{ display: block; position: absolute; height: 100%; z-index: 9; left: 0; top: 0; padding:10% 15% ;}
.banner .swiper-slide .txt h2{ font-size: 36px; line-height: 50px; color: rgb(20, 45, 72);}
.banner .swiper-slide .txt p{ font-size: 16px; line-height: 30px; color: rgb(20, 45, 72); line-height: 40px;}


}
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
  .header-h {
    display: none;
  }
  .m-header {
    display: block;
  }
  .m-header-h {
    display: block;
  }
  .inner-menu-bar {
    height: 60px;
  }
  .inner-menu-bar .bar {
    width: 94%;
    height: 60px;
    margin: -30px auto 0;
    box-shadow: 0 0 10px #e4e6e7;
    padding: 0 30px;
  }
  .inner-menu-bar .bar .mbx {
    display: none;
  }
  .inner-menu-bar .bar .sons {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inner-menu-bar .bar .sons::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
  }
  .inner-menu-bar .bar .sons::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
  }
  .inner-menu-bar .bar .sons::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
  }
  .inner-menu-bar .bar .sons a {
    margin-left: 0;
    margin-right: 40px;
    white-space: nowrap;
  }
  .inner-menu-bar .bar .tel .name {
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .inner-menu-bar .bar .tel .name i {
    font-size: 20px;
  }
  .inner-menu-bar .bar .tel .name span {
    font-size: 16px;
    margin-left: 10px;
  }
  .inner-menu-bar .bar .tel .num {
    margin-left: 20px;
    font-size: 28px;
  }
  .inner-menu-bar .bar.fixed {
    top: 130px;
    padding: 0 30px;
  }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 80px;
    padding-bottom: 20px;
  }

footer .footer-top .item:nth-child(1){ display: none;}
footer .footer-top .item:nth-child(2){ display: none;}


  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden;
  }
  footer .footer-bot p,
  footer .footer-bot a,
  footer .footer-bot span {
    display: inline-block;
    color: #ddd;
    transition: color 0.3s;
  }
  footer .footer-bot p:hover,
  footer .footer-bot a:hover,
  footer .footer-bot span:hover {
    color: #fff;
  }

     .banner img{ width: 100%;}

.banner .swiper-slide .txt{ display: block; position: absolute; height: 100%; z-index: 9; left: 0; top: 0; padding:10% 15% ;}
.banner .swiper-slide .txt h2{ font-size: 28px; line-height: 50px; color: rgb(20, 45, 72);}
.banner .swiper-slide .txt p{ font-size: 14px; line-height: 30px; color: rgb(20, 45, 72); line-height: 40px;}




}
@media screen and (max-width: 750px) {
  .m-header .header-top {
    height: 40px;
  }
  .m-header .header-top .labels {
    height: 40px;
  }
  .m-header .header-top .labels p {
    height: 23px;
    margin-right: 10px;
  }
  .m-header .header-top .labels i {
    font-size: 12px;
  }
  .m-header .header-top .labels span {
    font-size: 12px;
    margin-left: 4px;
  }
  .inner-banner {
    height: 280px;
    padding: 70px 3%;
  }
  .inner-banner .en {
    font-size: 46px;
    line-height: 46px;
  }
  .inner-banner .cn {
    font-size: 24px;
    line-height: 24px;
    margin-top: -12px;
  }
  .inner-banner .desc {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
  .inner-menu-bar {
    height: 60px;
  }
  .inner-menu-bar .bar {
    width: 94%;
    height: 60px;
    margin: -30px auto 0;
    padding: 0 20px;
  }
  .inner-menu-bar .bar .sons::-webkit-scrollbar {
    display: none;
  }
  .inner-menu-bar .bar .sons a {
    margin-right: 20px;
  }
  .inner-menu-bar .bar .tel .name {
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .inner-menu-bar .bar .tel .name i {
    font-size: 20px;
  }
  .inner-menu-bar .bar .tel .name span {
    font-size: 16px;
    margin-left: 10px;
  }
  .inner-menu-bar .bar .tel .num {
    margin-left: 20px;
    font-size: 28px;
  }
  .inner-menu-bar .bar.fixed {
    top: 130px;
    padding: 0 20px;
  }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer .footer-top .navs {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-top .navs .item {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-top .navs .item:last-child {
    margin-bottom: 0;
  }
  footer .footer-top .navs .item .one {
    font-size: 16px;
    color: #ddd;
  }
  footer .footer-top .navs .item .subs {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
  }
  footer .footer-top .navs .item .subs a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #888;
    transition: all 0.3s;
  }
  footer .footer-top .navs .item .subs a:hover {
    color: #ddd;
  }
  footer .footer-top .rights {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .rights .logo {
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  footer .footer-top .rights .logo img {
    height: 60px;
  }
  footer .footer-top .rights .text {
    margin-top: 10px;
  }
  footer .footer-top .rights .icons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  footer .footer-top .rights .icons .iso img {
    height: 40px;
  }
  footer .footer-top .rights .icons .ewm {
    width: 60px;
    margin-left: 30px;
  }
  footer .footer-top .rights .icons .ewm img {
    width: 100%;
  }
  footer .footer-top .rights .icons .ewm p {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .f-link {
    width: 100%;
    padding: 20px 0;
  }
  footer .f-link .line {
    width: 100%;
    display: flex;
  }
  footer .f-link .line .label {
    margin-top: 6px;
    white-space: nowrap;
    color: #888;
  }
  footer .f-link .line .items {
    overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .f-link .line .items a {
    display: inline-block;
    color: #888;
    margin-top: 6px;
    transition: color 0.3s;
  }
  footer .f-link .line .items a:hover {
    color: #ddd;
  }
  footer .f-link .line .items i {
    display: block;
    margin: 5px 10px 0;
    width: 1px;
    height: 14px;
    background-color: #888;
  }
  footer .f-link .line.white .label {
    color: #ddd;
  }
  footer .f-link .line.white .items a {
    color: #ddd;
  }
  footer .f-link .line.white .items i {
    background-color: #ddd;
  }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden;
    font-size: 12px;
  }
  footer .footer-bot > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-bot p,
  footer .footer-bot a,
  footer .footer-bot span {
    display: inline-block;
    color: #ddd;
    transition: color 0.3s;
  }
  footer .footer-bot p:hover,
  footer .footer-bot a:hover,
  footer .footer-bot span:hover {
    color: #fff;
  }
  .load-more a {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
  .video-layer {
    background-color: #000;
  }
  .video-layer .layui-layer-content {
    width: 300px;
    height: 168px;
    overflow: hidden !important;
  }
  .video-layer video {
    width: 300px;
    height: 168px;
  }

     .banner img{ width: 100%;}

.banner .swiper-slide .txt{ display: block; position: absolute; height: 100%; width: 100%; z-index: 9; left: 0; top: 0; padding:20px 30px ;}
.banner .swiper-slide .txt h2{ font-size: 18px; line-height: 30px; color: rgb(20, 45, 72);}
.banner .swiper-slide .txt p{ font-size: 12px; line-height: 30px; color: rgb(20, 45, 72); line-height: 30px;}




}
@media screen and (max-width: 480px) {
  .m-header .header-top {
    height: 40px;
  }
  .m-header .header-top .labels {
    height: 40px;
  }
  .m-header .header-top .labels p {
    height: 23px;
    margin-right: 8px;
  }
  .m-header .header-top .labels i {
    font-size: 10px;
  }
  .m-header .header-top .labels span {
    font-size: 10px;
    margin-left: 4px;
  }
  .inner-banner {
    height: 170px;
    padding: 40px 3%;
  }
  .inner-banner .en {
    font-size: 38px;
    line-height: 38px;
  }
  .inner-banner .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: -8px;
  }
  .inner-banner .desc {
    font-size: 10px;
    line-height: 10px;
    margin-top: 10px;
  }
  .inner-menu-bar {
    height: 60px;
  }
  .inner-menu-bar .bar {
    width: 94%;
    height: 60px;
    margin: -30px auto 0;
    padding: 0 20px;
  }
  .inner-menu-bar .bar .sons::-webkit-scrollbar {
    display: none;
  }
  .inner-menu-bar .bar .sons a {
    margin-right: 20px;
  }
  .inner-menu-bar .bar .tel .name {
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .inner-menu-bar .bar .tel .name i {
    font-size: 14px;
  }
  .inner-menu-bar .bar .tel .name span {
    font-size: 14px;
    margin-left: 10px;
  }
  .inner-menu-bar .bar .tel .num {
    margin-left: 10px;
    font-size: 20px;
  }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer .footer-top .navs {
    display: none;
  }
  footer .footer-top .rights {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .rights .logo {
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  footer .footer-top .rights .logo img {
    height: 60px;
  }
  footer .footer-top .rights .text {
    margin-top: 10px;
  }
  footer .footer-top .rights .icons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  footer .footer-top .rights .icons .iso img {
    height: 40px;
  }
  footer .footer-top .rights .icons .ewm {
    width: 60px;
    margin-left: 30px;
  }
  footer .footer-top .rights .icons .ewm img {
    width: 100%;
  }
  footer .footer-top .rights .icons .ewm p {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .f-link {
    display: none;
  }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden;
  }
  footer .footer-bot > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-bot p,
  footer .footer-bot a,
  footer .footer-bot span {
    display: inline-block;
    color: #ddd;
    transition: color 0.3s;
  }
  footer .footer-bot p:hover,
  footer .footer-bot a:hover,
  footer .footer-bot span:hover {
    color: #fff;
  }
}
@media screen and (max-width: 320px) {
  .m-header .header-top {
    height: 40px;
  }
  .m-header .header-top .labels {
    height: 40px;
  }
  .m-header .header-top .labels p {
    height: 23px;
    margin-right: 6px;
  }
  .m-header .header-top .labels i {
    font-size: 8px;
  }
  .m-header .header-top .labels span {
    font-size: 8px;
    margin-left: 4px;
  }
}/*# sourceMappingURL=common.css.map */

:root{--swiper-theme-color:rgb(106, 168, 79)}

:root {
    /* 使用 fallback 方案确保兼容性 */
    --swiper-navigation-size: 33px; /* 默认值作为 fallback */
    --swiper-navigation-size: clamp(22px, 3.4375vw, 44px); /* 现代浏览器使用 clamp */
}

.aboutus{ display: flex; justify-content: space-between; flex-flow:row  nowrap ; padding-top: 30px !important;}
.aboutus .left{ width:50%; box-sizing: border-box; padding: 20px 0; position: relative;}
.aboutus .left h1{    color: #e60012; text-align: left; font-size: 48px; padding-bottom: 90px;}
.aboutus .right{ width: 50%; box-sizing: border-box; padding: 20px 20px 20px 0;}
.aboutus .right img{ padding: 5px; }
.aboutus .left .contact2{display: block; position: absolute; bottom: 30px; left: 0;}

.fzlc{}
.fzlc ul {
    position: relative;
}

.fzlc ul::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.fzlc li {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

/* 奇数项，内容在左侧 */
.fzlc li:nth-child(odd) {
    justify-content: flex-end;
    text-align: left;
}

/* 偶数项，内容在右侧 */
.fzlc li:nth-child(even) {
    justify-content: flex-start;
    text-align: right;
}

.half {
    width:50%;
    box-sizing: border-box;

    position: relative;
}

.fzlc ul li:nth-child(even) .half{ padding-right: 80px;}
.fzlc ul li:nth-child(even) .half::after{ display: block; content: '';   height: 1px; width: 50px; background-color: #e60012; position: absolute; top:16px; right: 20px; }

.fzlc ul li:nth-child(odd) .half{ padding-left: 80px;}
.fzlc ul li:nth-child(odd) .half::after{ display: block; content: '';   height: 1px; width: 50px; background-color: #e60012; position: absolute; top:16px; left: 20px; }
.fzlc .text h2{ font-size: 24px !important;}
.fzlc .text .p{ font-size: 16px; line-height: 24px; color: #666; margin-top: 10px;}

/* 时间轴圆圈动画 */
.fzlc li {
    position: relative;
}

.fzlc li .half span.y {
    position: absolute;
    top: 18px; /* 与您现有的样式对齐 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* 确保圆圈在时间轴线上方 */
}

/* 外圆 - 动画圆 */
.fzlc li .half span.y::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(230, 0, 18, 0.2); /* 浅红色 */
    animation: pulse 2s infinite ease-in-out;
}

/* 内圆 - 固定小圆 */
.fzlc li .half span.y::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e60012; /* 深红色 */
    z-index: 1;
}

/* 奇数项的圆圈位置 */
.fzlc ul li:nth-child(odd) .half span.y {
    left: -0px; /* 调整位置到左侧 */
}

/* 偶数项的圆圈位置 */
.fzlc ul li:nth-child(even) .half span.y {
    right: -0px; /* 调整位置到右侧 */
}

/* 脉冲动画 */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

/* 响应式时间轴布局 */
@media screen and (max-width: 1024px) {
    .aboutus {
        flex-direction: column;
        padding-top: 20px !important;
    }
    
    .aboutus .left, 
    .aboutus .right {
        width: 100%;
        padding: 10px;
    }
    
    .aboutus .left {
        padding-bottom: 0;
          padding-bottom: 100px;
    }
    
    .aboutus .left h1 {
        font-size: 36px;
        padding-bottom: 30px;
    }
    
    .fzlc {
        padding: 0 10px;
    }
    
    /* 在中等屏幕下将时间轴改为单列 */
    .fzlc li {
        justify-content: center !important;
        text-align: center !important;
        margin-bottom: 60px;
    }
    
    .fzlc ul::before {
        left: 20px; /* 将时间轴线移到左侧 */
        transform: translateX(0);
    }
    
    .fzlc ul li:nth-child(odd),
    .fzlc ul li:nth-child(even) {
        justify-content: flex-start !important;
        text-align: left !important;
    }
    
    .half {
        width: 100%;
        padding-left: 60px !important;
        padding-right: 0 !important;
    }
    
    .fzlc ul li:nth-child(even) .half::after,
    .fzlc ul li:nth-child(odd) .half::after {
        left: 40px !important;
        right: auto !important;
    }
    
    .fzlc li .half span.y {
        left: 10px !important;
        right: auto !important;
    }
    
    .fzlc .text h2 {
        font-size: 20px !important;
    }
    
    .fzlc .text .p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .fzlc {
        padding: 0 5px;
    }
    
    .fzlc ul::before {
        left: 15px;
    }
    
    .half {
        padding-left: 50px !important;
    }
    
    .fzlc ul li:nth-child(even) .half::after,
    .fzlc ul li:nth-child(odd) .half::after {
        left: 35px !important;
        width: 30px;
    }
    
    .fzlc li .half span.y {
        left: 5px !important;
        top: 20px !important;
    }
    
    .fzlc li .half span.y::before {
        width: 16px;
        height: 16px;
    }
    
    .fzlc li .half span.y::after {
        width: 6px;
        height: 6px;
    }
    
    .fzlc .text h2 {
        font-size: 18px !important;
    }
    
    .fzlc .text .p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 480px) {
    .aboutus .left h1 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    
    .fzlc ul::before {
        left: 10px;
        background: #e0e0e0;
    }
    
    .half {
        padding-left: 45px !important;
    }
    
    .fzlc ul li:nth-child(even) .half::after,
    .fzlc ul li:nth-child(odd) .half::after {
        left: 30px !important;
        width: 25px;
    }
    
    .fzlc li .half span.y {
        left: 8px !important;
        top: 22px !important;
    }
    
    .fzlc li .half span.y::before {
        width: 14px;
        height: 14px;
    }
    
    .fzlc li .half span.y::after {
        width: 5px;
        height: 5px;
    }
    
    .fzlc .text h2 {
        font-size: 16px !important;
    }
    
    .fzlc .text .p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 320px) {
    .fzlc ul::before {
        left: 8px;
    }
    
    .half {
        padding-left: 50px !important;
    }
    
    .fzlc ul li:nth-child(even) .half::after,
    .fzlc ul li:nth-child(odd) .half::after {
        left: 25px !important;
        width: 20px;
    }
    
    .fzlc li .half span.y {
        top: 18px !important;
    }
    
    .fzlc li .half span.y::before {
        width: 12px;
        height: 12px;
    }
    
    .fzlc .text h2 {
        font-size: 15px !important;
    }
    
    .fzlc .text .p {
        font-size: 11px;
        line-height: 16px;
    }
}