@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.woff2') format('woff2'), url('../fonts/Arial.ttf') format('truetype'), url('../fonts/Arial.eot') format('embedded-opentype'), url('../fonts/Arial.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Bold.woff2') format('woff2'), url('../fonts/Arial-Bold.ttf') format('truetype'), url('../fonts/Arial-Bold.eot') format('embedded-opentype'), url('../fonts/Arial-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .rfvghbh, .dfsef {
    display: none !important;
  }
}
body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #046bb0;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1600px;
}
.page-header01{
  position: fixed;
  width: 100%; 
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.8;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
#index-body .homepage-3 .top .left h1{
  display: inline;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
    font-size: 0;
  }

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color: #000;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-sizing: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 80px;
  height: 65px;
  width: 100%;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 50px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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;
  font-size: 18px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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 ul.sub-menu li:hover > ul {
  display: block;
}
#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 .right form {
  position: relative;
}
#header .nav .ui.menu .right form input[type='text'] {
  width: 200px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 60px;
}
#header .nav .ui.menu .right form input[type='submit'] {
  width: 30px;
  height: 30px;
  border: none;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: center;
}
.language-box .zhuyu span {
  font-size: 16px;
  margin: 0 10px;
}
.language-box .zhuyu i {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 60px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 35px;
  color: white;
  border: 1px solid var(--color);
}
.more.small {
  height: 45px;
}
.more.small span {
  font-size: 12px;
}
.more:hover {
  color: var(--color);
  background-color: transparent;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.more.white {
  background-color: white;
  border-color: white;
  color: var(--color);
}
.more.white:hover {
  color: white;
  background-color: transparent;
}
h2.h-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
h2.h-title em {
  color: var(--color);
}
h2.h-title.line::after {
  content: '';
  display: block;
  width: 75px;
  height: 2px;
  background-color: var(--color);
  margin: 20px auto 0;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@-moz-keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
@keyframes img_up {
  0% {
    bottom: 85px;
  }
  50% {
    bottom: 105px;
  }
  100% {
    bottom: 85px;
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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%);
}
#banner .banner-content .slickDots {
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content .slickDots ul.slick-dots li {
  background: white;
  width: 10px;
  height: 10px;
  border-color: transparent;
  margin: 0 10px;
}
#banner .banner-content .slickDots ul.slick-dots li.slick-active {
  background: var(--color);
}
#index-body .homepage-1 {
  position: relative;
  background: #f2f2f2;
}
#index-body .homepage-1 .bottom {
  margin-top: 35px;
}
#index-body .homepage-1 .bottom ul {
  margin: -15px -14px;
}
#index-body .homepage-1 .bottom ul .slick-slide > div,
#index-body .homepage-2 .bottom ul .slick-slide > div{
  height: auto;
}
#index-body .homepage-1 .bottom ul li {
  padding: 15px 14px;
}
#index-body .homepage-1 .bottom ul li .box {
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box:hover h4 {
  color: white;
  background-color: rgba(4, 107, 176, 0.8);
}
#index-body .homepage-1 .bottom ul li .box h4 {
  font-size: 18px;
  font-weight: 700;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 {
  position: relative;
  background: #eee;
}
#index-body .homepage-2 .bottom {
  margin-top: 50px;
}
#index-body .homepage-2 .bottom ul {
  margin: -15px -14px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 15px 14px;
}
#index-body .homepage-2 .bottom ul li .box {
  position: relative;
  background-color: white;
}
#index-body .homepage-2 .bottom ul li .box a.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 65px 0 50px;
  font-size: 18px;
  height: 45px;
  background-color: #e6e6e6;
  border-top-left-radius: 25px;
}
#index-body .homepage-2 .bottom ul li .box a.btn:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 {
  background: url('../images/cul-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 .top .left {
  padding-top: 15px;
}
#index-body .homepage-3 .top .left .h-title {
  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;
}
#index-body .homepage-3 .top .left .h-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: black;
  margin-left: 25px;
}
#index-body .homepage-3 .top .left a.more {
  height: 45px;
}
#index-body .homepage-3 .top .left a.more span {
  font-size: 12px;
}
#index-body .homepage-3 .top .right {
  height: webkit-fill-available;
}
#index-body .homepage-3 .top .right .play_box {
  width: 160px;
  height: 160px;
}
#index-body .homepage-3 .top .right .play_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  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%);
  -webkit-animation: scale_play 2s linear infinite;
  -moz-animation: scale_play 2s linear infinite;
  animation: scale_play 2s linear infinite;
}
#index-body .homepage-3 .top .right .play_box a.play {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .homepage-3 .top .right .play_box a.play::before {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  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%);
  -webkit-animation: scale_play 2s linear infinite;
  -moz-animation: scale_play 2s linear infinite;
  animation: scale_play 2s linear infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .homepage-3 .top .right .play_box a.play::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  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%);
  -webkit-animation: scale_play 2s linear infinite;
  -moz-animation: scale_play 2s linear infinite;
  animation: scale_play 2s linear infinite;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#index-body .homepage-3 .bottom {
  margin-top: 60px;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -15px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 5px 15px;
}
#index-body .homepage-3 .bottom ul li .box {
  height: 170px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-3 .bottom .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 5;
  color: transparent;
  background: none;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .slick-arrow:hover {
  background-color: var(--color);
}
#index-body .homepage-3 .bottom .slick-arrow:hover::before {
  color: white;
}
#index-body .homepage-3 .bottom .slick-arrow::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: black;
  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%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .slick-arrow.slick-prev {
  left: -35px;
}
#index-body .homepage-3 .bottom .slick-arrow.slick-next {
  right: -35px;
}
#index-body .homepage-3 .bottom .slick-arrow.slick-next::before {
  content: '\f105';
}
#index-body .homepage-4 {
  position: relative;
}
#index-body .homepage-4 .top {
  margin-top: 35px;
}
#index-body .homepage-4 .top .content {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
#index-body .homepage-4 .top .content ul {
  position: relative;
}
#index-body .homepage-4 .top .content ul li {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .homepage-4 .top .content ul li.active {
  z-index: 1;
  opacity: 1;
}
#index-body .homepage-4 .top .content ul li:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-4 .top .img {
  position: relative;
}
#index-body .homepage-4 .top .img img {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-4 .top .img img.active {
  z-index: 1;
  opacity: 1;
}
#index-body .homepage-4 .top .img img:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-4 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 5;
}
#index-body .homepage-4 .bottom ul {
  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 .homepage-4 .bottom ul li {
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
}
#index-body .homepage-4 .bottom ul li.active .box {
  background-color: var(--color);
}
#index-body .homepage-4 .bottom ul li .box {
  height: 125px;
  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: 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: 0 60px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .homepage-5 .content {
  margin: 70px 0 60px;
}
#index-body .homepage-5 .content .right{
   background-color: #eee;
}
#index-body .homepage-5 a.more span {
  font-size: 12px;
}
#footer {
  color: white;
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
}
#footer .top {
  max-width: 75%;
  margin: auto;
}
#footer .top ul li {
  color: white;
}
#footer .top ul li h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 35px;
}
#footer .top ul li span {
  font-size: 18px;
}
#footer .top ul li.logo {
  max-width: 360px;
}
#footer .top ul li.logo h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
#footer .top ul li.logo .list .icon {
  width: 40px;
}
#footer .top ul li.logo .list span {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#footer .top ul li.form h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
#footer .top ul li.form form {
  max-width: 640px;
}
#footer .top ul li.form form ul {
  width: 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;
  margin: -10px -5px;
}
#footer .top ul li.form form ul li {
  padding: 10px 5px;
  position: relative;
}
#footer .top ul li.form form ul li label {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
#footer .top ul li.form form ul li input[type='text'] {
  width: 100%;
  height: 38px;
  padding: 0 15px;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 16px;
  line-height: 1;
  position: relative;
  border-radius: 35px;
}
#footer .top ul li.form form ul li textarea {
  width: 100%;
  height: 85px;
  border: 1px solid white;
  background: transparent;
  padding: 15px;
  border-radius: 25px;
  color: white;
}
#footer .top ul li.form form ul li input[type='submit'] {
  background: white;
  border: 1px solid white;
  border-radius: 35px;
  color: var(--color);
  padding: 0 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  text-transform: uppercase;
  margin: 25px auto 0;
  height: 45px;
  display: block;
}
#footer .top ul li.form form ul li input[type='submit']:hover {
  background-color: transparent;
  color: white;
}
#footer .bottom {
  position: relative;
  z-index: 2;
  padding: 50px 0 35px;
  max-width: 75%;
  margin: auto;
}
#footer .bottom span {
  font-size: 14px;
  color: white;
  font-weight: 300;
}
#footer .bottom span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .bottom span a.copyright:hover {
  border-color: white;
}
#footer .bottom span img {
  width: auto;
  height: 14px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-4 .top .img img:first-child {
    height: 560px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #footer .top ul li.form {
    max-width: 50%;
  }
}
@media screen and (max-width: 1450px) {
  #footer .top,
  #footer .bottom {
    max-width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .mobile-menu-wrap01~#banner,
  .mobile-menu-wrap01~.inner-banner {
    margin-top: 60px !important;
  }
  #index-body .homepage-3 .bottom .slick-arrow.slick-prev {
    left: 0;
  }
  #index-body .homepage-3 .bottom .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content .slickDots {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  .more {
    height: 40px;
    padding: 0 20px;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .homepage-3 .top .left {
    padding-top: 0;
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-4 .top .content ul li .text {
    width: 100%;
  }
  #footer .top ul li.form form ul li {
    width: 100%;
  }
  #footer .top ul li.logo {
    max-width: 45%;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom span {
    text-align: center;
  }
  #index-body .homepage-4 .bottom ul .slick-current li .box {
    background-color: var(--color);
  }
  #index-body .homepage-4 .top .img img:first-child {
    height: 420px;
  }
  h2.h-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #footer .top ul li.form {
    max-width: 100%;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-4 .top .img img:first-child {
    height: 100%;
  }
  #index-body .homepage-5 .content .img{
    width: 100%;
  }
  #index-body .homepage-5 .content .right{
    width: 100%;
  }
  #index-body .homepage-5 ul li .box .img {
    width: 100%;
  }
  #index-body .homepage-5 ul li .box .text {
    width: 100%;
  }
  #index-body .homepage-4 .top {
    padding-bottom: 200px;
    padding-top: 55px;
  }
  #index-body .homepage-4 .top .content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-4 .top .img {
    position: absolute;
    inset: 0;
  }
  #index-body .homepage-4 .top .content ul li .text h4 {
    font-size: 20px;
  }
}





