.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  --color: #012f84;
  --color1: #e74249;
  --color2: #517ed2;
  margin: 0 auto;
  color: #072440;
}

.container {
  width: 1730px;
}

.f-color1 {
  color: var(--color1);
}

.bigtt-zt {
  font-weight: 600;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav {
  position: relative;
  height: 116px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 10px;
}

#header .nav .ui.menu {
  border-radius: 10px;
  width: 73%;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  margin: 0 35px;
  font-size: 22px;
  line-height: 1;
  height: 100%;
  color: #fff;
  -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;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
  border-bottom: 2px solid transparent;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color2);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color2);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container 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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  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 .right .h-search01 form {
  position: relative;
}

#header .nav .ui.menu .right .h-search01 form input {
  border: none;
  background-color: transparent;
  color: #fff;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"] {
  width: 200px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 5px 38px 5px 18px;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

#header .nav .ui.menu .right .h-search01 form input[type="submit"] {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/h-ss.png);
  background-repeat: no-repeat;
  background-position: center;
}

#header .nav .ui.menu .right .line {
  display: block;
  width: 1px;
  height: 38px;
  background-color: #ffffff;
  margin: 0 24px;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
  color: #fff;
}

#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language span span {
  padding: 0 8px 0 11px;
}

#header .nav .ui.menu .right .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: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  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;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  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 #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  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;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
  -webkit-filter: none;
  filter: none;
}

#header.active {
  background-color: var(--color);
}

#header.active .nav {
  border-color: transparent;
  height: 100px;
  padding-top: 0;
}

#header.active .nav .ui.menu {
  margin-top: 0;
}

#header.inner_active {
  background-color: var(--color);
}

#header.inner_active .nav {
  border-color: transparent;
  height: 100px;
  padding-top: 0;
}

#header.inner_active .nav .ui.menu {
  margin-top: 0;
}

#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 116%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.2;
}

#banner .banner-content .swiper-tool-box .swiper-button {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-button::after {
  display: none;
}

#banner .banner-content .swiper-tool-box .swiper-button i {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-button:hover {
  border-color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-button:hover i {
  color: var(--color);
}

#banner .banner-content .swiper-tool-box .swiper-button.swiper-button-prev {
  left: 25px;
}

#banner .banner-content .swiper-tool-box .swiper-button.swiper-button-next {
  right: 25px;
}

#banner .banner-content .swiper-tool-box .toolbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 95px;
}

#banner .banner-content .swiper-tool-box .swiper-pagination {
  width: auto;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet {
  margin-right: 12px;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet:hover {
  color: #ffffff;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet-active {
  color: #ffffff;
}

#banner .banner-content .swiper-tool-box .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 60px;
  background-color: var(--color2);
}

.btn-go {
  width: auto;
  min-width: 220px;
  padding: 0 22px;
  height: 56px;
  border-radius: 28px;
  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: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}

.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.btn-go.widauto {
  width: auto;
  min-width: unset;
}

.btn-go.tm {
  background-color: transparent;
  border-color: #fff;
}

.btn-go.tm:hover {
  color: var(--color);
  background-color: #fff;
}

.mk-subs {
  text-transform: uppercase;
  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;
  color: var(--color1);
}

.mk-subs .before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #e74249;
  margin-right: 10px;
}

.mk-subs .after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #e74249;
  margin-left: 10px;
}

.mk-tt {
  line-height: 1.2;
}

#index-body .init-1 {
  background-repeat: no-repeat;
  background-position: bottom right;
}

#index-body .init-1 .mk-tt {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

#index-body .init-1 .con {
  margin-top: 100px;
}

#index-body .init-1 .con .left {
  width: 43.5%;
}

#index-body .init-1 .con .left .play .circle-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  -webkit-transform: translate(67%, -42%);
  -moz-transform: translate(67%, -42%);
  -ms-transform: translate(67%, -42%);
  -o-transform: translate(67%, -42%);
  transform: translate(67%, -42%);
}

#index-body .init-1 .con .left .play .circle-container svg {
  fill: var(--color2);
}

#index-body .init-1 .con .left .play .circle-container i {
  color: var(--color2);
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#index-body .init-1 .con .left .play .circle-container .rotating-text {
  -webkit-animation: rotate 15s linear infinite;
  -moz-animation: rotate 15s linear infinite;
  -o-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

#index-body .init-1 .con .right {
  width: 46%;
}

#index-body .init-1 .con .right h1 {
  max-height: 220px;
  overflow-y: auto;
}

#index-body .init-1 .con .right .datashow ul li {
  width: 50%;
  margin-top: 50px;
}

#index-body .init-1 .con .right .datashow ul li .content i {
  margin-right: 18px;
}

#index-body .init-1 .con .right .datashow ul li .content .text h4 {
  line-height: 1.1;
}

#index-body .init-2 .top .mktt-box {
  max-width: 60%;
}

#index-body .init-2 .mk-desc {
  max-width: 692px;
}

#index-body .init-2 .swiper-button {
  position: static;
  margin-top: 0;
}

#index-body .init-2 .prolist ul li .box .imgbox {
  background-color: #fff;
  z-index: 0;
  padding: 0 6%;
}
#index-body .init-2 .prolist ul li .box .imgbox .img-box{
  z-index: -1;
}

