@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.eot");
  src: url("../fonts/Anton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  --color: #ed1b23;
  margin: 0 auto;
  
}
body.home {
  background-color: #000;
}
.container {
  width: 1750px;
}
.bigtt-zt {
  font-family: "Anton";
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 78%;
}
#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 32px;
  font-size: 20px;
  text-transform: uppercase;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  border-color: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  border-color: #fff;
}
#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 {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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;
  -ms-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%;
  transform: scaleY(0);
  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: scaleY(1);
  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: scaleY(1);
  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: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  color: #000;
}
#header .nav .ui.menu .right .h-language span img.lang {
  width: 27px;
  transition: all 0.5s;
}
#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;
  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 #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: flex;
  justify-content: space-between;
  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 {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header.active {
  background-color: #000;
}
#header.inner_active{
  background-color: #000;
}

#banner .banner-content {
  height: 52vw;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  padding-top: 200px;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  color: #fefefe;
}
.btn-go {
  width: auto;
  min-width: 220px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.btn-go::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: skewX(-15deg);
  z-index: -1;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.btn-go:hover {
  color: var(--color);
}
.btn-go:hover::after {
  background-color: #fff;
  border-color: var(--color);
}
#index-body{
    color: #fff;
}
#index-body .init-about .mk-content .imgbox {
  height: 39vw;
  min-height: 400px;
  padding: 45px;
}
#index-body .init-about .mk-content .imgbox .right {
  width: 28%;
}
#index-body .init-about .mk-content .imgbox .right .play {
  width: 118px;
  height: 118px;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 38px;
  line-height: 1;
  position: relative;
  z-index: 0;
}
#index-body .init-about .mk-content .imgbox .right .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(237, 27, 34, 0.288);
  border: 1px solid transparent;
  z-index: -1;
}
#index-body .init-about .mk-content .imgbox .right .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(237, 27, 34, 0.288);
  border: 1px solid transparent;
  animation-delay: 0.6s;
  z-index: -1;
}
#index-body .init-about .mk-content .datashow ul {
  margin: 0 -50px;
}
#index-body .init-about .mk-content .datashow ul li {
  padding: 0 50px;
  width: 26%;
}
#index-body .init-about .mk-content .datashow ul li .box .desc {
  color: #8a8b8a;
}
#index-body .init-industries .mk-content {
  margin: 0 -50px;
}
#index-body .init-industries .mk-content .mk-tt {
  font-size: 226px;
  white-space: nowrap;
}
#index-body .init-industries .mk-content .mk-list ul {
  margin: -25px -13px;
}
#index-body .init-industries .mk-content .mk-list ul li {
  padding: 25px 13px;
}
#index-body .init-product {
  background-color: #0f0f0f;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top 15% left;
  background-size: 73%;
}
#index-body .init-product .mk-content {
  position: relative;
}
#index-body .init-product .mk-content .mk-desc {
  position: absolute;
  width: 42%;
  right: 0;
  top: 14px;
}
#index-body .init-product .mk-content .mk-list .swicon {
  width: 82%;
}
#index-body .init-product .mk-content .mk-list ul li {
  padding-top: 90px;
  transition: all 0.5s;
}
#index-body .init-product .mk-content .mk-list ul li .box {
  background-color: #060606;
  padding: 15px;
}
#index-body .init-product .mk-content .mk-list ul li .box .imgbox {
  background-color: #fff;
}
#index-body .init-product .mk-content .mk-list ul li .box .txtbox .desc {
  color: #8a8b8a;
}
#index-body .init-product .mk-content .mk-list ul li.swiper-slide-next {
  transform: translateY(-45px);
}
#index-body .init-product .mk-content .mk-list ul li.swiper-slide-next + li {
  transform: translateY(-90px);
}
#index-body .init-progress .mk-list {
  margin-right: calc((1720px - 100vw) / 2);
}
#index-body .init-progress .mk-list ul li .box .txtbox {
  padding-bottom: 30px;
  border-bottom: 2px solid #393939;
}
#index-body .init-progress .mk-list ul li .box .txtbox .desc {
  color: #7c7c7c;
}
#index-body .init-news .mk-content {
  padding: 0 14.5%;
}
#index-body .init-news .mk-content .right .con {
  width: 100%;
}
#index-body .init-news .mk-content .right .con .mk-list {
  width: calc(100% - 160px);
}
#index-body .init-news .mk-content .right .con .mk-list .slickDots ul li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-color: #fff;
}
#index-body .init-news .mk-content .right .con .mk-list .slickDots ul li.slick-active {
  background-color: transparent;
}
#footer{
  background-color: #000;
  color: #fff;
}
#footer .f-top .imgbox {
  position: relative;
}
#footer .f-top .imgbox p {
  position: absolute;
  top: 40%;
  right: 12%;
  padding: 5px 40px;
  background-color: #050505;
}
#footer .footer-center .f-form {
  width: 44%;
  background-color: #101010;
  padding: 60px 80px 80px;
  color: #fff;
}
#footer .footer-center .f-form .form input {
  width: 100%;
  background-color: #262626;
  border: 0;
  height: 66px;
  margin-bottom: 15px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
