@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot") format("eot"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot") format("eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
table {
    table-layout: fixed;
   
}
table::-webkit-scrollbar {
  height: 4px
}

table td, table th{
  width: auto
}
.table2 table tbody{
  min-width: 0;
}
ol li{
  list-style-type: none !important;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*overflow: hidden;*/
  width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .body-overflow-box {
    width: 100%;
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1780px;
  margin: auto;
  width: 100%;
}
.inner-page .ui.container{
   max-width: 1500px;
}
.more {
  width: 178px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #db0312;
  position: relative;
  font-size: 16px;
  color: #db0312;
}
.more img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more span {
  position: relative;
  z-index: 3;
}
.more::before {
  content: "";
  position: absolute;
  background: #1564ac;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.more:hover {
  /*color: #fff;
  border-bottom: 1px solid #1564ac;*/
}
.more:hover img {
transform: translateX(5px)
}
/*.more:hover::before {
  width: 100%;
}*/
#header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #fff;
  padding: 48px 0 38px;
  z-index: 100;
  font-weight: 300;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header .dropdown .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .dropdown .flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .dropdown.active {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  padding: 20px 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 30px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
    padding: 15px 0;
  padding-left: 10px;
  position: relative;
  font-weight: 400;

}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  opacity: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e41802;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #1464ac;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -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 #1464ac;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-345554 ul.sub-menu{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .search-form {
  width: 131px;
  height: 41px;
  border-radius: 21px;
  border: solid 1px #000000;
  opacity: 0.6;
  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;
  padding: 0 12px;
}
#header .nav .ui.menu .search-form input {
  width: 75%;
  background: none;
  border: none;
  font-size: 14px;
}
#header .nav .ui.menu .search-form button {
  background: none;
  border: none;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 20px;
}
#header .nav .ui.menu .h-language span {
  font-size: 14px;
  line-height: 1.7;
  width: 106px;
  height: 41px;
  background-color: #1867af;
  border-radius: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 7px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1464ac;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .dropdown .left {
  width: 35%;
}
#header .dropdown .left .list .item{
  position: relative
}
#header .dropdown .left .list .item ul{
  position: absolute;
  left: 60%;
  top: 0;
  min-width: 410px;
  box-shadow:0 8px 10px rgba(0,0,0,.2);
  background: #fff;
  z-index: 6;
  display: none;
  height: 250px;
  overflow-y: auto;
  padding: 15px 0;
  border-radius: 10px
}
#header .dropdown .left .list .item ul li{
  width: 100%;
  /*text-align: center;*/
  font-size: 20px;
  padding: 5px 8px;
 white-space: nowrap ;
 padding: 20px;
}
#header .dropdown .left .list .item ul li:hover{
  background: #000;
  color: #fff
}
#header .dropdown .left .list .item> a {
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../images/img2025_89.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position-y: center;
  -webkit-animation: backdropX 1s linear infinite;
  -moz-animation: backdropX 1s linear infinite;
  animation: backdropX 1s linear infinite;
  box-shadow: 0 0 5px 1px rgb(219 219 219  / 60%);
  width: 65%;
}
#header .dropdown .left .list .item> a i {
  position: relative;
  z-index: 2;
}
#header .dropdown .left .list .item> a span {
  position: relative;
  z-index: 2;
}
#header .dropdown .left .list .item> a::after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#header .dropdown .left .list .item> a.active {
  background-color: rgb(20 100 172 / 20%);
  color: #000;
  box-shadow: 0 0 5px 1px rgb(219 219 219  / 60%);
}
#header .dropdown .left .list .item> a.active::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 50%, rgba(255, 255, 255, 0));
}
#header .dropdown .right {
  width: 65%;
  position: relative
}
#header .dropdown .right .btn div{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #000;
  transition: .5s;
  cursor: pointer;
}
#header .dropdown .right .btn div:hover{
  background: #000;
  color: #fff
}
#header .dropdown .right .btn .prev{
  left: 0;
  transform: translate(-100%,-50%)
}
#header .dropdown .right .btn .next{
  right: 0;
  transform: translate(100%,-50%)
}
#header .dropdown .right .active {
  display: block;
}
#header .dropdown .right li {
  padding: 20px;
}
#header .dropdown .right li a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-radius: 10px;
}
#header .dropdown .right li:hover .t1 {
  color: #1564ac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .dropdown .right li .t1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}
@-webkit-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@-moz-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .video{
  position: relative
}
#banner .video::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient( -45deg,rgba(0, 0, 0,0.5) 0,rgba(0, 0, 0,0.5) 25%,rgba(0, 0, 0,0.2) 25%,rgba(0, 0, 0,0.2) 50%,rgba(0, 0, 0,0.5) 50%,rgba(0, 0, 0,0.5) 75%,rgba(0, 0, 0,0.2) 75%,rgba(0, 0, 0,0.2) 100% );
    background-size: 4px 4px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover
}
#banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .swiper-slide .text .ui {
  height: 100%;
}
#banner .swiper-slide .text .box {
  position: absolute;
  width: 880px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#banner .swiper-slide .text .box img {
  position: relative;
  z-index: 2;
}
#banner .swiper-slide .text .box .title {
  margin-top: 40px;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  position: relative;
  z-index: 2;
}
#banner .swiper-slide .text .box .circle {
  width: 555px;
  height: 555px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .swiper-slide .text .box .circle .dot {
  width: 18px;
  height: 18px;
  background-color: #1362aa;
  -webkit-transform-origin: 9px 287px;
  -moz-transform-origin: 9px 287px;
  -ms-transform-origin: 9px 287px;
  transform-origin: 9px 287px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-animation: rot 15s infinite linear;
  -moz-animation: rot 15s infinite linear;
  animation: rot 15s infinite linear;
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#banner .swiper-slide .text .ban-logo {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 300px;
  display: flex;
  overflow: hidden
}
#banner .swiper-slide .text .ban-logo ul{
  white-space: nowrap;
  display: flex;
  -webkit-animation: transAni2 10s linear infinite forwards;
  -moz-animation: transAni2 10s linear infinite forwards;
  animation: transAni2 10s linear infinite forwards;
}
#banner .swiper-slide .text .ban-logo ul li{
  width: 100px
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.smt {
  font-size: 14px;
  line-height: 1;
}
.title {
  font-size: 69px;
  line-height: 1;
  font-weight: bold;
}
.line {
  width: 59px;
  height: 2px;
  background-color: #db0312;
}
#index-body .product {
  position: relative;
  padding-bottom: 170px;
  background: url(../images/bg1.jpg) no-repeat center bottom / cover;
}
#index-body .product .ui {
  padding-top: 90px;
}
#index-body .product .tit {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  color: rgb(0 0 0 / 24%);
  opacity: 0.1;
  text-align: center;
}
#index-body .product .mySwiper1 {
  width: 550px;
  margin-top: -80px;
  overflow: hidden;
}
#index-body .product .mySwiper1 .smt {
  color: #db0312;
  margin-bottom: 10px;
}
#index-body .product .mySwiper1 .title {
  color: #1564ac;
}
#index-body .product .mySwiper1 .line {
  margin: 22px 0 50px;
}
#index-body .product .mySwiper1 .cont {
  color: #000000;
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .product .btn {
  position: absolute;
  right: 120px;
  top: 0;
  width: 171px;
  height: 374px;
  background-color: #1362aa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  z-index: 9;
}
#index-body .product .btn .swiper-pagination {
  position: static;
  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;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 50px;
}
#index-body .product .btn .swiper-pagination .currentline {
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 12px 0 9px;
}
#index-body .product .btn .swiper-pagination .swiper-pagination-current::before,
#index-body .product .btn .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
#index-body .product .btn .prev,
#index-body .product .btn .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-top: 20px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .btn .prev:hover,
#index-body .product .btn .next:hover {
  background-color: #f5f5f5;
  color: #db0312;
}
#index-body .product .mySwiper2 {
  width: 60%;
  position: absolute;
  bottom: 70px;
  right: 40px;
  overflow: hidden;
  padding-right: 30%
}
#index-body .product .mySwiper2 .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .product .mySwiper2 .swiper-slide-next img,
#index-body .product .mySwiper2 .swiper-slide-prev img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
#index-body .product .mySwiper2 .swiper-slide-active {
  zoom: 1.2;
}
#index-body .product .mySwiper2 .swiper-slide-active img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .applications {
  position: relative;
}
#index-body .applications .imglist .item {
  height: 940px;
  display: none;
}
#index-body .applications .imglist .item.active {
  display: block;
}
#index-body .applications .imglist .item img {
  width: 100%;
  height: 940px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .applications .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
#index-body .applications .box .ui {
  height: 100%;
}
#index-body .applications .box .leftlist {
  width: 35%;
  color: #fff;
  padding-top: 140px;
}
#index-body .applications .box .leftlist .item {
  display: none;
}
#index-body .applications .box .leftlist .item.active {
  display: block;
}
#index-body .applications .box .leftlist .smt {
  margin-bottom: 8px;
}
#index-body .applications .box .leftlist .line {
  margin: 6px 0 70px;
}
#index-body .applications .box .leftlist .cont {
  color: #ffffff;
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 80px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}
#index-body .applications .box .rightlist {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
#index-body .applications .box .rightlist .item {
  width: 50%;
  height: 34%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 20px 50px 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  border-top: solid 1px rgba(245, 245, 245, 0.2);
  border-left: solid 1px rgba(245, 245, 245, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .applications .box .rightlist .item.active,
#index-body .applications .box .rightlist .item:hover {
  background: #1864aa;
}
#index-body .about {
  padding: 120px 0 93px;
  background: url(../images/bg2.jpg) no-repeat left top / cover;
}
#index-body .about .box {
  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;
}
#index-body .about .box .left {
  width: 45%;
  padding-top: 80px;
}
#index-body .about .box .left .title {
  color: #1564ac;
}
#index-body .about .box .left .title span {
  font-size: 30px;
}
#index-body .about .box .left .line {
  margin: 20px 0 70px;
}
#index-body .about .box .left .cont {
  font-size: 18px;
  line-height: 1.8;
  color: #010101;
  opacity: 0.8;
  margin-bottom: 65px;
}
#index-body .about .box .right {
  width: 32%;
}
#index-body .about .box .right ul li {
  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;
  padding-left: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 85px;
}
#index-body .about .box .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .box .right ul li:first-child .rg::after {
  top: 27px;
}
#index-body .about .box .right ul li .num {
  font-size: 100px;
  color: #1564ac;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .box .right ul li p {
  font-size: 20px;
  font-style: italic;
  margin-top: 8px;
}
#index-body .about .box .right ul li .rg {
  position: relative;
}
#index-body .about .box .right ul li .rg img {
  position: relative;
  z-index: 2;
}
#index-body .about .box .right ul li .rg::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #db0312;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-animation: sc 2s linear infinite alternate;
  -moz-animation: sc 2s linear infinite alternate;
  animation: sc 2s linear infinite alternate;
}
#index-body .about .box .right ul li .lf {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
}
#index-body .about .play {
  width: 129px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .about .play .play-box {
  position: relative;
}
#index-body .about .play .play-box .pad {
  width: 129px;
  height: 129px;
  background-color: #eeeeee;
  border-radius: 50%;
  line-height: 129px;
  font-size: 25px;
  color: #db0312;
  position: relative;
  z-index: 2;
}
#index-body .about .play .play-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: #db0312;
  opacity: 0.09;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .about .play .play-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: #db0312;
  opacity: 0.09;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
}
#index-body .about .play p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 30px;
  color: #db0312;
  line-height: 1;
}
#index-body .project {
  padding: 100px 0 70px;
  background: url(../images/bg3.jpg) no-repeat top left / cover;
  color: #fff;
}
#index-body .project .smt {
  margin-bottom: 30px;
}
#index-body .project .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .project .top .left {
  width: 45%;
}
#index-body .project .top .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#index-body .project .top .left ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
#index-body .project .top .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e41802;
}
#index-body .project .top .right a {
  display: inline-block;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  padding: 0 54px;
  margin-left: 5px;
}
#index-body .project .top .right a:hover,
#index-body .project .top .right a.active {
  background-color: #1564ac;
  border: solid 1px #1564ac;
}
#index-body .project .bottom {
  margin-top: 90px;
}
#index-body .project .bottom .swiper {
  overflow: hidden;

}
#index-body .project .bottom .swiper .img{
  position: relative;
  transition: .5s
}
#index-body .project .bottom .swiper .img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s
}
#index-body .project .bottom .swiper .img:hover::after{
 opacity: 0
}
#index-body .project .bottom .btns {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .project .bottom .swiper-pagination {
  position: static;
  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;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-right: 14px;
  width: auto;
}
#index-body .project .bottom .swiper-pagination .currentline {
  width: 63px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 46px 0 17px;
}
#index-body .project .bottom .swiper-pagination .swiper-pagination-current::before,
#index-body .project .bottom .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
#index-body .project .bottom .prev,
#index-body .project .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
#index-body .project .bottom .prev:hover,
#index-body .project .bottom .next:hover {
  background-color: #f5f5f5;
  color: #db0312;
}
#index-body .project .bottom .item_sw {
  display: block;
}
#index-body .news {
  padding: 130px 0;
  background: url(../images/bg4.jpg) no-repeat top left / cover;
}
#index-body .news .title {
  color: #1564ac;
  text-align: center;
}
#index-body .news .line {
  margin: 23px auto 65px;
}
#index-body .news .bottom {
  padding: 0 100px;
}
#index-body .news .bottom a {
  display: block;
}
#index-body .news .bottom ul {
  margin-right: -44px;
}
#index-body .news .bottom ul li {
  padding-right: 44px;
}
#index-body .news .bottom ul li .item:hover{
  background: #1867af
}
#index-body .news .bottom ul li .item:hover .t1{
   color: #fff;
}
#index-body .news .bottom .item:hover .time{
  color: #fff
}
#index-body .news .bottom ul li .item .text{
  transition: .5s
}
#index-body .news .bottom ul li .item:hover .text{
  color: #fff;
  padding: 0 15px
}
#index-body .news .bottom .img-box img {
  width: 100%;
  /*filter: grayscale(1);*/
  transition: .5s
}
#index-body .news .bottom .item:hover .img-box img{
  filter: none;
}
#index-body .news .bottom .t1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.5em;
  padding-top: 12px;
  transition: .5s
  
}
/*#index-body .news .bottom .t1:hover {
  color: #1564ac;
}*/
#index-body .news .bottom .time {
  font-size: 18px;
  color: #4b4b4b;
  margin-top: 46px;
}
#index-body .news .bottom .time span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #db0312;
  border-radius: 50%;
  margin: 0 3px;
}
#index-body .news .bottom .btn {
  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;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 75px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .btn img {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}