#index-body .init-2 .prolist ul li .box .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#index-body .init-2 .prolist ul li .box .imgbox .btn-go {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-2 .prolist ul li .box .imgbox:hover .btn-go {
  opacity: 1;
}

#index-body .init-2 .prolist ul li .box .imgbox:hover::after {
  opacity: 1;
}
#index-body .init-2 .prolist ul li .box .imgbox:hover .img-box img {
    transform: scale(1.1,1.1)
}

#index-body .init-3 .mk-tt {
  max-width: 1284px;
  margin-left: auto;
  margin-right: auto;
}

#index-body .init-3 .mk-desc {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}

#index-body .init-3 .advantagelist ul li {
  width: 25%;
}

#index-body .init-3 .advantagelist ul li .box .img-box {
  height: 300px;
}

#index-body .init-3 .advantagelist ul li .box .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#index-body .init-3 .advantagelist ul li .box .txtbox {
  padding: 32px;
  background-color: #eeeeee;
  height: 300px;
  position: relative;
  z-index: 0;
}

#index-body .init-3 .advantagelist ul li .box .txtbox .tt {
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .advantagelist ul li .box .txtbox i img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .advantagelist ul li .box .txtbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#012f84), to(#2a66d2)), -webkit-gradient(linear, left top, left bottom, from(#012f84), to(#012f84));
  background-image: -webkit-linear-gradient(bottom, #012f84 0%, #2a66d2 100%), -webkit-linear-gradient(#012f84, #012f84);
  background-image: -moz-linear-gradient(bottom, #012f84 0%, #2a66d2 100%), -moz-linear-gradient(#012f84, #012f84);
  background-image: -o-linear-gradient(bottom, #012f84 0%, #2a66d2 100%), -o-linear-gradient(#012f84, #012f84);
  background-image: linear-gradient(0deg, #012f84 0%, #2a66d2 100%), linear-gradient(#012f84, #012f84);
  background-blend-mode: normal, normal;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .advantagelist ul li .box .txtbox:hover .tt {
  color: #fff;
}

#index-body .init-3 .advantagelist ul li .box .txtbox:hover::after {
  opacity: 1;
}

#index-body .init-3 .advantagelist ul li .box .txtbox:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .init-3 .advantagelist ul li.even .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#index-body .init-4 {
  position: relative;
}

#index-body .init-4 .imgbox img {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-4 .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index-body .init-4 .txtbox .mk-tt {
  max-width: 788px;
}

#index-body .init-5 .mk-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index-body .init-5 .mk-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-5 .con .mk-tt {
  max-width: 548px;
}

#index-body .init-5 .con .swiper-pagination {
  width: auto;
  position: static;
}

#index-body .init-5 .con .swiper-pagination span {
  width: 14px;
  height: 14px;
  border: solid 1px var(--color1);
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 12px;
}

#index-body .init-5 .con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color1);
}

#index-body .init-5 .mktt-box .ico {
  position: absolute;
  top: 100%;
  right: 20%;
  width: 116px;
  height: 116px;
  z-index: 2;
}

#index-body .init-5 .mktt-box .ico em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#index-body .init-5 .mktt-box .ico em:nth-child(1) {
  background-color: var(--color);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#index-body .init-5 .mktt-box .ico em:nth-child(2) {
  top: -100%;
  background-color: #fff;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

#index-body .init-5 .faclist {
  position: relative;
}

#index-body .init-5 .faclist ul li .box {
  position: relative;
}

#index-body .init-5 .faclist ul li .box .txtbox {
  position: absolute;
  left: 18.5%;
  bottom: 0;
  width: 350px;
  height: 140px;
  background-color: #ffffff;
  padding: 15px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#index-body .init-5 .faclist ul li.swiper-slide-active .txtbox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#index-body .init-5 .faclist .swiper-button {
  position: absolute;
  width: 110px;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
  background-color: var(--color1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

#index-body .init-5 .faclist .swiper-button::after {
  display: none;
}

#index-body .init-5 .faclist .swiper-button i {
  font-size: 40px;
  color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

#index-body .init-5 .faclist .swiper-button:hover {
  background-color: #121c22;
}

#index-body .init-5 .faclist .swiper-button:hover i {
  color: #fff;
}

#index-body .init-6 .newslist ul li {
  padding: 40px 0;
}

#index-body .init-6 .newslist ul li .box {
  background-color: #eeeeee;
  padding: 50px;
  position: relative;
  min-height: 304px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-6 .newslist ul li .box .time {
  color: #222222;
}

#index-body .init-6 .newslist ul li .box .time i {
  margin-right: 10px;
}

#index-body .init-6 .newslist ul li .box .btn-ys {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: var(--color);
  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;
  font-size: 25px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-6 .newslist ul li .box .btn-ys:hover {
  border-color: var(--color);
}

#index-body .init-6 .newslist ul li .box .btn-ys02 {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}

#index-body .init-6 .newslist ul li .box .btn-ys02 span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-color: #fff;
  background-color: transparent;
  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: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-6 .newslist ul li .box .btn-ys02:hover span {
  border-color: var(--color);
}

/*#index-body .init-6 .newslist ul li.swiper-slide-active .box {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  background-color: #fff;
}

#index-body .init-6 .newslist ul li.swiper-slide-active .box .btn-ys {
  opacity: 0;
  pointer-events: none;
}

#index-body .init-6 .newslist ul li.swiper-slide-active .box .btn-ys02 {
  opacity: 1;
  pointer-events: all;
}*/

