@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot") format("eot"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot") format("eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-40 {
  font-size: 40px;
}
.f-26 {
  font-size: 26px;
}
.f-35 {
  font-size: 35px;
}
.f-46 {
  font-size: 46px;
}
.f-48 {
  font-size: 48px;
}
.fw {
  font-weight: bold;
}
.f4 {
  font-weight: 400;
}
.title span {
  color: #1b4ba0;
}
.qiantaicpy1 {
  line-height: 1.8;
  font-size: 16px;
}
.qiantaicpy1 strong {
  color: #5C5C5C;
}
.qiantaicpy1 ol li,
.qiantaicpy1  ul li {
    padding: 0 0 0 10px;
    list-style: disc;
    list-style-position: inside;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #141413;
  line-height: 1;
  border-radius: 22px;
  padding: 7px 29px 7px 7px;
}
.more img {
  margin-right: 16px;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .ui.container {
  max-width: 1420px;
}
#header.active .ui.container{
   max-width: 1650px;
}
#header .h-top {
  color: #fff;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 25px;
  border-bottom: 1px solid #aaaaaa;
}
#header .h-top .ui.menu .info {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .info .quote {
  width: 200px;
  height: 50px;
  background-color: #1b4ba0;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  margin-left: 38px;
  cursor: pointer;
  color: #fff;
}
#header .h-top .ui.menu .info .quote img {
  vertical-align: middle;
  margin-left: 9px;
}
#header .h-top .ui.menu .h-language {
  margin: 0 9px 0 19px;
  position: relative;
  z-index: 102;
  cursor: pointer;
}
#header .h-top .ui.menu .h-language span {
  line-height: 1.7;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #aaaaaa;
}
#header .h-top .ui.menu .h-language span img {
  width: 40px;
  height: 27px;
  margin-right: 20px;
}
#header .h-top .ui.menu .h-language span i {
  margin-left: 13px;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 8;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1b4ba0;
  display: none \9;
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  padding: 20px 0;
  width: 100%;
  color: #fff;
}
#header .nav .logo {
  display: none;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(../images/down.png) no-repeat center center / 100%;
  position: absolute;
  right: -41px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after{
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #1b4ba0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 120%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1b4ba0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .shop {
  margin: 0 7px 0 58px;
  padding: 6px 15px 0 0;
  cursor: pointer;
}
#header .nav .ui.menu .shop em {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  background-color: #e11052;
  color: #fff;
  right: 0;
  top: 0;
}
.mml-text .font-14 {
  font-size: 16px!important;
  line-height: 1.8;
  letter-spacing: 0
}
#header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav {
  color: #6c76a1;
}
#header.active .nav .ui.menu .menu-box li::after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#header.active .h-language {
  color: #6c76a1;
}
#header.active .h-top .info {
  color: #6c76a1;
}
#header.active::after {
  width: 100%;
}
#header.active{
  top: -97px;
}
#header.active  .nav .logo{
  display: block;
  margin-right: 60px
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#index-body .btn,#banner .btn {
  width: 191px;
  height: 52px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  border-radius: 26px;
  color: #1b4ba0;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  position: relative;
  display: block;
}
#index-body .btn.btn2 {
  background: none;
  border: solid 1px #494949;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#index-body .btn:hover span ,#banner .btn:hover span  {
  background: #d1d1d1;
}
#index-body .btn:hover span.s1 {
  background-color: #1b4ba0;
}
#index-body .btn:hover span.s1 img {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
#index-body .btn:hover span img ,#banner .btn:hover span img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: none;
  filter: none;
}
#index-body .btn span ,#banner .btn span{
  width: 54px;
  height: 54px;
  background-color: #1b4ba0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .btn span.s1 {
  background: #d1d1d1;
}
#index-body .btn span.s1 img {
  -webkit-filter: none;
  filter: none;
}
#index-body .btn span img,#banner .btn span img {
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .ui.container {
  max-width: 1420px;
}
#banner .swiper-container-horizontal > .swiper-pagination-progressbar {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .container {
  position: relative;
}
#banner .swiper-slide .text .box {
  position: relative;
  max-width: 514px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#banner .swiper-slide .text .box .title {
  line-height: 1;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
#banner .swiper-slide .text .box .cont {
  margin: 50px 0 66px;
  padding-right: 14px;
}
#banner .swiper-slide .text .ban_img {
  position: absolute;
  top: -115px;
  right: 103px;
}
#banner .swiper-slide-active .text .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .classification {
  padding-top: 113px;
  padding-bottom: 127px;
}
#index-body .classification .list {
  margin-top: 78px;
}
#index-body .classification .list ul {
  margin-right: -20px;
}
#index-body .classification .list li {
  padding-right: 20px;
  overflow: hidden;
}
#index-body .classification .list li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0 30px;
  background: #dbdbdb;
  border-radius: 8px;
  min-height: 410px;
}
#index-body .classification .list li .item:hover .text .tlt {
  color: #1b4ba0;
}
#index-body .classification .list li .item:hover .text .btn {
  opacity: 1;
}
#index-body .classification .list li .item .text {
  padding-left: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .classification .list li .item .text img {
  display: inline-block;
}
#index-body .classification .list li .item .text .tit {
  font-weight: 400;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .classification .list li .item .text .tit:hover {
  color: #1b4ba0;
}
#index-body .classification .list li .item .text .btn {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .classification .list li .item .text_img {
  display: block;
  margin-left: 20px;
  text-align: right;
}
#index-body .classification .list li .item .text_img img {
  max-height: 350px;
  display: inline-block;
}
#index-body .product {
  padding-bottom: 120px;
}
#index-body .product .list {
  margin-top: 46px;
  position: relative;
  margin-bottom: 65px;
}
#index-body .product .list .item {
  position: relative;
  border-radius: 8px;
  border: solid 1px #e3e3e3;
  overflow: hidden;
}
#index-body .product .list .item:hover .text {
  opacity: 1;
}
#index-body .product .list .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list .item .text .btn3 {
  width: 149px;
  background-color: #1b4ba0;
  border: solid 1px #ffffff;
  display: block;
  color: #fff;
  padding: 13px 16px 18px 27px;
}
#index-body .product .list .item .text .btn3 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
#index-body .product .list .item .text .info {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 80%;
  margin-bottom: 8px;
  padding: 14px 27px 20px;
  line-height: 1.2;
}
#index-body .product .btn {
  margin: 0 auto;
}
#index-body .product .swiper-button-next,
#index-body .product .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #bfbfbf;
  border-radius: 25px;
  background-size: 10px;
}
#index-body .product .swiper-button-next:hover,
#index-body .product .swiper-button-prev:hover {
  background-color: #1b4ba0;
}
#index-body .product .swiper-button-next {
  right: -54px;
  background-image: url(../images/n-next.png);
}
#index-body .product .swiper-button-prev {
  left: -54px;
  background-image: url(../images/n-prev.png);
}
#index-body .about .about_top {
  position: relative;
  background: url(../images/com.jpg) no-repeat center center / cover;
  padding: 103px 0 73px;
}
#index-body .about .about_top .about_box {
  width: 100%;
}
#index-body .about .about_top .about_box .text {
  max-width: 616px;
  color: #fff;
}
#index-body .about .about_top .about_box .text .tit {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
}
#index-body .about .about_top .about_box .text .cont {
  line-height: 2;
}
#index-body .about .about_top .about_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 639px;
  height: 136px;
  background-color: #0046ae;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