/*#index-body .news .bottom .btn:hover {
  border-bottom: 1px solid #1564ac;
  color: #1564ac;
}*/
/*#index-body .news .bottom .btn:hover img {
  -webkit-filter: none;
  filter: none;
}*/
#index-body .news .bottom ul li .item:hover .btn{
  border-bottom: none;
  color: #fff;
}
#index-body .news .bottom ul li .item:hover .btn img{
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .advantage {
  background: #eff5fb;
  padding: 59px 0;
}
#index-body .advantage ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 400;
}
#index-body .advantage ul li {
  width: 33%;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1;
}
#index-body .advantage ul li:last-child {
  border: none;
}
#index-body .advantage ul li p {
  margin-top: 28px;
  cursor: pointer;
  position: relative;
}
#index-body .advantage ul li p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 8px solid #e41802;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0;
}
#index-body .advantage ul li:hover p::after {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .f-box {
  padding: 130px 0 30px;
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin: 50px 0 40px;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 2;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  font-weight: 400;
  opacity: 0.5;
}
#footer .f-box ul li .sub-menu{
  display: none
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover {
  opacity: 1;
}
#footer .f-box .f-ab {
  max-width: 345px;
}
#footer .f-box .f-ab .form {
  margin-top: 100px;
}
#footer .f-box .f-ab .form .more{
  cursor: pointer
}
#footer .f-box .f-ab .form form {
  width: 100%;
  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;
  font-size: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid #1e2d3a;
}
#footer .f-box .f-ab .form form .text {
  cursor: pointer;
  opacity: 0.6;
  width: 70%;
}
#footer .f-box .f-ab .form form button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e41802;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-ab .form form button:hover {
  background: #fff;
  color: #000;
}
#footer .f-box .f-ab .share {
  margin-top: 100px;
  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;
}
#footer .f-box .f-ab .share a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1e2d3a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  opacity: 0.5;
  margin-right: 14px;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a:hover {
  opacity: 1;
}
#footer .f-box .f-ab .share .iconfont {
  font-size: 20px;
}
#footer .f-box .f-nav {
  max-width: 300px;
}
#footer .f-box .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-box .f-nav ul li {
  width: 35%;
}
#footer .f-box .f-nav ul li:nth-child(2n) {
  width: 65%;
}
#footer .f-box .f-contact {
  max-width: 340px;
}
#footer .f-box .f-contact ul li {
  line-height: 1.4;
  margin-bottom: 21px;
  opacity: 1;
}
#footer .f-box .f-contact ul li span {
  font-size: 16px;
  opacity: 0.5;
}
#footer .f-box .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-contact ul li:hover span {
  opacity: 1;
}
#footer .f-box .f-code #ewm {
  width: 90px;
  border: solid 5px #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
.prodet-page .down{
  right: 20px;
    position: fixed;
    bottom: 28%;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-color: #1464ac;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1

}
.prodet-page .down .iconfont {
    font-size: 30px;
}
@media screen and (max-width: 1680px) {
  #header .dropdown .right li a{
    padding: 30px 10px
  }
  #header .dropdown .left .list .item ul{
    height: 200px
  }
  #header .dropdown .left .list .item ul li{
    padding: 10px 20px
  }
  .ui.container {
    max-width: 1380px;
  }
  .inner-page .ui.container{
   max-width: 1300px;
}
  #index-body .product .mySwiper2 {
    width: 55%;
  
  }
  #index-body .product .tit {
    font-size: 160px;
  }
  #index-body .applications .box .rightlist {
    width: 45%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  .prodet-page .down{
    bottom: 16%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  .inner-page .ui.container{
   max-width: 1200px;
}
  #header .nav .ui.menu .logo {
    width: 200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #index-body .project .top .left {
    width: 100%;
  }
  #index-body .project .top .left ul li {
    width: auto;
    margin-bottom: 30px;
  }
  #index-body .product .mySwiper1 {
    width: 40%;
  }
  .title {
    font-size: 59px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 55px;
  }
  #index-body .about .box .right ul li .num {
    font-size: 80px;
  }
  #index-body .news .bottom {
    padding: 0 50px;
  }
  #header .dropdown .right li .t1 {
    font-size: 16px;
  }
  #header .dropdown .right li {
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  .inner-page .ui.container{
   max-width: 1000px;
}
  #header .nav .ui.menu .search-form {
    display: none;
  }
  #index-body .product .tit {
    font-size: 100px;
  }
  .title {
    font-size: 52px;
  }
  #index-body .product .btn {
    right: 0;
  }
  #index-body .about .play {
    zoom: 0.8;
  }
  #index-body .news .bottom {
    padding: 0;
  }
  #footer .f-box .f-nav ul li {
    width: 100%;
  }
  #footer .f-box .f-nav ul li:nth-child(2n) {
    width: 100%;
  }
  #footer .f-box .f-nav {
    max-width: 200px;
  }
   #index-body .product .mySwiper2 {
   padding-right: 15%
  
  }
}
@media screen and (max-width: 1100px) {

  #banner .swiper-slide .text .box{
    zoom: 0.8
  }
  .ui.container {
    max-width: 970px;
  }
  .inner-page .ui.container{
   max-width: 970px;
}
  #banner .swiper-slide .text .box .title {
    font-size: 45px;
  }
  #banner .swiper-slide .text .box img {
    zoom: 0.8;
  }
  /*#banner .swiper-slide {
    height: 750px;
  }*/
  #banner .swiper-slide > img {
    height: 750px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .tit {
    font-size: 80px;
  }
  .title {
    font-size: 47px;
  }
  #index-body .about .box .right ul li .num {
    font-size: 65px;
  }
  #header .nav .ui.menu .logo {
    width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 12px;
  }
  #footer .f-box .f-contact {
    max-width: 266px;
  }
  #footer .f-box .tit {
    margin-top: 0;
  }
  #footer .f-box .f-nav {
    display: none;
  }
   #index-body .product .mySwiper2 {
   padding-right: 10%
  
  }
  #index-body .product .btn{
    display: none
  }
}
@media screen and (max-width: 1000px) {
  #banner .swiper-slide .text .ban-logo{
   left: 50%;
   transform: translateX(-50%);
   bottom: 40px
  }

  #banner .swiper-slide .text .box .circle{
    display: none
  }
  #index-body .product .mySwiper2 {
   padding-right: 0
  
  }
  .body-overflow-box{
    overflow: hidden
  }
    .body-overflow-box.inner{
    overflow: visible
  }
  .ui.container {
    max-width: 100%;
  }
    .inner-page .ui.container{
     max-width: 100%;
}
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 45%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
  }
  #index-body .product .btn {
    display: none;
  }
  #index-body .product .mySwiper1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #index-body .product .mySwiper2 {
    width: 100%;
    position: static;
    margin-top: -120px
  }
  #index-body .product .mySwiper2 .swiper-slide-active {
    zoom: 1;
  }
  #index-body .applications {
    display: none;
  }
  .title {
    font-size: 30px;
  }
  #index-body .about .box .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 250px;
  }
  #index-body .about .play {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .about .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .right {
    width: 100%;
  }
  #index-body .project {
    display: none;
  }
  #banner .swiper-slide .text .box {
    width: 100%;
  }
  #index-body .product .tit {
    font-size: 60px;
  }
  #index-body .about .box .right ul li .num {
    font-size: 56px;
  }
  #index-body .about .box .right ul li p {
    font-size: 16px;
  }
  #index-body .news .bottom .t1 {
    font-size: 20px;
  }
  #index-body .about .box .right ul {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .right ul li {
    width: 45%;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #index-body .i-news .top .title{
 width: 100%
  }
