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

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

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

body {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  --color: #1b62b7;  
  --color1: #1b62b7;
  margin: 0 auto;
  color: #333;
}
.container {
  max-width: 1630px;
}
.bigtt-zt {
  font-weight: bold;
  /*overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  */
}
.col{
    color: var(--color);
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from,#pups_from2{
    z-index: 99999 !important;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;

  padding: 10px 0;
  transition: .5s;
}
#header .nav {
  position: relative;
}
#header .nav .logo img{
  display: block;
  margin: 0 auto;
}
#header .nav .logo .i2{
  margin-top: 8px;
}
#header .nav .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .menu-box .menu-menu-container ul.menu > li {
  margin: 0 32px;
  font-size: 18px;
  height: 100%;
  color: #ffffff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: right;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
#header .nav .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: right;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  right: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .menu-box .menu-menu-container ul.menu li:last-child {
  margin-left: 0;
}
#header .nav .right {
  display: flex;
  align-items: center;
}
#header .nav .right .h-search {
  cursor: pointer;
}
#header .nav .right .line {
  width: 1px;
  height: 19px;
  background-color: rgba(51, 51, 51, 0.3);
}
#header .nav .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .right .h-language span{
    color: #ffffff;
}
#header .nav .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-left: 6px;
}
#header .nav .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .right .h-language:hover img {
  filter: none;
}
#header .nav .right .h-inquire {
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  background-color: #1591d3;
  border-radius: 5px;
  font-size: 20px;
  transition: .5s;
}
#header .nav .right .msg:hover{
    background: var(--color);
}
#header.active {
    background: #ffffff;
    box-shadow: 15px -5px 28px 4px rgba(0, 0, 0, 0.3);
}
#header.active .nav .menu-box .menu-menu-container ul.menu > li{
  color: #000000;
}
#header.active .nav .right .h-search,#header.active .nav .logo .i2,#header.active .nav .right .h-language span img{
  filter: invert(1)
}
#header.active .nav .right .h-language span{
    color: #000000;
}
@-webkit-keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes ban_box {
  0% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-moz-keyframes ban_box2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  overflow: hidden;
  position: relative;
}
#banner li .video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#banner li .text {
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#banner li .text .box {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  padding: 5px;
}
#banner .slick-active .text .box {
  -webkit-animation: ban_box 1s 0.5s 1 forwards linear;
  -moz-animation: ban_box 1s 0.5s 1 forwards linear;
  animation: ban_box 1s 0.5s 1 forwards linear;
}
#banner .prev,#banner .next{
    width: 40px;
	height: 80px;
	background-color: rgba(0, 0, 0, .4);
    font-size: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    transition: .5s;
}
#banner .prev{
    right: 0;
}
#banner .next{
    left: 0;
}
#banner .prev:hover,#banner .next:hover{
  background: var(--color);
}
.btn-go {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 56px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.zdy-switch .swiper-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}
.zdy-switch .swiper-button:hover {
  background-color: var(--color);
  color: #fff;
}
.zdy-switch .swiper-button::after {
  display: none;
}
.slickDots ul li{
    width: 10px;
	height: 10px;
	background-color: #1b62b7;
	opacity: 0.2;
    border: none;
    margin: 0 10px;
}
.slickDots ul li.slick-active{
  	opacity: 1;
    background-color: #1b62b7;
}
#index-body .init-about {
  overflow: hidden;
}
#index-body .init-about .left .imgbox .datashow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
}
#index-body .init-about .left .imgbox .datashow h4 {
  font-size: calc(9.427vw + 14px);
  font-weight: bold;
  line-height: 1;
}
#index-body .init-about .left .imgbox .datashow .txt {
  color: #666666;
}
#index-body .init-about .right .desc {
  max-height: 250px;
  overflow-y: auto;
}
#index-body .init-about .right .imgbox {
  display: inline-block;
}
#index-body .init-about .right .imgbox .textbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-about .right .imgbox .txt {
  padding: 40px 30px;
  background: rgba(0, 62, 136, 0.4);
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}
#index-body .init-about .right .imgbox .txt:hover {
  opacity: 1;
}
#index-body .init-about .right .imgbox .txt01 {
  width: 42%;
  
}
#index-body .init-about .right .imgbox .jxk {
  width: 3%;
  background-color: #fff;
}
#index-body .init-about .right .imgbox .txt02 {
  width: 58%;
}
#index-body .init-about .textAniC .text .c {
  color: #00326d;
  line-height: 0.9;
  white-space: nowrap;
  width: 4000px;
  animation: transAni2 47s linear infinite;
}
#index-body .init-product {
  background-color: #f3f6fb;
}
#index-body .init-product .mk-content .mk-bottom ul li .box {
  padding: 40px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title {
  width: 25%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title .tt {
  display: inline;
  color: #666666;
  transition: all 0.5s;
  margin-right: 5%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .title .tt span {
  transition: all 0.5s;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .imgbox {
  width: 20%;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .imgbox img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(60.0%,-50%);
}
#index-body .init-product .mk-content .mk-bottom ul li .box .txtbox {
  width: 41%;
  color: #666666;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color);
  font-weight: bold;
  transition: all 0.5s;
  margin-right: 4%;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn i {
  transform: rotate(-15deg);
  transition: all 0.5s;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn:hover i {
  transform: rotate(45deg);
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .title .tt {
  color: var(--color);
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .title .tt span {
  background-size: 100% 3px;
}
#index-body .init-product .mk-content .mk-bottom ul li .box:hover .imgbox {
  opacity: 1;
}
#index-body .init-strength{
    position: relative;
    overflow: hidden;
}
#index-body .init-strength .mk-content .mk-bottom ul li {
  width: 25%;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box {
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op span em {
  opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .op::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .num {
  position: relative;
  font-weight: bold;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .des {
  color: #d0d0d0;
  max-width: 80%;
  max-height: 84px;
  overflow-y: auto;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box>.tit{
    font-weight: 500;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn{
    width: 56px;
	height: 56px;
    border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.5s;
    opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box .mk-btn:hover{
    background-color: var(--color);
    border-color: #fff;
}
#index-body .init-strength .mk-content .mk-bottom ul li .box:hover .mk-btn{
    opacity: 1;
}

#index-body .init-strength .mk-content .mk-bottom ul li.item1 .op::before {
  opacity: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op {
  gap: 0;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span {
  width: 0;
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .op span::after,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op span::after {
  content: "";
  display: block;
  width: 1px;
  height: 146px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50.0%);
}
#index-body .init-strength .mk-content .mk-bottom ul li.item2 .num,
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .num {
  margin-top: 198px;
  position: relative;
}
#index-body .init-strength .mk-content .mk-bottom ul li.item4 .op::after {
  opacity: 0;
}

#index-body .init-strength .hero-section {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
}
#index-body .init-strength .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(27,98,183, 0.9) 0%, rgba(27,98,183, 0.4) 40%, rgba(27,98,183, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#index-body .init-strength .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}
#index-body .hot-product{
  background-color: #f3f6fb;
}
#index-body .hot-product .list .img-box{
    background-color: #ffffff;
	border-radius: 20px;
    margin-bottom: 25px;
}
#index-body .hot-product .list .ig:hover .img-box{
    background: var(--color);
}
#index-body .application .list .img-box{
    	border-radius: 10px;
        margin-bottom: 20px;
}
#index-body .application .list .text .tit{
    flex: 1;
    margin-left: 15px;
}
#index-body .application .list .text .btn{
    width: 46px;
	height: 46px;
	background-color: var(--color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid var(--color);
}
#index-body .application .list .text .btn:hover{
    background: none;
    color: var(--color);
}
#index-body .init-news {
  background-color: #f3f6fb;
}
#index-body .init-news .mk-bottom ul li .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 32px 40px;
}
#index-body .init-news .mk-bottom ul li .box:hover{
    background: var(--color);
    color: #ffffff;
}
#index-body .init-news .mk-bottom ul li .box:hover .info .cat{
  background: #ffffff;
  color: var(--color);
}
#index-body .init-news .mk-bottom ul li .box .info {
  border-bottom: solid 1px #dddddd;
}
#index-body .init-news .mk-bottom ul li .box .info .cat {
  height: 30px;
  border-radius: 15px;
  background-color: #1b62b7;
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
#index-body .init-news .mk-bottom ul li .box .desc {
  /*height: 112px;
  overflow-y: auto;*/
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
#footer {
  background-color: #070304;
}
#footer .footer-top {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}