#index-body .about .about_top .about_more .more_btn2 {
  width: 48px;
  height: 48px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .about_top .about_more .more_btn2 img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .about_top .about_more .more_btn2:hover {
  background: #fff;
}
#index-body .about .about_top .about_more .more_btn2:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#index-body .about .about_top .about_more a:hover{
color: #000000;
}
#index-body .about .about_box2 {
  background: #f8f8f8;
}
#index-body .about .about_box2 .column {
  padding: 45px 55px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about_box2 .column:nth-child(2) {
  background: #eeeeee;
}
#index-body .about .about_box2 .column .cont {
  font-weight: lighter;
  margin-top: 10px;
  width: 100%;
  /*overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
}
#index-body .about .about_box2 .column .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .about .about_box2 .column .btn3 {
  margin-left: 106px;
  width: 48px;
  height: 48px;
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}
#index-body .about .about_box2 .column .btn3 img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin: 0;
}
#index-body .about .about_box2 .column .btn3:hover {
  background: #0046ae;
}
#index-body .about .about_box2 .column .btn3:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .teams {
  padding-top: 154px;
  padding-bottom: 115px;
}
#index-body .teams .teams_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#index-body .teams .teams_box .left {
  width: 28%;
  margin-top: 71px;
}
#index-body .teams .teams_box .left .title {
  line-height: 1.4;
}
#index-body .teams .teams_box .left .cont {
  line-height: 2;
  margin-bottom: 65px;
}
#index-body .teams .teams_box .left .line {
  width: 226px;
  height: 2px;
  background-color: #11278a;
  margin: 20px 0 25px;
}
#index-body .teams .teams_box .right {
  width: 65%;
  position: absolute;
  right: 0;
  height: 100%;
}
#index-body .teams .teams_box .right .swiper-container{
  height: 100%
}
#index-body .teams .teams_box .right .swiper-slide:hover .rg_btn{
  opacity: 1;
}
#index-body .teams .teams_box .right img {
  display: block;
  height: 100%;
  object-fit:cover;
}
#index-body .teams .teams_box .right .rg_btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	height: 86px;
  line-height: 86px;
	background-color: #0046ae;
  display: block;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: .5s;
}
#index-body .teams .teams_box .right .sw_btn {
  width: 160px;
  position: absolute;
  left: -260px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}
#index-body .teams .teams_box .right .swiper-pagination {
  font-size: 16px;
}
#index-body .teams .teams_box .right .swiper-pagination-current,
#index-body .teams .teams_box .right .swiper-pagination-total {
  margin: 5px;
}
#index-body .teams .teams_box .right .swiper-button-next,
#index-body .teams .teams_box .right .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #bfbfbf;
  border-radius: 25px;
  background-size: 10px;
  z-index: 11;
}
#index-body .teams .teams_box .right .swiper-button-next:hover,
#index-body .teams .teams_box .right .swiper-button-prev:hover {
  background-color: #1b4ba0;
}
#index-body .teams .teams_box .right .swiper-button-next {
  right: 0px;
  background-image: url(../images/n-next.png);
}
#index-body .teams .teams_box .right .swiper-button-prev {
  left: 0px;
  background-image: url(../images/n-prev.png);
}
#index-body .know {
  position: relative;
  padding-bottom: 112px;
}
#index-body .know .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 73px 117px;
}
#index-body .know .text .know_info {
  background: rgba(0, 31, 86, 0.4);
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .know .text .know_info .cont {
  max-width: 610px;
  margin-top: 25px;
  line-height: 1.6;
}
#index-body .know .know_btn {
  position: absolute;
  width: 214px;
  height: 54px;
  background-color: #1b4ba0;
  border-radius: 27px;
  color: #fff;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .know .know_btn img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .know .know_btn:hover {
  background-color: #fff;
  color: #000;
}
#index-body .know .know_btn:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#index-body .news {
  padding: 100px 0;
  background: #f3f3f3;
}
#index-body .news .news_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .news .news_box .left {
  width: 23%;
  margin-top: 31px;
}
#index-body .news .news_box .left .title {
  line-height: 1;
  color: #7f8893;
}
#index-body .news .news_box .left .cont {
  line-height: 1.8;
  margin-bottom: 60px;
  margin-top: 24px;
}
#index-body .news .news_box .right {
  width: 67%;
}
#index-body .news .news_box .right ul {
  margin-right: -20px;
}
#index-body .news .news_box .right li {
  padding-right: 20px;
}
#index-body .news .news_box .right li:hover .item img {
  opacity: 1;
}
#index-body .news .news_box .right li:hover .item .text {
  color: #ffffff;
  background: #1b4ba0
}
#index-body .news .news_box .right li:hover .item .text .new_btn {
  border-bottom: 1px solid #fff;
}
#index-body .news .news_box .right li:hover .time span {
  background: #1b4ba0;
  color: #fff;
}
#index-body .news .news_box .right li:hover .time img {
  -webkit-filter: none;
  filter: none;
}
#index-body .news .news_box .right li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index-body .news .news_box .right li .cont {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#index-body .news .news_box .right li .item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
}
#index-body .news .news_box .right li .item img {
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .news .news_box .right li .item .text {
  position: relative;
  z-index: 2;
  padding: 20px 30px 22px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .news_box .right li .item .text .tit {
  line-height: 1.6;
}
#index-body .news .news_box .right li .item .text .cont {
  line-height: 1.4;
  margin-top: 15px;
}
#index-body .news .news_box .right li .item .text .new_btn {
  margin-top: 23px;
  border-bottom: 1px solid #000;
  display: inline-block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
#index-body .news .news_box .right li .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}
#index-body .news .news_box .right li .time span {
  padding: 0 20px;
  height: 38px;
  background-color: #ebebeb;
  display: block;
  line-height: 38px;
  text-align: center;
  color: #7f8893;
  margin-left: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .news_box .right li .time img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #dadada;
  color: #fff;
}
#footer .f-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 41px 0;
  border-bottom: 1px solid #7f8893;
}
#footer .f-top .text {
  color: #1b4ba0;
  margin-left: 26px;
  line-height: 1.6;
}
#footer .f-top .menu {
  margin: 10px 0 0 auto;
}
#footer .f-top .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
#footer .f-top .menu ul .sub-menu{
display: none;
}
#footer .f-top .menu ul li {
  margin-left: 54px;
}
#footer .f-top .menu ul li:hover {
  color: #1b4ba0;
  font-weight: bold;
}
#footer .f-bottom {
  padding: 80px 0 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#footer .f-bottom .f-left .form .form_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  color: #000;
}
#footer .f-bottom .f-left .form .form_box input {
  width: 26%;
  height: 100%;
  border: none;
  padding: 0 20px;
}
#footer .f-bottom .f-left .form .form_box .content {
  width: 49%;
}
#footer .f-bottom .f-left .form .form_box .submit{
    width: 23%;
}
#footer .f-bottom .f-left .form .form_box .submit {
  color: #fff;
  background: #1b4ba0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-bottom .f-left .form .form_box .submit:hover {
  color: #1b4ba0;
  background: rgba(0, 0, 0, 0.2);
}
#footer .f-bottom .f-left .address {
  color: #7f8893;
  max-width: 640px;
  margin-top: 54px;
}
#footer .f-bottom .f-left .address span {
  color: #1b4ba0;
  font-weight: bold;
  font-style: italic;
  margin-right: 8px;
}
#footer .f-bottom .f-right{
  text-align: right;  
}
#footer .f-bottom .f-right .tit {
  color: #1b4ba0;
  margin-top: 37px;

}
#footer .f-bottom .f-right .info {
  margin-top: 35px;
}
#footer .f-bottom .f-right .info div {
  color: #000;
  line-height: 2;
}
#footer .f-bottom .f-right .info div span {
  font-weight: bold;
  font-style: italic;
  margin-right: 8px;  
}
#footer .f-bottom .f-right .info div a:hover{
  color: #1b4ba0
}
#footer .f-copy {
  font-size: 16px;
  background-color: #1b4ba0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.59);
  line-height: 1.8;
  color: #fff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy .copy_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy_box .share .iconfont {
  font-size: 29px;
  margin-right: 7px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
.fixed-toolbar {
  right: 5px;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}
.fixed-toolbar ul li .iconfont {
  font-size: 15px;
}
.fixed-toolbar ul li #ewm {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #eee;
  padding: 8px;
  border-radius: 8px;
}
.fixed-toolbar ul li.shopping_cart .iconfont {
  font-size: 24px
}
.fixed-toolbar ul li.shopping_cart em {
  position: absolute;
  left: 52%;
  top: 3%;
  font-size: 16px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}
@media screen and (max-width: 1680px) {
  #index-body .about .about_box2 .column .btn3{
    margin-left: 70px
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1400px;
  }
  .ui.container {
    max-width: 1380px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1420px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  #banner .swiper-slide .text .ban_img {
    max-width: 400px;
  }
  #banner .swiper-container-horizontal > .swiper-pagination-progressbar {
    bottom: 5%;
  }
}
@media screen and (max-width: 1440px) {
  #footer .f-copy .copy_box .share .iconfont{
    margin-right: 3px;
  }
  .ui.container {
    max-width: 1220px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1240px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1270px;
  }

  #index-body .classification .list li .item {
    min-height: 348px;
  }
  .f-35 {
    font-size: 30px;
  }
  #banner .swiper-container-horizontal > .swiper-pagination-progressbar {
    bottom: 10px;
  }
  #banner .swiper-slide .text .ban_img {
    max-width: 350px;
    top: -75px;
  }
  #index-body .know .text {
    padding: 40px 117px;
  }
  #footer .f-top .menu ul li {
    margin-left: 40px;
  }
  #index-body .teams .teams_box .right {
    width: 63%;
  }
  #index-body .teams .teams_box .left {
    width: 34%;
  }
}
@media screen and (max-width: 1280px) {
    #footer .f-copy .copy_box .share .iconfont{
    margin-right: 1px;
  }
  .ui.container {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #index-body .about .box .left {
    max-width: 620px;
  }
  #index-body .about .box .right .imgs {
    margin-right: -30px;
  }
  #index-body .about .box .right .imgs i {
    padding-right: 30px;
  }
  #index-body .about .about_top .about_box .text {
    max-width: 684px;
  }
  #index-body .about .about_top .about_more {
    width: 540px;
    height: 90px;
  }
  #index-body .about .about_box2 .column .btn3 {
    margin-left: 50px;
  }
  #banner .swiper-slide .text .ban_img {
    max-width: 280px;
    top: -58px;
  }
  .f-26 {
    font-size: 22px;
  }
  .f-46 {
    font-size: 40px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-40 {
    font-size: 35px;
  }
  .f-22 {
    font-size: 20px;
  }
  #index-body .classification .list li .item {
    max-height: 197px;
  }
  .btn {
    height: 44px;
    line-height: 44px;
    width: 178px;
  }
  .btn span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .classification .list li .item .text_img img {
    max-height: 190px;
  }
  #index-body .classification .list li .item {
    min-height: 220px;
  }
  #index-body .classification .list li .item {
    padding: 45px 0 20px;
  }
  #index-body .product .list .item .text .info {
    width: 100%;
  }
  #footer .f-top .menu ul li {
    margin-left: 24px;
  }
  #index-body .about .about_top .about_more {
    width: 465px;
  }
  #index-body .news .news_box .right li .cont {
    -webkit-line-clamp: 3;
  }
  #index-body .product .swiper-button-next,
  #index-body .product .swiper-button-prev {
    display: none;
  }
  #banner .swiper-container-horizontal > .swiper-pagination-progressbar {
    display: none;
  }
  #banner .swiper-slide .text .box {
    max-width: 575px;
  }
  #banner .swiper-slide .text .box .cont {
    margin: 35px 0 45px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  .ui.container {
    max-width: 1000px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #banner .swiper-slide .text .ban_img {
    display: none;
  }
  #banner .swiper-slide .text .box {
    margin: 0 auto;
    text-align: center;
  }
  #banner .swiper-slide .text .box .link {
    margin: 0 auto;
  }
  #index-body .classification .list li .item {
    min-height: 168px;
  }
  #index-body .classification {
    padding: 60px 0 70px;
  }
  #index-body .classification .list {
    margin-top: 40px;
  }
  #index-body .product {
    padding-bottom: 70px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-48 {
    font-size: 35px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-35 {
    font-size: 25px;
  }
  #index-body .about .about_top .about_more {
    height: 67px;
  }
  #index-body .about .about_top .about_more .more_btn2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #index-body .about .about_box2 .column {
    padding: 25px 30px;
  }
  #index-body .about .about_box2 .column .btn3 {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #index-body .teams .teams_box .left .cont {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  #index-body .news .news_box .left .cont {
    margin-bottom: 40px;
  }
  #index-body .about .about_top {
    padding-top: 70px;
  }
  .f-copy .copy_box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .f-copy .ui {
    text-align: center;
    width: 100%;
  }
  .f-copy .share {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  a.yejiaolele{
   display: none !important;
  }
  .inner-banner{
    margin-top: 60px;
  }
  #footer .f-bottom .f-right{
  text-align: left;  
}
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text {
    top: 30%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
  }
  #index-body .product .list .item .text .info {
    width: 80%;
  }
  #index-body .about .about_top .about_box .text {
    max-width: 70%;
  }
  .f-26 {
    font-size: 18px;
  }
  #index-body .classification .list li .item {
    min-height: 196px;
  }
  #index-body .about .about_box2 {
    display: none;
  }
  #index-body .teams .teams_box .right .sw_btn {
    display: none;
  }
  #index-body .teams .teams_box .left {
    margin-top: 30px;
  }
  #index-body .know .know_btn {
    width: 180px;
    height: 35px;
  }
  #index-body .classification .list li .item .text {
    padding-left: 20px;
  }
  #index-body .know {
    display: none;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #footer .f-top .menu {
    display: none;
  }
  #footer .f-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-bottom .f-right {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-bottom .f-right .info {
    margin-top: 25px;
  }
  #index-body .teams .teams_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .teams .teams_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .teams .teams_box .right {
    width: 100%;
    position: relative;
  }
  #index-body .news .news_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .news .news_box .right {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 30px;
  }

  .btn {
    zoom: 0.8;
  }
  .f-26 {
    font-size: 16px;
  }
  #index-body .about .about_top .about_box .text {
    max-width: 100%;
  }
  #index-body .about .about_top .about_more {
    width: 365px;
  }
  .f-48 {
    font-size: 25px;
  }
  .f-35 {
    font-size: 20px;
  }
  #index-body .teams {
    padding: 20px 0 40px;
  }
  #index-body .news {
    padding: 30px  0;
  }
  #footer .f-bottom .f-left .form .form_box {
    width: 100%;
  }
  #footer .f-bottom {
    padding: 30px 0;
}
  #index-body .product .list .item .text .info {
    padding: 10px 15px 10px;
  }
  .f-46 {
    font-size: 25px;
  }
  .f-40 {
    font-size: 25px;
  }
  .f-40 {
    font-size: 16px;
  }
  #footer .f-bottom .f-right .tit{
    margin-top: 0
  }
  #banner .swiper-slide .text .box .cont {
    margin: 20px 0 ;
  }
  #banner .swiper-slide .text {
    top: 20%;
  }
  #index-body .product {
    padding-bottom: 40px;
  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer .f-box .f-ab .search {
    width: 180px;
  }
  #footer .f-box .f-contact {
    padding-left: 10px;
  }
  #footer .f-box .f-contact .tit {
    margin-bottom: 30px;
  }
   #index-body .about .about_top {
    padding: 70px 0 110px;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .text {
    top: 15%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 25px;
    line-height: 1.3;
  }

  #index-body .teams {
    display: none;
  }
  #index-body .about .about_top .about_box .text {
    max-width: 100%;
  }
  #index-body .about .about_top .about_more {
    width: 310px;
    padding: 0 20px;
  }
  #footer .f-bottom .f-left .form .form_box {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-bottom .f-left .form .form_box input,
  #footer .f-bottom .f-left .form .form_box .content {
    height: 52px;
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f-bottom .f-left .address {
    margin-top: 25px;
  }
  #footer .f-bottom {
    padding: 40px 0 30px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-46 {
    font-size: 21px;
  }
  #index-body .about .about_top {
    padding: 50px 0 90px;
  }
  #index-body .product .list {
    padding: 30px 0 40px;
  }
  .f-copy .ui {
    font-size: 14px;
  }
  #footer .f-top .text {
    display: none;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #e11052;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #e11052;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #e11052;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.template-1688457679 .slide {
    padding: 60px 0;
}
.template-1688457679 .slide:nth-child(odd) {
  background: #eee;
}
.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
}
.template-1688457679 .slide .left ul {
  display: flex;
  margin: -10px;
}
.template-1688457679 .slide .left ul li {
  padding: 10px;
}
.template-1688457679 h2.title {
    font-size: 48px;
    color: #242424;
    font-weight: bold;
    line-height: 1.2;
}
.template-1688457679 h2.title em {
    color: var(--color);
}
.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.8;
    margin-top: .5em;
    font-weight: normal;
}
.template-1688457679 .slide .left .img {

    background-size: cover;
    background-position: center center;
    display: block;
}
.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}
.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.template-1688457679 .slide .right .text {
    margin-top: 4em;
}
.template-1688457679 .slide .right a.more {
  background-color: var(--color);
  border-color: var(--color);
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 2em;
}
.template-1688457679 .slide .right .list {
  margin-top: 20px;
}
.template-1688457679 .slide .right .list ul {
  margin: -10px;
}
.template-1688457679 .slide .right .list ul li {
  padding: 10px;
}
.template-1688457679 .slide .right .list ul li img {
  display: block;
  width: 100%;
}
.template-1688457679 .slide .right .list ul li span {
  font-size: 16px;
  color: var(--color);
  display: block;
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}
.template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}
.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
}
.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}
/*@media screen and (max-width: 1700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 32px;
    }
    .template-1688457679 .slide .left .img {
        height: 400px;
    }
    .template-1688457679 .text {
        font-size: 16px;
    }
    .template-1688457679 h2.title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1450px) {
    .template-1688457679 .slide .right h3 {
        font-size: 28px;
    }
    .template-1688457679 h2.title {
        font-size: 34px;
    }
}*/
/*@media screen and (max-width: 1250px) {
    .template-1688457679 .slide .right h3 {
        font-size: 24px;
    }
    .template-1688457679 h2.title {
        font-size: 28px;
    }

}*/
@media screen and (max-width: 1100px){
  .template-1688457679 .slide .right .list ul li{
    width: 50%
  }
}
@media screen and (max-width: 1000px) {
    .template-1688457679 .slide .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }
    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }

    .template-1688457679 .slide {
        margin-bottom: 40px;
    }
    .template-1688457679 h2.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 20px;
    }
    .template-1688457679 .text {
        font-size: 14px;
    }
}
span.h2 {
  font-size: 35px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 1%;
}
.mana-page .mana-2 .top .left .title{
  line-height: 1.5
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
      padding-left: 8%;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #ffffff;
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: #fff;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: #1b4ba0;
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Rany';
  font-weight: bold;
      color: #fff;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
      color: #fff;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #1b4ba0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-family: 'rany';
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/gou.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: #1b4ba0;
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #ffffff;
}
.mana-page .mana-4 .header .title::before {
  background: #ffffff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 50px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1600px){
    span.h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) {
    span.h2 {
    font-size: 28px;
  }
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 25px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
   span.h2 {
    font-size: 24px;
  }
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}