#index-body .product .mySwiper1 .cont{
  display: none
}
#index-body .product .mySwiper1 .line{
  margin: 10px 0 20px
}
}
@media screen and (max-width: 700px) {
    #index-body .product .mySwiper2 {
    margin-top: -80px
  }
  #banner .swiper-slide .text .box{
    top: 30%
  }
  #banner .swiper-slide {
    height: auto;
  }
  #banner .swiper-slide > img {
    height: 600px;
  }
 
  #banner .swiper-slide .text ul {
    bottom: 20px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 35px;
  }
  #index-body .advantage ul li {
    width: auto;
    border: none;
    margin-bottom: 20px;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 30px;
  }
 
  #index-body .product .ui {
    padding-top: 40px;
  }
  #index-body .product {
    padding-bottom: 90px;
  }
  #index-body .about .box .left .title span {
    font-size: 25px;
  }
  #index-body .about {
    padding: 40px 0;
  }
  #index-body .about .box .right ul li {
    margin-bottom: 35px;
  }
  #index-body .news {
    padding: 50px 0;
  }
  #footer .f-box .f-ab .form,
  #footer .f-box .f-ab .share {
    margin-top: 40px;
  }
  .more{
    zoom: 0.7
  }
  #banner .swiper-slide .text .ban-logo{
    zoom: 0.7
  }
}
@media screen and (max-width: 500px) {
   #index-body .product .mySwiper2 {
    margin-top: -20px
  }
  .table2 table tbody{
  min-width: 700px;
}
  #banner .swiper-slide .text .box {
    zoom: 0.5;
  }
  #banner .swiper-slide .text ul {
    display: none;
  }
  #banner .swiper-slide > img {
    height: 300px;
  }
  #index-body .product .tit {
    font-size: 35px;
  }
  .title {
    font-size: 25px;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .about .box .left .title span {
    font-size: 20px;
  }
  #index-body .about .play {
    display: none;
  }
  #index-body .about .box .left {
    margin-bottom: 40px;
  }
  #index-body .about .box .right ul li {
    width: 100%;
  }
  #index-body .about .box .right ul li .num {
    font-size: 35px;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-ab {
    width: 100%;
  }
  #footer .f-box .f-ab .search {
    width: 200px;
    margin: 20px auto 0;
  }
  #footer .f-box .f-contact ul li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 18%;
  }
    .prodet-page .down{
      right: 10px;
    bottom: 25%;
  }
  .more{
    zoom: 0.6
  }
  #banner .swiper-slide .text .ban-logo{
    zoom: 0.6;
    bottom: 20px
  }
  
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #1464ac;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #1464ac;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #1464ac;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.inner-banner{
  position: relative
}
.inner-banner .mbx{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: right
}
.inner-banner .mbx h2{
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
.inner-banner .mbx h2{
  font-size: 36px;
}
}
@media screen and (max-width: 1100px) {
.inner-banner .mbx h2{
  font-size: 30px;
}
}
@media screen and (max-width: 1000px) {
.inner-banner .mbx h2{
  font-size: 28px;
}
.mt-48{
  margin-top: 28px
}
}
@media screen and (max-width: 700px) {
.inner-banner .mbx h2{
  font-size: 25px;
}
.mt-48{
  margin-top: 20px
}
}
@media screen and (max-width: 500px) {
.inner-banner .mbx h2{
  font-size: 20px;
}
.mt-48{
  margin-top: 15px
}
}
.product-page {
  padding-top: 100px;
    background: #f9f9f9;
    margin-bottom: 80px;
}
.product-page2 .list ul li .content h4{
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
}
.product-page2 .list ul li:hover{
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product-page .sideBox .slideLeft {
  width: 25%;
}
.product-page .sideBox .slideLeft .box {
  padding: 30px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  line-height: 2;
}
.product-page .sideBox .slideLeft .box:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box h4 {
  display: block;
  font-family: 'ABM';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-page .sideBox .slideLeft .box h4:after {
  content: '';
  width: 24%;
  background: #1464ac;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
}
.product-page .sideBox .slideLeft .box .list ul li {
  margin-bottom: 10px;
}
.product-page .sideBox .slideLeft .box .list ul li a {
  display: block;
  padding: 15px 35px 15px 12px;
  font-size: 16px;
  color: #262626;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  line-height: 1.8;
}
.product-page .sideBox .slideLeft .box .list ul li a .fa{
  position: absolute;
  right:20px;
  top:20px;
}
.product-page .sideBox .slideLeft .box .list ul li a span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideBox .slideLeft .box .list.nav ul li a:hover {
  background: #1464ac;
  color: white;
  text-align: left;
}
.product-page .sideBox .slideLeft .box .list.info ul li {
  overflow: hidden;
  margin-bottom: 18px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a {
  padding-left: 60px;
  text-align: left;
  padding-right: 15px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a i {
  width: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
  font-size: 16px;
  line-height: 30px;
}
.product-page .sideBox .slideLeft .box .list ul li ul{
  display: none;
}
.product-page .sideBox .slideLeft .box.playBg {
  height: 370px;
  padding: 0;
  position: relative;
  background: url("/zjsinoraymetal/2022/05/31/pr-bg.jpg") center center;
  background-size: cover;
}
.product-page .sideBox .slideLeft .box.playBg:after {
  content: '';
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #1464ac));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #1464ac 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #1464ac 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1464ac));
  background: -webkit-linear-gradient(top, transparent, #1464ac);
  background: -moz-linear-gradient(top, transparent, #1464ac);
  background: linear-gradient(to bottom, transparent, #1464ac);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#1464ac',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#1464ac', GradientType=0);
  /* 兼容IE5~IE9 */
}
.product-page .sideBox .slideLeft .box.playBg .play {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.product-page .sideBox .slideLeft .box.playBg .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
}
/*.product-page .sideBox .slideLeft .box.playBg .play span i {
  border-left: 8px solid #1464ac;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.product-page .sideBox .slideLeft .box.playBg .play span:after,
.product-page .sideBox .slideLeft .box.playBg .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.product-page .sideBox .slideLeft .box.playBg .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.product-page .sideBox .slideLeft .box.playBg .play h6 {
  font-size: 21px;
  
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
  color: white;
  letter-spacing: 1px;
  max-width: 80%;
  word-break: break-word;
    white-space: normal;
}
.product-page .sideBox .slideRight {
  width: 75%;
  padding-left: 60px;
}
/*.inner-page .sideBox .sidebar-right .hmvillaelevator1 h1{
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'ABM';
  text-transform: capitalize;
}*/

.inner-page .sideBox .sidebar-right .hmvillaelevator1 {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
}
.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
  padding-left:60px;

}
.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li{
  width: 48%
}
.inner-page .sideBox .sidebar-right .product-app {
  background: #eee;
  padding: 50px 0 80px;
  margin-bottom: 80px;
}
.inner-page .sideBox .sidebar-right  .title{
  color: #1566af;
  margin: 0 0 30px
}
.inner-page .sideBox .sidebar-right .product-app .title{
  color: #1867af;
  font-size: 24px;
}
.inner-page .sideBox .sidebar-right #myVideo{
  width: 100%;
  margin-bottom: 50px;
}
.inner-page .sideBox .sidebar-right .product-app ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  /*margin-bottom: 60px;*/
}
.inner-page .sideBox .sidebar-right .product-app ul li{
  width: 33%;
  padding: 10px;
}
.inner-page .sideBox .sidebar-right .product-app ul li .box{
  display: block;
  position: relative
}
.inner-page .sideBox .sidebar-right .product-app ul li .box .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24,103,175,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: .5s
}
.inner-page .sideBox .sidebar-right .product-app ul li .box:hover .text{
  opacity: 1;
}
.product-page .sideBox .slideRight .list ul {
  margin: -20px -10px;
}
.product-page .sideBox .slideRight .list ul li {
  padding: 10px 10px;
   transition: all .5s ease;
}
.product-page .sideBox .slideRight .list ul li .box {
  overflow: hidden;
}
.product-page .sideBox .slideRight .list ul li .box .left {
padding: 25px 0 25px 25px;
    background: #f3f3f3;
    width: 55%;
    vertical-align: bottom;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    height: 250px;
}
.product-page .sideBox .slideRight .list ul li .box .left:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 99%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: inherit;
}
.product-page .sideBox .slideRight .list ul li .box .left>* {
  position: relative;
  z-index: 1;
}
.product-page .sideBox .slideRight .list ul li .box .left h4 {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 700;
    width: 65%;
    padding-bottom: 20px;
    font-family: 'ABM';
}
.product-page .sideBox .slideRight .list ul li .box .left p {
  display: block;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.2;
  margin: 12px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBox .slideRight .list ul li .box .left a.more {
    line-height: 2.5;
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
}
.product-page .sideBox .slideRight .list ul li .box .right {
  padding: 0 20px 10px;
  vertical-align: bottom;
  width: 40%;
}
.product-page .sideBox .slideRight .list ul li .box .right a {
  display: block;
  position: relative;
  width: 200%;
  max-width: none;
  left: 30%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.product-page .sideBox .slideRight .list ul li .box .right img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBox .slideRight .list ul li .box .right img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-page .sideBox .slideRight .list ul li .box:hover .right img {
  opacity: 0;
}
.product-page .sideBox .slideRight .list ul li .box:hover .right img.img2 {
  opacity: 1;
}
.product-page .sideBox .slideRight .list ul li .box:hover {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left {
  background: #1464ac;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left p {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:before {
  background: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:after {
  border-color: white;
}

@media screen and (max-width: 1500px) {
  
   
 
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight {
    padding-left: 30px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left {
    padding: 25px 0 25px 15px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 18px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    font-size: 24px;
  }
  /*a.more {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 16px;
  }*/
  .proyd-page .box .left .box2 {
    padding-left: 30px;
  }
  .proyd-page .box .left .box2 h6 {
    font-size: 18px;
  }
  .proyd-page .box .left .box2 .text {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .proyd-page .box .left .box2 .play h5 {
    font-size: 14px;
  }
  .proyd-page .box .right {
    background-size: 100% auto;
  }
  .proyd-page .box .right ul li .box2 .list dl dd {
    font-size: 14px;
  }
  
}

@media screen and (max-width: 1250px) {
   
  #innerHeader .box .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #innerHeader .logo img {
    max-height: 50px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    padding: 10px 30px 10px 10px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span {
    top: 16px;
    right: 10px;
  }
  .product-page .sideBox .slideLeft .box h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
    font-size: 13px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a {
    padding-left: 45px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a i {
    width: 30px;
    top: 6px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 14px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
    line-height: 2;
  }
  .product-page .sideBox .slideRight .list ul li .box .left p {
    font-size: 13px;
  }
  .product-page {
    padding: 60px 0;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .proyd-page .box .left .box2 h6 {
    font-size: 15px;
  }
  .proyd-page .box .left .box2 i.tag {
    font-size: 12px;
  }
  .proyd-page .box .left .box2 i.tag img {
    width: 30px;
  }
  .proyd-page .box .left .box2 .text {
    font-size: 13px;
  }
  .proyd-page .box .left .box2 .play h5 {
    font-size: 12px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    font-size: 18px;
    margin: 40px 0 20px;
  }
  
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }

  
  .support-page .init-5 h2 {
    font-size: 28px;
  }
  .proyd-page {
    margin-top: 40px;
  }
  
  #innerHeader {
    display: none !important;
  }
  .proyd-page .box .right ul li {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }
  .proyd-page .box .right ul li .img {
    opacity: 1;
    overflow: hidden;
    width: 100%;
    left: 0 !important;
    background-size: cover;
  }
  .proyd-page .box .right ul li .box2 {
    color: white;
    bottom: 10px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    margin: 20px 0 10px;
  }
}
.about-page .about-5 .box{
    position: relative
  }
  .prodet-page .about-page .about-5{
    background: #1566af
  }
 
    .prodet-page .about-page .Auxil-honor h2.title{
      color: #fff;
      margin-bottom: 40px
    }
    .prodet-page .about-page .about-5 .box .prev,.prodet-page .about-page .about-5 .box .next{
      border: 1px solid #ffffff;
      color: #ffffff
    }
    .prodet-page .about-page .about-5 .box .prev:hover,.prodet-page .about-page .about-5 .box .next:hover{
      color: #000000;
      background: #ffffff
    }
  .about-page .about-5 .box .prev, .about-page .about-5 .box .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}
      .about-page .about-5 .box .prev {
    left: 0;
    transform: translate(-150%,-50%);
}
      .about-page .about-5 .box .next {
    right: 0;
    transform: translate(150%,-50%);
}
.about-page .about-5 .box .prev:hover, .about-page .about-5 .box .next:hover{
  background: #000;
  color: #fff
}
.newdet-page #index-body{
  margin-top: 40px
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li{
  width: 100%
}
  .support-page .init-5 h2 {
    font-size: 24px;
  }
  
  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .content {
    font-size: 16px;
    line-height: 2;
    padding: 20px 0 50px;
    color: black;
  }
  .about-page .about-1 .list ul li h5 {
    font-size: 32px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-1 .list ul li {
    width: 25%;
  }
  .about-page .about-1 .list ul li h5 sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }
  .about-page .about-2 .list:after {
    top: 30px;
  }
  .case-page h2,
  .technology-page h2,
  .custom-page h2,
  .about-page h2,
  {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .list ul li i.circle {
    top: -13px;
  }
  .about-page .about-3 .content {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li i {
    height: 60px;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }
  .about-page .about-4 .text {
    font-size: 16px;
    margin: 10px 0 40px;
    line-height: 2;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
  
  .case-page .list ul li a.img h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .custom-page .custom-2 h2,
  .custom-page .custom-2 .text {
    width: 100%;
  }
  .custom-page .custom-2 .text {
    font-size: 16px;
  }
  .custom-page .custom-2 .iconList {
    display: none;
  }
  .custom-page .custom-2 .list {
    margin-top: 30px;
  }
  .custom-page .custom-2 {
    padding: 50px 0;
  }
  .custom-page .custom-2 .list ul li {
    padding: 0 10px;
  }
  .custom-page .custom-2 .list ul {
    margin: 0 -10px;
  }
  .custom-page .custom-3 {
    padding: 60px 0;
  }
  .technology-page .technology-2 ul li {
    width: 100% !important;
  }
  .technology-page .technology-2 ul li .box .box2 {
    margin-top: 20px;
  }
  .honor-page .text {
    font-size: 14px;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
 
  .product-page .sideBox .slideRight {
    width: 100%;
    padding-left: 0;
  }
  .product-page .sideBox .slideRight .hmvillaelevator1{
    display: none!important;
  }
  .product-page .sideBox .slideLeft {
    display: none;
  }
  .proyd-page .box .right {
    width: 100%;
  }
  .proyd-page .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .sidebar-right .product-app ul li{
    width: 50%
  }

  .product-page .sideBox .slideRight .list ul li {
    width: 100%;
  }

  
}
.product-page .sideBox .slideLeft .box .list ul li:hover a {
    padding-left: 40px;
}
.product-page .sideBox .slideLeft .box .list ul li a {
    padding-left: 30px;
}

.product-page .sideBox .slideLeft .box .list.info ul li:hover a {
    padding-left: 60px;
}

.product-page .sideBox .slideLeft .box .list.info ul li img {
    filter: drop-shadow(0 -300px #1464ac);
    position: relative;
    top: 300px;
}


.product-page .sideBox .slideRight .hmvillaelevator1 p {
    font-weight: 300;
    font-size: 16px;
}

.product-page .sideBox .slideLeft .box .list ul li ul li a {
    background: #e1e1e1;
    margin-left: 20px;
        text-transform: capitalize;
}
.product-page .sideBox .slideLeft .box .list ul li:hover ul li a {
    padding-left: 30px;
}


.product-page .sideBox .slideRight .list ul li:hover a.more:after {
    width: 100%;
    background: #1464ac;
}

.product-page .sideBox .slideLeft .box .list ul li a span:after, .product-page .sideBox .slideLeft .box .list ul li a span:before{
  background: #000;
}

.product-page .sideBox .slideRight .list ul li .box .left h4 p {
    color: #1464ac;
    font-family: none;
    font-size: 18px;
}
.product-page .sideBox .slideRight .list ul li .content {
    position: relative;
}
.product-page .sideBox .slideRight .list ul li .bianhao {
    position: absolute;
    z-index: 1;
    top: -60%;
    left: 5%;
    background: #1464ac;
    color: #fff;
    padding: 2px 10px;
    font-family: none;
}

@media screen and (max-width: 1000px) {
  .product-page .sideBox .slideRight .list ul li .box .left h4{
    width: 74%;
  }
}

.inner-page.product-page.overall .product-0 {
  text-align: center;
}
.inner-page.product-page.overall .product-1 {
  overflow: hidden;
  background: #f5f5f5;
  padding: 75px 0;
}

.inner-page.product-page.overall .product-1 .overall-img li {
  width: 33.3333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inner-page.product-page.overall .product-1 .overall-img li img{
width: 100%;
}

.inner-page.product-page.overall .product-1 .overall-img li:hover dvi.layer {
    background: rgba(0,0,0,.6);
}


.inner-page.product-page.overall .product-1 .overall-img li .text {
    position: absolute;
    opacity: 1;
    text-align: right;
    right: 30px;
    left: 30px;
    bottom: 30px;
        z-index: 8;
}

.inner-page.product-page.overall .product-1 .overall-img li .text h2 {
      font-size: 28px;
    color: #fff;
    width: 90%;
      float: left;
      text-transform: capitalize;
}
.inner-page.product-page.overall .product-1 .overall-img li .text a.portfolio-overlay-wrapper{

  pointer-events:none;
}

.inner-page.product-page.overall .product-1 .overall-img li .text span.portfolio-icon {
    font-size: 28px;
    color: #fff;
        line-height: 0;
}
div.layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.inner-page.product-page.overall .product-2.overall .info p {
    width: 65%;
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
    line-height: 2;
    font-size: 16px;
}
.inner-page.product-page.overall .product-2.overall .info h3{
  font-size: 38px;
    line-height: 1;
    color: #fff;
    font-family: 'ABM';
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.inner-page.product-page.overall .product-2.overall .info {
    display: inherit;
    padding: 25px 0;
    margin: 0 auto;
    max-width: 1405px;
}
.inner-page.product-page.overall .product-2.overall {
    background: url(/hgcaps/2021/08/03/over_mainbg04.jpg);
    min-height: 425px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
}
.inner-page.product-page.overall .product-2.overall .info .c-link {
    display: inline-block;
    transition: all .5s ease;
    padding: 18px 20px 18px 60px;
    border-radius: 15px;
    background: url(https://www.hgcaps.com/template/en/images/c-1.png) no-repeat 20px center #fff;
    font-size: 16px;
    line-height: 1;
    color: #1464ac;
   
    text-transform: uppercase;
}
.inner-page.product-page.overall .product-2.overall .info .c-link:hover {
    margin-left: 10px;
    transition: all .5s ease;
}
.product-page .product-4 {
  padding: 50px 0;

}
.product-page .product-4 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
      align-items: center;
}
.product-page .product-4 .container .left {

}
.product-page .product-4 .container .left h4 {
  font-size: 24px;
  line-height: 1;
  color: #1464ac;
  text-transform: uppercase;
  font-family: 'MB';
  margin-bottom: 35px;
}
.product-page .product-4 .container .left ul li {
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 30px 14px 20px;
  margin-bottom: 0px;
  cursor: pointer;
 
  color: #1464ac;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-4 .container .left ul li:hover {
  background: #1464ac;
  color: #ffffff;
}
.product-page .product-4 .container .left ul li .fa {
  margin-right: 15px;
  font-size: 18px;
}
.product-page .product-4 .container .left ul li.active {
  background: #1464ac;
  color: #ffffff;
}
.product-page .product-4 .container .right {
 
}
.product-page .product-4 .container .right .item {
  display: none;
  position: relative;
}
.product-page .product-4 .container .right .item img {
  width: 100%;
}
.product-page .product-4 .container .right .item .info {
    padding: 35px 0 65px;
    max-width: 650px;
    height: 353px;
    background-color: rgba(255,255,255,.9);
    left: 0;
    bottom: 0;
    margin-top: 10px;
}
.product-page .product-4 .container .right .item .info p {
    font-size: 15px;
    line-height: 1.8;
    color: #646464;
    padding: 8px 0;

}
.product-page .product-4 .container .right .item .info a {
  font-size: 13px;
  line-height: 1.8;
  color: #1464ac;

  margin-top: 10px;
}
.product-page .product-4 .container .right .item.on {
  display: block;
  animation: 1s .3s zoomIn both;
}
.inner-page.product-page.overall .product-5 {
    background: url(/hgcaps/2021/08/03/over_mainbg03.jpg);
    min-height: 325px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-page.product-page.overall .product-5 .over-ind {
    text-align: center;
    padding: 80px 0;
}
.inner-page.product-page.overall .product-5 .over-ind h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}
.inner-page.product-page.overall .product-5 .over-ind p {
    color: #ffffff;
    font-size: 30px;
    padding: 10px 0 30px 0;
}
.inner-page.product-page.overall .product-5 .over-ind a.c-link {
     background-color: #1464ac;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 17px 50px;
    font-weight: 700;
    font-size: 24px;
    border: 0;
    margin: 0;
}
.inner-page.product-page.overall .product-6 {
    padding: 60px 0;
}
.inner-page.product-page.overall .product-6 .over-news h3 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    color: #535353;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list {
    overflow: hidden;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li {
    width: 33.33%;
    float: left;
    padding: 20px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li img.newsImg {
    object-fit: cover;
    height: 240px;
    width: 100%;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content {
    padding: 20px 5px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #535353;
    min-height: 70px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .time {
    padding: 10px 0 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p {
    font-size: 15px;
    padding: 20px 0;
    font-family: 'MEL';
    font-weight: 600;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .mores{
  font-size: 14px;
}
@media screen and (max-width: 1100px){
    .inner-page.product-page.overall .product-1 .overall-img li .text h2{
    font-size: 24px;
    width: 88%;
  }
}

@media screen and (max-width: 1000px) {
  
  .inner-page.product-page.overall .product-1 .overall-img li{
    width: 50%;
  }
  .inner-page.product-page.overall .product-2.overall .info p{
    width: 90%;
  }
  .product-page .product-4 .container{
    display: block;
  }
  .product-page .product-4 .container .left{
    width: 100%;
  }
  .product-page .product-4 .container .right{
    width: 100%;
    margin-top: 30px;
  }
  .product-page .product-4 .container .right .item .info{
    max-width: 100%;
    height: auto;
    padding: 49px 35px 48px;
  }
  .inner-page.product-page.overall .product-6 .over-news ul.news-list li{
    padding: 20px 10px;
  }
}

@media screen and (max-width: 700px) {
 
  .inner-page.product-page.overall .product-1 .overall-img li .text h2 {
    font-size: 16px;
    width: 83%;
   }
   .inner-page.product-page.overall .product-1{
     padding: 30px 0;
   }
   .inner-page.product-page.overall .product-2.overall .info h3{
     font-size: 32px;
   }
   .inner-page.product-page.overall .product-2.overall .info p{
     width: 100%;
   }
   .inner-page.product-page.overall .product-2.overall{
     background-attachment: initial;
     background-size: cover;
     padding: 30px 0;
     min-height: initial;
   }
   .product-page .product-4 .container .left{
     padding-top: 0;
   }
   .product-page .product-4 .container .right .item .info{
     position: initial;
     padding: 20px;
   }
   .inner-page.product-page.overall .product-5{
     background-attachment: initial;
     background-size: cover;
     min-height: initial;
   }
   .inner-page.product-page.overall .product-5 .over-ind h3{
     font-size: 28px;
   }
   .inner-page.product-page.overall .product-5 .over-ind p{
     font-size: 20px;
   }
   .inner-page.product-page.overall .product-5 .over-ind a.c-link{
     padding: 10px 28px;
    font-size: 18px;
   }
   .inner-page.product-page.overall .product-6{
     padding: 30px 0;
   }
   .inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5{
     font-size: 16px;
   }
   .inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p{
     font-size: 14px;
   }
   .inner-page.product-page.overall .product-5 .over-ind{
     padding: 30px 0;
   }
}

@media screen and (max-width: 500px) {
   .inner-page .sideBox .sidebar-right .product-app ul li{
    width: 100%
  }
  .inner-page.product-page.overall .product-0{
    display: none;
  }
  .inner-page.product-page.overall .product-1 .overall-img li{
    width: 100%;
  }
  .inner-page.product-page.overall .product-2.overall .info h3 {
    font-size: 25px;
  }
  .inner-page.product-page.overall .product-2.overall .info p{
    font-size: 14px;
    padding: 20px 0;
  }
  .inner-page.product-page.overall .product-2.overall .info .c-link{
    padding: 10px 15px 10px 47px;
    font-size: 14px;
  }
  .inner-page.product-page.overall .product-5 .over-ind h3 {
    font-size: 20px;
  }
  .inner-page.product-page.overall .product-5 .over-ind p {
    font-size: 16px;
  }
  .inner-page.product-page.overall .product-5 .over-ind a.c-link{
    font-size: 14px;
  }
  .inner-page.product-page.overall .product-6 .over-news h3{
    font-size: 26px;
  }
}

.inner-page.product-page.overall .dianpu li {
    padding: 10px;
}

.inner-page.product-page.overall .dianpu ul {
    margin: -10px;
}
.inner-page.product-page.overall .dianpu img {
    border: 1px solid #f0f0f0;
}

.inner-page.product-page.overall .dianpu .header h2 {
    font-size: 24px;
    color: #1464ac;
    font-weight: 700;
   
}
.inner-page.product-page.overall .dianpu {
    margin-bottom: 80px;
}


.inner-page.product-page.overall .dianpu .header p {
    font-size: 18px;
}
.inner-page.product-page.overall .dianpu .header{
 margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .product-page .product-4 .container .right .item .info{
    overflow: auto;
    padding-right: 20px;
  }
}
.inner-page.product-page.product2-page.mulu .side_nav {
    text-align: center;
    margin-bottom: 25px;
}
.inner-page.product-page.product2-page.mulu .side_nav span {
    margin: 5px 35px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}
.inner-page.product-page.product2-page.mulu {
    padding: 70px 0 0px;
}
.inner-page.product-page.product2-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
    background: url(/template/en/images/nbg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-page.product-page.product2-page.mulu .side_nav a.list {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 1.3rem;
}
.inner-page.product-page.product2-page.mulu .side_nav a.list:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #1464ac;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list:hover:after {
    width: 100%;
}

/*pro-list*/
product2-page {
    padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img{
height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;

    background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 1rem 0 0;
    line-height: 2;
 
}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #1464ac;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text {
   text-align: center;
       padding: 10px 0;
    font-size: 16px;

}
.product2-page .product-list ul li .pro-box .imgbox a{
  display: block;
  transition: .5s
}


.product2-page .product-list ul li .pro-box:hover{

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: #1464ac;
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
/*.product2-page .product-list ul li .pro-box .text {
padding: 0 30px 0 30px;
    font-size: 15px;
    color: #757575;
    padding-bottom: 1rem;

}*/
.product2-page .product-list ul li .pro-box .text .st {
 opacity: 0.6;
 font-size: 16px
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
  width: 20%;
}

/*.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}*/
.product2-page .product-list ul li .pro-box .more{
  margin: 0 auto
}
/*.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}*/
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
     color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list .ny-banner {

}
.product2-page .product-list ul li .pro-box h5 a{
  text-transform: capitalize;

}
/*-end*/

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box{
    display: block;
  }
  .product2-page .product-list ul li .pro-box .imgbox{
    width: 100%;
  }
  .product2-page .product-list ul li .pro-box .text{
    width: 100%;
    padding: 0 10px 0 0px;
  }
}
.pro-list-yd ul.fenlei li .yd-maintop {
    display: flex;
    align-items: center;
    align-content: center;
        background: #fff;
        border-radius: 30px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left {
width: 50%;
    padding-right: 70px;
    padding-left: 60px;
}
.pro-list-yd .hezi {
    margin: 10px;
    /* background: #f0f0f0; */
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
}
.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
    margin-top: 20px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 50%;
}
.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 18px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}



.yd-mainbottom{
  position: relative;
}
.yd-mainbottom .btns .prev, .yd-mainbottom .btns .next {
    width: 46px;
    height: 46px;
    border: solid 1px #000;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-left: 13px;
    position: absolute;
    top: 50%;
    transition: .5s
}
.yd-mainbottom .btns .prev:hover, .yd-mainbottom .btns .next:hover{
  background: #000;
  color: #fff;
}
.yd-mainbottom .btns .prev{
  left: 0;
  transform: translate(-140%,-50%)
}
.yd-mainbottom .btns .next{
  right: 0;
  transform: translate(120%,-50%)
}
.yd-mainbottom ul li {
    width: 25%;
    padding: 10px;
    text-align: center;
}

.yd-mainbottom ul li .cp-dd {
   border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.yd-mainbottom ul li .cp-dd .text {
  
    /*padding: 10px;*/
    font-size: 16px;
    /*height: 3em*/
}
.yd-mainbottom ul li .cp-dd .text .t1{
  /*height: 2em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;*/
}
.yd-mainbottom ul li .cp-dd .text .st{
  font-size: 16px;
  opacity: 0.6

}

.yd-mainbottom ul li .cp-dd .text .more{
  margin: 20px auto 0;
  /*width: 100%*/
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
    max-height: 300px;
    /*overflow: overlay;*/
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
}

.yd-mainbottom {
  margin-top: 50px;
}




li.dabeijing {
    padding: 50px;
}
.yd-mainbottom ul li .cp-dd .cp-img {
    background: #FFF;
}





.product2-page .product-list ul li:hover .imgbox img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}




.yd-mainbottom .slick-prev {
  background: url("../images/inner-l.png") no-repeat center center rgba(255,255,255,0.0);
  left: -55px;
}

.yd-mainbottom .slick-next {
  background: url("../images/inner-r.png") no-repeat center center rgba(255,255,255,0.0);
 right: -55px;
}

.yd-mainbottom .slick-arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 101px;
    border-radius: 5px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transform: translateY(-50%);
    transition: .5s;
}




@media screen and (max-width: 1440px) {
 
  .pro-list-yd ul.fenlei li .yd-maintop .left{
    padding: 0 40px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2{
    font-size: 40px;
  }

}

@media screen and (max-width: 1280px) {
  li.dabeijing{
    padding: 50px 20px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left{
    padding: 0 30px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2{
    font-size: 36px;
  }
  .yd-mainbottom .slick-prev{
    left: -20px;
  }
  .yd-mainbottom .slick-next{
    right: -20px;
  }
 
}

@media screen and (max-width: 1000px) {
 
  .pro-list-yd ul.fenlei li .yd-maintop{
    display: block;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left{
    width: 100%;
    padding: 20px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right{
    width: 100%;
    padding: 0 20px;
  }
 .yd-mainbottom ul li .cp-dd .text{
   font-size: 18px
 }
}

@media screen and (max-width: 500px) {
   .yd-mainbottom ul li .cp-dd .text{
   font-size: 16px
 }
   .yd-mainbottom ul li .cp-dd .text{
   font-size: 18px
 }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2{
    font-size: 26px;
    line-height: 1.2;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right img{
    height: auto;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left{
    padding: 20px 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right{
    padding: 0 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left p{
    font-size: 14px;
    line-height: 1.5;
  }
  
}

 .seoPublic h3.title,
    .seoPublic h1.title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 2em;
    }
    .seoPublic > div {
        padding: 60px 0;
    }
    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }
    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }
    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }
    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .seoPublic .Auxil-about .box .right h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }
    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }
    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }
    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }
    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }
    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }
    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }
    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }
    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }
    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 22px;
        line-height: 2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .seoPublic .Auxil-news .list ul li .content h6:hover {
        color: #1464ac;
    }
    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2;
        margin: 1em 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 4.2em;
    }
    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }
    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #1464ac;
        color: #1464ac;
    }
    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }
    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #1464ac;
    }
    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #1464ac;
        color: whitesmoke;
        border: none;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }
    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }
    .seoPublic .text a {
        color: #1464ac;
    }
    .seoPublic .text a:hover {
        text-decoration: underline;
    }
    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }
    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-through a:hover {
        background: #1464ac;
        color: white;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }
    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }
    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }
    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 22px;
        color: #111;
        font-weight: 300;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3:hover {
        color: #1464ac;
    }
    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #1464ac;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #1464ac;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #1464ac;
    }
    @media screen and (max-width: 1400px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }
        .seoPublic .Auxil-about .box .right h3,
        .seoPublic .Auxil-related .list ul li .box .content h3 {
            font-size: 20px;
        }
        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }
        .seoPublic .Auxil-news .list ul li .content h6 {
            font-size: 18px;
        }
        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }
        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }
        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }
    @media screen and (max-width: 1000px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 24px;
            margin-bottom: 1em;
        }
        #cp-Nav {
            display: block;
        }
        #cp-Nav .nav {
            padding: 20px 15px;
        }
        #cp-Nav .nav h3.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #1464ac;
            border-radius: 5px;
            color: white;
        }
        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }
        #cp-Nav .nav > ul {
            display: none;
        }
        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }
        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }
        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }
    }

    .inner-page.product-page.product-page2 .sideBox .slideRight .list ul li img {
        background: #f9f9f9;
}