#index-body .init-6 .newslist ul li:hover .box {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  background-color: #fff;
}

#index-body .init-6 .newslist ul li:hover .box .btn-ys {
  opacity: 0;
  pointer-events: none;
}

#index-body .init-6 .newslist ul li:hover .box .btn-ys02 {
  opacity: 1;
  pointer-events: all;
}

.zdyqh .swiper-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.zdyqh .swiper-button:after {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.zdyqh .swiper-button.swiper-button-prev {
  margin-right: 18px;
}

.zdyqh .swiper-button:hover {
  background-color: var(--color2);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-o-keyframes decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes decoration_animation_2 {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.decoration_animation_2 {
  -webkit-animation-name: decoration_animation_2;
  -moz-animation-name: decoration_animation_2;
  -o-animation-name: decoration_animation_2;
  animation-name: decoration_animation_2;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  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;
  max-width: 254px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 14px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  margin-top: -20px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo span {
  margin-top: 35px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 110px;
  height: 110px;
  border: 6px solid #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li {
  margin-right: 15px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
  color: #fff;
  font-size: 20px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 366px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span {
  position: relative;
  padding-left: 34px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact span i {
  width: 20px;
  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;
  position: absolute;
  left: 0;
  top: 3px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color2);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form {
  max-width: 250px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #000;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:focus{
  background-color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-webkit-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-moz-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-moz-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-ms-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-ms-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form input::placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea {
  width: 100%;
  height: 110px;
  padding: 5px 10px;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #000;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea:focus{
  background-color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-webkit-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea:-moz-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-moz-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea:-ms-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-ms-input-placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::placeholder {
  color: #dfdfdf;
  font-size: 16px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form [type="submit"] {
  width: auto;
  background-color: var(--color2);
  color: #fefefe;
  font-size: 16px;
  padding: 0 44px 0 20px;
  background-image: url(../images/f-send.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.form form [type="submit"]:hover {
  background-color: var(--color);
  border-color: var(--color2);
}

#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-center .footer-b p {
  color: #ffffff;
  padding: 20px 0 100px;
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 14px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}

@media screen and (max-width: 1800px) {
  .container {
    width: 1600px;
  }
}

@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 20px;
    font-size: 20px;
  }

  #index-body .init-3 .advantagelist ul li .box .img-box {
    height: 280px;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox {
    height: 280px;
  }

  #index-body .init-5 .faclist .swiper-button {
    width: 90px;
  }
}

@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 15px;
    font-size: 18px;
  }

  #header .nav .ui.menu .right .h-search01 form input[type="text"] {
    width: 180px;
  }

  #header .nav .logo .logo-text {
    font-size: 28px;
  }

  #header .nav .ui.menu .right .h-search01 form input[type="text"] {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.9;
  }

  #index-body .init-1 .con .left .play .circle-container {
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 108px;
    height: 108px;
  }

  #index-body .init-1 .con .left {
    width: 50%;
  }

  #index-body .init-1 .con .right .datashow ul li {
    margin-top: 30px;
    zoom: 0.8;
  }

  .zdyqh {
    zoom: 0.9;
  }

  #index-body .init-3 .advantagelist ul li .box .img-box {
    height: 245px;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox {
    height: 245px;
  }

  #index-body .init-6 .newslist ul li .box {
    min-height: 240px;
  }

  #index-body .init-5 .faclist .swiper-button {
    width: 81px;
  }

  #index-body .init-5 .mktt-box .ico {
    zoom: 0.9;
  }

  #index-body .init-5 .faclist ul li .box .txtbox {
    width: 280px;
    height: 100px;
  }

  #footer .footer-center .footer-b p {
    padding: 20px 0 80px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 22px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 270px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    max-width: 220px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 210px;
  }
}