#footer .footer-center .f-form .form input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#footer .footer-center .f-form .form input[name="name"] {
  background-image: url(../images/f-name.png);
}
#footer .footer-center .f-form .form input[name="mail"] {
  background-image: url(../images/f-mail.png);
}
#footer .footer-center .f-form .form input[name="content"] {
  background-image: url(../images/f-mes.png);
}
#footer .footer-center .f-form .form .send {
  background-color: transparent;
}
#footer .footer-center .f-info {
  width: 48%;
}
#footer .footer-center .f-info .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list {
  max-width: 260px;
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list.link.quick {
  max-width: 200px;
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list.link li:hover {
  color: var(--color);
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list.link #ewm {
  width: 95px;
  height: 95px;
  background: #fff;
  border: 5px solid #fff;
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list.contact {
  max-width: 364px;
}
#footer .footer-center .f-info .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  line-height: 2;
}
#footer .footer-center .f-info .footer-b {
  border-top: 1px solid #101010;
}
#footer .footer-center .f-info .footer-b .con {
  color: rgba(187, 187, 187, 0.5);
  padding: 40px 0;
}
#footer .footer-center .f-info .footer-b .con p {
  margin-right: 10px;
  font-size: 18px;
}
#footer .footer-center .f-info .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .f-info .footer-b .con svg {
  width: auto;
  max-height: 34px;
  transition: all 0.5s;
  fill: rgba(187, 187, 187, 0.5);
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1600px;
  }
  #header .nav .ui.menu {
    width: 80%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 18px;
    font-size: 19px;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 196px;
  }
  #index-body .init-industries .mk-content {
    margin: 0;
  }
  #index-body .init-product .mk-content .mk-desc {
    width: 36%;
  }
  #index-body .init-progress .mk-list {
    margin-right: calc((1570px - 100vw) / 2);
  }
  #index-body .init-news .mk-content .left {
    width: 32%;
  }
  #index-body .init-news .mk-content .right {
    width: 60%;
  }
  #footer .footer-center .f-form {
    padding: 60px 50px 50px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 170px;
  }
  #index-body .init-product .mk-content .mk-desc {
    top: 2px;
  }
  #index-body .init-progress .mk-list {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu {
    width: 82%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0px 13px;font-size: 17px;
  }
  #index-body .init-about .mk-content .imgbox .right .play {
    zoom: 0.8;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 145px;
  }
  #index-body .init-product .mk-content .mk-desc {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-progress .mk-list {
    margin-right: calc((1170px - 100vw) / 2);
  }
  #index-body .init-news .mk-content {
    padding: 0;
  }
  #index-body .init-news .mk-content .right {
    width: 68%;
  }
  #footer .footer-center .f-form {
    padding: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #index-body .init-about .mk-content .imgbox .right {
    width: 42%;
  }
  #index-body .init-about .mk-content .datashow ul li {
    width: 36%;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 118px;
  }
  #index-body .init-progress .mk-list {
    margin-right: 0;
  }
  #footer .footer-center .f-info {
    width: 52%;
  }
  #footer .footer-center .f-info .footer-t .footer-t-gird .t-list.contact {
    max-width: 305px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #banner .banner-content .swiper-slide .txt-content{
    justify-content: center;
    padding-top: 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #index-body .init-about .mk-content .imgbox .right {
    width: 100%;
  }
  #index-body .init-about .mk-content .datashow ul li {
    width: 50%;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 84px;
  }
  #index-body .init-product .mk-content {
    padding-left: 0;
  }
  #index-body .init-product .mk-content .mk-tt .text2 {
    padding-left: 0;
  }
  #index-body .init-product .mk-content .mk-list {
    margin-top: 40px;
  }
  #index-body .init-product .mk-content .mk-list .swicon {
    width: 100%;
  }
  #index-body .init-product .mk-content .mk-list ul li {
    padding-top: 0;
    transform: none !important;
  }
  #index-body .init-news .mk-content .right .con .img {
    zoom: 0.8;
  }
  #index-body .init-news .mk-content .right .con .mk-list {
    width: calc(100% - 100px);
  }
  #footer .f-top .imgbox p {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
  #footer .f-top .imgbox img {
    min-height: 55px;
  }
  #footer .footer-center .f-form {
    width: 100%;
  }
  #footer .footer-center .f-info {
    width: 100%;
    margin-top: 40px;
  }
  #footer .footer-center .f-info .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
  }
  #footer .footer-center .f-info .footer-b .con p {
    font-size: 16px;
  }
  #footer .footer-center .f-info .footer-b .con svg {
    max-height: 32px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #index-body .init-about .mk-content .imgbox .right .play {
    zoom: 0.6;
  }
  #index-body .init-about .mk-content .imgbox {
    height: auto;
    padding: 25px;
  }
  #index-body .init-about .mk-content .datashow ul li {
    padding: 0 25px;
  }
  #index-body .init-about .mk-content .datashow ul {
    margin: 0 -25px;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 11.5vw;
  }
  #index-body .init-news .mk-content .right .con .img {
    display: none;
  }
  #index-body .init-news .mk-content .right .con .mk-list {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content{
    height: 250px;
  }
  #index-body .init-about .mk-content .datashow ul li {
    padding: 15px;
    width: 100%;
  }
  #index-body .init-about .mk-content .datashow ul {
    margin: -15px;
  }
  #index-body .init-industries .mk-content .mk-tt {
    font-size: 11vw;
    margin-bottom: 40px;
  }
  #footer .footer-center .f-form {
    padding: 30px 15px;
  }
  #footer .footer-center .f-form .form input {
    height: 55px;
  }
}
/*----- inner-page -----*/
#mobile3{
  z-index: 22!important;
}
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}