.product-page .sideBox .slideRight .list ul li .img-box:hover img{
  transform: scale(1,1);
}
.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a {
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(/template/en/images/img2025_89.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position-y: center;
    -webkit-animation: backdropX 1s linear infinite;
    -moz-animation: backdropX 1s linear infinite;
    animation: backdropX 1s linear infinite;
    box-shadow: 0 0 5px 1px rgb(219 219 219/60%);
    /*width: 60%;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a span{
  position: relative;z-index: 3;
  color: #000;
  width: 100%
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a::after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a {
  background-color: rgb(20 100 172 / 20%);
  color: #000;
  box-shadow: 0 0 5px 1px rgb(219 219 219  / 60%);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 50%, rgba(255, 255, 255, 0));
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ol{
  padding-left: 20px;
  font-size: 18px;
  display: none
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
/*.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}*/
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
     color: #1464ac;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: #1464ac;
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
 
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1464ac;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}



.inner-page .sideBox {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}









.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 100%;
    /*padding-left: 5%;*/
}
.inner-page.project .sideBox .sidebar-right {
    width: 70%;
    margin: 0 0 0 auto
    /*padding-left: 5%;*/
}
@media screen and (max-width: 1000px) {
 
  .inner-page .sideBox{
    display: block;
  }
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}
.about-page h2.title,#index-body .i-news .title,#index-body .i-product .title {
  /*font-size: 56px;*/
  font-weight: 900;
  /*font-style: italic;*/
  line-height: 1.5;
  padding-bottom: 10px;
  color: #1566af;
}
.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
  background: #eee;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 14px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 100px;
  font-weight: 900;
  /*font-style: italic;*/
  color: #1566af;
}
.about-page .about-1 .left ul li h2 span{
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
  font-style: italic;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 20px;
  padding-left: 105px;
  /*max-height: 765px;
  overflow-y: scroll;*/
}
.about-page .about-1 .right p {
  font-size: 18px;
  margin-bottom: 20px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .top .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-2 .top .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
}
.about-page .about-2 .bottom {
  background: #1666af;
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  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-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  /*margin-left: 30px;*/
  /*-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);*/
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background: #db0312;
  color: white;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #1464ac;
  border: 1px solid #1464ac;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: #1464ac;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  /*display: none;*/
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 22px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: #1464ac;
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: #000;
  padding: 100px 0 100px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #adadad;
  color: #000;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #1464ac;
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 860px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
/*.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}*/
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
/*.about-page .about-4 .content .more:hover {
  background: #1464ac;
  color: white;
}*/
.about-page .about-5 {
  overflow: hidden;
  padding: 100px 0;
  background: #f9f9f9;
}
 
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.about-page .about-5 ul .slick-arrow button{
  display: none;
}
.about-page .about-5 ul .slick-prev{
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-5 ul .slick-next{
  right: -60px;
}

.about-page .about-5 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 120px 0 ;
  overflow: hidden;
}
.about-page .about-6 .prev,.about-page .about-6 .next{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  transition: .5s
}
.about-page .about-6 .prev:hover,.about-page .about-6 .next:hover{
  color: #fff;
  background: #1867af
}
.about-page .about-6 .prev{
  left: 0;
  top: 50%;
  transform: translate(-100%,-50%)
}
.about-page .about-6 .next{
  right: 0;
  top: 50%;
  transform: translate(100%,-50%)
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .item{
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: #1464ac;
  color: white;
}

.contact-page {
  padding-top: 80px;
}
.contact-page .title {
  font-size: 56px;
  font-weight: 900;
  /*font-style: italic;*/
  color: #1666ae;
  line-height: 2;
}
.contact-page .contact-1 form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
  /*background: #eee;*/
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  /*background: #eee;*/
}
.contact-page .contact-1 form input[type="submit"] {
  background: #1464ac;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  /*font-weight: 400;*/
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.news-page {
  padding-top: 90px;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
 
/*.newdet-page {
  padding: 138px 0 0;
}*/
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  /*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;*/
  font-size: 16px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  line-height: 2;
}
.m-link div{
  display: flex;
  justify-content: space-between;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
   background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, white), color-stop(77%, white), color-stop(77%, #faf7f7), to(white));
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-page .service-1 {
  padding: 88px 0 70px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fafafa;
  padding: 75px 0 70px;
}
.service-page .service-2 .title{
  color: #1867af
}
.service-page .service-2 .top {
  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;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 48%;

}
.service-page .service-2 .top .img{
  width: 48%
}
.service-page .service-2 .top .img img{
  width: 100%
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 25px;
  color: #1867af;
}
.service-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .more{
  margin-top: 20px
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
  /*height: 13em;
  overflow-y: auto*/
  text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 48%
}
.service-page .service-2 .bottom .img {
  width: 48%
}
.service-page .service-2 .bottom .text .content {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 50px;
    margin-bottom: 30px;
    /*height: 13em;
    overflow-y: auto;*/text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

}
.service-page .service-2 .bottom .text .more{
  margin-top: 20px
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 45px;
  line-height: 2;
  color: #1867af;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
}
.service-page .service-3 ul .slick-prev{
  left: -50px;
}
.service-page .service-3 ul .slick-next{
  right: -50px;
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.service-page .service-3 ul .slick-next::after{
  content: "\f105";
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  color: #1867af;
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  /*text-align: center;*/
  font-size: 18px;
  line-height: 2;
  /*max-width: 1050px;*/
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.grid-box>div{
  letter-spacing: 0
}
.grid-box p{
letter-spacing: 0
  
}
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 0px 0 45px;
}
.service-page .service-4 ul li .box .content .text p{
  margin-bottom: 8px;
  font-weight: 300;
}
.service-page .service-4 .honor ul{
  margin: -15px;
}
.service-page .service-4 .honor ul li{
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: #1464ac;
}
.search-page .slideRight ul li{
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover{
  text-decoration: underline;
}
.search-page .slideRight .item .right a{
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box{
  display: inline-block;
  width: 48%;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: #1464ac;
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid #1464ac;
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: #1464ac;
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: #1464ac;
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: #1464ac;
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
}
.news-page {
  /*padding: 80px 0;*/
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -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;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category 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);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;

}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0;
}
/*.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}*/
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 800;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    /*width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;*/
    width: 100%;
    padding: 30px 40px;
    margin: 30px 0;
    box-shadow: 0 0 5px 1px #eee;
    height: 300px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img{
  height: 100%;
  width: auto;
  margin-right: 30px
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: #1464ac;
    color: #fff;
    font-size: 28px;
    display: block;
    width: 88px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0;
    padding: 0 10px
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news-page h1, .inner-page.news-page h2, .inner-page.news-page h3 {
    font-weight: 700;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    /*color: #1464ac;*/
    transition: all .5s ease;
    text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 100%;
}
.newdet-page.inner-page .sidebar-box .sidebar-right{
  width: 72% !important;
}
.newdet-page.inner-page.sol .sidebar-box .sidebar-right{
  width: 100% !important;
}
.inner-page .sidebar-box{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.sol.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    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: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #1464ac;
    border: 1px solid #1464ac;
    -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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-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);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p{
  margin: 20px 0
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list{
  background: #f7f7f7;
  padding: 50px 0  30px

}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list li{
  margin-bottom: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq {
  background: #eeeeee;
  padding: 60px 0 50px;
  /*margin-bottom: 50px*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
/*padding-bottom: 100px*/
} 
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
  font-size: 26px;
  position: relative;
  line-height: 1;
  /*cursor: pointer;*/
  width: 23%;
  margin-right: 2%
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  white-space: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li  p{
   white-space: normal;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::after{
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 3px;
  width: 30%;
  background: #1464ac;
  margin-top: -1px
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::before{
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}
/*.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p{
font-size: 18px;
margin-top: 30px;
line-height: 1.8;
/*display: none;*/
}

.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    /*max-width: 255px;*/
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title{
    width: 20% !important;
    color: #1464ac;
}
.history-page ul li .content{
  width: 80% !important;
  font-size: 18px;
  line-height: 32px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul{
  margin: -10px;
}
.newdet-page .application-img ul li{
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong{
  font-weight: bold;
}
.newdet-page .app-related-pro{
  padding: 50px 0;
}
.newdet-page .app-related-pro ul{
  margin: -10px;
}
.newdet-page .app-related-pro ul li{
  padding: 10px;
}
.newdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    /*border: 1px solid #eee;*/
    box-shadow: 0 0 5px 0 #eee;
    border-radius: 10px;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
    color: #111;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
    
}

.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: #1464ac;
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
.project-page{
  padding: 100px 0;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li img{
  width: 100%;
  border-radius: 10px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .newdet-page.inner-page .sidebar-box .sidebar-right{
    width: 100% !important;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0
  }
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        line-height: 2;
    }
    .faq-page .faq-2 .left ul li p{
      font-size: 14px
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}
@media screen and (max-width: 1600px){
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
 
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .inner-page .ui.container {
    max-width: 1218px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
 
  
}

@media screen and (max-width: 1200px) {
  
  .history-page ul li .title h5{
    font-size: 30px;
  }
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  
  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  
   
}

@media screen and (max-width: 1250px){
   .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight{
    width: 100%;
  }
 
  .history-page ul li .content,
  .history-page ul li .title{
    width: 100% !important;
  }
 
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    /*display: none;*/
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .sale-page .sale-3 .box .right > img{
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content{
    padding: 0 15px;
  }

  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    width: 100%;
   order: -1;
   margin-bottom: 30px
  }
  .service-page .service-2 .top{
    flex-wrap: wrap
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
 
  
   
   
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
  .about-page .about-6 .slick-list{
    padding: 30px 0
  }
  .about-page .about-6{
    padding-bottom: 40px
  }

}

@media screen and (max-width: 500px) {
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .gallery-page ul li{
    width: 50%
  }
  .gallery-page ul{
    margin: 0;
  }

  .product-page ul.list-box li.cat-one .img{
    margin-bottom: 50px;
  }

  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .sale-page .title{
    text-align: center;
  }
  .about-page .about-3 .left{
    padding-right: 0;
  }
  .sale-page .sale-1 .bottom{
    margin-top: 45px;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p{
    font-size: 16px;
    line-height: 2;
  }
  /*.about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }*/
   
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text{
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3{
    font-size: 18px;
  }
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li{
    margin-bottom: 30px;
  }
  .about-page .about-4 .tab{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  /*.about-page h2.title,#index-body .i-news .title,#index-body .i-product .title {
    font-size: 20px;
    line-height: 2;
  }*/
  .about-page .about-6 {
    padding-top: 60px;
  }
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }
   
  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content{
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
  }
  
  
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content{
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact{
    height: 42px;
    line-height: 42px;
  }
   
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
   
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right{
    zoom: 0.6  }
 
  
  .soldet-page{
    padding-top: 60px;
  }
 
 
  /*.about-page h2.title,#index-body .i-news .title,#index-body .i-product .title{
    padding-bottom: 0;
  }*/
  
  .sale-page .sale-3 .box .right h2{
    text-align: left;
  }
  
  .about-page .about-2 .bottom{
    padding: 16px 0 5px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    padding: 30px 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content{
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  
}
#index-body .i-product {
  background-color: #f5f5f5;
  padding: 60px 0 40px;
}
#index-body .i-product p {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 40px;
}
#index-body .i-product ul {
  margin: -8px;
}
#index-body .i-product ul li {
  padding: 8px;
}
#index-body .i-product ul li .box {
  border-radius: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.3);*/
  overflow: hidden;
  background: #fff;
      /*border: 1px solid #f0f0f0;*/
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}
#index-body .i-product ul li .box .img-box {
  background-color: white;
}
#index-body .i-product ul li .text{
      padding: 10px 0;
    font-size: 20px;
    text-align: center
}
#index-body .i-product ul li .text .t1{
  white-space:nowrap;
overflow:hidden; 
text-overflow: ellipsis;
display: block
}
#index-body .i-product ul li .text .st{
  opacity: 0.6;
  font-size: 16px
}
#index-body .i-product ul li .text .more{
  margin: 0 auto
}
#index-body .i-product ul li .box h5 {
  text-align: center;
  font-size: 18px;
  background-color: #eeeeee;
  padding: 18px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 90px;
  line-height: 2;
}
#index-body .i-product ul li .box:hover h5 {
  background-color: #1464ac;
  color: white;
}
#index-body .i-product .btn {
  text-align: center;
  margin-top: 20px;
}
#index-body .i-product .btn a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 48px;
  text-align: center;
  margin: 0 13px;
  font-size: 20px;
}
#index-body .i-product .btn a:hover {
  background-color: #1464ac;
  color: white;
}
@media screen and (max-width: 1680px){
  #index-body .i-product ul li .text{
    font-size: 16px
  }
}
@media screen and (max-width: 1200px){
    #index-body .i-product ul li .box h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1550px){
  #fullpage .i-about{
    padding-bottom: 80px;
  }
  #fullpage .i-product{
    padding-top: 150px;
  }
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: #1766ae;
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.resources-page .list .dw-list p{
  letter-spacing: 0
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: #1766ae;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 1.5;
  height: 278px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover{
  /*background: #1766ae;*/
  /*box-shadow: 0 0 10px 0 rgba(0,0,0,.2);*/
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
  /*color: #fff;*/
}
.resources-page .list ul li:hover .column{
  /*border-color:#1766ae;*/
}
.resources-page .list ul li:hover a.download{
  background: #eee;
  color: #1766ae;
  border-color:#1766ae;
}
@media screen and (max-width: 1000px){
    .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .resources-page .list .dw-list li .column{
    border: none
  }
  .resources-page .list .dw-list li .column:first-child{
     border: none
  }
  .resources-page .list .dw-list li .dwbtn {
    margin: 20px auto 0
  }
  .resources-page .list .dw-list li{
    padding-bottom: 30px;
    border-bottom: 1px dotted #eee
  }
}
@media screen and (max-width: 700px){
    .resources-page .list .dw-list {
    width: 100%;
    /*overflow: auto;*/
  }
  /*.resources-page .list .dw-list li {
    width: 700px;
  }*/
    .resources-page .list .dw-list li .dwbtn {
    zoom: 0.8
  }
}
.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
.video-page {
  padding: 6% 0;
  background: #f6f6f6
}
.video-page .list {
  margin-top: 41px;
}
.video-page .list ul {
  margin: -10px;
}
.video-page .list ul li {
  padding: 10px;
}
.video-page .list ul p{
  letter-spacing: 0
}
.video-page .list ul li .ig {
  background-color: #fff;
  border-radius: 15px;
}
.video-page .list ul li .ig .img {
  position: relative;
}
.video-page .list ul li .ig .img::before,
.video-page .list ul li .ig .img::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-page .list ul li .ig .img::after {
  content: '';
  color: #fff;
  font-size: 0;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-clip: content-box;
  background: url("../images/icon-video.png") center center no-repeat;
  background-size: 100%;
}
.video-page .list ul li .ig .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100px;
  height: 100px;
  border: dashed 2px #fff;
  border-radius: 50%;
  z-index: 2;
}
.video-page .list ul li .ig .text {
  padding: 45px;
}
.video-page .list ul li .ig .text p {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
  line-height: 1.5;
  /*min-height: 60px;*/
  text-align: center;
}
.video-page .list ul li .ig:hover {
  background-color: rgb(0 0 0 / 12%);
}
.video-page .list ul li .ig:hover .img::before {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  border-color: #db313e;
}