#footer .footer-top .hero-section {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
}
#footer .footer-top .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(27,98,183, 0.9) 0%, rgba(27,98,183, 0.4) 40%, rgba(27,98,183, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#footer .footer-top .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}


#footer .footer-top .form {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 16px 28px;
}
#footer .footer-top .form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 100px;
  position: relative;
}
#footer .footer-top .form form input {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  width: calc(26% - 7px);
  height: 42px;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}
#footer .footer-top .form form input[name="content"] {
  width: 48%;
}
#footer .footer-top .form form input::placeholder {
  color: #fff;
  font-size: 18px;
}
#footer .footer-top .form form .send {
  min-width: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-top .form form .line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: skewX(-15deg);
  margin-left: 5px;
}
#footer .footer-top .mk-bottom {
  color: rgba(255, 255, 255, 0.1);
}
#footer .footer-logo .share {
  margin: 20px 0;
}
#footer .footer-logo .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
}
#footer .footer-logo .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .line {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list h2{
    font-weight: 500;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 470px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  font-size: 16px;
  margin-bottom: 15px;
  color: rgb(221,221, 221,0.47);
}
#footer .footer-center .footer-t .footer-t-gird .t-list li:hover{
    color: #ffffff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li ul{
    display: none;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 390px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-right: 40px;
  line-height: 2;
  transition: .5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  width: 170px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick ul {
  max-width: 50%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li{
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li::after{
    content: "-";
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a{
  transition: all 0.5s;
  display: inline-block;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover::after{
  opacity: 1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a{
  transform: translateX(-10.0px);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 102px;
  height: 102px;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 10px;
}
#footer .footer-center .footer-b {
  padding-left: 160px;
}
#footer .footer-center .footer-b .con {
  color: #bbbbbb;
  padding: 22px 0;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
  font-size: 16px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 32px;
  transition: all 0.5s;
  fill: #bbbbbb;
}
#footer .footer-center .footer-b .go_top {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .go_top:hover {
  background-color: #fff;
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .menu-box .menu-menu-container ul.menu > li {
    margin: 0 26px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .zdy-switch {
    zoom: 0.8;
  }
  #header .nav .menu-box .menu-menu-container ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  
  #index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1250px) {
 
  .font-80 {
    font-size: 50px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 266px;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .mk-btn {
    margin-right: 1%;
  }
  #index-body .init-strength .mk-content .mk-bottom ul {
    margin: -15px;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li {
    width: 50%;
    padding: 15px;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li .box .op {
    display: none;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li .num {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .slickDots ul li{
    margin: 0 5px;
  }
 #banner li .text .box{
   width: 100%;
 }
 #banner li .text{
   z-index: 5;
 }
 #banner li::after{
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .4);
   position: absolute;
   right: 0;
   top: 0;
 }
  #banner .slickBtn{
   display: none;
 }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo{
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  .font-80 {
    font-size: 38px;
  }
  #footer .footer-top .form form input {
    font-size: 16px;
  }
  #footer .footer-top .form form input::placeholder {
    font-size: 14px;
  }
  #footer .footer-center .footer-b {
    padding-left: 0;
  }
  #footer .footer-center .footer-b .go_top {
    display: none;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 73%;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .title {
    width: 100%;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .imgbox {
    width: 100%;
    margin-top: 30px;
    opacity: 1;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .imgbox img {
    position: static;
    transform: none;
  }
  #index-body .init-product .mk-content .mk-bottom ul li .box .txtbox {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
 
  .mk-btn {
    zoom: 0.8;
  }
  #index-body .init-news .mk-bottom ul li .box {
    padding: 20px;
  }
  #index-body .init-product .tip_img{
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .font-30{
    font-size: 18px;
  }
  .font-48{
    font-size: 24px;
  }
  .font-50{
    font-size: 24px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .zdy-switch {
    zoom: 0.6;
  }
  .phone_hide {
    display: none;
  }
  .font-80 {
    font-size: 30px;
  }
  #banner li>img{
    height: 360px;
    object-fit: cover;
  }
  #footer .footer-top .form {
    padding: 15px;
  }
  #footer .footer-top .form form {
    padding-left: 0;
  }
  #footer .footer-top .form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-top: 15px;
  }
  #footer .footer-top .form form .line {
    display: none;
  }
  #footer .footer-top .form form .send {
    position: static;
    transform: none;
    margin-top: 15px;
  }
  #footer .footer-top .form form input[name="content"] {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    margin-top: 30px;
  }
  #footer .footer-logo .share {
    zoom: 0.8;
  }
  #footer .footer-logo > img {
    zoom: 0.8;
  }
  #index-body .init-strength .mk-content .mk-bottom ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-48{
    font-size: 22px;
  }
  .font-50{
    font-size: 22px;
  }
  .font-80 {
    font-size: 24px;
  }
}