a.more {
  font-size: 22px;
  font-weight: bold;
  line-height: 3.40909091em;
  height: 3.40909091em;
  padding: 0 2.63636364em;
  border-radius: 1.70454545em;
  display: inline-block;
  border: 2px solid white;
  color: white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.27272727em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1000px) {
   .inner-banner {
          height: auto;
        }
        .inner-banner ul li,.inner-banner ul li img {
          height: 100% !important;
        }
        .inner-banner ul li img {
          width: auto;
          max-width: none;
          min-width: 100%;
        }
}
@media screen and (max-width: 700px){
     .inner-banner {
          height: 300px;
        }
     .inner-page a.more {
        font-size: 16px;
        line-height: 2em;
        height: 2em;
      }
      .m-page a, .m-page span {
        font-size: 14px;
        width: 30px;
        height: 24px;
        line-height: 24px;
      }
      .inner-page~.about-page .about-1 {
        padding-top: 0;
      }
      .related-product .list .ld-sp-mhs-2 .ld-sp-btn {
        opacity: 1;
        transform: translateY(0);
      }
      .inner-page~.about-page .related-product {
        padding-bottom: 0;
      }
      .inner-page~.about-page .related-product .list ul {
        margin-bottom: 0;
      }
}
.inner-page a.more {
  border-color: #1b4ba0;
  transition: .5s;
  background: #1b4ba0;
  font-size: 18px;
  line-height: 2.4em;
  height: 2.4em;
}
.inner-page a.more img {
  transition: .5s;
}
.inner-page a.more:hover {
  background: white;
  color: #1b4ba0;
}
.inner-page a.more:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.inner-banner {
  position: relative;
  background-color: #134686;
  z-index: 1;
}
.about-page .about-2,.inner-banner ul,.about-page .about-3 ul {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.inner-banner ul {
  left: 50% !important;
  transform: translateX(-50%);
}
.inner-banner {
    height: 500px;
}
.inner-banner ul {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
}
.inner-banner ul div {
    height: 100%;
}
.inner-banner ul li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.inner-banner {
  position: relative;
}
.inner-banner .cat-name {
  position: relative;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-1 {
    padding: 80px 0 120px;
}
.about-page .about-1 h4 {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.about-page .about-1 h2 {
    font-size: 34px;
    font-weight: 800;
}
.about-page .about-1 .mml-text p {
    margin-bottom: 40px;
}
.about-page .about-1 a.btn1 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #FFFFFF;
    background: #1b4ba0;
    padding: 0 50px;
}
.about-page .about-2 {
    padding-bottom: 100px;
}
.about-page .about-2 .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
}
#about-2 {
    overflow: hidden;
    position: relative;
}
#about-2:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    /*background: #eee;*/
    z-index: -1;
}
#about-2 ul {
    margin: -15px;
}
#about-2 ul li {
    padding: 15px;
}
#about-2 ul li h6 {
    font-size: 20px;
    margin-top: 1.5em;
    margin-bottom: .7em;
    text-align: center;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#about-2 ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    background: #1b4ba0;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}