@media screen and (max-width: 1280px){
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 70px;
    height: 70px;
  }
  .video-page .list ul li .ig .text {
    padding: 30px 20px 21px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px){
    .video-page .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
  .video-page .list {
    margin-top: 20px;
  }
  .video-page .list ul li .ig .text {
    padding: 20px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 16px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px){
  .video-page .list ul li {
    width: 100% !important;
  }
}
.solution-page{
  padding: 100px 0;
    background: #f6f6f6
}
.solution-page .solution-1 .navlist{
  display: flex;
  flex-wrap: wrap;
  font-size: 20px
}
.solution-page .solution-1 .navlist a{
  margin-right: 30px;

}
.solution-page .solution-1 .navlist a:hover{
  text-decoration: underline
}
.solution-page .solution-1 .content .item{

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.solution-page .solution-1 .content .item.hide{
  display: none
}
.solution-page .solution-1 .content .item .left{
  width: 50%;
  padding-left: 200px;
  padding-top: 120px;
  padding-right: 40px
}
.solution-page .solution-1 .content .item:nth-child(2n) .left{
  padding:120px 200px 0 40px; 

}
.solution-page .solution-1 .content .item:nth-child(2n) .left ul{
  transform: translateX(-20%)
}
.solution-page .solution-1 .content .item .left .cont{
  font-size: 16px;
  line-height: 1.5;
  margin: 50px 0 50px;
  /*height: 120px;
  overflow-y: auto*/
  text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.solution-page .solution-1 .content .item .right{
  width: 50%;

}
.solution-page .solution-1 .content .item .left ul{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 120%
}
.solution-page .solution-1 .content .item .left ul {
  max-width: 100%!important;
}
.solution-page .solution-1 .content .item .left ul li{
  width: 33%;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0 15px;
  font-size: 20px

}
.inner-page .title{
  font-size: 40px;
  margin-top: 30px;
}
.solution-page .solution-1 .content .item .left ul li img{
  margin-bottom: 10px;
   -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all
}
.solution-page .solution-1 .content .item .left ul li:hover img{
  -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.solution-page .solution-1 .content .item .left ul li:last-child{
  border-right: none;
}
.solution-page .solution-1 .content .item2 .left ul li{
  width: 25%
}
.solution-page .content{
  margin-top: 50px
}
@media screen and (max-width: 1680px) {
  .inner-page .title{
    font-size: 35px
  }
  .solution-page .solution-1 .content .item .left{
    padding: 100px 20px 0 120px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left{
      padding: 100px 120px 0 20px
  }
}
@media screen and (max-width: 1440px) {
  .inner-page .title{
    font-size: 30px
  }
  .solution-page .solution-1 .content .item .left{
    padding: 80px 20px 0 80px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left{
      padding: 80px 80px 0 20px
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .title{
    font-size: 30px
  }
  .solution-page .solution-1 .content .item .left{
    padding: 40px 20px 0 40px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left{
      padding: 40px 40px 0 20px
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .title{
    font-size: 28px
  }
  .solution-page .solution-1 .content .item .left{
    padding: 30px 20px 0 30px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left{
      padding: 30px 30px 0 20px
  }
  .solution-page .solution-1 .content .item .left .cont{

    margin: 20px 0
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right{
    width: 100%
  }
  .prodet-page .prodet-1 .left{
    width: 100%
  }
  .inner-page .title{
    font-size: 26px
  }
  .solution-page .solution-1 .content .item .left{
  padding: 0 15px;
    width: 100%;
    margin-bottom: 30px
  }
   .solution-page .solution-1 .content .item .right{
         width: 100%
   }
  .solution-page .solution-1 .content .item:nth-child(2n) .left{
      padding: 0 15px
      
  }
   .solution-page .solution-1 .content .item:nth-child(2n) .right{
      order: 1;
  }
  
  
  .solution-page .solution-1 .content .item .left .cont{

    margin: 20px 0
  }
  .solution-page .solution-1 .content .item .left ul{
    width: 100%
  }

  .solution-page .solution-1 .content .item{
    margin-bottom: 50px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left ul{
    transform: translate(0)
  }
  .solution-page{
    padding-bottom: 40px
  }
  .about-page .about-2 .top .play{
    zoom: 0.6
  }
}
@media screen and (max-width: 700px) {
    .inner-page .title{
    font-size: 25px
  }
  .solution-page .solution-1 .content .item .left ul li{
    width: 50%;
    margin-bottom: 20px;
    border: none
  }
    .solution-page .solution-1 .content .item .left ul li:first-child{
        border-right: 1px solid #000;
    }

.about-page .about-5{
  padding: 50px 0
}
}

#index-body .i-news {
  padding: 100px 0 130px;
}
#index-body .i-news {
  padding-top: 50px;
  background: #eee;
}
#index-body .i-news .top {
  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;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 35px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
#index-body .i-news .list {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  padding-bottom: 45px;
}
#index-body .i-news ul {
  margin: -20px;
}
#index-body .i-news ul li {
  padding: 20px;
}
#index-body .i-news ul li .img-box {
  border-radius: 5px;
}
#index-body .i-news ul li .img-box img {
  border-radius: inherit;
}
#index-body .i-news ul li .content {
  padding: 10px 20px;
}
#index-body .i-news ul li .content .time {
  color: #1464ac;
  font-style: italic;
}
#index-body .i-news ul li .content .time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
#index-body .i-news ul li .content h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
#index-body .i-news ul li .content .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-news ul li .content .arrow img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .content .arrow:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-news ul li:hover h5 {
  color: #1464ac;
}
#index-body .i-news ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e5e5e5;
  margin: 0 15px;
  padding: 0;
}
#index-body .i-news ul.slick-dots li button {
  display: none;
}
#index-body .i-news ul.slick-dots li.slick-active {
  background-color: #1464ac;
}