/*-----inner page-----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
.page-header01{
  background: rgba(0, 0, 0, .8)
}
.mobile-menu-wrap01 .mobile-menu{
  background: rgba(0, 0, 0, .8)
}

.inner-banner {
  padding-top: 250px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: hidden;
}
.inner-banner .con .circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: -45px;
  right: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}
.inner-banner .con .circle-text {
  position: absolute;
  top: 50%;
  left: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 22;
}
.inner-banner .con .circle-text .curved-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.inner-banner .con .circle-text .curved-circle .item {
  width: 100%;
}
.inner-banner .con .circle-text .curved-circle .item span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
}
.inner-banner .shape-one {
  position: absolute;
  left: -15px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.inner-banner .shape-one path:nth-child(1) {
  fill: var(--color);
}
.inner-banner .shape-one path:nth-child(2) {
  fill: var(--color);
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(-0.0px);
  }
  100% {
    transform: translateX(13.0px);
  }
}


@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}


.m-page {
    text-align: center;
    margin-top: 50px;
}

.m-page a,
.m-page span {
    width: 50px;
    height: 50px;
    background: #dfdfdf;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
}

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

@media screen and (max-width: 500px) {
    .m-page {
        zoom: 0.8;
    }
}

/*
    faq-page
==============================================*/