.inner-banner {
    margin-top: 90px;
}
.inner-banner .sub {
    height: 30px;
    background-color: var(--color);
}
.inner-banner .mbx {
    padding: 18px 0;
}

/*
    product-page
==============================================*/
.product-page .pro-top .catDes{
    max-height: 150px;
    overflow-y: auto;
}
.product-page .sidebar-box .sidebar-left {
    width: 310px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list {
    padding: 20px 35px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.product-page .sidebar-box .sidebar-left .list_box>.list h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list>ol>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    position: relative;
}

.product-page .sidebar-box .sidebar-left .list_box>.list>ol>li:last-child {
    margin-bottom: 0;
    border-color: transparent;
}

.product-page .sidebar-box .sidebar-left .list_box>.list>ol>li>a {
    display: inline-block;
    padding-left: 20px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list>ol>li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -1px;
    cursor: pointer;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li a {
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li li a {
    font-size: 16px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li.active>a,
.product-page .sidebar-box .sidebar-left .list_box>.list ol li a:hover {
    color: var(--color);
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li i {
    transition: .5s;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li.active i {
    transform: rotate(90deg);
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li ol {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li ol li {
    margin-bottom: 2px;
    padding-left: 20px;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li ol li:last-child {
    margin-bottom: 0;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li ol li a {

    display: inline-block;
}

.product-page .sidebar-box .sidebar-left .list_box>.list ol li ol li.active>a {
    color: var(--color);
}

.product-page .sidebar-box .sidebar-left .list_box>.list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .sidebar-box .sidebar-left .list_box>.list ul li .img {
    width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .sidebar-box .sidebar-left .list_box>.list ul li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 28px;
}

.product-page .sidebar-box .sidebar-right {
    width: calc(100% - 390px) !important;
}

.product-page .sidebar-box .sidebar-right .pro-box {
    margin: 70px 0 95px;
}

.product-page .sidebar-box .sidebar-right .pro-box ul {
    margin: -20px -10px;
}

.product-page .sidebar-box .sidebar-right .pro-box ul li {
    padding: 20px 10px;
}

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

.product-page .sidebar-box .sidebar-right .pro-box ul li .img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 205px;
    position: relative;
}

.product-page .sidebar-box .sidebar-right .pro-box ul li .img .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .sidebar-box .sidebar-right .pro-box ul li h4 {
    padding: 0 15px;
}

.product-page .sidebar-box .sidebar-right .pro-list ul {
    margin: -25px -20px;
}

.product-page .sidebar-box .sidebar-right .pro-list ul>p {
    padding: 30px
}

.product-page .sidebar-box .sidebar-right .pro-list ul li {
    padding: 25px 20px;
}

.product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d5d2d2;
}

.product-page .sidebar-box .sidebar-right .pro-list ul li .con {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (max-width: 1450px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
        height: auto;
    }
}
@media (max-width: 1250px) {
  .product-page .sidebar-box .sidebar-left .list_box>.list {
    padding: 20px;
  }
  .product-page .sidebar-box .sidebar-right .pro-list ul {
      margin: -15px -10px;
  }
  .product-page .sidebar-box .sidebar-right .pro-list ul li {
      padding: 15px 10px;
  }
  .product-page .sidebar-box .sidebar-right {
      width: calc(100% - 350px) !important;
  }
}
@media (max-width: 1000px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li {
        width: 50%;
    }
    .product-page .sidebar-box .sidebar-left {
        display: none;
    }
    .product-page .sidebar-box .sidebar-right {
        padding-left: 0;
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li {
        width: 100%;
        padding: 15px 0;
    }

    .product-page .sidebar-box .sidebar-right .pro-list ul {
       margin: 0;
    }
}


/*==============================================
    product-page
*/

.m-page{
  margin-top: 40px;
}
.m-page a,.m-page span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  font-size: 17px;
  margin: 0 5px;
  background: #222;
  color: white;
  border-radius: 5px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}

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

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    /*max-height: calc(1.8em * 8);*/
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

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

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

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

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

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}


/*
    prodet-page
==============================================*/
.prodet-page .init-1 {
    position: relative;
}

.prodet-page .init-1 .titleC {
    height: 490px;
    -o-background-size: cover;
    background-size: cover;
}

.prodet-page .init-1 .titleC .name {
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    line-height: 1.2;
}

.prodet-page .init-1 .bigImg {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 2;
}

.prodet-page .init-1 .bigImg a {
    display: inline-block;
}

.prodet-page .init-1 .bigImg a img {
    height: 380px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
}

.prodet-page .init-1 .container .sPageC {
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px 26px 3px;
    border-radius: 20px;
}

.prodet-page .init-1 .container .sPageC .btn {
    width: 12px;
    text-align: center;
    cursor: pointer;
    display: block
}

.prodet-page .init-1 .container .sPageC .num {
    width: 40px;
    margin: 0 40px;
    text-align: center;
}

.prodet-page .init-1 .container .galleryImg {
    width: 480px;
    margin: -40px 0 0 auto;
}

.prodet-page .init-1 .container .galleryImg li {
    border: none;
    padding: 0 9px;
}

.prodet-page .init-1 .container .galleryImg li img {
    width: 100%;
    background-color: #fff;
    border:1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .init-2 .container {
    /*border-top: 1px solid #dbdbdb;*/
}

.prodet-page .init-2 .container .left {
    width: 50%;
    border-right: 1px solid #dbdbdb;
    padding: 50px 80px 30px 0;
}

.prodet-page .init-2 .container .left .type {
    color: #9a9a9a;
}

.prodet-page .init-2 .container .left .title {
    margin-top: 20px;
}

.prodet-page .init-2 .container .right {
    width: 50%;
    padding: 90px 60px 80px 50px;
}

.prodet-page .init-2 .container .right .tips {
    /*font-weight: 600;*/
}

.prodet-page .init-2 .container .right .desc{
   max-height: 290px;
  overflow-y: auto;
}

.prodet-page .init-2 .container .right .des {
    color: #686868;
    margin-top: 16px;
    padding-right: 4px;
}

.prodet-page .init-2 .container .right .more {
    margin-top: 30px;
    /*border: 1px solid #000;*/
    cursor: pointer;
}

.prodet-page .init-3 {
    background-color: #f9f9f9;
}

.prodet-page .init-3 .container .left ul {
    /*margin-top: 120px;*/
}

.prodet-page .init-3 .container .left ul li {
    color: #d8d1d1;
    border-left: 1px solid #d1d1d1;
    padding: 10px 5px 10px 18px;
    cursor: pointer;
    text-transform: capitalize;
}

.prodet-page .init-3 .container .left ul li.active {
    color: #000;
    border-left: 1px solid #000;
}

.prodet-page .init-3 .container .right {
    width: 70%;
    margin-left: auto;
}

.prodet-page .init-3 .container .right li {
    display: none;
}

.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    color: #393939;
    margin-top: 70px;
    max-width: 820px;
}

.prodet-page .init-3 .container .right ul li .formInfo form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 26px;
    width: -webkit-calc(37%);
    width: -moz-calc(37%);
    width: calc(50% - 13px);
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    margin-top: 6px;
    padding: 11px 16px;
    font-size: 16px;
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
    width: 100%;
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
    padding: 10px 30px;
    cursor: pointer;
}



@media (max-width: 1500px) {
    .prodet-page .init-1 .titleC .name {
        font-size: 50px;
    }
}

@media (max-width: 1250px) {
    .prodet-page .init-1 .container .galleryImg {
        width: 360px;
    }

    .prodet-page .init-2 .container .right {
        padding-right: 10px;
    }
}

@media (max-width: 1000px) {
    .prodet-page .init-1 .titleC {
        height: auto;
    }

    .prodet-page .init-1 .titleC .name {
        font-size: 40px;
        padding: 40px 16px;
    }

    .prodet-page .init-1 .bigImg {
        position: relative;
        top: 0;
        width: -webkit-calc(70%);
        width: -moz-calc(70%);
        width: calc(100% - 30px);
        margin: 20px auto 0;
    }

    .prodet-page .init-1 .bigImg a img {
        height: auto;
    }

    .prodet-page .init-1 .container .galleryImg {
        margin-top: 20px;
        width: 100%;
    }

    .prodet-page .init-1 .container .sPageC {
        position: relative;
        top: 0;
        margin: 20px auto 0;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .prodet-page .init-2 .container .left {
        width: 100%;
        border: none;
        padding-right: 0;
    }

    .prodet-page .init-2 .container .right {
        width: 100%;
        padding: 0;
    }

    .prodet-page .init-3 .container .left {
        width: 100%;
    }

    .prodet-page .init-3 .container .left ul {
        margin-top: 20px;
    }

    .prodet-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
        margin-top: 30px;
    }
}

@media (max-width: 700px) {
    .prodet-page .init-1 .titleC .name {
        font-size: 30px;
    }

    .prodet-page .init-3 .container .right ul li .formInfo form .listC {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .prodet-page .init-1 .titleC .name {
        font-size: 24px;
        padding: 20px 16px;
    }

    .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
        margin-top: 20px;
    }

    .prodet-page .init-3 .container .right ul li .formInfo form .listC {
        margin-top: 20px;
    }
}
/*==============================================
    prodet-page
*/

/*
    gallery-page
==============================================*/
@media (max-width: 1000px) {
  .gallery-page .top {
    padding-top: 30px;
  }

  .gallery-page .top>div {
    width: 100%;
  }

  .gallery-page .honor-box ul li {
    width: 33.3%;
  }
}
@media (max-width: 700px) {
    .gallery-page .honor-box ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery-page .honor-box ul li {
    width: 100%;
  }
}
/*==============================================
    gallery-page
*/



/*
    solution-page
==============================================*/
.solution-page .sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}

.solution-page .sa-nav .container .sa-c:hover,
.solution-page .sa-nav .container .sa-c.active {
  background:var(--color);
  color: #fff;
}

.solution-page .sa-nav .container .sa-c:hover img,
.solution-page .sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.solution-page .sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
  filter: invert(1);
}

.solution-page .sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.solution-page .sa-nav {
  padding: 80px 0;
  background: #f2f6f7;
}

.solution-page .init-1 .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

.solution-page .init-1 .cus-5 {
  padding-bottom: 4%;
}

.solution-page .init-1 .cus-5 .header {
  margin-top: 93px;
}

.solution-page .init-1 .cus-5 .header .tit {
  max-width: 500px;
}

.solution-page .init-1 .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  /*text-align: center;*/

}

.solution-page .init-1 .cus-5 .content {
  margin-top: 74px;
  position: relative;
}

.solution-page .init-1 .cus-5 .content .img-box {
  border-radius: 10px;
}

.solution-page .init-1 .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.solution-page .init-1 .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}

.solution-page .init-2 .list ul li{
  transition: all 0.5s;
}
.solution-page .init-2 .list ul li .box{
  background-color: #060606;
  padding: 15px;
}

.solution-page .init-2 .list ul li .box .img-box{
  background-color: #fff;
}

.solution-page .init-2 .list ul li .box .txtbox{

}

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

  .solution-page .init-1 .cus-5 .header .con {
    max-width: 660px;
  }
}

@media screen and (max-width: 1250px) {
  .solution-page .init-1 .tit {
    font-size: 30px;
  }

  .solution-page .init-1 .cus-5 .header .con {
    max-width: 469px;
  }
}

@media screen and (max-width: 1000px) {
  .solution-page .sa-nav .container .sa-c {
    width: 33.333%
  }

  .solution-page .init-1 .cus-5 .header {
    margin-top: 30px;
  }

  .solution-page .init-1 .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .solution-page .init-1 .cus-5 .content {
    margin-top: 30px;
  }

  .solution-page .init-1 .cus-5 .content .text {
    padding: 20px;
  }

  .solution-page .init-1 .cus-5 .content .text .con {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .solution-page .init-1 .tit {
    font-size: 30px;
  }

  .solution-page .init-1 .cus-5 .content .img-box img {
    min-height: 360px;
  }
}

@media screen and (max-width: 500px) {
  .solution-page .sa-nav .container .sa-c {
    width: 50%
  }

  .solution-page .init-1 .tit {
    font-size: 24px;
    line-height: 44px;
  }

  .solution-page .init-1 .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }

  .solution-page .init-1 .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
/*==============================================
    solution-page
*/


/*
    au-page
==============================================*/
.au-page .au-1 .header {
  max-width: 1200px;
  margin: 0 auto;
}

.au-page .au-1 .header .con {
  color: #333;
}

.au-page .au-2 {
  padding: 4.8% 0 5.1042%;
}

.au-page .au-2 .text {
  width: 47%;
  color: #333333;
  line-height: 1.6;
}

.au-page .au-2 .img {
  width: 53%;
}

.au-page .au-3 {
  background: var(--color);
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.83% 0 7.4%;
}

.au-page .au-3 .text {
  width: 46%;
}

.au-page .au-3 .img {
  width: 54%;
}

.au-page .au-3 .img img {
  width: 100%;
}

.au-page .au-3::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.au-page .au-4 {
  padding: 5.21% 0;
}

.au-page .au-4 .text {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.au-page .au-4 .list li {
  background-color: #f7f7f7;
  padding: 2.5% 1.5%;
}

@media screen and (max-width: 1700px) {
  .au-page .container {
    width: 1460px;
  }
}

@media screen and (max-width: 1450px) {
  .au-page .container {
    width: 1260px;
  }
}

@media screen and (max-width: 1250px) {
  .au-page .container {
    width: 1000px;
  }
}

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

  .au-page .au-2 .text,
  .au-page .au-3 .text {
    width: 100%;
  }

  .au-page .au-2 .img,
  .au-page .au-3 .img {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .au-page .au-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .au-page .au-4 .list li {
    width: 49.6%;
  }
  .au-page .au-4 .list li span.h6 {
    font-size: 19px;
  }
}

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

}

@media screen and (max-width: 500px) {
  .au-page .au-4 .list li {
    width: 100%;
  }
}
/*==============================================
    au-page
*/



.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}

.aft03 p {
  color: #666;
  font-weight: 300;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  /*border-radius: 5%;*/
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}

@media screen and (max-width:1700px) {
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    /*height: 529px;*/
  }
}