.prodet-page {
  position: relative;
  margin-bottom: 80px;
}
.prodet-page .prodet-1 {
  /*background: #eee;*/
  padding-top: 120px;
}
.prodet-page .prodet-1 .box {
  margin: -15px;
}
.prodet-page .prodet-1 .right {
  padding: 15px;
}
.prodet-page .prodet-1 .right .small{
  text-align: left;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .txtcontent{
  line-height: 2;
  max-height: 280px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .txtcontent ul li{
  /*padding: 10px 0;*/
}

.prodet-page .prodet-1 .right .txtcontent ul li.active em{
  display: block;
}

.prodet-page .prodet-1 .right .txtcontent ul li+li{
  /*border-top: 1px solid #000;*/
}
.prodet-page .prodet-1 .right .txtcontent ul li strong{
  display: block;
  font-size: 22px;
  
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-1 .right .txtcontent ul li strong::before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before{
  content: "\f107";
}

.prodet-page .prodet-1 .right .txtcontent ul li em{
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}

.prodet-page .prodet-1 .left {
  padding: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.prodet-page .prodet-1 .left .gallery-thumb {
  width: 20%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .gallery-thumb ul {
  margin: -4px;
}
.prodet-page .prodet-1 .left .gallery-thumb ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .left .gallery-thumb ul li a {
  background: #ededed;
  display: block;
}
.prodet-page .prodet-1 .left .big {
  width: 80%;
  display: inline-block;
  padding-left: 8px;
  position: relative;
}
.prodet-page .prodet-1 .left .big ul{
  height: 100%;
  
}
.prodet-page .prodet-1 .left .big ul .slick-list,.prodet-page .prodet-1 .left .big ul .slick-track{
  height: 100%
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide>div{
  height: 100%
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li{
  height: 100%
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img{
  height: 100%;
  object-fit: cover
}
.prodet-page .prodet-1 .left .big .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .small ul {
  margin: -30px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 30px;
}
.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}
.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #093a95;
  border-radius: 25px;
  margin-right: 20px;
  transition: .5s ease;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 a.contact:hover{
  background: #000;
}
.prodet-page .prodet-1 .share {
  display: inline-block;
}
.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.prodet-page .prodet-1 .share a + a {
  margin-left: 15px;
}
.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}
.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}
.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}
.prodet-page .prodet-3{
  background: #fbfbfb;
}

.prodet-page .prodet-3 .bottom .item > :nth-child(2){
  color: #1666ae;
}

/*.prodet-page .prodet-2{
  background-color: #f3f3f3;
}*/
.prodet-page .prodet-22 {
      /*border-bottom: 1px solid #b7b7b7;*/
      /*position: relative;*/
         position: sticky;
    top: 81px;
    z-index: 50;
       transition: .5s
}
.prodet-page .prodet-22 .top::-webkit-scrollbar{
  height: 2px
}
.prodet-page .prodet-22 .top .prev,.prodet-page .prodet-22 .top .next{
  position: absolute;
  top: 50%;
 cursor: pointer;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center
}
.prodet-page .prodet-22 .top .prev{
  left: 0;
  transform: translate(-150%,-50%)
}
.prodet-page .prodet-22 .top .next{
  right: 0;
  transform: translate(150%,-50%)
}
.prodet-page .prodet-22 .top {
    overflow-x: auto;
    margin-bottom: 50px;
}
.prodet-page .prodet-22 .top ul{
 display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    background: #fff;
    box-shadow: 0 0 5px 0 #eee;
    border-radius: 10px;
    /*min-width: 2000px;*/
    background: #eee;
   

}
.prodet-page .prodet-22 .top li{
  white-space: nowrap
}
.prodet-page .prodet-22 .top li{
  padding: 5px 20px;
  background: #eee;
  display: block;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: .5s;
  color: #000;
    line-height: 60px;
    border-right: 1px solid #eee;
    width: 20%;
    text-align: center;
 
}
.prodet-page .prodet-22 .top.active li{
  font-size: 18px;
  font-weight: 400
}
.prodet-page .prodet-22 .top.active{
  background: #eee
}
.prodet-page .prodet-22 .top li:last-child{
border:none;
}
.prodet-page .prodet-2 .bottom .item{
  display: none;
  /*font-size: 20px;*/
}
.prodet-page .prodet-2 .bottom .item.active{
  display: block;
}
.prodet-page .prodet-2 .bottom .item p img{
  width: 100%;
}
.prodet-page .prodet-2 h3{
  font-size: 24px;
    font-weight: bold;
    background: #1464ac;
    color: white;
    padding: 15px;
    text-transform: capitalize;
}
.prodet-page .prodet-2 .bottom .item ol{
   list-style-type: none !important;  
  padding-left: 0;    
}
.prodet-page .prodet-2 .bottom .item ol li{
   list-style-type: none !important; 
  padding-left: 0;    
}
.prodet-page .prodet-2 .bottom .item ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 54px 0;
    border-bottom: 1px #cbcbcb dashed;
    flex-wrap: wrap
}
.prodet-page .prodet-2 .bottom .item ol li{
  width: 50%;
  /*padding: 0 20px*/
}
.prodet-page .prodet-2 .bottom .item ol li:first-child{
  padding-right: 20px
}
.prodet-page .prodet-2 .bottom .item ol li img{
  width: 100%
}
.prodet-page .prodet-22  .top li.active,.prodet-page .prodet-2  .top li:hover{
  background: #1464ac;
  color: white;

}
.prodet-page .prodet-2 .bottom strong span{
  font-size: inherit !important;
}


.prodet-page .prodet-2 .bottom strong{
  /*font-size: 20px;
  display: block;
  background: #1464ac;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1464ac), to(rgba(12, 65, 149, 0.1)));
  background: -webkit-linear-gradient(left, #1464ac 50%, rgba(12, 65, 149, 0.1));
  background: -moz-linear-gradient(left, #1464ac 50%, rgba(12, 65, 149, 0.1));
  background: linear-gradient(to right, #1464ac 50%, rgba(12, 65, 149, 0.1));
  color: white;
  padding: 15px;*/

}

.prodet-page .prodet-3 ul {
  margin: -18px;
}
.prodet-page .prodet-3 ul li {
  padding: 18px;
}
.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}


.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}
.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}