.inner-banner{
  position: relative;
  margin-top: 65px;
  padding: 85px 0;
  color: white;
}
.inner-banner .bg{
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner h2{
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.2;
}
.inner-banner .mbx{
  font-size: 16px;
}
.inner-banner .mbx i{
  font-size: 20px;
  margin-right: 15px;
  margin-top: -5px;
}
.inner-page .container{
  max-width: 1200px;
}
.i-title{
  font-size: 40px;
  font-weight: bold;
}

 .m-page{
  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;
}
.m-page a,
.m-page span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}






.about-page .about-1{
  padding: 85px 0;
}
.about-page .about-1 .right{
  /*padding-top: 35px;*/
  padding-bottom: 35px;
}
.about-page .about-1 .right .content{
  max-height: 320px;
  padding-right: 15px;
  overflow-y: auto;
}
.about-page .about-1 .bottom{
  margin-top: 85px;
  padding: 50px 15px;
  background-color: var(--color);
} 
.about-page .about-1 .bottom .btn{
  display: block;
  width: fit-content;
  text-transform: capitalize;
  background: #fff;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  margin: auto;
}
.about-page .about-2{
  padding: 0 50px 50px;
}
.about-page .about-2 .content{
  overflow: hidden;
}
.about-page .about-2 ul{
  margin: 0 -15%;
}
.about-page .about-2 ul li{
  padding: 0 25px;
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .content {
    max-height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    padding: 35px 0;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-25 {
    font-size: 20px;
  }
  .about-page .about-2 ul{
    margin: 0 -10px;
  }
  .about-page .about-2 ul li{
    padding: 0 10px;
  }
  .about-page .about-1 .left{
    width:100%;
  }
  .about-page .about-1 .right{
    width:100%;
    margin-top: 45px;
    padding: 0;
  }
  .about-page .about-1 .right .content{
    overflow-y: unset;
    max-height: unset;
    padding: 0;
  }
  .about-page .about-1 .bottom {
    margin-top: 45px;
  }
}
@media screen and (max-width: 700px) {
  .i-title {
    font-size: 24px;
  }
}

.gallery-page{
  padding: 35px 0 50px;
}
.gallery-page .gallery-list ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap
}

