@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot") format("eot"), 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-Regular.eot") format("eot"), 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-SemiBold.eot") format("eot"), 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;
}

body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #2f7cc8;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  width: 180px;
  height: 44px;
  background-color: #2f7cc8;
  border-radius: 22px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
.more::after {
  content: "";
  width: 25px;
  height: 21px;
  background: url(../images/jt.png) no-repeat center center / 100%;
  margin-left: 10px;
  transition: 0.5s;
  margin-left: 19px;
  filter: invert(1);
}
.more:hover {
  background: #000000;
}
#innerMobileBanner{
  padding-top: 30px;
}
#innerMobileBanner .title{
  font-size: 20px;
}
.mobileForm input{
  border: 1px solid var(--color)
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
  padding: 10px 0;

}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
 margin-left: 140px;
  background: #ffffff;
  padding: 17px 58px;
  border-radius: 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  font-size: 22px;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;

}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 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 ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #2f7cc8;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .search form {
  position: relative;
}
#header .nav .ui.menu .search form #s {
  width: 148px;
  height: 41px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  padding: 0 40px 0 15px;
  background: none;
  color: #ffffff;
}
#header .nav .ui.menu .search form #s::placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .search form .submit {
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center center / 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
  margin-right: 4px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 5px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 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 .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
    background: #2f7cc8;
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#header.active {
  top: 0;
}
#header.active .nav::after {
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
.lh-3 {
  line-height: 1.3;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .video{
  position: relative;

}
#banner li .ban_line{
  position: absolute;
  right: 0;
  bottom: 0;
}
#banner li .video video{
  width: 100%;
  display: block;
}
#banner li .video:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0;
}
#banner li .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 5
}
#banner li .text .box {
  width: 56%;
}
#banner li .text .box .title {
  line-height: 1.4;
}
#banner li .text .box .more {
  background: #ffffff;
  color: #000000;
}
#banner li .text .box .more::after {
  filter: none;
}
#banner li .text .box .more:hover {
  background: var(--color);
  color: #ffffff;
}
#banner li .text .box .more:hover::after {
  filter: invert(1);
}
#banner li .text2{
  position: absolute;
  bottom: 50px;
  width: 100%;
  right: 0;
  text-align: right
}
#banner li .text2 .play{
  display: inline-block;
  cursor: pointer
}
#banner li .text2 .play {
  padding: 10px;
  border-radius: 50%;

}
#banner li .text2  .play span {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  background: var(--color);
  position: relative;
  color: #fff;
}
#banner li .text2  .play span svg {
  font-size: 20px;
  text-transform: uppercase;
  fill: #fff;
  font-weight: bold;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#banner li .text2  .play span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 14px solid transparent;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
.smt {
  width: 169px;
  height: 36px;
  border-radius: 18px;
  font-size: 18px;
  color: var(--color);
  text-align: center;
  line-height: 36px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#index-body .about {
  background: #f3f9ff;
}
#index-body .about .left .cont {
  color: #666666;
  line-height: 1.5;
}
#index-body .about .left .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .about .left .list .it {
  width: 50%;
  font-size: 18px;
  margin-bottom: 18px;
}
#index-body .about .left .list .it img {
  margin-right: 10px;
}
#index-body .about .right {
  display: flex;
  justify-content: space-between;
}
#index-body .about .right .time {
  width: 160px;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}
#index-body .about .right .time .text {
  height: 160px;
  background-color: #2f7cc8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
#index-body .about .right .time .text .num {
  line-height: 1;
}
#index-body .about .right .time .img2 {
  width: 220%;
}
#index-body .about .right .time .img2 img {
  border-radius: 10px;
}
#index-body .about .right .img {
  flex: 1;
}
#index-body .about .right .img img {
  border-radius: 10px;
}
#index-body .product {
  background: #f3f9ff url(../images/bg1.jpg) no-repeat top center / 100%;
  color: #ffffff;
}
#index-body .product .bottom{
  position: relative
}
#index-body .product .bottom .prev{
  position: absolute;
  left: 0;
  top: 48%;
  transform: translate(-140%,-50%)
}
#index-body .product .bottom .next{
  position: absolute;
  right: 0;
  top: 48%;
  transform: translate(140%,-50%);
  margin-left: 0
}
#index-body .product .smt {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
#index-body .product ul {
  color: #000000;
}
#index-body .product ul .img-box {
  box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