.prodet-page .prodet-4 .grid-box{
  margin: -15px;
}
.prodet-page .prodet-4 .left{
  padding: 15px;
}

.prodet-page .prodet-4 .right{
  padding: 15px;
}

.prodet-page .prodet-4 .right .text{
  margin-top: 50px;
}

.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th{
  border: none;
  padding: 15px 5px;
}

/*.prodet-page .prodet-4 table tr{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}*/

.prodet-page .prodet-4 table tr td:nth-child(1){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(2){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(3){
  width: 40%!important;
}

.prodet-page .prodet-5 video{
  width: 100%;
}
.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.agent-page .init-1{
  padding: 90px 0;
}
.agent-page .init-2{
  padding: 70px 0;
}
.agent-page .contact-page{
  padding-bottom: 70px
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
  color: #1867af;
  /*text-transform: uppercase;*/
}
/*.agent-page .init-1 .container .left .tips .r {
  color: #1867af;
}*/
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
/*.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}*/
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
      /* margin-left: 20px; */
    color: #1867af;
    font-weight: 600;
    font-size: 34px;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding: 90px 0;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
  color: #1867af;
  /*text-transform: uppercase;*/
  text-align: center;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: #1867af;
}
.agent-page .init-3 .container .des {
  margin: 20px auto;
  /*width: 1390px;*/
}
.agent-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.font-48{
  font-size: 48px
}

@media (max-width: 1000px){
  .agent-page .init-1{
  padding-top: 50px
}
.agent-page .init-2{
  padding-top: 40px
}
.agent-page .contact-page{
  padding-bottom: 40px
}
   .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .font-48{
  font-size: 28px
}
.prodet-page .prodet-2 .bottom .item ol li{
  width: 100%
}
.prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(1){
order: 2
}
/*.prodet-page .prodet-2 .bottom .item:nth-child(even) ol li:nth-child(2){
order: 2
}*/
.prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(2){
  margin-bottom: 30px
}
.prodet-page .prodet-2 .bottom .item ol:nth-child(odd) li:nth-child(1){
  margin-bottom: 30px
}
.prodet-page .prodet-22 .top ul{
  flex-wrap: wrap
}
.prodet-page .prodet-22 .top li{
  width: 33%
}
.prodet-page .prodet-22 .top li{
  font-size: 14px;
  line-height: 40px
}
.service-page .service-2 .bottom .img{
  width: 100%
}
/*.grid-box.three>.column{
  width: 50%
}*/
.resources-page .list .the_head{
  display: none
}
.resources-page .list .dw-list li .tit{
  display: none
}
.resources-page .list .dw-list li .img{
  width: 100%
}
.resources-page .list .dw-list li{
  flex-wrap: wrap
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
  flex-wrap: wrap
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
  height: auto;
  padding: 30px 20px 40px
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px
}
.news-page .newsList{
  padding-right: 0
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
  padding-left: 0;
  margin-left: 0;
  border: none
}
.prodet-page .prodet-22 .top{
  top: 60px
}
}
@media (max-width: 700px){
   .prodet-page .prodet-22 .top li{
  width: 50%
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a{
  font-size: 18px;
  line-height: 1.7
}
.gallery-page ul li{
  padding: 15px 5px
}
}
@media (max-width: 500px){
  .prodet-page .prodet-22 .top li{
  width: 50%
}
   .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .font-48{
  font-size: 25px
}
}

@media screen and (max-width: 500px) {
  .gallery-page ul li{
    width: 50% !important;
  }
  .gallery-page{
    padding: 50px 0
  }
}

@media screen and (max-width: 1680px){
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
    font-size: 20px
  }
}
@media screen and (max-width: 1280px){
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
    width: 45%;
    border-top: 1px solid #cccccc;
   padding-top: 30px;
   margin-top: 20px

  }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(1){
      border: none
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2){
      border: none
    }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:before,.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:after{
    top: 2em
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
    font-size: 20px
  }
  .yd-mainbottom ul li .cp-dd .text .t1,.product2-page .product-list ul li .pro-box .text div>a,#index-body .i-product ul li .text .t1{
  height: 2.2em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.yd-mainbottom .btns {
  display: none
}
.grid-box.two>.column{
  width: 100%
}
.prodet-page .prodet-1 .left .big ul{
  height: 100%;
  width: 100%
  
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img{
  height: 100%;
  width: 100%
}
.inner-banner{
  margin-top: 60px
}
}

@media screen and (max-width: 700px){
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
    width: 100%;
    padding-bottom: 50px
  }
   .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2){
         border-top: 1px solid #cccccc;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul{
      padding-left: 20px
    }
    .inner-banner{
      margin-top: 60px;
    }
    .solution-page .content{
      margin-top: 0;
    }
    .product-page.product2-page .contact-pag,
    .newdet-page .contact-pag{
      padding-top: 0;
    }
    .inner-page.product2-page p span{
      font-size: 24px!important;
    }
    .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol{
      padding: 15px;
    }
    .solution-page,
    .inner-page.product-page.product2-page.mulu{
      padding-top: 30px;
    }
    .inner-banner .mbx .ui.container>div{
      margin-top: 20px;
    }
    #header .nav .ui.menu .logo{
      padding: 18px 0!important;
    }
    #header{
      margin-bottom:0!important;
      position: fixed!important;
    }
    .prodet-page .prodet-1{
      padding-top: 30px;
    }
    .prodet-page .prodet-1 .right h1{
      font-size: 26px;
    }
    .prodet-page .prodet-3,
    .about-page .about-3{
      padding-top: 0;
    }
    .about-page .about-2{
      padding: 0 0 30px 0;
    }
    .about-page .about-2 .bottom .ui.container,
    .prodet-page .prodet-1{
      padding-bottom: 20px;
    }
    .inner-page.product-page.product2-page.mulu{
      margin-bottom: 0;
    }
    .m-link div{
      display: block;
    }
    .prodet-page .prodet-1 a.contact{
      width: 120px;
      font-size: 14px;
      line-height: 40px;
    }
    .inner-page.project .sideBox .sidebar-right{
      width: 100%;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
      font-size: 24px;
    }
    .contact-page{
      padding-top: 30px;
    }
    .contact-page .contact-2{
      padding: 20px 0;
    }
}
#mobile .menu-content .menu-list ul li{
  position: relative;

}
#mobile .menu-content .menu-list ul li a {
  padding-right: 40px
}
#mobile .menu-content .menu-list ul li>i{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s
}
#mobile .menu-content .menu-list ul li>i.active{
  transform: rotate(90deg)
  }

 .service #index-body .project{
   display: block
 }