@media screen and (max-width: 1250px) {
  body {
    font-size: 16px;
  }

  #banner .banner-content {
    height: 50vw;
  }

  #banner .banner-content .swiper-tool-box .toolbox {
    bottom: 20px;
  }

  #index-body .init-1 .con .right .datashow ul li {
    zoom: 0.6;
  }

  #index-body .init-1 .con .left .play .circle-container {
    width: 95px;
    height: 95px;
  }

  #index-body .init-1 .con {
    margin-top: 80px;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox {
    padding: 18px;
  }

  #index-body .init-3 .advantagelist ul li .box .img-box {
    height: 200px;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox {
    height: 200px;
  }

  #index-body .init-6 .newslist ul li {
    padding: 20px 0;
  }

  #index-body .init-6 .newslist ul li .box {
    min-height: 200px;
    padding: 30px;
  }

  #index-body .init-5 .faclist .swiper-button {
    width: 66px;
  }

  #footer .footer-center .footer-b p {
    padding: 20px 0 60px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .logo {
    margin-top: 0;
    max-width: 148px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 160px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 230px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    margin-top: 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    max-width: 180px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea {
    height: 88px;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 460px;
  }

  .btn-go {
    zoom: 0.8;
  }

  #index-body .init-1 .con .left {
    width: 100%;
  }

  #index-body .init-1 .con .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-1 .con {
    margin-top: 50px;
  }

  #index-body .init-1 .con .left .play .circle-container {
    top: 50%;
    right: 50%;
  }

  #index-body .init-1 .con .right .datashow ul li {
    zoom: 1;
  }

  #index-body .init-1 .con .right .datashow ul li .content i {
    zoom: 0.8;
  }

  .zdyqh {
    zoom: 0.8;
  }

  #index-body .init-2 .top .mktt-box {
    max-width: 100%;
    margin-bottom: 4%;
  }

  #index-body .init-2 .mk-desc {
    max-width: 100%;
  }

  #index-body .init-3 .advantagelist ul li {
    width: 50%;
  }

  #index-body .init-5 .mktt-box .ico {
    display: none;
  }

  #index-body .init-5 .faclist .swiper-button {
    width: 56px;
  }

  #index-body .init-5 .mk-bg {
    padding-right: 0;
  }

  #footer .footer-center .footer-b p {
    padding: 20px 0 40px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #banner .swiper-tool-box {
    display: none;
  }

  #banner .banner-content .swiper-slide .txt-content h3 {
    line-height: 30px;
  }

  #index-body .init-1 .con .right .datashow ul li .content i {
    margin-right: 0;
    zoom: 0.7;
  }

  #index-body .init-1 .con .right .datashow ul li .content {
    -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 .init-1 .con .right .datashow ul li .content .text {
    text-align: center;
    margin-top: 10px;
  }

  #index-body .init-3 .advantagelist ul li {
    width: 100%;
    margin: 10px 0;
  }

  #index-body .init-3 .advantagelist ul li.even .box {
    -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 .init-3 .advantagelist ul li .box .img-box {
    height: auto;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox {
    height: auto;
  }

  #index-body .init-3 .advantagelist ul li .box .txtbox .tt {
    margin-top: 20px;
  }

  #index-body .init-5 .faclist ul li .box .imgbox img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #index-body .init-5 .faclist .swiper-button {
    width: 50px;
  }

  #index-body .init-5 .faclist .swiper-button i {
    font-size: 26px;
  }

  #index-body .init-5 .faclist ul li .box .txtbox {
    width: 90%;
    left: 5%;
  }

  #footer .footer-center .footer-b p {
    padding: 20px 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input:-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input::-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form input::placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea:-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-moz-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form form textarea::placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
    height: 52px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.form {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
  }

  #footer .footer-center .footer-b p {
    -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;
  }
}

@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }

  #index-body .init-1 .con {
    margin-top: 30px;
  }

  #index-body .init-1 .con .right {
    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-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #index-body .init-1 .con .right .datashow ul li {
    width: 100%;
  }

  .btn-go {
    zoom: 0.7;
  }

  .zdyqh {
    zoom: 0.7;
  }

  #index-body .init-6 .newslist ul li .box {
    min-height: unset;
    padding: 15px;
  }

  #index-body .init-6 .newslist ul li.swiper-slide-active .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #index-body .init-5 .con .btn-box {
    -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-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #index-body .init-5 .con .swiper-pagination {
    margin-top: 20px;
  }
}

/*----- inner page -----*/
.inner-banner {
  color: #fff;
  position: relative;
  z-index: 0;
  margin-top: 100px;
}

.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.inner-banner .mbx span {
  color: var(--color2);
  padding: 0 10px;
}

.inner-banner .mbx a {
  transition: all 0.5s;
}

.inner-banner .mbx a:hover {
  color: var(--color2);
}

.mk-subs.white {
  color: #fff;
}

.mk-subs.white .after {
  background-color: #fff;
}

.m-page {
  text-align: center;
}

.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.m-page a {
  background: var(--color2);
  transition: all 0.5s;
}

.m-page a:hover {
  background: var(--color);
}

.m-page span.current {
  background: var(--color);
  color: #fff;
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

#mobile2 .logo img {
  max-height: 44px;
}

/*----- product-page -----*/
.product-page .sidebar-left {
  width: 28%;
  padding-right: 45px;
}

.product-page .sidebar-left .inner-title {
  background-color: var(--color);
  padding: 15px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-page .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.product-page .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 30px;
  padding-right: 50px;
  font-size: 14px;
  color: #293241;
}

.product-page .sidebar-left .inner .inner-search form input[type="text"]::placeholder {
  color: #293241;
}