#about-2 .btn {
    margin-top: 50px;
    text-align: center;
}
#about-2 .btn div {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 5px;
    background: url('../images/banner-btn-l.png') center center no-repeat rgba(0, 0, 0, 0.3);
    background-size: 12px;
    cursor: pointer;
    cursor: hand;
    transition: .5s;
}
#about-2 .btn div.next {
    background-image: url('../images/banner-btn-r.png');
}
#about-2 .btn div:hover {
    background-color: #1b4ba0;
}
.about-page .about-3 {
    padding: 100px 0;
    background-image: url(../images/ArchImage2-1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.about-page .about-3 section {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #D0D0D0;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.about-page .about-3 ul {
    margin: -20px 0;
    margin-block-end: 20px
}
.about-page .about-3 ul li {
    padding: 10px;
}
.about-page .about-3 .iconbox {
    margin: -20px 0px 0px 0px;
    padding: 0px 40px 0px 0px;
}
.about-page .about-3 .iconbox-icon-container {
    border: 0 solid #f2f4f7;
    line-height: 20px;
    color: #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition-property: border, color, background, -webkit-box-shadow;
    transition-property: border, color, background, -webkit-box-shadow;
    -moz-transition-property: border, color, background, box-shadow;
    transition-property: border, color, background, box-shadow;
    transition-property: border, color, background, box-shadow, -webkit-box-shadow;
}
.about-page .about-3 .slick-list {
    padding: 20px 0;
}
.about-page .about-4 {
    padding: 100px 0  250px;
}
.about-page .about-4 .left {
    width: 50%;
    vertical-align: middle;
    padding-right: 50px;
}
.about-page .about-4 .right {
    width: 50%;
    vertical-align: middle;
    padding-left: 50px;
}
.about-page .about-4 .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-4 .images .img {
    -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.about-page .about-4 .images .img.pa {
    left: 130px;
}
.about-page .about-5 {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-page .about-6 {
    padding: 80px 0;
}
.about-page .about-6 #index-body .init-2 {
  padding: 0;
}
.about-page .about-6 #index-body .init-2:before {
  display: none;
}
.about-page .about-6 .top {
    line-height: 45px;
    border-bottom: 1px solid #000000;
}
.about-page .about-6 .center ul {
    margin: -30px;
}
.about-page .about-6 .center ul li {
    padding: 30px;
}
.about-page .about-6 .center .mml-text h3 {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s .35s,-webkit-transform 1s .35s;
    transition: opacity 1s .35s,-webkit-transform 1s .35s;
    -moz-transition: transform 1s .35s,opacity 1s .35s,-moz-transform 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s,-webkit-transform 1s .35s,-moz-transform 1s .35s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.about-page .about-6 .center .mml-text h6 {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s .35s,-webkit-transform 1s .35s;
    transition: opacity 1s .35s,-webkit-transform 1s .35s;
    -moz-transition: transform 1s .35s,opacity 1s .35s,-moz-transform 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s,-webkit-transform 1s .35s,-moz-transform 1s .35s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.about-page .about-6 .center .mml-text .lqd-tm-details-inner {
    padding: 30px 20px;
}
.about-page .about-6 .center .mml-text .lqd-tm-details {
    background-color: rgba(199, 164, 132, 0.7);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-page .about-6 .center .mml-text .lqd-tm-details-icon {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity 1s .35s,-webkit-transform 1s .35s;
    transition: opacity 1s .35s,-webkit-transform 1s .35s;
    -moz-transition: transform 1s .35s,opacity 1s .35s,-moz-transform 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s;
    transition: transform 1s .35s,opacity 1s .35s,-webkit-transform 1s .35s,-moz-transform 1s .35s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.about-page .about-6 .center .mml-text:hover h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.about-page .about-6 .center .mml-text:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.about-page .about-6 .center .mml-text:hover .lqd-tm-details {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.about-page .about-6 .center .mml-text:hover .lqd-tm-details-icon {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-page .about-6 .bottom {
    padding-top: 100px;
}
.about-page .about-6 .bottom ul {
    margin: -15px;
}
.about-page .about-6 .bottom ul li {
    padding: 15px;
}
.about-page .about-6 .bottom h2 {
    font-size: 100px;
    font-weight: bold;
}
.cat-name {
    padding-top: 15%;
    color: #fff;
}
.cat-name h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 6px
}

.lqd-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.overflow-hidden {
    overflow: hidden;
}
.ms-auto {
    -webkit-margin-start: auto;
    -moz-margin-start: auto;
    margin-inline-start: auto;
}
@media screen and (max-width: 1200px) {
    .about-page .about-4 .left {
        padding: 0;
    }
    .about-page .about-6 .bottom h2 {
        font-size: 80px;
    }
    .cat-name h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        height: 300px;
    }
    .cat-name {
    padding-top: 20%;;
}
    .about-page .about-5 {
        height: 400px;
    }
    .cat-name h2 {
        font-size: 36px;
    }
    .about-page .about-3 {
        padding: 60px 0;
    }
    .about-page .about-4 {
        padding: 60px 0;
    }
    .about-page .about-4 .left {
        display: none;
    }
    .about-page .about-4 .right {
        width: 100%;
        padding: 0;
    }
    .about-page .about-6 .center ul {
        margin: -15px;
    }
    .about-page .about-6 .center ul li {
        padding: 15px;
    }
    .about-page .about-6 .bottom h2 {
        font-size: 60px;
    }
}
@media screen and (max-width: 700px) {
    .cat-name {
        padding: 60px 0;
    }
    .cat-name h2 {
        font-size: 20px;
        line-height: 25px
    }
    .inner-banner {
        height: 200px;
    }
    .about-page .about-1 h2 {
        font-size: 20px;
    }
    .about-page .about-2 {
        padding: 0;
    }
    .about-page .about-1 {
        padding: 80px 0;
    }
    .about-page .about-5 {
        height: 200px;
    }
    .about-page .about-6 .fl,
    .about-page .about-6 .fr {
        float: none;
    }
    .about-page .about-6 .bottom {
        padding-top: 60px;
    }
    .about-page .about-6 .bottom h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner {
        height: 150px;
    }
    .cat-name{
      padding: 0
    }
    .cat-name h2{
      font-size: 16px;
      line-height: 1.6
    }
}

hr {
    margin: 0;
}
.lg-page .list ul {
    margin: -25px;
}
.lg-page .list ul li {
    padding: 25px;
}
.contact-page .contact-1 h2 {
    font-weight: 800;
}
.contact-page .contact-1 .info {
  padding-top: 40px;
  border-top: 1px solid #1b4ba0;
  position: relative;
}
.contact-page .contact-1 .info:after {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 100%;
  border: 4px solid #1b4ba0;
}
.contact-page .contact-1 ul {
    margin: -15px;
}
.contact-page .contact-1 ul li {
    padding: 15px;
}
.contact-page .contact-1 ul li i.fa {
  font-size: 25px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 100%;
  background: #e6e6e6;
  color: #1b4ba0;
  text-align: center;
  margin-bottom: .5em;
  display: block;
}
.contact-page .contact-1 .left {
  padding-right: 5%;
}
.contact-page .contact-2 .form ul {
  margin: 0;
}
.contact-page .contact-2 .form ul li {
    padding: 20px;
}
.contact-page .contact-2 .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .form input,
.contact-page .contact-2 .form textarea {
    width: 100%;
    font-size: 16px;
    border: none;
}
.contact-page .contact-2 .form textarea {
    height: 120px;
}
.contact-page .contact-2 .form label {
    margin-bottom: 5px;
}
.contact-page .contact-2 .form em {
    color: #ff6363;
}
.contact-page .contact-2 .form button {
    font-size: 16px;
    line-height: 60px;
    border: none;
    color: #FFFFFF;
    background: #000000;
    width: 100%;
    transition: .5s ease;
}
.contact-page .contact-2 .form button:hover{
    background: #1b4ba0;
}
@media (max-width: 1100px) {
  .contact-page .contact-2 .form ul li{
    padding: 10px 
  }
  .font-16{
    font-size: 18px;
    line-height: 1.3
  }
}
@media (max-width: 991px) {
    .modal-b {
        border: 1px solid #C6C6C6!important;
    }
}
.modal-b {
    border: 1px solid #C6C6C6;
}
.modal-bl-n {
    border-left: none;
}
.modal-bb-n {
    border-bottom: none;
}
.modal-p {
    padding: 20px 10px 15px 20px;
    background: #fff;
}
.modal-text {
    margin: 0;
    color: #4B4B4C;
    font-size: 14px;
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 h2 {
        font-size: 20px;
    }
    .contact-page .contact-1 h2 {
        font-size: 16px;
    }
}
/*.news-tage {
  background: #f4f4f4;
}*/
/*.news-tage ul li:not(:nth-child(7n)) {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #CCCCCC;
}*/

.news-tage ul{
    margin: -10px;
}
.news-tage ul li{
    width: auto!important;
    padding: 10px;
}

.news-tage ul li .mml-text {
    background: #f4f4f4;
    padding: 15px;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s;
    -moz-transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -moz-transform 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s;
}
.news-tage ul li .mml-text i {
    min-height: 60px;
}
.news-tage ul li .mml-text img {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.news-tage ul li .mml-text p {
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}
.news-tage ul li:hover .mml-text,
.news-tage ul li .mml-text.active {
    background-color: #262626;
    border-radius: 6px 6px 6px 6px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-tage ul li:hover .mml-text img,
.news-tage ul li .mml-text.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.news-tage ul li:hover .mml-text p,
.news-tage ul li .mml-text.active p {
    color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
    .news-tage {
        display: none;
    }
}
.cat_content .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.cat_content .play img {
    vertical-align: middle;
}
.cat_content .play::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #FFFFFF;
    opacity: .5;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.cat_content .play:hover::before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.cat_content h2 {
    font-weight: bold;
}
.cat_content p a {
    border-bottom: 1px solid black;
}
.product-page .list h1 {
    font-weight: bold;
}
.product-page .list ul.animate-father {
    margin: 0 -15px 15px;
}
.product-page .list ul.animate-father li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-page .list .ld-sp figure {
    margin-bottom: 20px!important;
    overflow: hidden;
    margin: 0;
}
.product-page .list .ld-sp-mhs-2 .ld-sp-img {
    border: 1px solid #e8e8e8;
    /*border-radius: 10px;*/
}
.product-page .list .ld-sp-mhs-2 .ld-sp-img img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
}
.product-page .list .ld-sp-mhs-2:hover .ld-sp-img img.t2 {
    opacity: 1;
}
.product-page .list .ld-sp .ld-sp-btn {
    padding: 0;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 5;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #1b4ba0;
    white-space: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.product-page .list .ld-sp-mhs-2 .ld-sp-img,
.product-page .list .ld-sp-mhs-2 .ld-sp-info {
    position: relative;
    z-index: 2;
}
.product-page .list .ld-sp-mhs-2 {
    padding-top: 5%;
    position: relative;
}
.product-page .list .ld-sp-mhs-2 .price {
    -webkit-transition: opacity .65s,-webkit-transform .65s;
    transition: opacity .65s,-webkit-transform .65s;
    -moz-transition: transform .65s,opacity .65s,-moz-transform .65s;
    transition: transform .65s,opacity .65s;
    transition: transform .65s,opacity .65s,-webkit-transform .65s,-moz-transform .65s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    min-height: 43px;
    display: block;
}
.product-page .list .ld-sp-mhs-2::before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: -5%;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    -moz-transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.product-page .list .ld-sp-mhs-2,
.product-page .list .ld-sp-mhs-2 .ld-sp-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-page .list .ld-sp-mhs-2 .ld-sp-btn {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.product-page .list .ld-sp-mhs-2:hover {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
.product-page .list .ld-sp-mhs-2:hover::before {
    -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.product-page .list .ld-sp-mhs-2:hover .ld-sp-img {
    border-color: transparent;
}
.product-page .list .ld-sp-mhs-2:hover .price {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-page .list .ld-sp-mhs-2:hover .ld-sp-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 700px) {
    .font-30 {
        font-size: 20px;
    }
}
.service-page h2 {
    font-weight: bold;
}
.service-page .service-1 {
    padding: 100px 0;
    background-image: url(../images/ArchImage2-1.png);
    background-position: center right 10%;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.service-page .service-1 .left {
    width: 50%;
    vertical-align: middle;
}
.service-page .service-1 .right {
    width: 50%;
    vertical-align: middle;
}
.service-page .service-1 p a {
    border-bottom: 1px solid black;
}
.service-page .service-1 a.btn1 {
    display: inline-block;
    color: #FFFFFF;
    background: #1b4ba0;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 5px;
}
.service-page .service-1 .num {
    font-size: 135px;
    font-weight: bold;
}
.service-page .service-2 section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-page .service-2 section .img {
    width: 50%;
    height: 700px;
}
.service-page .service-2 section .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-page .service-2 section .content {
    width: 50%;
}
.service-page .service-2 section .content .mml-text {
    width: 100%;
    max-width: 810px;
    padding-left: 10%;
    padding-right: 15px;
}
.service-page .service-2 section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-page .service-2 section:nth-child(odd) .content .mml-text {
    margin-left: auto;
    padding-right: 10%;
    padding-left: 15px;
}
.service-page .service-2 ul li:not(:last-child) {
    margin-bottom: 30px;
}
.service-page .service-2 ul li h4 {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.service-page .service-2 ul li h4::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
}
.service-page .service-2 ul li p {
    display: none;
}
.service-page .service-2 ul li.active h4::after {
    content: "-";
}
.service-page .service-2 ol li:not(:last-child) {
    margin-bottom: 40px;
}
.service-page .service-2 ol li p {
    line-height: 35px;
}
.service-page .service-2 ol li p b {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #1b4ba0;
}
.service-page .service-3 .list {
    margin-top: 80px;
}
.service-page .service-3 ul {
    margin: -15px;
}
.service-page .service-3 ul li {
    padding: 15px;
}
.service-page .service-3 .mml-text {
    max-width: 290px;
}
.service-page .service-3 .mml-text .icon {
    min-height: 50px;
}
.service-page .service-3 .mml-text span {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #f4f4f4;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: 800;
}
.service-page .service-3 .btn1 {
    color: #FFFFFF;
    background: #1b4ba0;
    line-height: 50px;
    margin-top: 60px;
    border-radius: 3px;
}
@media screen and (max-width: 1000px) {
    .service-page .service-3 ul li {
        width: 100%!important;
    }
    .service-page .service-3 .mml-text {
        max-width: 100%;
    }
    .service-page .service-1 .left {
        width: 100%;
    }
    .service-page .service-1 .right {
        display: none;
    }
    .service-page .service-1 {
        background: transparent;
    }
    .service-page .service-2 section {
        display: block;
    }
    .service-page .service-2 section .img {
        width: 100%;
    }
    .service-page .service-2 section .content {
        width: 100%;
    }
    .service-page .service-2 section .content .mml-text {
        padding-left: 15px;
        margin: 30px 0;
    }
    .service-page .service-2 section:nth-child(odd) .content .mml-text {
        padding-right: 15px;
        margin: 30px 0;
    }
    .service-page .service-1 {
        padding: 60px 0;
    }
    .service-page .service-2 section .img {
        height: auto;
    }
}
#faq h2 {
    font-size: 25px;
    font-weight: bold;
}
#faq ul li h4 {
    position: relative;
    font-size: 18px;
    padding: .5em 25px;
    background: #f7f8fa;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.4;
}
#faq ul li h4::after {
    content: "\e76d";
    position: absolute;
    top: .5em;
    right: 14px;
    transition: .5s;
}
#faq ul li p {
    padding: 0 25px;
    display: none;
}
#faq ul li.active h4 {
    color: #FFFFFF;
    background: #1b4ba0;
}
#faq ul li.active h4::after {
    transform: rotate(180deg);
}
.sider_bar h4 {
    font-weight: bold;
}
.sider_bar .sider_left {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}
.sider_bar .sider_left .sidebar-nav {
    margin-bottom: 50px;
}
.sider_bar .sider_left .sidebar-nav ul li h4 {
    position: relative;
}
.sider_bar .sider_left .sidebar-nav ul li h4 i {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
    line-height: 1.2;
    width: 25px;
     text-align: center; 
    cursor: pointer;
    transition: .5s;
}

.sider_bar .sider_left .sidebar-nav ul li a {
    line-height: 1.2;
    background: #f7f8fa;
    padding: 10px 35px 10px 20px;
    margin-bottom: 0px;
}
.sider_bar .sider_left .sidebar-nav ul li a.active {
    background: #1b4ba0;
    color: white;
}
.sider_bar .sider_left .sidebar-nav ul li a.active+i {
    color: white;
    transform: rotate(180deg);
}
.sider_bar .sider_left .sidebar-nav ul li li a.active {
  background: #f7f8fa;
  color: #1b4ba0;
}
.sider_bar .sider_left span.h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.sider_bar .sider_left .sidebar-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.sider_bar .sider_left .sidebar-list li a.img {
  width: 30%;
}
.sider_bar .sider_left .sidebar-list li .content {
  width: 70%;
  padding-left: 5%;
}
.sider_bar .sider_left .sidebar-list li .content span.h6 {
  font-size: 16px;
  margin-bottom: 1em;
}
.sider_bar .sider_left .sidebar-list li .content a.link {
  display: block;
  font-size: 14px;
  color: #1b4ba0;
  margin-top: 1em;
}
.sider_bar .sider_left .sidebar-form {
    background: #f7f8fa;
    padding: 40px 20px;
}
.sider_bar .sider_left .sidebar-form input,
.sider_bar .sider_left .sidebar-form textarea {
    width: 100%;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.sider_bar .sider_left .sidebar-form textarea {
    height: 100px;
    resize: vertical;
}
.sider_bar .sider_left .sidebar-form button {
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    background: #1b4ba0;
    border-radius: 5px;
    width: 100%;
    border: none;
}
.sider_bar .sider_left .sidebar-contact {
    margin-top: 50px;
    border: 1px solid #d2d2d2;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.sider_bar .sider_left .sidebar-contact i {
  flex-shrink: 0;
}
.sider_bar .sider_left .sidebar-contact h2 {
  font-size: 16px;
}
.sider_bar .sider_right {
    width: 75%;
}
.newdet-page .sider_bar .sider_right {
    width: 100%;
}

.prodet-page .prodet-2 .mml-text>div.table table tbody {
    /*table-layout: fixed;*/
}
.prodet-page .prodet-2 .mml-text>div.table table tbody td {
    vertical-align: top;
    padding: 10px;
    max-width: 300px;
}
.prodet-page .prodet-2 .mml-text>div.table table tbody tr {
    background: transparent !important;
}
.prodet-page .prodet-2 a.more.active em:first-child {
  display: none;
}
.prodet-page .prodet-2 a.more.active em:last-child {
  display: block;
}
@media screen and (max-width: 1200px) {
    .sider_bar .sider_left {
        padding-right: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .sider_bar .sider_left {
        display: none;
    }
    .sider_bar .sider_right {
        width: 100%;
    }
}
.inner-page .ui.container,
.cat-name .ui.container,
.cat-name+ .ui.container{
    max-width: 1540px;
    width: auto;
}
.prodet-page .prodet-1 .box {
    margin: -30px;
}
.prodet-page .prodet-1 .left {
    width: 50%;
    padding: 30px;
}
.prodet-page .prodet-1 .left .images {
    -webkit-box-shadow: 0 0 30px #EEEEEE;
    box-shadow: 0 0 30px #EEEEEE;
}
.prodet-page .prodet-1 .left .image-gallery ul {
    margin: -12px;
}
.prodet-page .prodet-1 .left .image-gallery ul li {
    padding: 12px;
}
.prodet-page .prodet-1 .left .image-gallery .img {
    border: 1px solid #e5e5e5;
}
.prodet-page .prodet-1 .left .image-gallery {
    position: relative;
}
.prodet-page .prodet-1 .left .image-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.4);
    background-size: 12px;
    z-index: 1;
    margin-top: -15px;
    right: 100%;
}
.prodet-page .prodet-1 .left .image-gallery .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    left: 100%;
}
.prodet-page .prodet-1 .right {
    width: 50%;
    padding: 30px;
}
.prodet-page .prodet-1 .right>div.font-16 {
  line-height: 2;
    font-weight: 700;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 25px;
    font-weight: bold;
}
.prodet-page .prodet-1 .right .mml-text {
    min-height: 300px;
}
.prodet-page .prodet-1 .btns a.contact {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background: #262626;
    border-radius: 5px;
    padding: 0 30px;
}
.prodet-page .prodet-1 .btns a.contact:hover{
    background: #1b4ba0;
}
.prodet-page .prodet-1 .btns .play{
     display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background: #262626;
    border-radius: 5px;
    padding: 0 30px;
    cursor: pointer;
}
.prodet-page .prodet-1 .btns .play:hover{
    background: #1b4ba0;
}
.prodet-page .prodet-1 .btns h3 {
    display: inline-block;
    line-height: 50px;
}
.prodet-page .prodet-1 .btns .social-links {
    display: inline-block;
}
.prodet-page .prodet-1 .btns .social-links a {
    font-size: 16px;
    line-height: 50px;
}
.prodet-page .prodet-2 {
    border-bottom: 1px solid #a0a0a0;
}
.prodet-page .prodet-2 h2,
.prodet-page .prodet-2 .mml-text strong {
    font-size: 25px;
    margin: 1em 0;
    font-weight: bold;
    display: inline-block;
    padding: 5px 25px;
    background: #eee;
    color: black;
    cursor: pointer;
    cursor: hand;
    position: relative;
    z-index: 1;
}
.prodet-page .prodet-2 h2,
.prodet-page .prodet-2 .mml-text strong {
    background: #1b4ba0;
    color: white;
}
.related-product {
    background: #f4f4f4;
    padding: 60px 0 80px;
}
.related-product h2 {
    font-weight: bold;
}
.related-product .list ul {
    margin: 0 -15px 15px;
}
.related-product .list ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.related-product .list .ld-sp figure {
    margin-bottom: 20px!important;
    overflow: hidden;
    margin: 0;
}
.related-product .list .ld-sp-mhs-2 .ld-sp-img {
    border: 1px solid #e8e8e8;
    /*border-radius: 10px;*/
}
.related-product .list .ld-sp .ld-sp-btn {
    padding: 0;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 5;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #1b4ba0;
    white-space: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.related-product .list .ld-sp-mhs-2 .ld-sp-img,
.related-product .list .ld-sp-mhs-2 .ld-sp-info {
    position: relative;
    z-index: 2;
}
.related-product .list .ld-sp-mhs-2 {
    padding-top: 5%;
    position: relative;
}
.related-product .list .ld-sp-mhs-2 .price {
    -webkit-transition: opacity .65s,-webkit-transform .65s;
    transition: opacity .65s,-webkit-transform .65s;
    -moz-transition: transform .65s,opacity .65s,-moz-transform .65s;
    transition: transform .65s,opacity .65s;
    transition: transform .65s,opacity .65s,-webkit-transform .65s,-moz-transform .65s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    min-height: 43px;
    display: block;
}
.related-product .list .ld-sp-mhs-2::before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: -5%;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
    -moz-transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s;
    transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.related-product .list .ld-sp-mhs-2,
.related-product .list .ld-sp-mhs-2 .ld-sp-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.related-product .list .ld-sp-mhs-2 .ld-sp-btn {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.related-product .list .ld-sp-mhs-2:hover {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}
.related-product .list .ld-sp-mhs-2:hover::before {
    -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.related-product .list .ld-sp-mhs-2:hover .ld-sp-img {
    border-color: transparent;
}
.related-product .list .ld-sp-mhs-2:hover .price {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.related-product .list .ld-sp-mhs-2:hover .ld-sp-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.related-product .btn1 {
    color: #FFFFFF;
    background: #1b4ba0;
    line-height: 50px;
    margin-top: 0px;
    border-radius: 5px;
}
@media screen and (max-width: 1200px) {
    .prodet-page .prodet-1 .box {
        margin: -15px;
    }
    .prodet-page .prodet-1 .left {
        padding: 15px;
    }
    .prodet-page .prodet-1 .right {
        padding: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .right .mml-text {
        min-height: initial;
    }
    .prodet-page .prodet-1 .btns .fl,
    .prodet-page .prodet-1 .btns .fr {
        float: none;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
    }
    #faq h2 {
        font-size: 20px;
    }
    .prodet-page .prodet-2 h2 {
        font-size: 20px;
    }
    .prodet-page .prodet-1 .right h1 {
        font-size: 20px;
    }
}
.data > * {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
}
.data span {
    color: #FFFFFF;
    background: #1b4ba0;
}
.data .time {
    background: white;
    color: black;
    margin: 0 5px;
}
.data em {
    background: #f7f8fa;
}
.newdet-page .mml-text {
    border-bottom: 1px solid black;
    text-align: justify;
}
.newdet-page .mml-text h1 {
    font-size: 30px;
    font-weight: 800;
}
.newdet-page .mml-text .text {
  font-size: 16px;
  line-height: 1.8;
}
.newdet-page .mml-text .text ol li,
 .newdet-page .mml-text .text ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}
.newdet-page .mml-text .text h2 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  color: #424242;
}
.newdet-page .mml-text .text h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #525252;
}
.newdet-page .mml-text .text strong {
  color: #5C5C5C;
}
.newdet-page .mml-text .text img {
    margin: 3px 0px;
}
.newdet-page .news-page h3 {
    display: inline-block;
    line-height: 50px;
}
.newdet-page .news-page .social-links {
    display: inline-block;
}
.newdet-page .news-page .social-links a {
    font-size: 16px;
    line-height: 50px;
}
#news-list {
    margin: -15px;
}
#news-list li {
    padding: 15px;
}
#news-list li .data {
  letter-spacing: 0
}
@media screen and (max-width: 1000px) {
    .newdet-page .news-page .fl,
    .newdet-page .news-page .fr {
        float: none;
    }
}
.news-page .mml-text h4 {
    font-weight: 900;
}


.m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 rgb(31 26 23 / 13%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    background: #1b4ba0 none repeat scroll 0 0;
    color: #fff;
}


.button-group .button{
    background-color: #1b4ba0!important;
}

.about-page p.font-18,
.about-page .mml-text {
    line-height: 1.8;
}

.about2-page {
    overflow: hidden;
}
.about2-page .text {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.about2-page .about-1 {
    padding: 50px 0 50px;
}
.about2-page .about-1 .top {
    padding-bottom: 50px;
    margin-bottom: 80px;
    border-bottom: 1px solid #626363;
}
.about2-page .about-1 .top .left{
    vertical-align: middle;
    padding-right: 7%;
}
.about2-page .about-1 .top .left h3 {
    font-size: 60px;
    color: #040404;
    font-weight: 300;
    line-height: 110px;
    text-transform: uppercase;
}
.about2-page .about-1 .top .left h3 em {
    font-weight: bold;
    color: #1b4ba0;
}
.about2-page .about-1 .top .left h6 {
    font-size: 28px;
    color: #121212;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 10px;
}
.about2-page .about-1 .top .left h4 {
    font-size: 57px;
    color: #121212;
    line-height: 1;
    font-weight: bold;
}
.about2-page .about-1 .top .left h4:first-letter {
    text-transform: capitalize;
}
.about2-page .about-1 .top .left .text {
    margin-top: 35px;
}
.about2-page .about-1 .top .right {
    text-align: right;
    padding-left: 7%;
}
.about2-page .about-1 .top .right ul {
    text-align: left;
    margin: -20px;
}
.about2-page .about-1 .top .right ul li {
    padding: 20px;
}
.about2-page .about-1 .top .right ul li h4 {
    font-size: 80px;
    color: #1b4ba0;
    line-height: 1;
    font-weight: bold;
}
.about2-page .about-1 .top .right ul li h4 sup {
    font-size: 40%;
    text-transform: uppercase;
}
.about2-page .about-1 .top .right ul li p {
    font-size: 22px;
    color: #191a1a;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.about2-page .about-1 .top.two {
    text-align: center;
    margin-top: 40px;
}
.about2-page .about-1 .top.two .left {
    padding-right: 0;
    text-align: left;
}
.about2-page .about-1 .top.two h6 {
    text-transform: none;
}
.about2-page .about-1 .top.two h3 {
    color: black;
    text-transform: none;
}
.about2-page .about-1 .top.two h3 em {
    color: #1b4ba0;
    font-weight: bold;
}
.about2-page .about-1 .top.two h3 sup {
    font-size: 50%;
}
.about2-page.history-page .about-1 .top.two {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.about2-page.history-page .about-1 .top.two h6 {
    text-align: center;
}
.about2-page.history-page .about-1 .top.two h3 {
    text-align: center;
    color: #1b4ba0;
}
.about2-page.history-page .about-1 .top.two h3 em {
    color: black;
}
.about2-page .about-1 .bottom {
    display: inline-block;
    width: 100%;
}
.about2-page .about-1 .bottom .text>* {
    padding-top: 35px;
}
.about2-page .about-1 .bottom .text>*:first-child {
    padding-top: 0;
}
.about2-page .about-1 .bottom .text img {
    float: right;
    width: 50%;
    padding-left: 6%;
}
.about2-page .about-2 {
    padding-bottom: 80px;
}
.about2-page .about-2 .box {
    background: #242525;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}
.about2-page .about-2 .box:after {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
    background: inherit;
}
.about2-page .about-2 .box .left {
    width: 45%;
    vertical-align: middle;
    padding-right: 4%;
}
.about2-page .about-2 .box .left img {
    margin: -35px 0;
}
.about2-page .about-2 .box .right {
    width: 55%;
    padding-left: 3%;
    vertical-align: middle;
}
.about2-page .about-2 .box .right .text {
    color: #eeeeee;
    font-weight: 300;
}
.about2-page .about-2 .text2 {
    font-size: 24px;
    color: #121212;
    line-height: 44px;
    margin-top: 40px;
}
.about2-page .about-3 {
    padding: 75px 0;
    text-align: center;
    background: #f8f8f8;
}
.about2-page .about-3 h3 {
    font-size: 40px;
    color: #212121;
    line-height: 76px;
}
.about2-page .about-3 .list {
    margin-top: 70px;
}
.about2-page .about-3 .list ul {
    margin: -50px;
}
.about2-page .about-3 .list ul li {
    padding: 50px;
}
.about2-page .about-3 .list ul li i {
    display: block;
}
.about2-page .about-3 .list ul li h5 {
    font-size: 30px;
    color: #141414;
    line-height: 56px;
    margin: 30px 0 20px;
}
.about2-page .about-3 .list ul li p {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.about2-page .about-4 {
    padding-top: 70px;
}
.about2-page .about-4 .box {
    height: 660px;
    position: relative;
    top: 70px;
}
.about2-page .about-4 .box img,
.about2-page .about-4 .box iframe {
    height: 100%;
    width: 100%;
}
.about2-page .about-5 {
    padding: 125px 0 80px;
    background: #1b4ba0;
    text-align: center;
}
.about2-page .about-5 h2 {
    font-size: 40px;
    color: #eeeeee;
    line-height: 76px;
}
.about2-page .about-5 .text {
    font-size: 16px;
    color: #eeeeee;
    line-height: 30px;
    margin: 10px auto 0;
    max-width: 1250px;
}
.about2-page .about-5 img {
    margin: 40px auto 0;
}
.about2-page .about-6 {
    padding: 110px 0 140px;
}
.about2-page .about-6 .img {
    width: 35%;
    vertical-align: middle;
}
.about2-page .about-6 .img a {
    display: block;
}
.about2-page .about-6 .content {
    vertical-align: middle;
    width: 65%;
    padding-left: 3%;
}
.about2-page .about-6 .content h3 {
    font-size: 40px;
    color: #212121;
    line-height: 76px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}
.about2-page .about-6 .content h3:after {
    content: '';
    width: 15%;
    height: 1px;
    background: #1b4ba0;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.about2-page .about-6 .content .text p {
    padding-top: 20px;
}

.about2-page .i-history {
    padding-bottom:50px;
}
.about2-page .i-history h2.h2 {
    font-size:48px;
    text-align:center;
    font-weight:700;
    margin-bottom:10px;
    color:#1b4ba0
}
.about2-page .i-history p.p {
    padding:0 20%;
    text-align:center
}
.about2-page .i-history .history-list {
    margin-top:50px;
    position:relative
}
.about2-page .i-history .history-list:after {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#ddd;
    left:50%;
    top:0
}
.about2-page .i-history .history-list .list p {
    font-weight:400;
    color:#504a44;
    font-size:16px;
    line-height:30px
}
.about2-page .i-history .history-list .list .i-text {
    float:left;
    width:49%;
    cursor:pointer;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
    position:relative
}
.about2-page .i-history .history-list .list .i-text:after {
    content:'';
    position:absolute;
    width:9px;
    height:15px;
    background:url(/template/en/images/r_03.jpg) no-repeat center;
    right:-9px;
    top:50px;
    z-index:8
}
.about2-page .i-history .history-list .list .i-text .text1 {
    border:1px solid #ededed;
    padding:20px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    text-align:right;
    width:95%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
    width:75%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(2) {
    width:25%;
    padding-left:10px
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
    font-size:20px;
    font-weight:700;
    margin-bottom:10px
}
.about2-page .i-history .history-list .list .i-text:hover .text1 {
    background:#eee
}
.about2-page .i-history .history-list .list .i-year {
    float:right;
    width:50%
}
.about2-page .i-history .history-list .list .i-year .year1 {
    padding:38px 30px 0 8%
}
.about2-page .i-history .history-list .list .i-year .year1 h3 {
    font-size:36px;
    font-weight:700;
    line-height: 1;
    color: #1b4ba0;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
    float:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
    background:url(../images/l_03.jpg) no-repeat center;
    right:auto;
    left:-8px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
    float:right;
    text-align:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(1) {
    float:right;
    padding:0 0 0 10px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(2) {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3, .about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
    text-align:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding:32px 8% 0 30px
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .img img {
    padding: 5px;
}
.zoom-out,.zoom-in,.autofit {
    display: none !important;
}
.shouyeh1 {
    display: inline;
}
.heerie {
    width: 376px;
}
.hewuzhenghe {
    font-size: 20px;
    letter-spacing: .2em;
    color: #1b4ba0;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.liwutecv {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #222;
    text-align: center;
}
.yanse {
    background: #fff !important;
}
@media screen and (max-width: 1000px){
    .wushengs {
        display: none !important;
    }


}
.biaoti {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    color: #222;
    text-align: center;
}
.ahanbgyezhis {
    background: #f5f5f5;
    padding-top: 79px;
    padding-left: 90px;
    padding-right: 90px;
    padding-block-start: 39px;
    padding-block-end: 41px;
    /*height: 536px;
    overflow-y: auto;*/
    font-size: 16px;
    line-height: 2;
}
.ahanbgyezhis h3 {
    font-size: 32px;
    font-weight: 600;
}
.ahanbgyezhis h2 {
    font-weight: 600;
}
.inner-page,.map {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 700px) {

    .about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
        width: 100%;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        padding: 10px;
    }
    .about2-page .i-history .history-list .list .i-year .year1 h3 {
        font-size: 24px;
    }
    .about2-page .i-history .history-list .list p {
        font-size: 12px;
    }
    .about2-page .about-1 .top .left h3 {
        font-size: 28px;
        line-height: 1.2;
    }
    .about2-page .about-1 .top .left h6 {
        font-size: 22px !important;
    }

    .about2-page .text {
        font-size: 14px;
    }
    .about2-page .i-history .history-list .list .i-text,
    .about2-page .i-history .history-list .list .i-year {
        width: 100%;
        float: none;
    }
    .about2-page .i-history .history-list .list .i-year .year1,
    .about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
        padding: 15px;
        text-align: left !important;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        text-align: left;
        width: 100%;
    }
    .about2-page .i-history .history-list .list:nth-child(2n) .i-year h3, .about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
        text-align: left;
    }
    .about2-page .i-history .history-list .list .i-text:after {
        display: none;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(2),
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(1) {
        width: 100% !important;
        padding: 0 !important;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .img img {
        padding: 0;
    }
    .about2-page .i-history .history-list:after {
        display: none;
    }
    .about2-page .i-history .history-list .list p {
        line-height: 1.8;
    }
    .font-18 {
        font-size: 15px;
    }
    #about-2 ul li {
        padding: 5px;
    }
    #about-2 ul {
        margin: -5px;
    }
    #about-2 ul li h6 {
        font-size: 14px;
        margin: 15px 0 0;
    }
    table tbody {
        white-space: nowrap;
    }
    .prodet-page .prodet-2 .mml-text>div.table table tbody {
        min-width: 700px !important;
        white-space: normal;
    }
}
.inner-page h4.tt {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 45px;
}
.inner-page h4.tt:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2a2a2a;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.font-16,.font-18 {
    line-height: 2
}

.font-50 {
    line-height: 1.2
}

.font-20,.font-22 {
    line-height: 1.8
}

.font-36,.font-32,.font-26,.font-24 {
    line-height: 1.6
}

.font-34 {
    font-size: 34px
}

.font-50 {
    font-size: 50px
}

.font-17 {
    font-size: 17px
}

@media screen and (max-width: 1600px) {
    .font-34 {
        font-size:28px
    }

    .font-20 {
        font-size: 16px
    }
}

@media screen and (max-width: 1400px) {
    .font-36 {
        font-size:30px
    }
}

@media screen and (max-width: 1200px) {
    .font-16 {
        font-size: 18px
    }

    .font-20 {
        font-size: 14px
    }

    .font-17 {
        font-size: 14px
    }

    .font-22 {
        font-size: 16px;
        line-height: 2!important
    }
    .font-34 {
        font-size: 22px
    }

    .font-50 {
        font-size: 32px
    }
}

@media screen and (max-width: 1000px) {
    .font-18 {
        font-size: 16px
    }
     .font-16 {
        font-size: 18px;
        line-height: 1.4
    }
}

@media screen and (max-width: 600px) {
    .font-36 {
        font-size: 24px
    }

    .font-50 {
        font-size: 24px;
        line-height: 1.8!important
    }
    #index-body .init-2 .list ul{
      flex-wrap: wrap
    }
        #index-body .init-2 .list ul li{
          width: 100%;
          margin-bottom: 20px
        }
}
.value-page ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    justify-content: space-between
}

.value-page ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.value-page .img {
    width: 50%;
    padding: 10px
}

.value-page .mml-text {
    width: 50%;
    padding: 10px
}

.value-page .mml-text .content {
    max-width: 480px;
    margin: auto
}

.value-page .mml-text .content h2 {
    font-size: 42px
}

.value-page .mml-text .content h2 span {
    display: inline-block;
    border-bottom: 2px solid #6e6e6e
}

@media screen and (max-width: 1000px) {
    .value-page ul li {
        display:block
    }

    .value-page .img {
        width: 100%
    }

    .value-page .mml-text {
        width: 100%;
        margin: 0
    }

    .value-page .mml-text .content {
        max-width: 100%
    }

    .value-page .mml-text .content h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.application-page {
  padding: 8rem 0 5.35rem;
  background: #f2ede6;
  border-radius: 70px 0 0 0 ;
}
.application-page .app-1{
  margin-bottom: 3rem;
  text-align: center;
}
.application-page .app-1 h3{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.application-page .ap-list li {
  margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.application-page .ap-list li .img img{

  max-height: 460px;
  border-radius: 40px;
  width: auto;
}
.application-page .ap-list li .img .imgbox{
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 40px;
}
.application-page .ap-list li .text {
  width: 47.05%;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-size: 16px;
  line-height: 2;
  color: #120e0e;
}
.application-page .ap-list li .text h3 {
  font-size: 50px;
  line-height: 1;
  color: #120e0e;
    margin-bottom: 2.45rem;
    font-weight: bold;
}
.application-page .ap-list li .text .font-16 {
  margin: 1em 0;
}
.application-page .ap-list li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #120e0e;
  margin-top: 2.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.application-page .ap-list li .text strong{
  font-weight: bold;
}
/*.application-page .ap-list li .text .more {
  width: 137px;
  height: 53px;
  background-color: #aaa;
  border-radius: 40px;
  line-height: 48px;
  color: #f4f2e6;
  font-size: 16px;
  margin-top: 2.1rem;
}*/
.application-page .ap-list li .text .products {
  margin-top: 2rem;
}
.application-page .ap-list li .text .products h4 {
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 0.85rem;
  color: #767676;
}
.application-page .ap-list li .text .products .content {
  margin-top: 0.9rem;
}
.application-page .ap-list li .text .products .content ul {
  margin-right: -11px;
}
.application-page .ap-list li .text .products .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.application-page .ap-list li .text .products .content ul .slick-slide {
  padding-right: 11px;
}
.application-page .ap-list li .text .products .content ul li {
  margin-bottom: 0;
}
.application-page .ap-list li .text .products .content ul li a.img-box {
  display: block;
  background: #e9e5df;
  position: relative;
  border-radius: 10px;
}
.application-page .ap-list li .text .products .content ul li a.img-box img {
  width: 100%;
}
.application-page .ap-list li .text .products .content ul li .icon {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .ap-list li .text .products .content ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 30px !important;
}
.application-page .ap-list li .text .products .content ul li h5 {
  font-size: 14px;
  line-height: 2;
  color: #151515;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.application-page .ap-list li .text .products .content ul li:hover .icon {
  opacity: 1;
}

.application-page .ap-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .application-page .ap-list li .text p {
    margin-top: 1rem;
  }
  .application-page .ap-list li .text .more {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text .products {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .ap-list li .img {
    width: 100%;
  }
  .application-page .ap-list li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .ap-list li .text .products h4 {
    font-size: 18px;
  }
}
html {
  font-size: 10px;
}
.prodet-page .prodet-2 .click {
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin-top: -2em;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
  color: #1b4ba0;
}
.prodet-page .prodet-2 {
  overflow: hidden;
}
.prodet-page .prodet-2 .click:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #eee;
  z-index: -2;
}
.prodet-page .prodet-2 .click:after {
  content: '';
  width: 15%;
  background: white;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .down2 {
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.prodet-page .prodet-2 .down2:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
background: transparent;
display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,transparent), color-stop(100%, white)); /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%,  white 100%); /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, white 100%); /* chrome */
    background: -o-linear-gradient(bottom, transparent 0%, white 100%); /* opera */
    background: -ms-linear-gradient(bottom, transparent 0%, white 100%); /* ie */
    background: linear-gradient(to bottom, transparent, white); /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr=' white',GradientType=0)"; /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr=' white',GradientType=0 ); /* 兼容IE5~IE9 */
}
.prodet-page .prodet-2 .down2.active {
  max-height: none;
}
.prodet-page .prodet-2 .down2.active:after {
  display: none;
}
.product-page .sider_bar .sider_right .list ul li {
    margin-bottom: 20px
}

.product-page .sider_bar .sider_right .list ul li:last-child {
    margin-bottom: 0
}

.product-page .sider_bar .sider_right .list ul li .img {
    width: 30%;
    vertical-align: middle
}

.product-page .sider_bar .sider_right .list ul li .img a {
    display: block;
    border: 1px solid #eee;
}

.product-page .sider_bar .sider_right .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle
}

.product-page .sider_bar .sider_right .list ul li .text h4 {
    font-size: 24px
}

.product-page .sider_bar .sider_right .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.8
}
.product-page .sider_bar .sider_right .list ul li .text .btns{
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.product-page .sider_bar .sider_right .list ul li .text .btns .cart {
  margin-left: 30px
}
.product-page .sider_bar .sider_right .list ul li .text .btns .cart .iconfont{
  font-size: 24px;

}
.product2-page .product-3 {
  padding-top: 140px;
  padding-bottom: 40px;
  background: #1b4ba0;
}
.product2-page .product-3 .mbx {
  color: #fff;
  opacity: 0.5;
}
.product2-page .product-3 .navbox {
  margin-top: 70px;
}
.product2-page .product-3 .navbox .ui.container {
  text-align: center;
}
.product2-page .product-3 .navbox .ui.container h1 {
  font-weight: bold;
  color: #fff;
}
.product2-page .product-3 .navbox .ui.container h2 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 35px 0;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
  margin: 30px;
  padding: 0px;
 
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a{
 border: 1px solid transparent;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li.active a,
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li:hover a {
border-color: #fff;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a {
  padding: 15px;
  display: inline-block;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
  width: 69px;
  height: auto;
}
.product2-page .product-3 .navbox .ui.container .navcontent {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content.active {
  height: auto!important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product2-page .product-4 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.product2-page .product-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #aaa;
  text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
  margin-left: 40px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  text-align: center;
  padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
  font-weight: 700;
  position: relative;
  padding: 0 30px;
  margin-top: 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.6;
height: 3.2em;
}
/*.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
}*/
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  filter: grayscale(1);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
  position: relative;
  overflow: hidden;
}
/*.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
  content:"";
  position: absolute;
  bottom:60px;
  width: 100%;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;

}*/
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #1b4ba0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
  color: #1b4ba0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
  background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
  background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
  background: #cf9139;
}
.gxs-cate .ui.container .mainbox .top ul.catelist2 li a{
      width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 5px;
}
.gxs-cate .ui.container .mainbox .top ul.catelist2 li a.active {
  background-color: #1b4ba0;
  color: white;
}
.gxs-cate .ui.container {
    text-align: left
}

.gxs-cate .ui.container h3 {
    color: #1b4ba0;
    font-weight: 400;
    margin: 15px 0
}

.gxs-cate .ui.container p {
    max-width: 680px;
    text-align: left;
    line-height: 2;
    margin-bottom: 45px;
    color: #1b4ba0
}

.gxs-cate .ui.container .mainbox .top ul.catelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.gxs-cate .ui.container .mainbox .top ul.catelist li {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ececec;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-weight: 700;
    color: #1b4ba0;
    cursor: pointer;
    margin-bottom: 5px;
}

.gxs-cate .ui.container .mainbox .top ul.catelist li i {
    display: inline-block;
    position: relative;
    max-width: 30%;
}

.gxs-cate .ui.container .mainbox .top ul.catelist li i img:nth-child(1) {
    opacity: 1
}

.gxs-cate .ui.container .mainbox .top ul.catelist li i img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.gxs-cate .ui.container .mainbox .top ul.catelist li.active {
    background: #1b4ba0;
    color: #fff
}

.gxs-cate .ui.container .mainbox .top ul.catelist li.active i img:nth-child(1) {
    opacity: 0
}

.gxs-cate .ui.container .mainbox .top ul.catelist li.active i img:nth-child(2) {
    opacity: 1
}

.gxs-cate .ui.container .mainbox .top ul.catelist li:last-child {
    margin-right: 0
}

.gxs-cate .ui.container .mainbox .top ul.catelist li i {
    min-width: 30px;
    margin-right: 10px
}

.gxs-cate .ui.container .mainbox .bottom {
    overflow: hidden;
    min-height: 270px
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li {
    position: relative
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img {
    width: 100%
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img.imgs2 {
    display: none
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox {
    overflow: hidden
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text {
    position: absolute;
    width: 80%;
    display: inline-block;
    text-align: left;
    color: #fff;
    left: 0;
    bottom: 40px;
    padding-left: 40px
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text h4 {
    font-weight: 700
}

.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text p {
    line-height: 2;
    opacity: .8;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff
}
.gxs-cate .ui.container .mainbox .top ul.catelist li em {
  line-height: normal;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.product-7 .ui.container .tit {
    color: #1b4ba0;
    font-weight: 700;
    font-size: 68px;
    line-height: 1.6;
    text-transform: uppercase
}

.product-7 .ui.container p {
    margin: 0 auto;
    line-height: 1.6;
}
.product-6 {
  margin: 50px auto;
}
.proborder {
  display: block;
  position: relative;
}
.proborder img{
  width: 100%;
}
.proborder:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url('/walson-elec/2024/01/02/p5.png') center center no-repeat;*/
  background-size: 100% 100%;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        /*margin-top: 30px;*/
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #1b4ba0;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #1b4ba0;
        color: #1b4ba0;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #1b4ba0;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #1b4ba0;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: #1b4ba0;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
        letter-spacing: 0
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .seoPublic .Auxil-through a:hover {
        background: #1b4ba0;
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #1b4ba0;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #1b4ba0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #1b4ba0;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #1b4ba0;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
        #footer2 .left .box2 .slide .info,#footer2 .left .box2 .slide .nav,
        #footer2 .right .form ul li input[type=text], #footer2 .right .form ul li textarea,
        #footer2 .right .form ul li button,#footer2 .right .form ul li span {
          font-size: 14px;
        }
        #footer2 .left .box2 .slide span.h6,#footer2 .right .share span,
        #footer2 .right .share ul li {
          font-size: 24px;
        }
        #footer2 .right .form ul li h4 {
          font-size: 20px;
        }
     
      #index-body .init-3 .left .list ul li:nth-child(even) {
        margin-top: 150px;
      }
      #index-body .init-3 .left .list ul li span.dots {
        width: 170%;
      }
      #index-body .init-3 .left .list ul li span.dots {
            -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
      }
      #index-body .init-3 .right span.icon {
        width: 300px;
        height: 300px;
      }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #1b4ba0;
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
        #footer2 .left .box2 .slide:nth-child(2) {
          display: none;
        }
        #footer2 .left .box2 .slide:nth-child(1) {
          width: 100%;
          padding-right: 0;
        }
        #footer2 .left .box2 .slide:nth-child(3) {
          width: 100%;
          margin-top: 20px;
          padding-left: 0;
        }
        #footer2 .left,
        #footer2 .right {
          width: 100% !important;
          padding: 0;
        }
        #footer2 .right {
          margin-top: 10px;
        }
        .product-page .sider_bar .sider_right .list ul li .text,
        .product-page .sider_bar .sider_right .list ul li .img {
          width: 100%;
          padding: 0;
        }
     
        .inner-banner ul li,.inner-banner ul li img {
          height: 100% !important;
        }
        .inner-banner ul li img {
          width: auto;
          max-width: none;
          min-width: 100%;
        }
        .product-7 .ui.container .tit {
        font-size: 36px;
      }
      .contact-page .contact-1 .left {
        width: 100%;
        padding: 0;
      }
      .contact-page .contact-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
      }
      .contact-page .contact-2 .form ul li {
        padding: 10px;
      }
      .font-16 {
        font-size: 16px;
        line-height: 1.2
      }
      #faq ul li h4 {
        font-size: 16px;
      }
      #banner .search {
        display: none;
      }
    }
    @media screen and (max-width: 700px) {
      .product-6.app {
        display: none !important;
      }
      .product-6.app+.product-7 {
        padding-top: 40px;
      }
      .product-7 .ui.container .tit {
        font-size: 28px;
      }
      #footer2 .right .form ul li:nth-last-child(2),
      #footer2 .right .form ul li:nth-last-child(1) {
        width: 50%;
      }
      .font-16 {
        font-size: 14px;
        line-height: 2;
      }
  
      .product-page .sider_bar .sider_right .list ul li .text h4 {
        font-size: 20px;
        margin-top: .5em;
      }
      .product-page .sider_bar .sider_right .list ul li .text .content {
        font-size: 16px;
      }
   
      #index-body .init-1 .list ul li .box span.h6 {
        font-size: 14px;
        margin: .3em;
        -webkit-line-clamp:3;
        height: 4.2em;
      }
      #index-body .init-1 .list ul li {
        padding: 5px;
      }
      #index-body .init-1 .list ul {
        margin: -5px;
      }
    }
    .qr {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: #1b4ba0;
    color: white;
    right: 20px;
    bottom: 40px;
    font-size: 24px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0,0,0,.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
    margin-bottom: 65px;
    }
    .qr #ewm {
      width: 120px;
      position: absolute;
      right: 100%;
      bottom: 0;
      border: 3px solid white;
      display: none;
    }
    .qr:hover #ewm {
      display: block;
    }
    #Pop_UpsBtn{
      display: none!important;
    }
    /*---seo start---*/
    .wanshen h1 {
    display: inline;
}
a.foota.hidden {
    float: right;
    display: block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    /*---seo end---*/
.prodet-page .prodet-2 .mml-text.down2>div.table table tbody td {
  font-size: 18px;
  padding: .4em;
}
@media screen and (max-width: 1400px) {
.prodet-page .prodet-2 .mml-text.down2>div.table table tbody td {
  font-size: 16px;
  white-space: nowrap;
}
}
@media screen and (max-width: 700px) {
.prodet-page .prodet-2 .mml-text.down2>div.table table tbody td {
  font-size: 14px;
}
}

.sider_bar .sider_left.newdet {
  width: 40%;
}
.sider_bar .sider_left.newdet img {
  width: 100%;
}
.sider_bar .sider_left.newdet+.sider_right {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  html {
    zoom: 1 !important;
  }
  .newdet-page .mml-text h1 {
    font-size: 20px;
  }
  .font-14 {
    font-size: 14px;
  }
  .related-product .list .ld-sp .ld-sp-btn {
    position: static;
  }
  .sider_bar .sider_left.newdet {
  width: 40%;
  display: none;
}
.sider_bar .sider_left.newdet+.sider_right {
  width: 100%;
}
}
.sider_bar .sider_left.newdet img {
  margin-bottom: 10px;
}
.inner-page.newdet-page.wid .ui.container {
  max-width: 1200px;
}
.honorList .slick-track {
  display: flex;
  align-items: center;
}
.honorList {
  margin-top: 50px;
}
.honorList ul {
  margin: -15px;
}
.honorList ul li {
  padding: 15px;
}

#index-body .init-1 {
  padding-top: 70px;
}
#index-body .init-1 a.more {
  position: relative;
  z-index: 1;
  background: #1b4ba0;
  color: white;
}
#index-body .init-1 .list {
  padding: 4px 0;
  margin: 40px 0;
}
#index-body .init-1 .list ul {
  margin: -10px;
}
#index-body .init-1 .list ul li {
  padding: 10px;
}
#index-body .init-1 .list ul li .box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
}
#index-body .init-1 .list ul li .box a.img-box {
  display: block;
}
#index-body .init-1 .list ul li .box span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
  line-height: 1.4;
  margin: .8em 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box span.h6:hover {
  color: #1b4ba0;
}
#index-body .init-2 {
  padding: 90px 0 70px;
  position: relative;
}
#index-body .init-2:before {
  content: '';
  width: 100%;
  height: 52%;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index-body .init-2 .box {
  margin-top: 40px;
}
#index-body .init-2 .box .left {
  padding-right: 1.5%;
  vertical-align: middle;
}
#index-body .init-2 .box .left .img {
  height: 485px;
  background-size: cover;
  background-position: center center;
}
#index-body .init-2 .box .right {
  padding-left: 5%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-2 .box .right:before,