@media only screen and (max-width:700px) {
  .aft03 .icenter2 {
    flex-flow: wrap;padding-bottom: 50px;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-top: 50px;
  }
}


.service-add ul li {
  margin-bottom: 20px;
}

.service-add ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-add ul li .text {
  background: #faf9f9;
  padding: 20px 6%;
}

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

.service-add ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .service-add ul li .text {
    padding: 20px 15px;
  }

  .service-add ul li .text .title {
    font-size: 24px;
  }

  .service-add ul li .text .con {
    font-size: 16px;
  }
  .service-add ul li .img,
  .service-add ul li .text {
    width: 100%;
  }
}

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


}



/*
    news-page
==============================================*/
.news-page .news-tab ul {
  margin: -6px;
}

.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 23px;
  position: relative;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  color: #fff;
}

.news-page .news-tab ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    transform: skewX(-15deg);
    z-index: -1;
    transition: all 0.5s;
    border: 1px solid transparent;
    opacity: 0;
}

.news-page .news-tab ul li a:hover::after,
.news-page .news-tab ul li a.active::after {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .news-page #index-body .i-news .list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
}

.newdet-page {
  padding: 6% 0;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
  width: 63%;
}

.newdet-page .sideBox .sideRight .category {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
  position: relative;
}

.newdet-page .sideBox .sideRight .category::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    transform: skewX(-15deg);
    z-index: -1;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}