.faq-page .faq-1 {
    font-size: 18px;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 4em;
}

.faq-page .faq-1 .filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-page .faq-1 .filter a {
    margin-left: 1.5em;
    position: relative;
}

.faq-page .faq-1 .filter a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -1em;
    background-color: var(--color);
    opacity: 0;
}

.faq-page .faq-1 .filter a span {
    display: block;
}

.faq-page .faq-1 .filter a.active:after {
    opacity: 1;
}

.faq-page .faq-2 .list ul li {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
    color: #303030;
    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;
    font-weight: 500;
    line-height: 1.6;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #cfcfcf;
    color: white;
    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;
    margin-left: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
    margin-left: 0;
    margin-right: auto;
    cursor: pointer;
    cursor: hand;
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
    background-color: var(--color1);
}

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

.faq-page .faq-2 .list ul li .text {
    color: #a8a8a8;
    margin-top: 1.3em;
    padding-top: 1.3em;
    border-top: 1px solid #e0e0e0;
    display: none;
    line-height: 2;
}

.faq-page .faq-2 .list ul li:nth-child(odd) {
    background-color: #f8f8f8;
}

@media (max-width: 1800px) {

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 24px;
    }
}

@media (max-width: 1450px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 20px;
    }

    .faq-page .faq-2 .list ul li {
        padding: 30px;
    }
}

@media (max-width: 1250px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 18px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .faq-page .faq-2 .list ul li {
        padding: 15px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 14px;
    }
}

/*==============================================
    faq-page
*/



.project-page {
    padding: 0 0 100;
}

.project-page ul {
    margin: -15px;
}

.project-page ul li {
    padding: 15px;
}

.project-page ul li .t1:hover {
    color: var(--color);
}

.project-page ul li p {
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}



.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.jectdet-page .sidebar-box .content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}

.jectdet-page .sidebar-box .content .left img {
    border-radius: 20px;
}