#index-body .init-2 .box .right:after {
  content: '';
  width: 1px;
  position: absolute;
  left: 3%;
  top: -10%;
  background: #dbdbdb;
  height: 120%;
}
#index-body .init-2 .box .right:after {
  height: 22%;
  background: #1b4ba0;
}
#index-body .init-2 .box .right span.h3 {
  font-size: 32px;
  color: #1b4ba0;
  font-weight: bold;
  line-height: 1.8;
  max-width: 460px;
  display: block;
}
#index-body .init-2 .box .right .text {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.6;
  margin: 1.5em 0 3em;
  padding-right: 5%;
}
#index-body .init-2 .box .right a.more {
  line-height: 2.72727273em;
  height: 2.72727273em;
  padding: 0 1.81818182em;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right a.more img {
  margin-left: 1.13636364em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right a.more:hover {
  background: #1b4ba0;
  color: white;
  border-color: #1b4ba0;
}
#index-body .init-2 .box .right a.more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-2 .list {
  margin-top: 70px;
}
#index-body .init-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#index-body .init-2 .list ul li {
  width: auto;
  text-align: center;
}
#index-body .init-2 .list ul li span.h6 {
  font-size: 43px;
  font-weight: bold;
  color: #2a2a2a;
  display: block;
  line-height: 1;
  margin-bottom: .5em;
}
#index-body .init-2 .list ul li span.h6 sub {
  font-size: 0.46511628em;
  vertical-align: baseline;
}
#index-body .init-2 .list ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 1.2;
}
#index-body .init-3 {
  padding: 110px 0 65px;
  overflow: hidden;
}
#index-body .init-3 .left {
  width: 65%;
  vertical-align: bottom;
  margin-bottom: 5%;
  padding-right: 10%;
}
#index-body .init-3 .left .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#index-body .init-3 .left .list ul li {
  width: auto;
  position: relative;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