#index-body .product ul .t1 {
  display: flex;
  line-height: 1.3;
  height: 3.6em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#index-body .product ul .t1 span {
  flex: 1;
}
#index-body .product ul .box:hover .t1 {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .advantage .top .right img{
  border-radius: 20px;
}
#index-body .advantage .bottom .img {
  height: 68px;
  display: flex;
  align-items: end;
}
#index-body .advantage .bottom .t1 {
  line-height: 1.4;
}
#index-body .advantage .bottom .cont {
  color: #666666;
}
#index-body .partners {
  background: #f3f9ff;
}
#index-body .partners .item2 .slick-slider{
  direction: rtl
}
#index-body .partners .box {
  border-radius: 20px;
  background: url(../images/partner.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#index-body .partners .box ul {
  margin: -15px;
}
#index-body .partners .box ul .img {
  padding: 15px;
}
#index-body .partners .box ul .img img {
  width: 100%;
}
#index-body .partners .box .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .news .top .right li {
  margin-left: 30px;
  color: #666666;
  transition: 0.5s;
}
#index-body .news .top .right li.active,
#index-body .news .top .right li:hover {
  color: #000000;
}
#index-body .news .bottom {
  border-top: 1px solid #05133a;
}
#index-body .news .bottom .item {
  display: none;
}
#index-body .news .bottom .item.active {
  display: block;
}
#index-body .news .bottom .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
#index-body .news .bottom .box .left {
  width: 44%;
}
#index-body .news .bottom .box .left .t1 {
  line-height: 1.4;
  transition: 0.5s;
}
#index-body .news .bottom .box .left .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .box .left .time {
  color: #666666;
}
#index-body .news .bottom .box .right {
  width: 30%;
  position: relative;
}
#index-body .news .bottom .box .right .cont {
  color: #666666;
  transition: 0.5s;
}
#index-body .news .bottom .box .right .btn {
  width: 161px;
  height: 45px;
  border: solid 1px #05133a;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
}
#index-body .news .bottom .box .right .btn:hover {
  color: #ffffff;
  background: var(--color);
  border: solid 1px var(--color);
}
#index-body .news .bottom .box:hover {
  border-bottom: 1px solid #05133a;
}
#index-body .news .bottom .box:hover .right .cont {
  opacity: 0;
}
#index-body .news .bottom .box:hover .right .btn {
  opacity: 1;
}
#index-body .form {
  background: url(../images/bg2.jpg) no-repeat center top / cover;
  color: #ffffff;
}
#index-body .form form {
  color: #000000;
}
#index-body .form form ul li {
  width: 18%;
}
#index-body .form form ul li input {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
}
#index-body .form form ul .content {
  width: 40%;
}
#index-body .form form ul .submit {
  transition: 0.5s;
}
#index-body .form form ul .submit:hover {
  background: var(--color);
  color: #ffffff;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #f3f9ff;
}
#footer .f-box .f-ab {
  max-width: 260px;
}
#footer .f-box .f-contact .info {
  color: #666666;
}
#footer .f-box .f-nav li,
#footer .f-box .f-products li {
  margin-bottom: 0.5em;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-nav li:hover,
#footer .f-box .f-products li:hover {
  color: var(--color);
}
#footer .f-box .f-code #ewm {
  width: 155px;
  height: 155px;
  border: 10px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #fefefe;
  text-align: center;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  transition: 0.5s;
  fill: #fefefe;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #fefefe;
}
#footer .f-copy .box {
  padding: 18px 0 17px;
  background: var(--color);
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 1700px){
  #banner li .ban_line{
    zoom: 0.8
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 18px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1450px) {
    #banner li .ban_line{
    zoom: 0.6
  }
  #index-body .advantage .bottom .box {
    padding-right: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .search {
    margin-left: 30px;
  }
  #index-body .partners .box ul {
    margin: -8px;
  }
  #index-body .partners .box ul .img {
    padding: 8px;
  }
  #banner li .text .box {
    width: 61%;
  }
  #header .nav .ui.menu .menu-box{
    margin-left: 40px
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li .text .box {
    width: 67%;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .about .right .time {
    width: 110px;
    margin-right: 15px;
  }
  #index-body .about .right .time .text {
    height: 130px;
  }
  #index-body .about .right .time .img2 {
    width: 180%;
  }
  #index-body .product ul .t1 {
    height: 4em;
  }
}
@media screen and (max-width: 1100px) {
      #banner li .ban_line{
    zoom: 0.4
  }
}
@media screen and (max-width: 1000px) {
  #banner li .text2{
    display: none;
  }
  #index-body .product .bottom .slickBtn {
    display: none
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner li .text .box {
    width: 100%;
  }
  #index-body .about .right .time {
    width: 140px;
    margin-right: 30px;
  }
  #index-body .about .right {
    margin-top: 50px;
  }
  #index-body br {
    display: none;
  }
  #index-body .advantage .top .right {
    margin-top: 45px;
  }
  #index-body .partners .box {
    padding: 30px 30px 40px;
  }
  #index-body .news .bottom .box .left {
    width: 100%;
  }
  #index-body .news .bottom .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .news .bottom .box .right .btn {
    opacity: 1;
    position: static;
    transform: translate(0);
    margin-top: 20px;
  }
  #index-body .news .bottom .box:hover .right .cont {
    opacity: 1;
  }
  #index-body .news .bottom .box .left .t1 {
    font-size: 16px;
  }
  #index-body .form form ul li {
    margin-bottom: 20px;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-products {
    display: none;
  }
  #footer .f-box .tit {
    font-size: 16px;
  }
  #footer .f-code {
    display: none;
  }
  .smt {
    zoom: 0.7;
  }
  #index-body .news .top .right li {
    margin-left: 0;
  }
  #index-body .news .top .right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .ban_line{
    display: none;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .news .bottom .box .right .btn {
    zoom: 0.8;
  }
  #index-body .about .right .time {
    width: 110px;
  }
  #index-body .about .right .time .text {
    height: 110px;
  }
  #index-body .about .left .list .it {
    font-size: 14px;
  }
  #banner li .text .box .cont{
    display: none
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .right {
    position: relative;
  }
  #index-body .about .right .time {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 0;
  }
  #index-body .about .right .time {
    width: 90px;
  }
  #index-body .about .right .time .text {
    height: 90px;
  }
  #index-body .about .right .time .img2 {
    width: 130%;
  }
  #index-body .product {
    background-size: auto 200px;
  }
  #index-body .about .left .list .it {
    width: 100%;
  }
  #banner li .text .box .title {
    line-height: 1.1;
  }
  #index-body .about .left .list .it img {
    zoom: 0.8;
  }
  #index-body .partners .box {
    padding: 15px 15px 20px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 22%;
  }
}