.jectdet-page .sidebar-box .content .right .cont {
    max-height: 270px;
    overflow-y: auto
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul{
    margin: -20px -10px;
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul li{
    padding: 20px 10px;
}

.jectdet-page .sidebar-box .content .app-related-pro02 ul li .imgbox{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

@media screen and (max-width: 1000px) {
    .jectdet-page .sidebar-box .content .right .cont {
        height: auto;
    }

    .jectdet-page .sidebar-box .content .right {
        margin-top: 30px;
    }
    .project-page ul li .t1{
      font-size: 16px;
    }
}



/*
    services-page
==============================================*/
.services-page .init-1 .top .cont p {
    margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
    font-weight: bold;
}

.services-page .init-1 .bottom li {
    padding-top: 20px;
}

.services-page .init-1 .bottom .box {
    height: 480px;
    background: #eeeeee no-repeat right bottom;
    border-radius: 20px;
    padding: 40px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    overflow: hidden;
}

.services-page .init-1 .bottom .box .mask {
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #006cae;
    transition: .5s;
}

.services-page .init-1 .bottom .box .tip {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
    color: #999999;
    opacity: 0.6;
    line-height: 1;
    margin-top: 5px;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
    width: 60px;
    height: 60px;
    background-color: #006cae;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon img {
    filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
    transition: 0s;
    line-height: 1.2；
}

.services-page .init-1 .bottom .box .text {
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px 50px;
    color: #ffffff;
    transform: translateY(100%);
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
    zoom: 0.8;
    font-size: 20px;
    transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
    line-height: 1.7;
    transition: 0.5s;
    /*opacity: 0.6;*/
    color: #ffffff;
    height: 10.5em;
    overflow-y: auto;
    padding-left: 5px;
}

.services-page .init-1 .bottom .box .text2 .cont::-webkit-scrollbar-thumb {
    background-color: #444;
}

.services-page .init-1 .bottom .box .text2 .btn-go{
    background-color: #fff;
    color: var(--color);
}

.services-page .init-1 .bottom .box:hover {
    color: #ffffff;
    transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
    height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
    color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
    background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
    filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
    opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
    opacity: 1;
    transform: translateY(0);
}

.services-page .init-1 .tip .cont {
    max-width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .services-page .init-1 .bottom .box .text2 .cont {
        height: 7.2em;
    }
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.services-page .init-2 .left .btn-go{
    background-color: #00489f;
}

.services-page .init-2 .left .btn-go:hover{
    background-color: #fff;
}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-right: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    right: 27px;
    top: 80px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}

.services-page .init-2 .right ul li:last-child::after {
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}

.services-page .init-2 .right ul li .des .item {
    display: flex;

}

.services-page .init-2 .right ul li .des .item .txt {
    flex: 1;
    /*margin-left: 10px;*/
}

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

@media screen and (max-width: 1250px) {
    .services-page .init-2 .right ul li {
        padding-right: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 20px;
    }

    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 700px) {
    .services-page .init-2 .right {
        padding-right: 0;

    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
    .services-page .init-2 .right ul li .des{
      font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-right: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }

    .services-page .init-2 .right ul li::after {
        display: none;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 18px;
    }
     .services-page .init-2 .right ul li .des{
      font-size: 15px;
    }
}
/*==============================================
    services-page
*/


/*
    news-page
==============================================*/

.news-page02 .news-1 .list ul {
    margin: -15px;
}
.news-page02 .news-1 .list ul li {
    padding: 15px;
}
.news-page02 .news-1 .list ul li a.img-box {
    display: block;
}
.news-page02 .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}

.news-page02 .news-1 .list ul li .content:hover{
  background: var(--color);
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page02 .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page02 .news-1 .list ul li .content:hover .btn-go{
    background-color: #fff;
    color: var(--color);
}
.news-page02 .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page02 .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page02 .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page02 .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page02 .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page02 .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page02 .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page02 .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
    .news-page02 .news-1 .list ul li .content {
    padding: 7%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 5%;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page02 .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page02 .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .news-page02 .news-1 .list ul li .content span.h6{
      height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page02 .news-1 .list ul li .content span.h6,
  .news-page02 .news-1 .list ul li .content .pre .text {
    height: auto;
  }

}

/*==============================================
    news-page
*/


/*
    newdet-page
==============================================*/

.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
}

.sider-box .sider-left h2 {
    padding-top: 8px;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}

.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}

.sider-box .sider-left .category .catelist>ul>li {
    border-radius: 25px;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.sider-box .sider-left .category .catelist ul li a {
    padding: 15px 0;
    height: auto;
    border-radius: 25px;
    background: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-right: 25px;
    padding-left: 35px;
    background: #f0f0f0;
    position: relative;
    font-size: 16px;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #FFFFFF;
    background-color: var(--color);
}

.sider-box .sider-left .category .catelist>ul>li>a i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 24px;
    width: 30px;
    text-align: center;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a i.active {
    transform: rotate(90deg);
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    padding: 10px 25px 30px;
    background-color: #f0f0f0;
    border-radius: 25px;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    line-height: 1.2;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    height: auto;
    padding: 15px 0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active,
.sider-box .sider-left .category .catelist>ul>li>ul>li>a:hover {
    color: var(--color);
    border-bottom: 1px solid var(--color);
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
    margin-top: 35px;
}

.sider-box .sider-left .quote .form form .submit {
    margin: 24px auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
    border: none
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text'] {
    opacity: 0;
    margin: 0;
    border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px;
}

.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-right: 25px;
    padding-left: 115px;
    border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
    background-image: linear-gradient(to left, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
    color: #858585;
}

.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}

.sider-box .sider-right {
    width: 70%;
}

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

    .sider-box .sider-left .category,
    .sider-box .sider-left .quote {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1250px) {
    .sider-box .sider-left .category .catelist>ul>li>a {
        padding-right: 20px;
        padding-left: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
        display: none;
    }

    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }

}

.inner-page .sider-box .slideBarRight {
  width: 70%;
  padding-right: 4%;
}

@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .slideBarRight {
    padding-left: 0 } .inner-page .slideBarBox .slideBarRight { width: 100% } } .newdet-page .slideBarRight .tags { display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}

.newdet-page .slideBarRight .text {
    margin: 2em 0;
}

.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}

.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}

.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.newdet-page .slideBarRight .share a {
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    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;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}