.product-page .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.product-page .sidebar-left .inner .inner-cat {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-cat>ul {
  padding: 20px 30px;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi {
  border-bottom: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi:nth-last-child(1) {
  border-bottom: 0;
}

.product-page .sidebar-left .inner .inner-cat ul>li ol {
  padding: 3px 0;
  display: none;
}

.product-page .sidebar-left .inner .inner-cat ul li.active>ol {
  display: block;
}

.product-page .sidebar-left .inner .inner-cat ul>li ol li {
  list-style-type: disc;
  margin-left: 20px;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: 500;
  transition: all 0.5s;
}

.product-page .sidebar-left .inner .inner-cat ul>li ol li a {
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s;
  color: #555555;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi ol.third>li a {
  color: #8f8f8f;
}

.product-page .sidebar-left .inner .inner-cat ul>li a:hover {
  color: var(--color) !important;
}

.product-page .sidebar-left .inner .inner-cat ul li.active>.benji a {
  color: var(--color) !important;
}

.product-page .sidebar-left .inner .inner-cat ul li.active>a {
  color: var(--color) !important;
}

.product-page .sidebar-left .inner .inner-cat ul>li .benji i {
  transition: all 0.5s;
  margin-top: 10px;
  transform: rotate(0);
}

.product-page .sidebar-left .inner .inner-cat ul li>.benji i.rotate {
  transform: rotate(90deg);
}

.product-page .sidebar-left .inner .inner-recent {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-recent ul {
  padding: 20px 30px;
}

.product-page .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-recent ul li:nth-last-child(1) {
  border-bottom: 0;
}

.product-page .sidebar-left .inner .inner-recent ul li a {
  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;
}

.product-page .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}

.product-page .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .sidebar-left .inner .inner-recent ul li a .r-text p {
  font-weight: 500;
  display: -webkit-box;
}

.product-page .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.product-page .sidebar-left .inner .inner-tag {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-tag>ul {
  padding: 20px 30px;
  margin: 0 -5px;
}

.product-page .sidebar-left .inner .inner-tag>ul li {
  padding: 5px;
}

.product-page .sidebar-left .inner .inner-tag>ul li .box {
  background-color: var(--color2);
  padding: 10px 30px;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
  display: block;
}

.product-page .sidebar-left .inner .inner-tag>ul li .box:hover {
  background-color: #fff;
  color: var(--color2);
  border-color: var(--color2);
}

.product-page .sidebar-right {
  width: 72%;
}

.product-page .sidebar-right h1 {
  margin-top: -18px;
}

.product-page .sidebar-right .product-list {
  margin-top: 24px;
}

.product-page .sidebar-right .product-list ul {
  margin: 0 -15px;
}

.product-page .sidebar-right .product-list ul li {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-page .sidebar-right .product-list ul li .box{
  padding: 15px;
  border: 1px solid #bfbfbf;
}
.product-page .sidebar-right .product-list ul li .box .img-box {
  background-color: #f6f6f6;
  position: relative;
}

.product-page .sidebar-right .product-list ul li .box .img-box .btn-go {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}

.product-page .sidebar-right .product-list ul li .box .img-box:hover .btn-go {
  opacity: 1;
}

.product-page .sidebar-right .product-list ul li .box .text .tt {
  height: 3em;
}

.product-page .sidebar-right .product-list ul li .box .text a:hover {
  color: var(--color);
}

@media screen and (max-width: 1700px) {
  .product-page .sidebar-left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .sidebar-left {
    padding-right: 20px;
  }

  .product-page .sidebar-left .inner-title {
    padding: 10px 15px;
  }

  .product-page .sidebar-left .inner .inner-recent ul li a .r-img {
    display: none;
  }

  .product-page .sidebar-left .inner .inner-cat>ul,
  .product-page .sidebar-left .inner .inner-recent ul,
  .product-page .sidebar-left .inner .inner-tag>ul {
    padding: 15px;
  }

  .product-page .sidebar-right .product-list ul {
    margin: 0 -5px;
  }

  .product-page .sidebar-right .product-list ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .sidebar-left {
    display: none;
  }

  .product-page .sidebar-right {
    width: 100%;
  }

  .product-page .sidebar-right .product-list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .product-page .sidebar-right .product-list ul li {
    width: 100%;
  }

  .product-page .sidebar-right .product-list ul li .box .text .tt {
    height: auto;
  }
}

/*----- prodet-page -----*/
.prodet-page .prodet-1 .left {
  width: 50%;
  position: sticky;
  top: 100px;
  padding-right: 3%;
}

.prodet-page .prodet-1 .left .imgbox {
  background-color: #f6f6f6;
}

.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 30px;
}

.prodet-page .prodet-1 .right .slidebox .slide {
  padding: 0 30px;
  background-color: var(--color2);
  color: #fff;
  margin-bottom: 30px;
}

.prodet-page .prodet-1 .right .slidebox .slide .tt {
  border-bottom: 1px solid #fff;
  border-bottom-width: 0;
  padding: 20px 0;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .right .slidebox .slide .tt .ico {
  position: relative;
}

.prodet-page .prodet-1 .right .slidebox .slide .tt i {
  flex-shrink: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .right .slidebox .slide .tt .iconfont-jianhao {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.prodet-page .prodet-1 .right .slidebox .slide .content {
  padding: 20px 0;
  display: none;
}

.prodet-page .prodet-1 .right .slidebox .slide:nth-last-child(1) {
  margin-bottom: 0;
}

.prodet-page .prodet-1 .right .slidebox .slide.active .tt {
  border-bottom-width: 1px;
}

.prodet-page .prodet-1 .right .slidebox .slide.active .tt .iconfont-jianhao {
  opacity: 1;
}

.prodet-page .prodet-1 .right .slidebox .slide.active .tt .iconfont-jiahao {
  opacity: 0;
}

.relate-prolist ul li .box .img-box {
  background-color: #f6f6f6;
  position: relative;border: 1px solid #ababab;
}

.relate-prolist ul li .box .img-box .btn-go {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}

.relate-prolist ul li .box .img-box:hover .btn-go {
  opacity: 1;
}

.relate-prolist ul li .box .text .tt {
  height: 3em;
}

.relate-prolist ul li .box .text a:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .left .small{
  padding: 0 75px;
}
.prodet-page .prodet-1 .left .small .swiper{
  /*padding: 0 1px;*/
}
.prodet-page .prodet-1 .left .small ul li.swiper-slide-thumb-active .imgbox{
  border:1px solid var(--color);
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right .slidebox .slide {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
    position: static;
    top: 0;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .prodet-page .prodet-1 .right .slidebox .slide {
    margin-bottom: 20px;
  }

  .prodet-page .prodet-1 .right .slidebox .slide .tt {
    padding: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right .slidebox .slide {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .left .small {
    padding: 0 46px;
}
}

/*----- about-page -----*/
.about-page .about-1 .left {
  width: 50%;
  padding-right: 50px;
}

.about-page .about-1 .left .imgbox .img1 {
  display: block;
  text-align: left;
}

.about-page .about-1 .left .imgbox .img1 img {
  border-radius: 24px;
}

.about-page .about-1 .left .imgbox .img2 {
  text-align: right;
  display: block;
  margin-top: -170px;
}

.about-page .about-1 .left .imgbox .img2 img {
  border-radius: 24px;
  border: 8px solid #f9f9f9;
}

.about-page .about-1 .right {
  width: 50%;
}

.about-page .about-1 .right .desc {
  max-height: 290px;
  overflow-y: auto;
  color: #5c5d5e;
}

.about-page .about-2 .con ul {
  margin: 0 -15px;
}

.about-page .about-2 .con ul li {
  width: 33.3%;
  padding: 0 15px;
}

.about-page .about-2 .con ul li .box {
  padding: 30px;
  background-color: #fff;
  border-radius: 24px;
  height: 338px;
  transition: all 0.5s;
}

.about-page .about-2 .con ul li .box .tt p {
  max-width: 100%;  height: 2.6em;
  line-height: 1.2;
}

.about-page .about-2 .con ul li .box .tt img {
  flex-shrink: 0;
  margin-left: 50px;
}

.about-page .about-2 .con ul li .box:hover {
  transform: translateY(-8px);
}

.about-page .about-2 .con ul li .box .content {
  color: #5c5d5e;
  max-height:170px;
  overflow-y: auto;
}

.about-page .about-3 {
  position: relative;
}

.about-page .about-3 .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page .about-3 .con .mktt-box {
  width: 40%;
  padding-right: 90px;
}

.about-page .about-3 .con .right {
  width: 60%;
}

.about-page .about-3 .con .right .datashow ul {
  margin: 0 -15px;
}

.about-page .about-3 .con .right .datashow ul li {
  width: 33.3%;
  padding: 0 15px;
}

.about-page .about-3 .con .right .datashow ul li .content h4 {
  line-height: 1;
}

.about-page .about-3 .con .right .datashow ul li .content .line {
  height: 1px;
  background-color: #e7e9eb;
  margin: 18px 0;
}

.about-page .about-3 .con .right .datashow ul li .content .line::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--color2);
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.about-page .about-3 .con .right .datashow ul li .content:hover .line::after {
  width: 100%;
}

.about-page .about-4 .processlist .swiper {
  padding-top: 55px;
  position: relative;
}

.about-page .about-4 .processlist .swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
  position: absolute;
  top: 15px;
  left: 0;
}

.about-page .about-4 .processlist ul li .box {
  position: relative;
}

.about-page .about-4 .processlist ul li .box .yd {
  width: 24px;
  height: 24px;
  border: 6px solid #f5f5f5;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.about-page .about-4 .processlist ul li .box .yd::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: ;
}

.about-page .about-4 .processlist ul li .box .txtbox {
  padding: 40px 30px;
  transition: all 0.5s;
  border-radius: 24px;
}

.about-page .about-4 .processlist ul li .box .txtbox i {
  width: 95px;
  height: 95px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.about-page .about-4 .processlist ul li .box .txtbox .tt {
  height: 2.8em;
}

.about-page .about-4 .processlist ul li .box .txtbox .desc {
  color: #5c5d5e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  min-height: 13.6em;
  overflow-y: auto;
}


.about-page .about-4 .processlist ul li .box .txtbox .num {
  background: linear-gradient(180.22deg, #e7e9eb 41.94%, rgba(231, 233, 235, 0) 80.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.about-page .about-4 .processlist ul li .box:hover .txtbox {
  background-color: #fff;
}

.about-page .about-4 .processlist ul li .box:hover .txtbox i {
  background-color: #f5f5f5;
}

.about-page .about-5 {
  position: relative;
}

.about-page .about-5>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-5 .con {
  position: relative;
}

.about-page .about-5 .con .inbox {
  max-width: 800px;
}

@media screen and (max-width: 1450px) {
  .about-page .about-2 .con ul {
    margin: 0 -5px;
  }

  .about-page .about-2 .con ul li {
    padding: 0 5px;
  }

  .about-page .about-2 .con ul li .box {
    padding: 20px 15px;
    height: 260px;
  }

  .about-page .about-2 .con ul li .box .tt img {
    margin-left: 15px;
  }

  .about-page .about-3 .con .mktt-box {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .left {
    padding-right: 30px;
  }

  .about-page .about-1 .left .imgbox .img2 {
    zoom: 0.8;
  }
  .about-page .about-2 .con ul li .box {
    height: 278px;
}
  .about-page .about-3 .con .mktt-box {
    padding-right: 20px;
  }

  .about-page .about-3 .con .right .datashow ul {
    margin: 0 -5px;
  }

  .about-page .about-3 .con .right .datashow ul li {
    padding: 0 5px;
  }
  .about-page .about-3 .con .right .datashow ul li{
    width: 27%;
  }
  .about-page .about-3 .con .right .datashow ul li:nth-child(3){
    width: 45%;
  }

  .about-page .about-4 .processlist ul li .box .txtbox {
    padding: 20px 15px;
  }

  .about-page .about-4 .processlist .swiper {
    padding-top: 35px;
  }

  .about-page .about-4 .processlist ul li .box .yd {
    top: -32px;
  }

  .about-page .about-4 .processlist ul li .box .txtbox i {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-1 .right {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-2 .con ul li {
    width: 100%;
    margin: 10px 0;
  }

  .about-page .about-2 .con ul li .box {
    height: auto;
  }
  .about-page .about-2 .con ul li .box .tt p{
    height: auto;
  }
  .about-page .about-2 .con ul li .box .content {
    margin-top: 20px;
  }

  .about-page .about-3>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .about-page .about-3 .con {
    position: static;
    padding-top: 7%;
  }

  .about-page .about-3 .con .mktt-box {
    padding-right: 0;
    width: 100%;
  }

  .about-page .about-3 .con .right {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-5 .con ul {
    gap: 30px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-3 .con .right .datashow ul li {
    width: 100%!important;
    padding: 8px;
  }
  

  .about-page .about-5 .con ul li {
    width: 100%;
  }

  .about-page .about-5 .con ul {
    gap: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .left .imgbox .img2 {
    zoom: 0.6;
  }
}

/*----- contact-page -----*/
.contact-page .contact-1 .container>img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.contact-page .contact-1 .container>img.img1 {
  left: -86px;
}

.contact-page .contact-1 .container>img.img2 {
  right: -86px;
}

.contact-page .contact-1 ul {
  margin: 0 -15px;
}

.contact-page .contact-1 ul li {
  padding: 0 15px;
  width: 33.3%;
}

.contact-page .contact-1 ul li .box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 24px;
  min-height: 322px;
}

.contact-page .contact-1 ul li .box .ico {
  background-color: #f6f6f6;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.contact-page .contact-1 ul li .box .desc {
  color: #5c5d5e;
  max-height: 90px;
  overflow-y: auto;
}

.contact-page .contact-2 {
  background-color: #fff;
}

.contact-page .contact-2 .left {
  width: 40%;
  padding-right: 80px;
}

.contact-page .contact-2 .left .mk-subs{
  color: #fff;
}
.contact-page .contact-2 .left .mktt-box{
  color: #fff;
}


.contact-page .contact-2 .right {
  width: 60%;
}

.contact-page .contact-2 .right form ul {
  margin: 0 -15px;
}

.contact-page .contact-2 .right form li {
  padding: 0 15px;
}

.contact-page .contact-2 .right form input {
  width: 100%;
  border: 1px solid rgba(129, 129, 129, 0.07);
  border-radius: 24px;
  padding: 16px 20px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}

.contact-page .contact-2 .right form input::placeholder {
  font-size: 16px;
  color: #5c5d5e;
}

.contact-page .contact-2 .right form textarea {
  width: 100%;
  border: 1px solid rgba(129, 129, 129, 0.07);
  border-radius: 24px;
  padding: 16px 20px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  height: 122px;
}

.contact-page .contact-2 .right form textarea::placeholder {
  font-size: 16px;
  color: #5c5d5e;
}

@media screen and (max-width: 1450px) {
  .contact-page .contact-1 ul li .box {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-1 ul {
    margin: 0 -5px;
  }

  .contact-page .contact-1 ul li {
    padding: 0 5px;
  }

  .contact-page .contact-1 ul li .box {
    padding: 20px 15px;
    min-height: 300px;
  }

  .contact-page .contact-2 .left {
    padding-right: 30px;
  }

  .contact-page .contact-2 .right form ul {
    margin: 0 -5px;
  }

  .contact-page .contact-2 .right form li {
    padding: 0 5px;
  }

  .contact-page .contact-2 .right form input {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 ul li {
    width: 50%;
    margin: 5px 0;
  }

  .contact-page .contact-1 ul li .box {
    min-height: 250px;
  }

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-2 .right form li {
    width: 100% !important;
  }

  .contact-page .contact-2 .right form input,
  .contact-page .contact-2 .right form textarea {
    padding: 10px;
  }

  .contact-page .contact-2 .right form input::placeholder {
    font-size: 14px;
  }

  .contact-page .contact-2 .right form textarea::placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 ul li {
    width: 100%;
  }

  .contact-page .contact-1 ul li .box {
    min-height: unset;
  }

  .contact-page .contact-1 ul li .box .desc {
    max-height: unset;
    overflow-y: unset;
  }
}


/*----- news-page -----*/
.news-sidebar-right{
  width: 70%;
}
.news-sidebar-left{
  width: 30%;
  border-left: 1px solid #e7e7e7;
}


.news-sidebar-left .inner .inner-title {
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.news-sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.news-sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.news-sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/tc-zoom.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.news-sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}
.news-sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.news-sidebar-left .inner .inner-cat ul li.active a {
    color: var(--color);
}
.news-sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}
.news-sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}
.news-sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.news-sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.news-sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.news-sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.news-sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.news-sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.news-sidebar-left .inner .inner-recent ul li a {
    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;
}
.news-sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.news-sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.news-sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.news-sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 16px;
    line-height: 2;
}




.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.news-page .ui.container ul.newslist li .date span {
  color: var(--color);
  line-height: 1;
  text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  padding-left:40px;
  margin-left: 40px;
  border-left: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .text .content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 2;
}

.news-page .ui.container ul.newslist li .text h5 a {
  transition: 0.5s all;
  background: linear-gradient(90deg, var(--color), var(--color));
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 96%;
}

/*.news-page .ui.container ul.newslist li .text h5 a:after {
  transition: 0.5s all;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  transform: translateX(-100%);
}*/

.news-page .ui.container ul.newslist li:hover .text h5 a{
  color: var(--color);
  background-size: 100% 1px;
}

/*.news-page .ui.container ul.newslist li:hover .text h5 a:after{
  transform: translateX(0);
}*/

.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 1000px) {
    .news-sidebar-right {
        width: 100%;
        padding-right: 0;
    }

    .news-sidebar-left {
        display: none;
    }
}
@media (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }

  .news-page .ui.container ul.newslist li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .news-page .ui.container ul.newslist li .text {
    padding-left: 40px;
  }

  .news-page .ui.container ul.newslist li .text h5 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
    margin-left: 0;
    border: 0;
  }

  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
    font-size: 30px;
  }

  .news-page .ui.container ul.newslist li .date em {
    font-size: 16px;
    text-align: left;
  }

  .news-page .ui.container ul.newslist li .text h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .news-page .ui.container ul.newslist li .text .content {
    line-height: 2;
  }
}

/*----- newdet-page -----*/
.newdet-page .newdet-1 .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  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;
}

.newdet-page .newdet-1 .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}

.newdet-page .newdet-1 .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}

.newdet-page .newdet-1 .ui.container h1 {
  margin: 0 0 30px;
}

.newdet-page .newdet-1 .ui.container .content {
  color: #626262;
  line-height: 2;
  margin-top: 30px;
}

.newdet-page .newdet-1 .ui.container .bottom {
  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;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}

.newdet-page .newdet-1 .ui.container .bottom .sharebox {
  color: #222;
}

.newdet-page .newdet-1 .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}

.newdet-page .newdet-1 .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}

.newdet-page .newdet-1 .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}

.newdet-page .newdet-1 .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}

.newdet-page .newdet-1 .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 25px;
  color: var(--color);
}

.newdet-page .newdet-1 .ui.container .bottom .tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}

.newdet-page .newdet-1 .ui.container .bottom .tabbox .mores:hover i {
  background: var(--color);
  color: #fff;
}

.newdet-page .newdet-2 form ul {
  margin: -15px -7px;
}

.newdet-page .newdet-2 form ul li {
  padding: 15px 7px;
}

.newdet-page .newdet-2 form ul li input,
.newdet-page .newdet-2 form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.newdet-page .newdet-2 form ul li input::-webkit-input-placeholder,
.newdet-page .newdet-2 form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.newdet-page .newdet-2 form ul li input:-moz-placeholder,
.newdet-page .newdet-2 form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.newdet-page .newdet-2 form ul li input::-moz-placeholder,
.newdet-page .newdet-2 form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.newdet-page .newdet-2 form ul li input:-ms-input-placeholder,
.newdet-page .newdet-2 form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.newdet-page .newdet-2 form ul li input::placeholder,
.newdet-page .newdet-2 form ul li textarea::placeholder {
  color: #8e8e8e;
}

.newdet-page .newdet-2 form ul li textarea {
  height: 150px;
}

.newdet-page .newdet-2 form ul li .more {
  width: 100%;
  border: 0;
  text-align: center;
}

.newdet-page .newdet-2 form ul li.wid-100 {
  width: 100%;
}

@media (max-width: 1450px) {

  .newdet-page .newdet-2 form ul li input,
  .newdet-page .newdet-2 form ul li textarea {
    font-size: 16px;
  }
}



@media (max-width: 1250px) {
  .newdet-page .newdet-1 .ui.container .sideBarRight h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .newdet-1 .ui.container .bottom .sharebox{
    zoom: 0.8;
  }
  .newdet-page .newdet-1 .ui.container .bottom .tabbox{
    zoom: 0.8;  
  }
  .newdet-page .newdet-2 form ul {
      margin: -5px;
  }
  .newdet-page .newdet-2 form ul li {
      padding: 5px;
  }
}
@media (max-width: 700px) {
  .newdet-page .newdet-1 .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newdet-page .newdet-1 .ui.container .bottom .tabbox{
    width: 100%;
    margin-top: 15px;
  }

  .newdet-page .newdet-2 form ul li input,
  .newdet-page .newdet-2 form ul li textarea {
    font-size: 14px;
  }
}

/*----- gallery-page -----*/
.gallery-page ul {
  margin: -15px;
}

.gallery-page ul li {
  padding: 10px;
}

.gallery-page ul li a {
  display: block;
  background: white;
  border-radius: 20px;
}

.gallery-page .list {
  margin-top: 40px;
}

/*----- faq-page -----*/
.faq-page {
  overflow: hidden;
}

.faq-page .list ul li {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
}

.faq-page .list ul li .tit {
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}

.faq-page .list ul li .tit i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
}

.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
  margin-bottom: 0;
}

.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {

  .faq-page .list ul li .tit {
    padding: 20px;
    font-size: 18px;
  }

  .faq-page .list ul li .tit i {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }

  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {

  .faq-page .list ul li .tit {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .faq-page .list ul li .tit i {
    right: 20px;
    top: 10px;
    font-size: 16px;
  }

  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
  }
}