#index-body .init-3 .left .list ul li span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 1.2;
  margin-bottom: 1.5em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .left .list ul li span.icon {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #aeaeae;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 auto;
}
#index-body .init-3 .left .list ul li span.icon:before {
  content: '';
  width: 116%;
  height: 116%;
  position: absolute;
  left: -8%;
  top: -8%;
  background: url("../images/icon-3-cbg.png") top left no-repeat;
  background-size: 100% auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6;
  -webkit-transition: .5s opacity,.5s filter;
  -moz-transition: .5s opacity,.5s filter;
  transition: .5s opacity,.5s filter;
  -webkit-animation: xz 8s linear infinite;
  -moz-animation: xz 8s linear infinite;
  animation: xz 8s linear infinite;
}
#index-body .init-3 .left .list ul li span.dots {
  position: absolute;
  left: 50%;
  top: 65%;
  height: 1px;
  width: 220%;
  background: #aeaeae;
  z-index: -1;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#index-body .init-3 .left .list ul li span.dots i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e1e1e1;
  -webkit-animation: hz 5s infinite;
  -moz-animation: hz 5s infinite;
  animation: hz 5s infinite;
}
#index-body .init-3 .left .list ul li span.dots i:nth-child(2) {
  width: 13px;
  height: 13px;
  background: #aeaeae;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .init-3 .left .list ul li span.dots i:nth-child(3) {
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-3 .left .list ul li:nth-child(even) {
  margin-top: 250px;
}
#index-body .init-3 .left .list ul li:nth-child(even) span.dots {
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
}
#index-body .init-3 .left .list ul li.active span.h6 {
  color: #1b4ba0;
}
#index-body .init-3 .left .list ul li.active span.icon {
  background: #1b4ba0;
}
#index-body .init-3 .left .list ul li.active span.icon:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
#index-body .init-3 .right {
  width: 35%;
  vertical-align: bottom;
}
#index-body .init-3 .right span.icon {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background: #d2d2d2;
  padding: 20px;
  display: block;
  position: relative;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#index-body .init-3 .right span.icon i.bg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#index-body .init-3 .right span.icon i.dots {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  border: 1px solid #d2d2d2;
  -webkit-animation: xz 15s linear infinite;
  -moz-animation: xz 15s linear infinite;
  animation: xz 15s linear infinite;
}
#index-body .init-3 .right span.icon i.dots:after {
  content: '';
  background: #d2d2d2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: inherit;
}
#index-body .init-3 .right span.icon i.dots.small {
  width: 114%;
  height: 114%;
  left: -7%;
  top: -7%;
}
#index-body .init-3 .right span.icon i.dots.small:after {
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
}
#index-body .init-3 .right span.icon i.dots.big {
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  animation-direction: reverse;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  animation-duration: 20s;
}
#index-body .init-3 .right span.icon i.dots.big:after {
  width: 20px;
  height: 20px;
  left: 100%;
  top: 50%;
}
#index-body .init-3 .right .content {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .right .content:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  left: -15%;
  bottom: 40%;
  z-index: -1;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(75%, white));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, white 75%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, white 75%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, white));
  background: -webkit-linear-gradient(top, transparent, white 75%);
  background: -moz-linear-gradient(top, transparent, white 75%);
  background: linear-gradient(to bottom, transparent, white 75%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='white',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='white', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-3 .right .content span.h6 {
  font-size: 32px;
  color: #1b4ba0;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-3 .right .content span.h6:after {
  content: '';
  width: 3.21875em;
  height: 0.1875em;
  display: block;
  background: #1b4ba0;
  margin-top: .5em;
}
#index-body .init-3 .right .content .text {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 1.8;
  margin: 1em 0 2em;
}
#index-body .init-3 .right .content a.more {
  background: #1b4ba0;
  color: white;
  border-color: #1b4ba0;
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right .content a.more img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right .content a.more:hover {
  background: white;
  color: #1b4ba0;
}
#index-body .init-3 .right .content a.more:hover img {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-3 .right .slick-list {
  overflow: unset;
}
#index-body .init-4 {
  padding: 85px 0 65px;
  background: url("/walson-elec/2023/12/28/ttt.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
#index-body .init-4 .left {
  width: 100%;
  vertical-align: middle;
}
#index-body .init-4 .left span.h3 {
  font-size: 63px;
  font-weight: bold;
  line-height: 1.4;
}
#index-body .init-4 .left span.h3 em {
  color: transparent;
  -webkit-text-stroke: 2px white;
}
#index-body .init-4 .left span.h3:after {
  content: '';
  width: 2.01587302em;
  height: 0.07936508em;
  display: block;
  background: white;
  margin-top: .3em;
  margin-left: 0;
}
#index-body .init-4 .left .text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1.5em;
}
#index-body .init-4 .right {
  width: 100%;
  vertical-align: middle;
  margin-top: 60px;
}
#index-body .init-4 .right .list {
  padding-bottom: 60px;
  overflow: hidden;
}
#index-body .init-4 .right .list .slick-list {
  overflow: unset;
}
#index-body .init-4 .right .list ul {
  margin: -10px;
}
#index-body .init-4 .right .list ul li {
  padding: 10px;
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  top: 0;
}
#index-body .init-4 .right .list ul li .box2 {
  display: block;
  background: white;
  margin-top: 25px;
  text-align: center;
  transition: .5s;
}
#index-body .init-4 .right .list ul li .box2 a.img-box {
  display: block;
  overflow: unset;
}
#index-body .init-4 .right .list ul li .box2 a.img-box img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-4 .right .list ul li .box2 a.img-box span {
  font-size: 63px;
  -webkit-text-stroke: 1px white;
  line-height: 1;
  position: absolute;
  left: .2em;
  top: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 1;
  color: transparent;
  font-weight: bold;
}
#index-body .init-4 .right .list ul li .box2 span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 1.5em 0;
  padding: 0 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2em;
  height: 2.4em;
  display: inline-block;
  width: 100%;
  transition: .5s;
}
#index-body .init-4 .right .list ul li .box2:hover {
  background-color: #1b4ba0;
}
#index-body .init-4 .right .list ul li .box2:hover span.h6 {
  color: white;
}
/*#index-body .init-4 .right .list ul .slick-current li {
  top: 60px;
}*/
#index-body .init-4 .dots {
  /*margin-top: 90px;*/
  text-align: center;
}
#index-body .init-4 .dots ul li {
  margin: 0 10px;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #848484;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .dots ul li button {
  display: none;
}
#index-body .init-4 .dots ul li.slick-active {
  background: white;
}
#index-body .init-5 {
  padding: 110px 0 140px;
  background: #f4f4f4;
}
#index-body .init-5 .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-5 .box a.img-box {
  background-size: cover;
  display: block;
  background-position: center;
}
#index-body .init-5 .box span.h6 {
  font-size: 23px;
  font-weight: bold;
  color: #1b4ba0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .box .text {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 1.6;
}
#index-body .init-5 .box .left {
  width: 35%;
  padding-right: 20px;
}
#index-body .init-5 .box .left .box2 {
  padding: 25px;
  background: white;
  -o-box-shadow: 0 0 16px rgba(201, 201, 201, 0.56);
  -webkit-box-shadow: 0 0 16px rgba(201, 201, 201, 0.56);
  box-shadow: 0 0 16px rgba(201, 201, 201, 0.56);
  padding-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box .left .box2 a.img-box {
  height: 235px;
}
#index-body .init-5 .box .left .box2 span.h6 {
  margin-top: 1em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-5 .box .left .box2 .text {
  text-align: left;
}
#index-body .init-5 .box .left .box2 a.more {
  border: 2px solid #1b4ba0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #1b4ba0;
  background: white;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .left .box2 a.more img {
  -webkit-filter: unset;
  filter: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .left .box2 a.more:hover {
  background: #1b4ba0;
  color: white;
}
#index-body .init-5 .box .left .box2 a.more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-5 .box .left .box2 i.border:before,
#index-body .init-5 .box .left .box2 i.border:after {
  content: '';
  width: 65px;
  height: 90px;
  position: absolute;
  z-index: -1;
}
#index-body .init-5 .box .left .box2 i.border.top:before,
#index-body .init-5 .box .left .box2 i.border.top:after {
  top: 0;
  border-top: 2px solid #1b4ba0;
}
#index-body .init-5 .box .left .box2 i.border.bottom:before,
#index-body .init-5 .box .left .box2 i.border.bottom:after {
  bottom: 0;
  border-bottom: 2px solid #1b4ba0;
}
#index-body .init-5 .box .left .box2 i.border:before {
  border-left: 2px solid #1b4ba0;
  left: 0;
}
#index-body .init-5 .box .left .box2 i.border:after {
  border-right: 2px solid #1b4ba0;
  right: 0;
}
#index-body .init-5 .box .right {
  width: 65%;
}
#index-body .init-5 .box .right .list {
  height: 100%;
}
#index-body .init-5 .box .right .list ul {
  height: inherit;
}
#index-body .init-5 .box .right .list ul li {
  height: 50%;
}
#index-body .init-5 .box .right .list ul li .box2 {
  background: white;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-5 .box .right .list ul li .box2 .img {
  width: 55%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-5 .box .right .list ul li .box2 .img a.img-box {
  height: 100%;
}
#index-body .init-5 .box .right .list ul li .box2 .content {
  width: 45%;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 3%;
  position: relative;
}
#index-body .init-5 .box .right .list ul li .box2 .content .text {
  margin-top: 1em;
}
#index-body .init-5 .box .right .list ul li:first-child {
  padding-bottom: 12px;
}
#index-body .init-5 .box .right .list ul li:last-child {
  padding-top: 12px;
}
#index-body .init-5 .box .right .list ul li:nth-child(even) .box2 .img {
  left: 45%;
}
#index-body .init-5 .box .right .list ul li:nth-child(even) .box2 .content {
  left: -55%;
}
#index-body .init-6 {
  padding: 45px 0;
}
#index-body .init-6 .list ul {
  margin: -10px;
}
#index-body .init-6 .list ul li {
  padding: 10px;
}
#index-body .init-6 .list ul li img {
  display: block;
  margin: 0 auto;
}