.newdet-page .slideBarRight span.h5 {
    font-weight: 700;
    margin: 3em 0 1em;
    display: block;
}

.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}

.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}

.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-left: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}

.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}

.newdet-page .slideBarRight .text table td,
.newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}

.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}

.newdet-page .slideBarRight .text ul li {
    margin-right: 20px;
}

.newdet-page .form ul {
  margin: -10px;
}

.newdet-page .form ul li {
  padding: 10px;
  font-size: 14px;
}

.newdet-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
  border-color: var(--color);
}

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

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner-page .sider-box .slideBarRight {
    padding-right: 0;
    width: 100%
  }
}
/*==============================================
    newdet-page
*/


/*
    contact-page
==============================================*/

.contact-page .init-1 .container .contentC {
    overflow: hidden;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-page .init-1 .container .contentC .tipsTitle {
    text-align: center;
}

.contact-page .init-1 .container .contentC .subImg {
    z-index: -1;
    bottom: -50px;
    left: 0;
    height: 150px;
    width: 100%;
    position: absolute;
    background-position: left bottom;
}

.contact-page .init-1 .container .contentC form {
    margin-top: 20px;
}

.contact-page .init-1 .container .contentC form .list {
    width: 33.33%;
    margin-top: 30px;
    padding: 0 10px;
}

.contact-page .init-1 .container .contentC form .list .tips {
    color: #767676;
}

.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    margin-top: 6px;
    padding: 10px;
}

.contact-page .init-1 .container .contentC form .list .btn {
    display: inline-block;
    padding: 14px;
    min-width: 190px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.contact-page .init-1 .container .contentC form .list .btn:hover {
    background-color: var(--color);
    color: #fff;
}

.contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
}

.contact-page .init-2 .container .listCont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-page .init-2 .container .listCont .list {
    margin-top: 60px;
    text-align: center;
    padding: 0 5px;
}

.contact-page .init-2 .container .listCont .list .cir {
    width: 124px;
    height: 124px;
    border: 1px solid #006cae;
    border-radius: 50%;
    margin: auto;
}

.contact-page .init-2 .container .listCont .list .title {
    margin-top: 20px;
}

.contact-page .init-2 .container .listCont .list .des {
    color: #767676;
    margin-top: 6px;
}