.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 20px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }

  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}

.news-page .news-1 {
  position: relative;
  overflow: hidden;
}

.news-page .news-1 .list {
  z-index: 4;
  position: relative;
}

.news-page .news-1 .list ul .slick-list {
  padding-bottom: 10px;
}
.news-page .news-1 .list ul li{
  margin: 10px 0;
}
.news-page .news-1 .list ul li .box {
  /*border-radius: 20px 20px 0 0;*/
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.news-page .news-1 .list ul li .box .img-box {
  border-radius: 20px;
}

.news-page .news-1 .list ul li .box .img-box .time {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: white;
}

.news-page .news-1 .list ul li .box .titles,
.news-page .news-1 .list ul li .box .title {
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  min-height: 160px;
}

.news-page .news-1 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--color), #7a2c2f);
}

.news-page .news-1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 80%;
  background: url(../images/left_circle.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 1700px) {
  .news-page .news-1 .top .box {
    max-width: 675px;
  }
}

@media screen and (max-width: 1250px) {
  .news-page .news-1 .top .box {
    max-width: 585px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .top .box {
    max-width: 498px;
  }

  .news-page .news-1 .bg {
    width: 48%;
  }

}

@media screen and (max-width: 700px) {
  .news-page .news-1 .bg {
    width: 67%;
  }
}

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

  .news-page .news-1 .list ul li .box .titles,
  .news-page .news-1 .list ul li .box .title {
    min-height: 110px;
  }
}
/*==============================================
    news-page
*/