.service #index-body .project .bottom{
  position: relative
}
 .service #index-body .project .bottom .prev, .service #index-body .project .bottom .next{
   position: absolute;
   top: 50%;
   margin: 0

 }
 .service #index-body .project .bottom .prev{
   left: 0;
   transform: translate(-120%,-50%)
 }
 .service #index-body .project .bottom .next{
   right: 0;
   transform: translate(120%,-50%)
 }
  .service #index-body .project .tip{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
  }
    .service #index-body .project .tip .more{
      color: #fff;
      border-bottom: 1px solid #fff
    }
        .service #index-body .project .tip .more img{
          filter: brightness(0) invert(100);
              }
              .service #index-body .project .tip .title{
                margin-top: 0
              }
 .service .service_download {
   padding: 140px 0;
 }
  .service .service_download .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 160px;
    background: linear-gradient(to bottom,#fff 30%,#eeeeee 30%,#eeeeee 98%,#ffffff 98%)
  }
  .service .service_download .box .left{
    width: 50%
  }
  .service .service_download .box .right{
    width: 50%;
    padding-bottom: 50px
    
  }
     .service .service_download .box .right .title{
       color: #1867af
     }
   .service .service_download .box .right .cont{
     font-size: 18px;
     margin:80px 0 40px 
   }

.service .video{
  background: #276aa1
}
   .service .video .bottom .prev,
.service .video .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
.service .video .bottom .prev:hover,
.service .video .bottom .next:hover {
  background-color: #f5f5f5;
  color: #db0312;
}
.service .video .bottom{
  position: relative
}
.service .video .bottom .prev,.service .video .bottom .next{
   position: absolute;
   top: 50%;
   margin: 0

 }
 .service .video .bottom .prev{
   left: 0;
   transform: translate(-120%,-50%)
 }
 .service .video .bottom .next{
   right: 0;
   transform: translate(120%,-50%)
 }
.service .video{
  padding: 60px 0
}
    .service .video .tip{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px
  }
    .service .video .tip .more{
      color: #fff;
      border-bottom: 1px solid #fff
    }
        .service .video .more img{
          filter: brightness(0) invert(100);
              }
              .service .video .title{
                color: #FFFFFF
              }
    .service .video .bottom img{
     border-radius: 30px 30px 0 0
    }
    .service .video .bottom .tit{
      height: 90px;
           border-radius:0 0 30px 30px ;
           font-size: 20px;
           text-align: center;
           line-height: 90px;
           background: #ffffff;
           font-weight: bold
    }
      .service .video .swiper{
        overflow: hidden
      }
     .service .video .bottom .img{
       position: relative;
     }
     .service .video .bottom .play2{
       width: 90px;
       height: 90px;
       border-radius: 50%;
       background: #ffffff;
       display: flex;
       justify-content: center;
       align-items: center;
       color: #1867af;
       position: absolute;
       left: 50%;
       top: 50%;
       font-size: 20px;
       transform: translate(-50%,-50%)
     }

       .service .faq-2 .tip{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px
  }
   .service .faq-2 .title{
                color: #1867af
        }
        .service .faq-2 ul{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start
        }
        .service .faq-2 ul li{
          width: 47%
        }
   @media screen and (max-width: 1440px){
     .service .service_download .box .right{
     padding-left: 50px
    
  }
  .service .service_download .box{
    padding: 0 60px
  }
   }
@media screen and (max-width: 1000px){
  .inner-banner>img{
    min-height: 300px;
    object-fit: cover
  }
  .service #index-body .project .tip .title{
    width: 100%;
    margin-bottom: 20px
  }
  
  
    #index-body .project .bottom .btns{
      display: none
    }
     .service .video .tip .title{
    width: 100%;
    margin-bottom: 20px
  }

   .service .video .bottom .btns{
      display: none
    }
    .service .service_download .box .right{
     padding: 0
    
  }
   .service .service_download .box .left{
    width: 100%
  }
  .service .service_download .box .right{
        width: 100%
 
    
  }
    .service .faq-2 .tip .title{
    width: 100%;
    margin-bottom: 20px
  }
  .service .service_download .box{
    background: linear-gradient(to bottom,#fff 30%,#eeeeee 30%);
    padding-bottom: 40px
  }
    .service .faq-2 ul li{
          width: 100%
        }

       .service.service-page .service-2 .top{
         margin-bottom: 0
       }
       .service #index-body .project{
         padding: 40px 0
       }
       .service .service_download{
         padding: 40px 0
       }
       .service .video .bottom .play2{
         zoom: 0.7
       }
       .service .service_download .box .right .cont{
         margin: 30px 0
       }
}