/*-------------seo start-------------*/
.cont.f-18 h1 {
    display: inline;
}
a.yejiaolele {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}









/*-------------seo end-------------*/


.tagTop span.tag {
  height: 2.2em;
  padding: 0 1.6em;
  border-radius: 1.1em;
  background-color: #f7f7f7;
  color: #333;
}
.tagTop .cart {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #f7f7f7;
  color: #333;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  display: flex;
  justify-content: center;
  align-items: center
}
.tagTop .cart i {
  font-size: 1.5em;
}

li .tagTop .cart:hover,
.tagTop .cart.active {
  color: white;
  background-color: #1b4ba0;
}
.contact-page .contact-11 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 100px 0;
  align-items: flex-start;
      -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact-page .contact-11 .cart-page ul {
  max-height: 800px;
  overflow: auto;
  margin-bottom: 15px;
}
.contact-page .contact-11 .cart-page ul::-webkit-scrollbar {
  width: 14px;
}
.contact-page .contact-11.cart .right{
  width: 50%
}
.contact-page .contact-11.cart .right ul{
  margin-top: 40px
}
.contact-page .contact-11.cart .left {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  /*position: sticky;
  top: 35%;*/
  width: 40%;
  padding-right: 0
}

.cart-page {
  margin-top: 20px;
}
.cart-page li {
  margin-bottom: 10px;
  border: 1px solid #666;
  padding: 15px;
}
.cart-page li .img {
  width: 20%;
}
.cart-page li .box2 {
  position: relative;
}
.cart-page li .text {
  width: 80%;
  padding-left: 15px;
  padding-right: 20px;
}
.cart-page li .text h4 {
  font-size: 16px;
  display: block;
  word-break: break-word;
}
.cart-page li .text .color span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.cart-page li .text textarea,
.cart-page li .text input {
  width: 100%;
  height: 80px;
  resize: vertical;
  font-size: 14px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #eee;
}
.cart-page li .text input {
  height: 30px;
  /*margin-bottom: 5px;*/
  padding: 0 10px;
  text-align: center;
}
.cart-page li .text em {
  width: 30px;
  border: 1px solid #eee;
  cursor: pointer;cursor: hand;
  display: flex
}
.cart-page li .text i.del {
  cursor: pointer;
  cursor: hand;
}