/*
    contact-page
==============================================*/
.contact-page+#footer {
  border-top: 0
}

.contact-page .init-1 .container .left {
  width: 25%;
}

.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}

.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}

.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page .init-1 .container .left ul li .titleC i {
  font-size: 20px;
}

.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}

.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}

.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  /*width: calc(100% - 20px);*/
  padding-left: 16px;
}

.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}

.contact-page .init-1 .container .right {
  width: 66%;
  margin-left: auto;
}

.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}

.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .init-1 .container .right form .listC {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}

.contact-page .init-1 .container .right form .listC.wid-100 {
  width: 100%;
}

.contact-page .init-1 .container .right form .listC input,
.contact-page .init-1 .container .right form .listC textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}

.contact-page .init-1 .container .right form .listC .btn-go {
  background-color: transparent;
}


.contact-page .map {
  margin-bottom: -20px
}

.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}

.contact-page .init-2 .container .tipsTitle {
  font-weight: 700;
}

.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}

.contact-page .init-2 .container .content .swiper .img {
  display: block;
}

.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}

.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: 700;
  display: block;
}

.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #000;
}

.contact-page .init-2 .container .content .swiper .more::after {
  display: none
}

.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}

.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}

.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}

@media (max-width: 1000px) {
  
  .contact-page .init-1 .container .left {
    width: 100%;
  }

.contact-page .init-1 .container .left ul {
  padding-top: 0;
}
.contact-page .init-1 .container .right .des {
    margin-top: 20px;
}
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .listC {
    width: 100%;
  }
}