.contact-page .init-2 .container .listCont .list:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (max-width: 1250px) {
    .contact-page .init-1 .container .contentC .subImg {
        display: none;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 50%;
        margin-top: 25px;
    }
     .contact-page .init-2 .container .listCont .list .title{
      font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .contact-page .init-1 .container .contentC {
        padding: 60px 20px;
    }

    .contact-page .init-1 .container .contentC form .list {
        width: 50%;
    }

    .contact-page .init-1 .container .contentC form .w-100 {
        width: 100%;
    }
   
}

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

@media (max-width: 500px) {
    .contact-page .init-1 .container .contentC {
        padding: 40px 6px;
    }

    .contact-page .init-1 .container .contentC form .list {
        margin-top: 16px;
    }

    .contact-page .init-1 .container .contentC form .list .btn {
        padding: 6px;
    }

    .contact-page .init-2 .container .listCont {
        padding-top: 0;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 100%;
    }
}

/*==============================================
    contact-page
*/




.about-page span.tag {
  font-weight: 600;
  color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-1.pdct a.tag {
  font-weight: 600;
  color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #1155a6;
  margin-left: 1em;
}
.about-page .about-1 {
  padding-top: 120px;
}

.about-page .about-1.pdct>img {
    margin-top: -19%;
}
.about-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -5%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.about-page .about-1 .left span.h2 {
  font-size: 36px;
}

.about-page .about-2 {
  padding: 80px 0 200px;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: #1155a6;
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: .2em;
      line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-3 a.h {
  width: 10%;
  position: absolute;
  top: 0;
  left: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-left: 5%;
  vertical-align: middle;
}
.about-page .about-3 .left .slick2 {
  width: 120%;
  margin-right: -23%;
}
.about-page .about-3 .left .img {
  height: 560px;
  background-size: cover;
  border-top-left-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  /*padding-right: 12%;*/
}
.about-page .about-3 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  bottom: 8px;
  right: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-right: auto;
  margin-left: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .list ul .slick-current li:after {
  background-color: #1155a6;
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  right: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-4 {
  padding: 190px 0;
}
.about-page .about-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 22%;
  margin-bottom: 40px;
}
.about-page .about-4 .flex .btn {
  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;
}
.about-page .about-4 .flex .btn .prev {
  margin-left: 15px;
}
.about-page .about-4 .list {
  padding: 100px 0 120px;
  position: relative;
}
.about-page .about-4 .list:before {
  content: '';
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  left: -2%;
  top: 0;
  z-index: -1;
  width: 83%;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li .box {
  padding: 0 35px 80px;
  background-color: white;
  margin-top: 22px;
}
.about-page .about-4 .list ul li .box span.num {
  font-size: 18px;
  padding: 1em .7em;
  line-height: 1;
  background-color: #1155a6;
  color: white;
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  display: inline-block;
}
.about-page .about-4 .list ul li .box i.icon {
  display: block;
  margin-top: 15px;
  position: relative;
}
.about-page .about-4 .list ul li .box i.icon:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1155a6));
  background-image: -webkit-linear-gradient(bottom, transparent, #1155a6);
  background-image: -moz-linear-gradient(bottom, transparent, #1155a6);
  background-image: linear-gradient(to top, transparent, #1155a6);
  position: absolute;
  top: -10px;
  right: 20%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box span.h6 {
  font-size: 24px;
  margin: 2.5em 0 .7em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.8em;
}
.about-page .about-4 .list ul li .box:hover i.icon:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 100px 0 100px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
  width: 107%;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
  /*border-bottom: 2px solid #1155a6;*/
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
  width: 100%;
  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;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #1155a6;
  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-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn div:hover {
  background-color: black;
}
.about-page .about-5 .list ul li .box .flex .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: #1155a6;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-6 {
  padding: 190px 0 130px;
  background-image: url("../images/about-6-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .about-6 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .flex .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-6 .flex .title span.tag {
  margin-left: 4em;
  margin-top: .5em;
}
.about-page .about-6 .flex .title .text {
  margin-top: 1em;
  max-width: 470px;
  line-height: 2;
}
.about-page .about-6 .list {
  margin-top: 100px;
}
.about-page .about-6 .list ul {
  margin: -25px;
}
.about-page .about-6 .list ul li {
  padding: 25px;
}
.about-page .about-6 .list ul li a.img-box {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li a.img-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-page .about-6 .list ul li .content {
  padding: 25px;
  background-color: #f4f4f4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.about-page .about-6 .list ul li .content .text {
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .right .text {
    line-height: 2;
}
.about-page .about-6 .list ul li:hover a.img-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-6 .list ul li:hover .content {
  background-color: #1155a6;
}
.about-page .about-6 .list ul li:hover .content span.h6,
.about-page .about-6 .list ul li:hover .content .text {
  color: white;
}
.about-page .about-7 {
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-7 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-7 .list {
  margin: 70px 0;
}
.about-page .about-7 .list ul {
  margin: -25px;
}
.about-page .about-7 .list ul li {
  padding: 25px;
}
.about-page .about-7 .list ul li img {
  display: block;
  margin: 0 auto;
}

.about-page .about-7 .slick-track {
  display: block;
}



@media screen and (max-width: 1700px) {
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 16px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 18px;
  }

  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }

  .about-page .about-4 .list ul li .box span.h6 {
    margin-top: 1.5em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 70px;
  }
  .about-page .about-4 .list ul li .box {
    padding: 0 20px 50px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-4 .flex {
    padding-left: 10%;
  }
  .about-page .about-4 .list {
    padding: 60px 0;
  }
  .about-page .about-4 .list ul li,
  .about-page .about-6 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul,
  .about-page .about-6 .list ul {
    margin: -10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 90px 0;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div {
    width: 48px;
    height: 48px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div img {
    max-width: 22px;
  }
  .about-page .about-6 .list ul li .content {
    padding: 10px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 18px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
  .about-page .about-3 .left .slick2 {
  width: 125%;
  margin-right: -25%;
}

  .about-page .about-1 .left span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    bottom: 4px;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
 .about-page .about-3 .left .slick2 {
  width: 135%;
  margin-right: -35%;
 }
 .about-page .about-1 .left span.h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 a.h {
    width: 20%;
  }

  .about-page .about-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }

  .about-page .about-3 .left {
    display: none;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex,
  .about-page .about-6 .flex,
  .about-page .about-6 .flex .title {
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-6 .flex .title {
    margin-bottom: 10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 60px 0;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 50px;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-3 a.h {
    width: 30%;
  }

  .about-page .about-7 .list ul li {
    padding: 10px;
  }
  .about-page .about-7 .list ul {
    margin: -10px;
  }
  .about-page .about-7 .list {
    margin: 40px 0;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 .flex {
    padding-left: 0;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3:before {
    width: 80%;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  /*.about-page .about-3 .right .list ul.no .slick-track{
    transform: translate(0) !important;
  }*/
  .about-page .about-4 .flex {
    display: block;
  }
  .about-page .about-4 .flex .btn {
    display: none;
  }
}




.about2-page .about-1 .text {
  color: #747474;
}
.about2-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about2-page .about-1 .list p {
  color: #898782;
}
.about2-page .about-2 {
  color: white;
}
.about2-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.about2-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  left: 60%;
}
.about2-page .about-3 img.font-66 {
  width: 1em;
}
.about2-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about2-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about2-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about2-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30.0%,30%);
  -moz-transform: translate(-30.0%,30%);
  -ms-transform: translate(-30.0%,30%);
  transform: translate(-30.0%,30%);
  border-radius: 100%;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about2-page .play {
    width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-right: auto;
    margin-left: auto;
}
.about2-page .play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}
.about2-page .play path {
    fill: transparent;
}
.about2-page .about-2 .play{
  width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-right: auto;
    margin-left: auto;
}
.about2-page .about-4 .play img,
.about2-page .about-2 .play img,
.about2-page .about-4 .img .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about2-page .about-4 .img .play svg{
  fill: black;
}
.about2-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  right: 50%;
  top: 50%;
}
.about2-page .about-4 .img .play i:before {
  -webkit-transform: translateX(-10.0%);
  -moz-transform: translateX(-10.0%);
  -ms-transform: translateX(-10.0%);
  transform: translateX(-10.0%);
}
.about2-page .about-4 .text {
  color: #707070;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}



@media screen and (max-width: 1000px){
   .about2-page .about-3 .img {
    display: none;
  }
  .about2-page .about-2 .box2 {
    padding: 7%;
  }
   .about-13 .box .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
   .about2-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about2-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2-page .about-1 .list ul li {
    width: 48%;
  }
}

/*product-page*/


.inner-page .sidebox .sideleft {
  width: 32%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 32px;
  font-weight: bold;
  padding-right: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 40px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 25px 44px 22px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  /*border-radius: 10px;*/
  height: 44px;
  padding: 0 21px 0 31px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  /*border-radius: 10px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  left: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}

.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 68%;
  padding-right: 42px;
}


.product-page .sideright .top {
  background-color: #fafafa;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
}

.productList ul li .img {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.productList ul li .img .more {
  background-color: var(--color);
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  line-height: 40px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: right;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-right: 4%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .bigImg ul {
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: linear-gradient(180deg, var(--color) 0%, var(--color) 100%);
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  left: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 46%;
}
.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .right .list .content {
  font-size: 16px;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-left: 10px;
  color: #666;
}
.prodet-page .prodet-1 .right .more {
  height: 50px;
}
.prodet-page .prodet-2 {
  padding: 90px 0 0;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
  margin-left: 10px;
  font-size: 20px;
  /*text-transform: uppercase;*/
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li::after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content table td{
    width: 0 !important;
    min-width: 100px;
    max-width: 500px;
}
.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 32px;
}
 .prodet-page .prodet-3 .img{
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
 }
 .prodet-page .prodet-3 ul{
   margin: -15px;
 }
 .prodet-page .prodet-3 ul li{
   padding: 15px;
 }
@media (max-width: 1700px) {
  .inner-page .sidebox .sideleft{
    width: 30%;
  }
  .inner-page .sidebox .sideright{
    width: 70%;
    padding-right: 30px;
  }
   .prodet-page .prodet-2 .options ul li{
     margin-top: 10px;
   }
}

@media (max-width: 1450px) {
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }

  .prodet-page .prodet-2 {
    padding: 70px 0;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 20px;
    margin-left: 35px;
  }
  .prodet-page .prodet-2 .ret .content dl dd .h4 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .ret .content dl dd .con {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-1 .left .bigImg {
    padding-right: 2.5%;
  }

  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  /*.prodet-page .prodet-1 .left .smallImg {
    display: none;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }*/
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  
  .prodet-page .prodet-2 .options ul li {
    margin-left: 25px;
  }
  .prodet-page .prodet-2 .options ul{
    padding-right: 10px !important;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  } 
  .prodet-page .prodet-2 .ret .content dl dd .h4 {
    font-size: 22px;
  }
}

@media (max-width: 1000px) {
  .prodet-page .prodet-2 .ret .content dl dd .h4 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-2 .options ul li{
    font-size: 16px;
  }
      .prodet-page .prodet-2 .options ul {
        padding-right: 0 !important;
    }
}

@media (max-width: 500px) {
    .prodet-page .prodet-2 .ret .content dl dd .h4 {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .ret .content dl dd .con {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .options ul li{
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}