.gallery-page .gallery-list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px
}

.gallery-page .gallery-list ul li {
    padding: 15px
}

.gallery-page .gallery-list ul li .box {
    height: 100%;
    border-radius: 5px
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: #000;
    color: #fff
}
.download-page{
  padding: 35px 0 50px;
}
.download-page ul {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.download-page ul li{
  padding: 15px 10px;
  background-color: #fff;
  border-bottom: 1px dashed #ddd;
}
.download-page ul li:nth-child(2n) {
  background-color: #EEEEEE;
}
.download-page ul li:hover {
  background-color: rgba(0, 124, 225, 0.1);
}




.news-page .news-1 {
  padding: 15px 0;
  background: #dedede;
  text-align: center;
}
.news-page .news-1 ul {
  margin: -10px;
}
.news-page .news-1 ul li {
  padding: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 ul li i {
  display: block;
  line-height: 102px;
  height: 102px;
}
.news-page .news-1 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-1 ul li h6 {
  font-size: 18px;
  color: var(--color);
}
.news-page .news-1 ul li:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news-page .news-2 {
  padding: 90px 0;
  background: #fff;
}
.news-page .news-2 .list ul li {
  margin-bottom: 40px;
  background: #f4f4f4;
}
.news-page .news-2 .list ul li .left {
  width: 30%;
  vertical-align: middle;
}
.news-page .news-2 .list ul li .left .img {
  height: 310px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.news-page .news-2 .list ul li .right {
  width: 100%;
  vertical-align: middle;
  padding: 30px 4%;
}
.news-page .news-2 .list ul li .right time {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 1.2;
}
.news-page .news-2 .list ul li .right time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-page .news-2 .list ul li .right h3 {
  font-size: 18px;
  color: #4b4b4b;
  font-weight: 700;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-2 .list ul li .right h3:hover {
  color: var(--color);
}
.news-page .news-2 .list ul li .right a.more {
  margin-top: 1em;
}
.news-page .news-2 .list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-3 {
  padding-bottom: 90px;
  background: #ededed;
}
.news-page .news-3 .box {
  padding: 80px 0 100px;
  background: #f3f3f3;
}
.news-page .news-3 .box .left {
  width: 65%;
  padding: 0 4%;
}
.news-page .news-3 .box .left h1 {
  font-size: 28px;
  color: #4b4b4b;
  font-weight: 700;
  line-height: 1.4;
}
.news-page .news-3 .box .left time {
  margin: 25px 0 15px;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 1.2;
}
.news-page .news-3 .box .left time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-page .news-3 .box .left .content {
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news-page .news-3 .box .left .content h4{
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    color:#046bb0;
}
.news-page .news-3 .box .left .content h3 {
  font-size: 24px;
  font-weight: 700;
  border-radius: 12px;
  color: #046bb0;
  line-height: 1.6;
    
}
.news-page .news-3 .box .left .content .squaredotset li {
  list-style: square;
}
.news-page .news-3 .box .left .content strong {
  font-weight: 600;
}
.news-page .news-3 .box .left .content p strong {
  font-weight: 700;
}
.news-page .news-3 .box .left .content h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color:#046bb0;
}
.news-page .news-3 .box .left .content a {
  color: var(--color);
}
.news-page .news-3 .box .left .share {
  padding-top: 20px;
}
.news-page .news-3 .box .left .share h6 {
  font-size: 18px;
  color: #000;
  opacity: .5;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-3 .box .left .share ul {
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-3 .box .left .share ul li {
  margin-left: 12px;
  font-size: 16px;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto;
}
.news-page .news-3 .box .left .share ul li:hover {
  opacity: 1;
  color: var(--color);
}
.news-page .news-3 .box .right {
  width: 35%;
}
.news-page .news-3 .box .right h3.title {
  padding: 30px 5%;
  background: var(--color);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.news-page .news-3 .box .right .list {
  padding: 0 5%;
  background: #fff;
}
.news-page .news-3 .box .right .list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.news-page .news-3 .box .right .list ul li:last-child {
  border-bottom: none;
}
.news-page .news-3 .box .right .list ul li .content h4 {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-3 .box .right .list ul li .content time {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin-top: 12px;
  font-style: italic;
}
.news-page .news-3 .box .right .list ul li .content time img {
  margin-right: 8px;
  max-width: 16px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  top: -2px;
}
.news-page .news-3 .box .right .list ul li .img {
  width: 20%;
  vertical-align: middle;
}
.news-page .news-3 .box .right .list ul li .img a.img-box {
  height: 70px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.newdet-page .news-4 {
  display: block;
  padding: 0 15px;
  margin-top: 50px;
}
.newdet-page .news-4.bg {
  background: #f7f7f7;
}
.newdet-page .news-4 span.h3 {
  display: block;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1em;
}
.newdet-page .news-4 span.h3 em {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.newdet-page .news-4 span.h3 em:after,
.newdet-page .news-4 span.h3 em:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--color);
  width: 1000%;
}
.newdet-page .news-4 span.h3 em:after {
  left: 100%;
}
.newdet-page .news-4 span.h3 em:before {
  right: 100%;
}
.newdet-page .news-4 .playBox {
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 15px;
}
.newdet-page .news-4 .playBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
}
.newdet-page .news-4 .playBox .play img {
  display: block;
  margin: 0 auto 5px;
}
.newdet-page .news-4 .content {
  font-size: 16px;
}
.newdet-page .news-4 .content table tbody {
  table-layout: fixed;
}
.newdet-page .news-4 .content table tr td {
  border: 1px solid #ddd;
  white-space: normal!important;
  word-break: initial;
}
.newdet-page .news-4 .content table tr:nth-child(even) {
  background: #f9f9f9;
}
.newdet-page .news-4 .form ul {
  margin: -25px;
}
.newdet-page .news-4 .form ul li {
  padding: 25px;
}
.newdet-page .news-4 .form ul li input,
.newdet-page .news-4 .form ul li textarea {
  width: 100%;
  line-height: 44px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  background: 0 0;
  font-size: 18px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .news-4 .form ul li input::-webkit-input-placeholder,
.newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-moz-placeholder,
.newdet-page .news-4 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-moz-placeholder,
.newdet-page .news-4 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-ms-input-placeholder,
.newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-webkit-input-placeholder, .newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-moz-placeholder, .newdet-page .news-4 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-moz-placeholder, .newdet-page .news-4 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-ms-input-placeholder, .newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::placeholder,
.newdet-page .news-4 .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:focus,
.newdet-page .news-4 .form ul li textarea:focus {
  border-color: var(--color);
}
.newdet-page .news-4 .form ul li.w-75 {
  width: 75%;
}
.newdet-page .news-4 .form ul li.wid-100 {
  width: 100%;
  text-align: center;
}
.newdet-page .news-4 .form ul li button {
  display: inline-block;
  margin: 0 auto;
  line-height: 65px;
  height: 65px;
  padding: 0 60px;
  background: var(--color);
  color: #fff;
  font-size: 22px;
  border: none;
  transition: 0.5s;
}
.newdet-page .news-4 .form ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.newdet-page .news-4 .form ul li button:hover {
  background: #000;
}
.newdet-page .news-4 .list ul {
  margin: -10px;
}
.newdet-page .news-4 .list ul li {
  padding: 10px;
}
.newdet-page .news-4 .list ul li a.img {
  display: block;
  height: 280px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.newdet-page .news-4 .list ul li h6 {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ededed;
}
@media screen and (max-width: 1450px) {
  .newdet-page .news-4 .list ul li h6 {
    font-size: 18px;
  }
  
  .news-page .news-1 ul li i {
    height: 80px;
    line-height: 80px;
  }
  .news-page .news-1 ul li i img {
    max-height: 100%;
  }
  .news-page .news-3 .box .right h3.title {
    font-size: 24px;
    padding: 1em 5%;
  }
  .news-page .news-3 .box .right .list ul li {
    padding: 10px 0;
  }
  .newdet-page .news-4 .list ul li a.img {
    height: 240px;
  }
  .news-page .news-3 .box {
    padding: 50px 0;
  }
  .news-page .news-2 .list ul li .left .img {
    height: 260px;
  }
  .news-page .news-2 .list ul li .right time {
    font-size: 14px;
  }
  .news-page .news-2 .list ul li .right h3 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1250px) {
  .newdet-page .news-4 .list ul li h6 {
    font-size: 16px;
  }
  
  .news-page .news-2 {
    padding: 50px 0;
  }
  .news-page .news-1 {
    padding: 10px 0;
  }
  .news-page .news-1 ul li i {
    height: 60px;
    line-height: 60px;
  }
  .news-page .news-2 .list ul li .right h3 {
    font-size: 16px;
    margin: 5px 0;
  }
  .news-page .news-3 .box .left {
    width: 100%;
    padding: 0 15px;
  }
  .news-page .news-3 .box .right {
    display: none;
  }
  .news-page .news-3 .box .left h1 {
    font-size: 24px;
  }
  .news-page .news-3 .box .left time {
    margin: 15px 0 10px;
  }
  .newdet-page .news-4 .list ul li a.img {
    height: 200px;
  }
  .newdet-page .news-4 .list ul li h6 {
    padding: 10px;
  }
  .news-page .news-3 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-2 .list ul li .right {
    width: 100%;
    padding: 15px;
  }
  .news-page .news-2 .list ul li .left {
    width: 100%;
  }
  .news-page .news-2 .list ul li .left .img {
    height: 200px;
  }
}
.contact-page{
  padding: 65px 0 55px;
}
.contact-page .icon {
    max-width: 50px;
}
.contact-page ul{
  margin-top: 35px;
}
.contact-page ul li{
  text-align: center;
}
.contact-page ul li h5{
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0;
}
.contact-page ul li p{
  font-size: 20px;
}

.history-page .history-1 .container{
  max-width: 100%;
}
.history-page .history-1{
  padding: 65px 110px;
}
.history-page .history-1 ul:after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
}
.history-page .history-1 ul{
  margin: 0 -5px;
}
.history-page .history-1 ul li{
  position: relative;
  padding: 0 5px;
}
.history-page .history-1 ul li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid var(--color);
    top: 90px;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 4;
    background: #fff;
}
.history-page .history-1 ul li .box{
  padding: 0 10px;
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-page .history-1 ul li .box::after {
  content:"";
  position: absolute;
  right: -6px;
  bottom: 80;
  height: 750px;
  width: 1px;
  background: #eee;
  display: block;
}
.history-page .history-1 ul li .box .icon {
    position: absolute;
    top: 45px;
    z-index: 5;
    padding: 5px;
    max-width: 200px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:2px solid var(--color);
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}
.history-page .history-1 ul li .box:hover .icon {
    opacity: 1;
}
.history-page .history-1 .bg,
.history-page .history-2 .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset:0;
  opacity: 0.2;
}
.history-page .history-2{
  padding: 60px 0;  
}
.history-page .history-2 .content{
  max-width: 85%;
  margin: auto;
}
.history-page .history-2 .content ul .slick-arrow{
  width: 30px;
  height: 65px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  overflow: hidden;
  color: transparent;
  background: transparent;
  border:none;
}
.history-page .history-2 .content ul .slick-arrow:before{
    content:"\e6de";
    font-family: 'iconfont';
    font-size:24px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    color: #333;
}
.history-page .history-2 .content ul .slick-arrow.slick-next:before{
    content:"\e618";
}
.history-page .history-2 .content ul .slick-prev{
  left: -60px;
}
.history-page .history-2 .content ul .slick-next{
  right: -60px;
}
.history-page .history-2 .content ul .slick-dots {
    margin-bottom: 5px;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.history-page .history-2 .content ul .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.history-page .history-2 .content ul .slick-dots li button {
    border: 0;
    background: #b7b7b7;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    font-size: 0;
    cursor: pointer;
    overflow: hiddden;
    z-index: 3;
}

.history-page .history-2 .content ul .slick-dots li button:hover,
.history-page .history-2 .content ul .slick-dots li button:focus {
    outline: none;
}

.history-page .history-2 .content ul .slick-dots li.slick-active button {
    background: #333;
}
@media screen and (max-width: 700px) { 
  .history-page .history-1 {
    padding: 65px 15px;
  }
  .history-page .history-1 ul li .box h4{
    font-size: 20px;
  }
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}







.inner-page .sidebox .sideleft {
  width:calc(100% - 360px);
  padding-left: 40px;
}
.inner-page .sidebox .sideright {
  width: 360px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebox .sideright h2{
  font-weight: bold;
  color: #fff;
  background: var(--color);
  border-radius: 0 20px 0 0;
  text-align: center;
  padding: 14px 8px;
}
.inner-page .sidebox .sideright .wide {
  border: 1px solid var(--color);
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 36px;
  color: #181818;
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul > li > a {
  padding: 15px 18px;
  width: calc(100% - 60px);
}
.inner-page .sidebox .sideright .wide ul li i{
  position: absolute;
  right:15px;
  top:22px;
  font-size: 20px;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a{
  padding: 5px;
  padding-left: 30px;
  font-size: 16px;
}
.product-page .container{
  max-width: 100%;
}
.product-page {
  padding: 35px;
}
.product-page .sidebox .sideleft .top h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  padding-right: 8px;
}
.product-page .sidebox .sideleft .top .desc{
font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #83827F;

    max-height: 150px;
    padding-right: 20px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: var(--color);
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin:-15px -10px;
}
.product-page .sidebox .sideleft .list ul li {
  padding:15px 10px;
}
.product-page .sidebox .sideleft .list ul li .box{
  border:1px solid var(--color);
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
    padding: 15px 8px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    transition:  0.5s;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.product-page .sidebox .sideleft .list ul li .text .btn {
    display: block;
    width: fit-content;
    font-size: 16px;
    border-bottom: 1px solid var(--color);
    padding: 4px 6px;
    margin: 10px auto 0;
    transition:  0.5s;
}
.product-page .sidebox .sideleft .list ul li:hover .text{
  color: white;
  background-color: var(--color);
}
.product-page .sidebox .sideleft .list ul li:hover .btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}
.huhu{
  white-space: nowrap;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 380px;
    display: block;
    float: right;
}
.haha {
  margin-bottom: 40px;
}
.zhishi{
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  text-transform:capitalize;
  font-weight: bold;
  margin-bottom: 30px;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
@media screen and (max-width: 1450px) {
  .product-page .sidebox .sideleft .list ul li{
    width: 33.333333%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }

  .body-overflow-box {
    overflow: hidden !important;
  }
  .prodet-page .prodet-1 .img{
    width: 100%;
  }
  .prodet-page .prodet-1 .text{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
        font-size: 24px;
    }
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .haha, .huhu{
    display: none!important;
  }
  .product-page .sidebox .sideleft .list ul li{
    width: 50%;
  }
}



.prodet-page{
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  width: 46%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 100%;
}
.prodet-page .prodet-1 .left .box .big .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodet-page .prodet-1 .left .box .small .img-box {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.prodet-page .prodet-1 .left .box .big .img-box img {
  width: 100%;
  background: #f2f5fc;
}
.prodet-page .prodet-1 .left .box .small .img-box img {
  width: 100%;
  background: #f2f5fc;
}
.prodet-page .prodet-1 .right {
  width: 54%;
  padding-left: 70px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodet-page .prodet-1 .right .text p i{
  font-size: 24px;
  color: var(--color);
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
}
.prodet-page .prodet-1 .right .ig h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
.prodet-page .prodet-1 .right .ig .con {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-bottom: 30px;
  overflow-y: auto;
  max-height: 460px;
  padding-right: 15px;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    background: #fff;
    margin-top: 30px;
}
.prodet-page .prodet-2 .tit-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .tit{
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: var(--font);
  cursor: pointer;
  margin: 0px 10px 10px 0;
  background: #eee;
  border-radius: 6px;
  display: flex;
}
.prodet-page .prodet-2 .content {
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 30px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4{
  margin-top: 30px;
}
.prodet-page .prodet-4 h2{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 30px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit{
  font-size: 18px;
  margin-bottom: 10px;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
@media screen and (max-width: 1450px) {
 .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .tit {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .tit {
    font-size: 12px;
  }

  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
}
.seoPublic .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom:40px;
  }

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0;
}
.font-16{
  line-height: 2!important;
}
.seoPublic .text a{
  color:#666!important;
}
.rfvghbh{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:400px;
  display:inline-block;
}
.seoPublic .seoIndustry .text h3{
  font-size: 22px!important;
  line-height: 1.8!important;
  font-weight: bold!important;
  color:#046bb0!important;

}