@media (max-width: 500px) {

  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }

  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }

  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }

  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}
/*==============================================
    contact-page
*/


/*
    about-page
==============================================*/
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}

.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 100%;
    height: 630px;
    background-color: #f6f6f6;
    z-index: -1;
}

.about-page .about-1 .container .left {
    max-width: 58%;
}

.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}

.about-page .about-1 .container .left img {
    margin-top: 80px;
}

.about-page .about-1 .container .right {
    max-width: 37%;
}


.about-page .about-1 .container .right img {
    margin-top: 80px;
    /*border-bottom-right-radius: 70px;*/
}

.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}

.about-page .about-1 .text p {
    line-height: 30px;
}

.about-page .about-1 ul {
    margin-bottom: 180px;
}

.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    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;
}

.about-page .about-1 ul li .left {
    margin-right: 35px;
}

.about-page .about-1 ul li .left h4 {
    font-size: 60px;
       font-family: "Anton";
    line-height: 1;
    color: var(--color);
}

.about-page .about-1 ul li .left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}

.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}

.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}

.about-page .about-2 {
    padding: 0 70px;
}

.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -90px;
    border-bottom-right-radius: 70px;
}

.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}

.about-page .about-2 .content {
    background-color: #000;
    padding-bottom: 30px;
    padding-top: 90px;
    position: relative;
}

.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}

.about-page .about-2 .content .title p {
    max-width: 650px;
    line-height: 30px;
}

.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}

.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}

.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 10px;
    line-height: 36px;
        font-family: "Anton";
}

.about-page .about-2 .content ul li p {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-3 {
    margin: 130px 0 0;
}

.about-page .about-3 .left {
    width: 31%;
}

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

.about-page .about-3 .right .text {
    padding-left: 50px;
}

.about-page .about-3 .right .text .img_box {
    margin-left: 200px;
    margin-top: -110px;
}

.about-page .about-3 .right .box {
    margin-top: 85px;
}

.about-page .about-3 .right .box .box-l {
    width: 50%;
    background-color: #000;
    color: white;
    padding: 20px 30px 20px 30px;
    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;
    line-height: 30px;
}

.about-page .about-3 .right .box .box-r {
    width: 50%;
}

.about-page .about-3 .right .box .box-r img {
    height: 100%;
    object-fit: cover;
}

.about-page .about-4 {
    padding: 180px 0 160px;
}

.about-page .about-4 h2 {
    line-height: 1.8;
}

.about-page .about-4 h2 span {
    border-bottom: 2px solid var(--color);
}

@media (max-width: 1600px) {

    .about-page .about-2 .bg {
        max-width: 50%;
    }

    .about-page .about-2 {
        padding: 0;
    }

}

@media (max-width: 1450px) {

    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }

    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }

    .about-page .about-1 ul li .right {
        font-size: 14px;
    }

    .about-page .about-2 .content .title p {
        max-width: 50%;
    }

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

    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }


    .about-page .about-4 {
        padding: 120px 0;
    }
}