.contact-page2 .form li {
  padding: .5em 0;
  position: relative;
}
.contact-page2 .form li span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #eee;
  width: 100%;
}
.contact-page2 .form li span:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
  width: 0;
}
.contact-page2 .form li input,
.contact-page2 .form li textarea {
  width: 100%;
  border: none;
}
.contact-page2 .form li input:focus ~ span:before,
.contact-page2 .form li textarea:focus ~ span:before {
  width: 100%;
}
.contact-page2 .form li textarea {
  height: 100px;
}
.contact-page2 .form li button {
  border: none;
}
.contact-page2 .info {
  color: #333;
}
.contact-page2 .info i {
  color: var(--color);
  font-size: 1.2em;
}
.contact-page2 iframe {
  border: none;
  display: block;
}

@media screen and (max-width: 1000px){
  /*.contact-page .contact-11 .box{
    flex-direction: row
  }*/
  .contact-page .contact-11.cart .left{
    position: static;
    order: 2;
    margin-top: 40px
  }
  .contact-page .contact-11 .box{
    padding: 50px 0;
  }
}

@media screen and (max-width: 1250px) {
  #header {
    display: block
  }
  #header .h-top{
    display: none
  }
  #header.active{
    top: 0px;
  }
  #header .nav .ui.menu .menu-box{
    display: none
  }
  #header .nav .logo{
    zoom: 0.6
  }
 #header::after{
   width: 100%
 }
  #header .nav .ui.menu{
    justify-content: center
  }
  #header .nav .logo{
    display: block
  }
  #header.active .nav .logo{
    margin: 0
  }
}