/*inner*/

.inner-banner {
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 246px;
  border-radius: 0px 0px 300px 0px;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .tit {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
  text-transform: uppercase;
}

.inner-page .in-num {
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.inner-page .in-num::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: -2px 7px 0 0;
}
.inner-page .title {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  background: #333;
  font-size: 17px;
  font-weight: bold;
  color: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 100px;
  }
  .inner-banner .tit {
    font-size: 36px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background: #fff !important;
    color: #000;
    height: auto;
    padding-top: 30px;
  }
  .inner-banner .tit {
    display: none;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;

}
.seo_content .title {

}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 2.782% 0 0.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 3% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 30px;
    color: var(--color);
}
/*.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .list ul li:nth-child(even) .ig {
  -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;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}*/
/*.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
/*@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}*/
/*@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}*/
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
 
}
@media screen and (max-width: 1000px) {
  /*.product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }*/
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  
  /*.product-page .Auxil-h1{
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }*/
 
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  
  /*.product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }*/
 
  /*.product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }*/
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {
  padding: 3% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 53%;
}
.prodet-page .prodet-1 .left .small{
  width: 21.042%;
}
.prodet-page .prodet-1 .left .small ul{
  margin: -11.5px 0;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .left .small ul li{
  padding: 11.5px;
}
.prodet-page .prodet-1 .left .small ul li a{
	border: solid 1px #c8c8c8;
  display: block;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-arrow:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .left .big{
  width: 78.958%;
  padding-left: 37px;
}
.prodet-page .prodet-1 .left .big ul{
  border: solid 1px #c8c8c8;
}
.prodet-page .prodet-1 .left .big ul img{
  width: 100%;
}
.prodet-page .prodet-1 .right{
  width: 47%;
}
.prodet-page .prodet-1 .right span.category{
  color: var(--color);
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 166px;
  overflow-y: auto;
}
.prodet-page .m-link{
  width: 86%;
  margin: 30px 0 0 auto;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {

  margin-top: 65px;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1450px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
 
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
  .prodet-page .opt dl dd{
    padding: 0 60px
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 40px;
  }
  
  .prodet-page .prodet-1 .right .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd {
    padding: 0 30px;
  }
  .prodet-page .opt dl dd::before {
    left: 20px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  
 
 
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
  .prodet-page .m-link{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }

  .prodet-page .prodet-1 .left .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;
    padding-left: 18px;
  }
  .prodet-page .prodet-1 .left .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }

}
.news-page {
  padding: 125px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul li{
  padding: 30px;
      background-color: #f9f9f9;
      transition: .5s
}
.news-page .content ul li:hover{
  background: var(--color);
  color: #ffffff;
}
.news-page .content ul li .time{
      width: 80px;
    text-align: center;
}
.news-page .content ul li .text{
  width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
    padding-left: 50px;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


@media screen and (max-width: 1280px) {
  
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul li{
    padding: 20px
  }

}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
    .news-page .content ul li .time{
    text-align: left;
    margin-block-end: 15px
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
 
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
 
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }

  
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  font-weight: bold;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
 
}
.faq-page .box {
  padding: 10.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 36%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
    border-radius: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}

.contact-page {
  padding-top: 13.073%;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  font-weight: bold;
  line-height: 1.3;
  margin: 19px 0 11px;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 12.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page .contact-3 {
  padding-top: 5.1045%;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 397px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  
}
@media screen and (max-width: 700px) {
 
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 1px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  background-color: #333;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -16px;
  right: 0;
  font-size: 316px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
  background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span{
  color: var(--color);
  font-weight: bold;
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 7.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: var(--color);
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  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;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content 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;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-weight: bold;
}
.prodet-page .m-link a{
  margin-top: 0;
  padding: 6px;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left {
  position: relative;
}
.about-page .about-1 .left .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.about-page .about-1 .left .title em {
  color: var(--color);
}
.about-page .about-1 .left .title small {
  display: block;
}
.about-page .about-1 .left .title::after {
  content: '';
  width: 306px;
  height: 27px;
  background: url(../images/about1-line.png) no-repeat;
  display: block;
  margin: 0 0 0 auto;
}
.about-page .about-1 .left::after {
  content: attr(data-text);
  position: absolute;
  top: -156px;
  left: -153px;
  z-index: -1;
  font-size: 219px;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47 , 124 , 200, 0.2)), color-stop(50%, rgba(47 , 124 , 200, 0.1)), color-stop(70%, rgba(47 , 124 , 200, 0.01)), to(rgba(47 , 124 , 200, 0)));
  background: -webkit-linear-gradient(top, rgba(47 , 124 , 200, 0.2) 0%, rgba(47 , 124 , 200, 0.1) 50%, rgba(47 , 124 , 200, 0.01) 70%, rgba(47 , 124 , 200, 0) 100%);
  background: -moz-linear-gradient(top, rgba(47 , 124 , 200, 0.2) 0%, rgba(47 , 124 , 200, 0.1) 50%, rgba(47 , 124 , 200, 0.01) 70%, rgba(47 , 124 , 200, 0) 100%);
  background: linear-gradient(to bottom, rgba(47 , 124 , 200, 0.2) 0%, rgba(47 , 124 , 200, 0.1) 50%, rgba(47 , 124 , 200, 0.01) 70%, rgba(47 , 124 , 200, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 .right {
  margin-right: -16%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right .play {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  bottom: 0;
  left: 37%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .right .play span {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  background: var(--color);
  position: relative;
  color: #fff;
}
.about-page .about-1 .right .play span svg {
  font-size: 20px;
  text-transform: uppercase;
  fill: #fff;
  font-weight: bold;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-1 .right .play span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 14px solid transparent;
}
.about-page .about-1 .bottom {
  margin-top: -42px;
}
.about-page .about-1 .bottom .text {
  width: 46.667%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 0 80px;
  padding: 104px 0 83px 90px;
}
.about-page .about-1 .bottom .text i {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 129px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .bottom .text .desc {
  max-width: 580px;
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title {
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 24px;
  height: 36px;
  background: url(../images/about-wh.png) no-repeat;
}
.about-page .about-1 .bottom .text .desc .con {
  color: #878787;
  line-height: 1.3;
}
.about-page .about-1 .icon {
  right: 0;
  top: -35%;
}
.about-page .about-2 {
  background: url(../images/about2-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10.1042% 0 10.25%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .img {
  width: 47.124%;
  z-index: 1;
}
.about-page .about-2 .img .icon {
  top: -35px;
  left: -114px;
  z-index: -1;
}
.about-page .about-2 .text {
  width: 52.876%;
}
.about-page .about-2 .text span {
  color: var(--color);
  line-height: 1.6;
  padding-right: 25%;
}
.about-page .about-2 .text .title {
  line-height: 1.2;
  margin: 20px 0 0 0px;
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.about-page .about-2 .text .title em {
  color: var(--color);
}
.about-page .about-2 .text .con {
  line-height: 1.6;
  color: #5a5a5a;
  max-height: 320px;
  overflow-y: auto;
}
.about-page .about-2 .wz {
  z-index: -1;
  top: 0;
  right: 0;
}
.about-page .about-3 {
  position: relative;
  z-index: 1;
  padding-top: 159px;
  margin-top: -8.6%;
}
.about-page .about-3 .top {
  max-width: 1612px;
  height: 21.67vw;
  margin: 0 0 0 auto;
  border-radius: 30px 0 0 0;
  background: var(--color);
  -webkit-transform: translateY(-37.42%);
  -moz-transform: translateY(-37.42%);
  -ms-transform: translateY(-37.42%);
  transform: translateY(-37.42%);
  position: relative;
  z-index: 1;
}
.about-page .about-3 .top::after {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color)), color-stop(50%, rgba(47,  124 , 200, 0.8)), color-stop(70%, rgba(47,  124 , 200, 0.6)), to(rgba(47,  124 , 200, 0.4)));
  background: -webkit-linear-gradient(top, var(--color) 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.6) 70%, rgba(47,  124 , 200, 0.4) 100%);
  background: -moz-linear-gradient(top, var(--color) 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.6) 70%, rgba(47,  124 , 200, 0.4) 100%);
  background: linear-gradient(to bottom, var(--color) 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.6) 70%, rgba(47,  124 , 200, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3 .bottom {
  background-color: #ffffff;
  border-radius: 0 30px 0 0;
  padding: 114px 0 72px 12.5%;
  max-width: 1685px;
  position: relative;
  z-index: 8;
  overflow: hidden;
}
.about-page .about-3 .bottom .text {
  width: 46.575%;
}
.about-page .about-3 .bottom .text .title em {
  color: var(--color);
}
.about-page .about-3 .bottom .text .con {
  color: #5a5a5a;
  line-height: 1.6;
}
.about-page .about-3 .bottom .img {
  right: 0;
  top: 0;
  width: 42.196%;
  height: 100%;
  z-index: 6;
}
.about-page .about-3 .bottom .img img {
  width: 100%;
  height: 100%;
}
.about-page .about-3::before {
  content: attr(data-text);
  position: absolute;
  z-index: 4;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, rgba(47,  124 , 200, 0.8)), color-stop(70%, rgba(47,  124 , 200, 0.1)), to(rgba(47,  124 , 200, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.1) 70%, rgba(47,  124 , 200, 0) 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.1) 70%, rgba(47,  124 , 200, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(47,  124 , 200, 0.8) 50%, rgba(47,  124 , 200, 0.1) 70%, rgba(47,  124 , 200, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1612px;
  height: 416px;
  background-color: var(--color);
  border-radius: 30px 0 0 0;
}
.about-page .about-4 {
  background: url(../images/about4-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 7.323% 0 7.6042%;
}
.about-page .about-4 .header span {
  line-height: 1.6;
  color: var(--color);
}
.about-page .about-4 .header .title {
  line-height: 1.2;
}
.about-page .about-4 .header .title em {
  color: var(--color);
}
.about-page .about-4 .content ul {
  margin: 0 -36px -60px 0;
}
.about-page .about-4 .content ul li {
  padding: 0 36px 60px 37px;
  position: relative;
  height: auto;
}
.about-page .about-4 .content ul li .top {
  border-radius: 20px;
  background: var(--color);
  color: #fff;
  width: 510px;
  padding: 17px 27px 12px 32px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 38px;
}
.about-page .about-4 .content ul li .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-4 .content ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  border-radius: 20px;
  padding: 147px 46px 37px 69px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.about-page .about-4 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5a5a;
  margin-top: 28px;
}
.about-page .about-4 .content ul li .ig .num {
  right: -15px;
  bottom: -9px;
  font-size: 252px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.05;
  z-index: -1;
}
.about-page .about-5 {
  background-image: url(../images/about5-bg.jpg);
  background-size: 100% 100%;
  padding: 5.3646% 0 3.021%;
  height: 491px;
}
.about-page .about-5 .box {
  max-width: 773px;
  color: #fff;
}
.about-page .about-5 .box .title {
  line-height: 1.1;
}
.about-page .about-5 .box .title em {
  display: block;
}
.about-page .about-5 .box .con {
  line-height: 1.3;
  opacity: 0.82;
}

@media screen and (max-width: 1680px) {
  .about-page .about-1 .left::after {
    left: -49px;
    font-size: 200px;
  }
  .about-page .about-1 .right {
    margin-right: -3%;
  }
  .about-page .about-1 .bottom .text {
    padding: 104px 40px 83px 90px;
  }
  .about-page .about-3::after {
    max-width: 1390px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1400px;
  }
  
}
@media screen and (max-width: 1450px) {
  .about-page .about-3::before {
    right: 6px;
    font-size: 170px;
  }
  .about-page .about-3::after {
    max-width: 1190px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1200px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 147px 30px 37px 40px;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -40px;
    font-size: 190px;
  }
  .about-page .about-5 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .play {
    left: 14%;
  }
  .about-page .about-1 .left::after {
    font-size: 150px;
    top: -116px;
  }
  .about-page .about-1 .icon {
    zoom: .76;
  }
  .about-page .about-1 .bottom .text {
    width: 56%;
    padding: 80px 40px 20px 90px;
  }
  .about-page .about-3::before {
    font-size: 136px;
  }
  .about-page .about-3::after {
    max-width: 960px;
  }
  .about-page .about-3 .bottom {
    max-width: 970px;
    padding: 70px 0 40px 7%;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 420px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 60px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left::after {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: left;
  }
  .about-page .about-1 .right img {
    display: none;
  }
  .about-page .about-1 .right .play {
    position: initial;
  }
  .about-page .about-1 .bottom {
    margin-top: 30px;
  }
  .about-page .about-1 .bottom .text {
    position: relative;
    width: 100%;
    padding: 60px 40px 20px 60px;
  }
  .about-page .about-1 .bottom .text i {
    top: 16px;
    left: 10px;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-1 .icon {
    display: none;
  }
  .about-page .about-2 .wz {
    display: none;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding-top: 100px;
  }
  .about-page .about-3::before {
    font-size: 114px;
  }
  .about-page .about-3::after {
    width: 100%;
  }
  .about-page .about-3 .bottom {
    padding: 30px 0 20px 5%;
  }
  .about-page .about-3 .bottom .text {
    width: 50%;
  }
  .about-page .about-4 .content ul li {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top {
    position: initial;
    border-radius: 20px 20px 0 0;
    padding: 12px 20px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 50px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 22px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    height: auto;
  }
  .about-page .about-4 .content ul li .ig .con {
    margin-top: 0;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -26px;
    font-size: 130px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .title {
    font-size: 36px;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .img .icon {
    left: 0;
  }
  .about-page .about-2 .text {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .text .title {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .about-page .about-3 {
    padding-top: 71px;
  }
  .about-page .about-3::before {
    font-size: 71px;
  }
  .about-page .about-3 .bottom {
    padding: 30px 15px 0;
  }
  .about-page .about-3 .bottom .text {
    width: 100%;
  }
  .about-page .about-3 .bottom .text .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-3 .bottom .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .title {
    font-size: 36px;
  }
  .about-page .about-4 .content .flex-2 > * {
    width: 100%;
  }
  .about-page .about-4 .content ul {
    margin-bottom: -30px;
  }
  .about-page .about-4 .content ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .left .title small {
    display: inline;
  }
  .about-page .about-1 .bottom .text {
    padding: 30px 20px 20px;
  }
  .about-page .about-1 .bottom .text i {
    top: 3px;
    left: 0;
    font-size: 80px;
  }
  .about-page .about-1 .bottom .text .desc .title {
    font-size: 21px;
  }
  .about-page .about-1 .bottom .text .desc .title::after {
    bottom: 9px;
    zoom: .7;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 15px;
    line-height: 2 !important;
  }
  .about-page .about-2 .text {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 40px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 20px;
    margin-left: 9px;
    line-height: 1.4;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 20px 15px;
  }
  .about-page .about-4 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-5 .box .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about-page .about-5 .box .title em {
    display: inline;
  }
  .about-page .about-5 .box .con {
    font-size: 16px;
  }
}

.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top: 60px;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: 50px;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: 60px;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 50px
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }
  .case-page{
    padding: 40px 0;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}
#sidebar{
  right: 16px;
  bottom: 16%;
}
#sidebar ul li{
  border-radius: 9px;
}
#sidebar ul li:first-child{
  border-top-left-radius: 9px;
}
#sidebar ul li:last-child {
  border-bottom-left-radius: 9px;
}
#sidebar ul li .child{
  white-space: nowrap;
}
.custom-page .custom-1 {
  padding-top: 7.92%;
}
.custom-page .custom-1 .img {
  width: 71.028%;
}
.custom-page .custom-1 .text {
  width: 48.768%;
  background: var(--color);
  color: #fff;
  margin-left: -19.796%;
  padding: 112px 24px 117px 36px;
  z-index: 1;
}
.custom-page .custom-1 .text .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-1 .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -30%;
  right: -14.6%;
  width: 502px;
  height: 502px;
  border-radius: 50%;
  background-color: #d64917;
  opacity: 0.26;
}
.custom-page .custom-2 {
  background: url(../images/custom2-bg.png) no-repeat center top rgba(224, 224, 224, 0.51);
  border-radius: 80px;
  padding: 21.46% 0 2.96875%;
  margin-top: -15.4167%;
}
.custom-page .custom-2 .header p {
  max-width: 631px;
  line-height: 1.3;
  margin: 10px auto 0;
  color: #5a5a5a;
}
.custom-page .custom-2 .content ul {
  margin: -12.5px;
}
.custom-page .custom-2 .content ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px;
}
.custom-page .custom-2 .content ul li .ig {
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .content ul li .ig .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--color);
  top: 23px;
  left: 0;
}
.custom-page .custom-2 .content ul li .ig .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 73px;
}
.custom-page .custom-2 .content ul li .ig .text .con {
  color: #5a5a5a;
  line-height: 1.3;
}
.custom-page .custom-2 .content ul li .ig:hover {
  border-color: var(--color);
}
.custom-page .custom-2 .bottom {
  margin: 47px auto 0;
  max-width: 594px;
  line-height: 1;
  color: #1e1e1e;
}
.custom-page .custom-2 .bottom::before {
  content: '';
  width: 1px;
  height: 55px;
  background: var(--color);
  display: block;
  margin: 0 auto 10px;
}
.custom-page .custom-3 {
  padding-top: 8.021%;
}
.custom-page .custom-3 .header span {
  color: var(--color);
  line-height: 1.6;
}
.custom-page .custom-3 .header .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-3 .content ul li {
  margin-bottom: 107px;
}
.custom-page .custom-3 .content ul li .img {
  width: 50.209%;
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .img img {
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .text {
  margin-bottom: 43px;
  width: 53.698%;
  margin-left: -3.907%;
  background: #fff;
  -webkit-box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  border-radius: 100px 0 0 100px;
  padding: 86px 0 86px 106px;
  z-index: 1;
}
.custom-page .custom-3 .content ul li .text .desc {
  max-width: 681px;
}
.custom-page .custom-3 .content ul li .text .con {
  line-height: 1.3;
  color: #5a5a5a;
  margin-top: 38px;
  max-height: 163px;
  overflow-y: auto;
}
.custom-page .custom-3 .content ul li .text .con p {
  margin-top: 23px;
  padding-left: 27px;
  position: relative;
}
.custom-page .custom-3 .content ul li .text .con p:first-child {
  margin-top: 0;
}
.custom-page .custom-3 .content ul li .text .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
}
.custom-page .custom-3 .content ul li .text .icon {
  right: 0;
  bottom: 17px;
  z-index: -1;
}
.custom-page .custom-3 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text {
  margin: 0 -3.907% 0 0;
  border-radius: 0 100px 100px 0;
  padding: 86px 106px 86px 0;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .desc {
  margin: 0 0 0 auto;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .icon {
  right: initial;
  left: 0;
}
.custom-page .custom-3 .content ul li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-4 {
  background: url(../images/custom4-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 111px;
  padding: 23.49% 0 11.2%;
  z-index: 1;
}
.custom-page .custom-4 .box {
  color: #fff;
  max-width: 737px;
}
.custom-page .custom-4 .box .title {
  line-height: 1;
  max-width: 490px;
}
.custom-page .custom-4 .info {
  right: 0;
  bottom: 0;
  max-width: 674px;
  background: var(--color);
  color: #fff;
  padding: 52px 93px 75px;
}
.custom-page .custom-4 .info .title {
  line-height: 1.2;
}
.custom-page .custom-4 .info .more {
  background: #fff;
  border: 0;
  color: #000;
  border-radius: 0;
  font-size: 22px;
  padding: 19px 16px 16px 27px;
}
.custom-page .custom-4 .info .more em {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  margin-left: 90px;
}
.custom-page .custom-4 .info .more::after {
  background: #000;
}
.custom-page .custom-4 .info .more:hover {
  color: #fff;
}
.custom-page .custom-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 80.46%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255, 121, 45, 0.76)), to(rgba(255, 121, 45, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: linear-gradient(to right, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
}
@media screen and (max-width: 1680px) {
  .custom-page .custom-3 .content ul li .text {
    padding: 43px 0 43px 58px;
  }
  .custom-page .custom-3 .content ul li .text .icon {
    zoom: .6;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 43px 58px 43px 0;
  }
  .custom-page .custom-4 .info {
    max-width: 560px;
    padding: 26px 46px 38px;
  }
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-1 .text {
    padding: 56px 12px 58px 18px;
  }
  .custom-page .custom-1 .text::after {
    width: 301px;
    height: 301px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 36px 28px;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 36px 28px;
  }
  .custom-page .custom-4 .box {
    max-width: 620px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .custom-page .custom-1 .text {
    padding: 28px 12px 28px 18px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 40px;
  }
  .custom-page .custom-3 .content ul li .text {
    margin-bottom: 0;
  }
  .custom-page .custom-3 .content ul li .text .con {
    margin-top: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p {
    margin-top: 13px;
    padding-left: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    width: 10px;
    height: 10px;
  }
  .custom-page .custom-4 .box {
    max-width: 520px;
  }
  .custom-page .custom-4 .info {
    max-width: 430px;
  }
  .custom-page .custom-4 .info .more {
    padding: 8px 16px;
  }
  .custom-page .custom-4 .info .more em {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .text::after {
    width: 201px;
    height: 201px;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 50%;
  }
  .custom-page .custom-3 .content ul li {
    margin-bottom: 53px;
  }
  .custom-page .custom-3 .content ul li .img {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0 !important;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    margin-right: 0;
  }
 
  .custom-page .custom-4 {
    margin-top: 30px;
  }
  .custom-page .custom-4 .box {
    max-width: 100%;
  }
  .custom-page .custom-4 .info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
 
  .custom-page .custom-1 .img {
    width: 100%;
    padding-bottom: 0;
  }
  .custom-page .custom-1 .text {
    width: 100%;
    margin: 0;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 100%;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: 1;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 18px;
  }
  .custom-page .custom-2 .bottom {
    line-height: 1.5;
  }
  .custom-page .custom-4 .box .con {
    font-size: 16px;
    margin-top: 20px;
  }
  .custom-page .custom-4::after {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    top: 8px;
  }
  
}
@media screen and (max-width: 500px) {
 
  .custom-page .custom-2 .content ul li .ig .icon {
    top: 0;
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 20px;
  }
  .custom-page .custom-2 .content ul li .ig .text .title {
    font-size: 24px;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 16px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 20px 15px !important;
  }
  .custom-page .custom-4 {
    padding: 26% 0 20px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
 
}

.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.category-product-page .category-left .top {
  background-color: #f5f5f5;
  padding-top: 37px;
  padding-bottom: 23px;
  border-radius: 10px;
}
.category-product-page .category-left .top .form {
  margin: 0 26px;
}
.category-product-page .category-left .top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.category-product-page .category-left .top .form form input {
  border: none;
}
.category-product-page .category-left .top .form form .text {
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  height: 69px;
  background-color: #ffffff;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
}
.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .submit {
  width: 67px;
  height: 69px;
  background: var(--color) url('../images/category-left-submit.png') no-repeat center center;
}
.category-product-page .category-left .top .side-category-title {
  padding: 0 26px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  margin-bottom: 21px;
}
.category-product-page .category-left .top .side-category-list {
  font-family: Montserrat;
}
.category-product-page .category-left .top .side-category-list li a {
  display: block;
}
.category-product-page .category-left .top .side-category-list > li > a {
  font-weight: bold;
  color: #000;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/side-category-list-bg.png") no-repeat left center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li:last-child a {
  border: none;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a {
  font-weight: bold;
  color: #6b6b6b;
  opacity: 0.52;
  padding: 9px 45px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a.active {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a:hover {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .bottom .side-category-title {
  margin: 2.760416666666667vw 34px 2.291666666666667vw;
  color: #000;
  font-family: Montserrat;
  font-weight: bold;
}
.category-product-page .category-left .bottom .category-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.category-product-page .category-left .bottom .category-list li .little-img {
  display: block;
  margin-right: 20px;
  max-width: 85px;
  border-radius: 50%;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
  color: var(--color);
}
.category-product-page .category-left .bottom .category-list li .right-text .intro {
  color: #7e7e7e;
  max-width: 194px;
  line-height: 1.3;
}
.category-product-page .category-left{
  width: 342px;
}
.category-product-page .category-right {
  width: -webkit-calc(100% - 342px);
  width: -moz-calc(100% - 342px);
  width: calc(100% - 342px);
  padding-left: 35px;
}
.category-product-page .category-right h1 {
  font-family: Montserrat;
  font-weight: bold;
  margin-bottom: 20px;
}
.Auxil-catdes {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 50px;
    align-items: flex-start;
}
.Auxil-catdes .left{
  width: 30%
}
.Auxil-catdes .left img{
  width: 100%;
  border-radius: 20px;
}
.Auxil-catdes .right{
  width: 65%
}
.category-product-page .category-right .all-product-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.category-product-page .category-right .all-product-list li {
  width: 33.333%;
  margin-bottom: 30px;
  padding-right: 20px;
  
}
.category-product-page .category-right .all-product-list li .box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 0;
  padding: 15px;
  border-radius: 10px;
}
.category-product-page .category-right .all-product-list li .box:hover a.title {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.img {
  display: block;
  text-align: center;
}
.category-product-page .category-right .all-product-list li .box a.title {
  display: block;
  text-align: center;
  margin: 20px 15px 12px;
  font-weight: bold;
  height: 81px;

}
.category-product-page .category-right .all-product-list li .box .intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  /*text-align: center;*/
  line-height: 2;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
  background: #fff;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.category-btn span {
  color: #fff;
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1280px) {
  .category-product-page .category-right .all-product-list li {
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .category-product-page .category-left {
    display: none;
  }
  .category-product-page .category-right {
    width: 100%;
    padding-left: 0;
  }
  .category-product-page .category-right h1 {
    margin-top: 30px;
    font-size: 20px!Important;
  }
  .Auxil-catdes .left{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .category-product-page .category-right .all-product-list li {
    width: 100%;
  }
}
quality-banner {
  position: relative;
  z-index: 1;
}
.quality-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.quality-page .quality-1 .header {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding: 131px 0 62px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
.quality-page .quality-1 .header .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.quality-page .quality-1 .header .title em {
  color: var(--color);
}
.quality-page .quality-1 .header .con {
  line-height: 1.3;
  color: #464646;
  max-width: 749px;
  margin: 34px auto 0;
}
.quality-page .quality-1 .content {
  position: relative;
  z-index: 1;
  padding: 149px 0 162px;
}
.quality-page .quality-1 .content ul li .text {
  width: 54.863%;
  padding: 40px 77px 0 0;
}
.quality-page .quality-1 .content ul li .text .con {
  line-height: 1.3;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc {
  line-height: 1.5;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc p {
  padding-left: 37px;
  position: relative;
  margin-bottom: 43px;
}
.quality-page .quality-1 .content ul li .text .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/quality-check.png) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-1 .content ul li .text .desc p:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li .img {
  width: 45.137%;
  padding: 29px;
  border-radius: 50%;
  background: #f1d2c7;
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .content ul li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-1 .content ul li:nth-child(even) .text {
  padding: 0 0 0 77px;
}
.quality-page .quality-1 .content ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li:hover .img::before,
.quality-page .quality-1 .content ul li:hover .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks1 3s linear infinite;
  -moz-animation: ks1 3s linear infinite;
  animation: ks1 3s linear infinite;
}
.quality-page .quality-1 .content ul li:nth-child(1) {
  margin-bottom: 110px;
}
.quality-page .quality-1 .content ul li:nth-child(2) {
  margin-bottom: 320px;
}
.quality-page .quality-1 .content ul li:nth-child(3) {
  margin-bottom: 122px;
}
.quality-page .quality-1 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/quality-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-2 {
  background: url(../images/quality2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 11.042% 0 6.823%;
  border-radius: 60px 60px 0 0;
  color: #fff;
}
.quality-page .quality-2 .box {
  max-width: 775px;
}
.quality-page .quality-2 .box .title {
  line-height: 1.1;
}
.quality-page .quality-2 .box .con {
  line-height: 1.2;
}
.quality-page .quality-2 .box .more {
  padding: 4px 7px 5px 50px;
}
.quality-page .quality-2 .box .more span {
  text-transform: uppercase;
}
.quality-page .quality-2 .box .more em {
  margin-left: 26px;
  width: 62px;
  height: 62px;
  line-height: 62px;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
 
  .quality-page .quality-1 .header {
    padding: 60px 0;
  }
  .quality-page .quality-1 .content {
    padding: 0;
  }
  .quality-page .quality-1 .content ul li {
    margin-bottom: 0 !important;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .quality-page .quality-1 .content ul li .img {
    width: 100%;
  }
  .quality-page .quality-1 .content ul li .text {
    width: 100%;
    padding: 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 30px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 16px;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 20px;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) {
    background: #fff;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .quality-page .quality-1 .content::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .header {
    padding: 30px 0;
  }
  .quality-page .quality-1 .header .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .quality-page .quality-1 .header .title em {
    display: inline;
  }
  .quality-page .quality-1 .header .con {
    margin: 17px auto 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 26px;
  }
  .quality-page .quality-2 .box .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .quality-page .quality-2 .box .more {
    padding: 5px 9px 5px 18px;
  }
  .quality-page .quality-2 .box .more em {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .header .title {
    font-size: 24px;
  }
  
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 24px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 14px;
    line-height: 2;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 10px;
  }
}
/*2025-8-20*/
.about-page .about-factory{
  padding-bottom: 7.6042%;
}
.about-page .about-factory .title em{
  color: var(--color);
}

.honor-page .swiper {
  overflow: hidden;
  position: relative;
}
.honor-page .content{
  position: relative;
}
.honor-page .content .prev,.honor-page .content .next{
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background: var(--color);
  position: absolute;
  transition: .5s;
  z-index: 5;
  cursor: pointer;

}
.honor-page .content .prev{
  left: 0;
  top: 50%;
  transform: translate(-130%,-50%)
}
.honor-page .content .next{
  right: 0;
  top: 50%;
  transform: translate(130%,-50%)
}
.honor-page .content .prev:hover,.honor-page .content .next:hover{
  background: #000000;
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: #1e9681;
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}

.factory-yd .img-box{
  position: relative
}
.factory-yd .img-box .info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  color: #ffffff;
  padding: 6px 0
}
.inner-banner2{
  position: relative;
  z-index: 10
}
.inner-banner2 .box{
  padding: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.inner-banner2 .box .t1{
  margin-right: 40px;
  width: 350px;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 600;
}
.inner-banner2 .box .t1 .iconfont {
  color: var(--color);
  margin-right: 10px
}
.inner-banner2 .box {
  flex-wrap: wrap;
}
.inner-banner2 .box .mbx2{
  color: #999999
}
.inner-banner2 .box .mbx2 span{
    color: var(--color);
}
.inner-banner2 .box .mbx2 a:hover{
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .inner-banner2{
    display: none
  }
}

@media (max-width: 500px) {
   .category-product-page .category-right .all-product-list li .box a.title{
    height: auto;
  }
}