@media (max-width: 1250px) {

    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }

    .about-page .about-1 ul li {
        -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;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .about-page .about-1 ul li .left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .about-page .about-3 {
        margin: 70px 0 0;
    }

    .about-page .about-3 .right .text {
        padding-left: 0;
    }

    .about-page .about-3 .right .text .text-l h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .about-page .about-3 .right .box {
        margin-top: 40px;
    }

    .about-page .about-3 .left {
        display: none;
    }

    .about-page .about-3 .right {
        width: 940px;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 40px;
    }

    .about-page .about-1 .container .right img {
        margin-top: 40px;
        border-bottom-right-radius: 40px;
    }

    .about-page .about-1 .text {
        padding-bottom: 50px;
        margin-top: 40px;
    }

    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 38px;
    }

    .about-page .about-1 .container .right p {
        max-width: 100%;
    }

    .about-page .about-2 .content .title p {
        max-width: 100%;
    }

    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }

    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }

    .about-page .about-3 .left {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 15px;
    }

    .about-page .about-3 .left img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 0 15px;
    }

    .about-page .about-3 .right .box .box-l {
        width: 100%;
    }

    .about-page .about-3 .right .box .box-r {
        width: 100%;
        margin-top: 40px;
    }

    .about-page .about-3 .right .box .box-r img {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }

    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }

    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }

    .about-page .about-2 .bg {
        display: none;
    }

    .about-page .about-1 ul {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }

    .about-page .about-1 .text p {
        padding: 0;
    }

    .about-page .about-2 .content ul li {
        width: 100%;
    }

    .about-page .about-2 .content {
        padding-bottom: 50px;
    }

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

    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }

    .about-page .about-4 p {
        padding: 0;
    }

    .about-page .about-4 h2 {
        margin-top: 40px;
    }

    .about-page .about-4 {
        padding: 80px 0;
    }

    .about-page .about-1 {
        padding: 30px 0 0;
    }
}

/*==============================================
    about-page
*/

/*
    download-page
==============================================*/
.download-page .ui.container {
    max-width: 1240px;
}

.download-page .text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.download-page .list ul li a.img-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.download-page .list ul li a.img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.download-page .list ul li span.h6 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.download-page .list ul li span.h6 i {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.download-page .list ul li:hover a.img-box:before {
    opacity: 1;
}

.download-page .list ul li:hover span.h6 {
    color: #23519e;
    text-decoration: underline;
}

.download-page .list ul li:hover span.h6 i {
    opacity: 1;
}

@media screen and (max-width: 500px) {
    .download-page .list ul li span.h6 i {
        width: 24px;
        opacity: 1;
    }
}
/*==============================================
    download-page
*/


.mold-page .mold-1 .text {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.mold-page .mold-2 {
    background-color: #23519e;
}

.mold-page .mold-4 {
    background-color: #f9f9f9;
}

.mold-page .mold-4:nth-child(even){
  background-color: #fff;
}

.mold-page .mold-4 .big .slickBtn div {
    background-color: transparent;
    color: #333;
}

.mold-page .mold-4 .big .slickBtn div:hover {
    color: var(--color);
}

.mold-page .mold-4 .small {
    padding: 0 25%;
}

.mold-page .mold-4 .small a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}

.mold-page .mold-4 .small .slick-current a:before {
    opacity: 0;
}

@media screen and (max-width: 1000px) {
    .mold-page .mold-4 .small {
        display: none;
    }
}


.faq-page .list ul li {
    border: 1px solid #dcdcdc;
    padding: 1.33333333em 1em;
}

.faq-page .list ul li i {
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    line-height: 1;
}

.faq-page .list ul li .text {
    line-height: 2;
}

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


.faq-page .faq-2 .form form {
    height: 4.375em;
    background-color: #f9f9fe;
    border-radius: 2.1875em;
}

.faq-page .faq-2 .form form .logo2 {
    height: 100%;
}

.faq-page .faq-2 .form form .logo2 a {
    height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
    height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
    width: 4.375em;
    height: 4.375em;
    border: none;
    color: var(--color);
    background-color: transparent;
}

.faq-page .faq-2 .form form button i {
    font-size: 2em;
}

.faq-page .faq-2 .form form ul {
    width: 100%;
    padding: 0 .5%;
}

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

.faq-page .faq-2 .form form ul li input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .4em 1.2em;
    border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
    border-left: none;
}

@media screen and (max-width: 700px) {
    .faq-page .faq-2 .form form .logo2 {
        display: none;
    }

    .faq-page .faq-2 .form form ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq-page .faq-2 .form form ul li {
        margin-bottom: 1em;
        border-bottom: 1px solid #eee;
    }

    .faq-page .faq-2 .form form ul li input {
        border-left: none;
        padding: 1em;
    }

    .faq-page .faq-2 .form form {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em 0;
        border-radius: 1em;
    }

    .faq-page .faq-2 .form form button {
        margin-left: auto;
    }
}