@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-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;
}
@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-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: 500;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1450px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  padding: 8px 45px 8px 46px;
  color: #fefefe;
  background: #ff6f00;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4ba09f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::before {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#header .ui.container {
  max-width: 1750px;
}
#header .h-top {
  background-color: #0b0b0b;
  padding: 10px 0;
}
#header .h-top .info ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 89px;
}
#header .h-top .info ul li span {
  font-size: 14px;
  padding-left: 9px;
  line-height: 2;
}
#header .h-top .info ul li:last-child {
  margin-right: 0;
}
#header .h-top .h-search {
  margin: 0 0 0 auto;
}
#header .h-top .h-search form {
  width: 203px;
  position: relative;
}
#header .h-top .h-search form input[type="text"] {
  width: 100%;
  height: 30px;
  border: solid 1px #aaaaaa;
  background: transparent;
  padding-left: 37px;
  font-size: 14px;
  color: #fff;
}
#header .h-top .h-search form input[type="text"]::-webkit-input-placeholder {
  color: #434343;
}
#header .h-top .h-search form input[type="text"]:-moz-placeholder {
  color: #434343;
}
#header .h-top .h-search form input[type="text"]::-moz-placeholder {
  color: #434343;
}
#header .h-top .h-search form input[type="text"]:-ms-input-placeholder {
  color: #434343;
}
#header .h-top .h-search form input[type="text"]::placeholder {
  color: #434343;
}
#header .h-top .h-search form input[type="submit"] {
  width: 20px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 9px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
  border-right: 1px solid #434343;
}
#header .h-top .h-language {
  margin-left: 33px;
  position: relative;
}
#header .h-top .h-language span {
  font-size: 16px;
  line-height: 1.8;
  color: #9c9b9b;
}
#header .h-top .h-language span img {
  height: 17px;
  margin-right: 10px;
}
#header .h-top .h-language span i {
  margin-left: 9px;
}
#header .h-top .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: 2;
  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 #ff6f00;
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .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 .h-top .share {
  margin-left: 33px;
}
#header .h-top .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #272727;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .h-top .share a #ewm1{
  width: 80px;
  border: 4px solid #fff;
  position: absolute;
  left: 105%;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .share a:hover #ewm1 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header .h-top .share a:last-child {
  margin-right: 0;
}
#header .h-top .share a:hover {
  background: #ff6f00;
}
#header .nav {
  padding: 25px 0;
  background-color: #16191f;
}
#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 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  line-height: 1;
  margin-right: 37px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 20px;
}
#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%);
  width: 0;
  height: 1px;
  background-color: #ff6f00;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #ff6f00;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before {
  width: 18px;
}
#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: #16191f;
  top: 100%;
  left: 0;
  width: 350px;
  padding: 30px 0 33px;
  -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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 30px;
  color: #fff;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .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;
  position: relative;
  padding-left: 14px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #ff6f00;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  color: #ff6f00;
}
#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 .h-inquiry {
  margin-left: 59px;
}
#header .nav .ui.menu .h-inquiry .more {
  padding: 13px 39px 13px 40px;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 150px;
}
#banner .ui.container {
  max-width: 1750px;
}
#banner .swiper {
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
  z-index: 1;
  padding-top: 37px;
}
#banner .swiper-slide > img {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  padding: 0 80px;
}
#banner .swiper-slide .text .box {
  max-width: 882px;
}
#banner .swiper-slide .text .box .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
#banner .swiper-slide .text .box .title em {
  color: #ff6f00;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 20px;
  height: 38px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  -webkit-filter: none;
  filter: none;
}
#banner .swiper-button-prev {
  left: -53px;
  background: url(../images/ip-prev.png) no-repeat center;
}
#banner .swiper-button-next {
  right: -53px;
  background: url(../images/ip-next.png) no-repeat center;
}
#banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 82.875%;
  background-color: #1e2228;
}
.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;
}
.flex_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
   .flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
#index-body .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 22px;
  position: relative;
}
#index-body .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ff6f00;
}
#index-body .title.white {
  color: #fff;
}
#index-body .title.white::before {
  background: #fff;
}
#index-body .init {
  padding-top: 50px;
}
#index-body .init .ui.container {
  max-width: 1190px;
}
#index-body .init p{
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-product {
  padding: 60px 0;
}
#index-body .i-product .ui.container {
  max-width: 1250px;
}
#index-body .i-product .title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product .content {
  margin-top: 47px;
}
#index-body .i-product .content ul {
  margin-right: -40px;
}
#index-body .i-product .content ul li {
  padding-right: 40px;
  text-align: center;
}
#index-body .i-product .content ul li .tit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .tit:hover {
  color: #ff6f00;
}
#index-body .i-product .content ul li .con {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 16px;
}
#index-body .i-product .content ul li .link {
  font-size: 14px;
  line-height: 2;
  color: #ff6f00;
  font-weight: bold;
  font-style: italic;
  margin-top: 15px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .link:hover {
  color: #4ba09f;
  text-decoration: underline;
}
#index-body .i-product .content ul .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 38px;
  border: none;
  color: transparent;
  outline: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .content ul .slick-prev {
  left: -100px;
  background: url(../images/ip-prev.png) no-repeat center;
}
#index-body .i-product .content ul .slick-next {
  right: -60px;
  background: url(../images/ip-next.png) no-repeat center;
}
#index-body .i-product .catalog {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 21px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 21px 6px rgba(0, 0, 0, 0.07);
  border: solid 3px #4ba09f;
  margin-top: 78px;
      margin-bottom: 78px;
  padding-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .i-product .catalog .left {
  height: auto;
  background-color: #4ba09f;
  width: 31.335%;
  padding: 33px 0 38px 43px;
}
#index-body .i-product .catalog .left .tit {
  font-size: 35px;
  line-height: 1.2;
  max-width: 175px;
  font-weight: bold;
  color: #fff;
}
#index-body .i-product .catalog .left .download {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin-top: 19px;
}
#index-body .i-product .catalog .left .download img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .catalog .left .download:hover {
  background: #4ba09f;
}
#index-body .i-product .catalog .left .download:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .i-product .catalog .middle {
  width: 16.892%;
  margin-left: -9%;
}
#index-body .i-product .catalog .right {
  width: 60.773%;
  padding-left: 57px;
}
#index-body .i-product .catalog .right span {
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}
#index-body .i-product .catalog .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 20px;
  margin-top: 12px;
}
#index-body .i-product .catalog .right .btn {
  margin-top: 19px;
}
#index-body .i-product .catalog .right .btn .more:last-child {
  background: #4ba09f;
}
#index-body .i-product .catalog .right .btn .more:last-child::before {
  background: #ff6f00;
}
#index-body .i-product .catalog .right .btn .more i {
  position: absolute;
  z-index: -1;
  right: -48px;
  top: 0;
  width: 48px;
  height: 100%;
  background: url(../images/catelog-icon.png) no-repeat center;
  background-size: cover;
  padding-top: 12px;
  text-align: center;
  padding-right: 3px;
}
#index-body .product {
  margin-top: 60px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; 
}
#index-body .product .nav ul li {
  padding-top: 44px;
  position: relative;
  cursor: pointer;
}
#index-body .product .nav ul li .box {
  padding: 0 53px;
  border: 1px solid #dcdcdc;
  height: 222px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .product .nav ul li .box i {
  display: block;
  width: 56px;
  height: 56px;
  border: solid 2px #aaaaaa;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  position: relative;
  z-index: 1;
}
#index-body .product .nav ul li .box i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .nav ul li .box span {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  color: #1d2229;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-top: 21px;
  display: block;
}
#index-body .product .nav ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .nav ul li .bg img {
  width: 100%;
  height: 100%;
}
#index-body .product .nav ul li:hover .bg,
#index-body .product .nav ul li.active .bg {
  opacity: 1;
}
#index-body .product .nav ul li:hover .box i,
#index-body .product .nav ul li.active .box i {
  border-color: #fff;
}
#index-body .product .nav ul li:hover .box i img,
#index-body .product .nav ul li.active .box i img {
  -webkit-filter: grayscale(100%) brightness(100);
  filter: grayscale(100%) brightness(100);
}
#index-body .product .nav ul li:hover .box span,
#index-body .product .nav ul li.active .box span {
  color: #fff;
}
#index-body .product .content {
  max-width: 1600px;
  margin: 0 0 0 auto;
  padding: 88px 0 159px;
  position: relative;
}
#index-body .product .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
#index-body .product .content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 60%;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
#index-body .product .content ul .slick-list {
  padding-right: 640px !important;
}
#index-body .product .content ul li {
  padding: 0 33px 0 96px;
}
#index-body .product .content ul li .img {
  vertical-align: middle;
}
#index-body .product .content ul li .text {
  vertical-align: middle;
  padding-left: 26px;
}
#index-body .product .content ul li .text .tit {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .text .tit:hover {
  color: #4ba09f;
}
#index-body .product .content ul li .text .con {
  line-height: 28px;
  font-weight: 300;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#index-body .product .content ul li .text .more {
  margin-top: 64px;
}
#index-body .product .content ul .slick-arrow {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .content ul .slick-prev {
  bottom: -34px;
  left: -117px;
  background: url(../images/p-prev.png) no-repeat center center;
}
#index-body .product .content ul .slick-next {
  top: -45px;
  left: 54.3%;
  background: url(../images/p-next.png) no-repeat center center;
}
#index-body .product .content .item {
  display: none;
}
#index-body .product .content .item.active {
  display: block;
}
#index-body .application {
  background: url(../images/apg.jpg) no-repeat center top #f2f2f2;
  padding: 94px 0 119px;
}
#index-body .application .ui.container {
  max-width: 1608px;
}
#index-body .application .header {
  color: #fff;
  padding: 0 78px;
}
#index-body .application .header p {
  line-height: 1.7;
  font-weight: 500;
  margin-top: 16px;
}
#index-body .application .content {
  background: #fff;
  -webkit-box-shadow: 0px 3px 21px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 21px 6px rgba(0, 0, 0, 0.07);
  margin-top: 50px;
  padding: 68px 86px 81px 80px;
  position: relative;
}
#index-body .application .content ul {
  margin: -25px;
}
#index-body .application .content ul li {
  padding: 25px;
}
#index-body .application .content ul li .ig {
  max-width: 404px;
}
#index-body .application .content ul li .ig .top i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  position: relative;
}
#index-body .application .content ul li .ig .top i .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul li .ig .top i .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul li .ig .top span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 11px;
  font-size: 18px;
  line-height: 1.5;
  color: #ff6f00;
  font-weight: bold;
}
#index-body .application .content ul li .ig .top span a {
  display: inline-block;
}
#index-body .application .content ul li .ig .con {
  line-height: 28px;
  font-weight: 300;
  padding-left: 40px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .application .content ul li .ig .list {
  padding: 17px 0 0 40px;
}
#index-body .application .content ul li .ig .list dd {
  font-size: 14px;
  line-height: 28px;
}
#index-body .application .content ul li .ig:hover .top i .i1 {
  opacity: 0;
}
#index-body .application .content ul li .ig:hover .top i .i2 {
  opacity: 1;
}
#index-body .application .content ul li .ig:hover .top span {
  color: #4ba09f;
}
#index-body .application .content ul li .ig:hover .top span a {
  text-decoration: underline;
}
#index-body .application .content ul li .ig:hover .list dd {
  color: #4ba09f;
}
#index-body .application .content .link {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #ff6f00;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content .link:hover {
  background: #4ba09f;
}
#index-body .about {
  background: url(../images/abg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 189px 0 101px;
}
#index-body .about .left {
  padding-right: 46px;
}
#index-body .about .left .tit {
  font-size: 25px;
  line-height: 1.4;
  color: #040404;
  font-weight: bold;
  width: 90%;
  margin-top: 13px;
}
#index-body .about .left .con {
  line-height: 28px;
  margin-top: 14px;
}
#index-body .about .left .con h1 {
  display: inline;
}
#index-body .about .left .more {
  margin-top: 61px;
}
#index-body .about .right {
  margin-top: 4px;
  padding-left: 26px;
}
#index-body .about .right i {
  display: block;
  text-align: right;
}
#index-body .about .right .img {
  padding-right: 20px;
  margin-top: 29px;
}
#index-body .about .data {
  padding: 112px 35px 0 52px;
}
#index-body .about .data ul li {
  text-align: center;
  font-weight: bold;
}
#index-body .about .data ul li .num {
  font-size: 60px;
  line-height: 1;
  color: #ff6f00;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .data ul li p {
  font-size: 20px;
  color: #3a3a3a;
  line-height: 1.4;
  margin-top: 10px;
}
#index-body .about .data ul li:hover .num {
  color: #4ba09f;
}
#index-body .partner {
  background-color: #fafafa;
  padding: 91px 26px 103px 32px;
}
#index-body .partner .title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .partner .content {
  margin-top: 39px;
}
#index-body .partner .content ul {
  margin-right: -16px;
}
#index-body .partner .content ul li {
  padding-right: 16px;
}
#index-body .contact {
  background: url(../images/cbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 77px 0 85px;
}
#index-body .contact .text {
  color: #fff;
}
#index-body .contact .text .title {
  padding-top: 0;
}
#index-body .contact .text .title::before {
  display: none;
}
#index-body .contact .text p {
  font-size: 18px;
  line-height: 32px;
  max-width: 450px;
  margin-top: 40px;
}
#index-body .contact .text p span {
  text-decoration: underline;
}
#index-body .contact .form {
  margin-top: 9px;
}
#index-body .contact .form form {
  position: relative;
}
#index-body .contact .form ul {
  margin: -10px;
}
#index-body .contact .form ul li {
  padding: 10px;
}
#index-body .contact .form ul li input[type="text"] {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 0;
  font-size: 16px;
  color: #d1d1d1;
  padding: 0 16px;
}
#index-body .contact .form ul li input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1;
}
#index-body .contact .form ul li input[type="text"]:-moz-placeholder {
  color: #d1d1d1;
}
#index-body .contact .form ul li input[type="text"]::-moz-placeholder {
  color: #d1d1d1;
}
#index-body .contact .form ul li input[type="text"]:-ms-input-placeholder {
  color: #d1d1d1;
}
#index-body .contact .form ul li input[type="text"]::placeholder {
  color: #d1d1d1;
}
#index-body .contact .form ul li.wid-100 {
  width: 100%;
}
#index-body .contact .form ul li.wid-100 input[type="text"] {
  padding-right: 140px;
}
#index-body .contact .form ul li:last-child {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 18.874%;
}
#index-body .contact .form ul li input[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: #ff6f00;
  font-size: 16px;
  border: 0;
  color: #fff;
}
#index-body .news {
  padding: 105px 0 119px;
}
#index-body .news .box .left {
  width: 22.7%;
  border-right: 1px solid #dcdcdc;
}
#index-body .news .box .left .nav {
  margin-top: 71px;
}
#index-body .news .box .left .nav li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 42px;
  padding-left: 42px;
  position: relative;
  cursor: pointer;
}
#index-body .news .box .left .nav li:last-child {
  margin-bottom: 0;
}
#index-body .news .box .left .nav li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #4ba09f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .box .left .nav li.active {
  color: #4ba09f;
}
#index-body .news .box .left .nav li.active::before {
  width: 32px;
}
#index-body .news .box .left .more {
  margin-top: 171px;
}
#index-body .news .box .right {
  width: 77.3%;
  padding-left: 19px;
}
#index-body .news .box .right ul {
  margin: -4px;
}
#index-body .news .box .right ul li {
  padding: 4px;
}
#index-body .news .box .right ul li .ig {
  padding: 7px 22px 19px 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .box .right ul li .ig time {
  color: #686868;
  line-height: 2;
}
#index-body .news .box .right ul li .ig .tit {
  line-height: 32px;
  font-weight: bold;
  margin-top: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .box .right ul li .ig .tit:hover {
  color: #4ba09f;
}
#index-body .news .box .right ul li .ig .img-box {
  margin-top: 24px;
}
#index-body .news .box .right ul li .ig .con {
  line-height: 28px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
#index-body .news .box .right ul li .ig .link {
  font-size: 14px;
  color: #d4d4d4;
  line-height: 2;
  text-decoration: underline;
  margin-top: 46px;
  display: inline-block;
}
#index-body .news .box .right ul li .ig:hover {
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.2);
  box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.2);
  border-radius: 15px;
}
#index-body .news .box .right ul li .ig:hover .link {
  color: #4ba09f;
}
#index-body .news .box .right .item {
  display: none;
}
#index-body .news .box .right .item.active {
  display: block;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #333333;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-box {
  padding: 96px 0 76px;
}
#footer .f-box .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 26px;
  /*color: #4ba09f;*/
  text-transform: uppercase;
}
#footer .f-box ul li {
  font-size: 16px;
  line-height: 30px;
}
#footer .f-box ul li ul {
  display: none;
}
#footer .f-box ul li i {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  margin-top: 6px;
  text-align: center;
}
#footer .f-box ul li span {
  display: inline-block;
  padding-left: 3px;
  width: 93%;
}
#footer .f-box ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-box ul li a:hover {
  color: #ff6f00;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#footer .f-box .f-ab {
  max-width: 324px;
}
#footer .f-box .f-ab p {
  line-height: 28px;
  margin-top: 38px;
}
#footer .f-box .f-ab .share {
  margin-top: 27px;
}
#footer .f-box .f-ab .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #272727;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 16px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:hover {
  background-color: #ff6f00;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a #ewm {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100px;
  border: 3px solid #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:hover #ewm {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .f-box .f-contact {
  max-width: 335px;
}
#footer .f-copy {
  font-size: 14px;
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 30px;
  color: #9c9b9b;
  border-top: 1px solid #bfbfbf;
  padding: 17px 0 16px;
}
#footer .f-copy .gs {
  text-decoration: underline;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #9c9b9b;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #9c9b9b;
}
.slide {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 1;
  display: none;
}
.slide .top {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slide .top ul li {
  width: 290px;
  height: 40px;
  background-color: #4ba09f;
  color: #fff;
  line-height: 40px;
  padding-left: 12px;
  margin-bottom: 7px;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slide .top ul li i {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.slide .top ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.slide .top ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 14px;
}
.slide .top ul li:hover {
  background: #ff6f00;
}
.slide .top.active {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.slide .icon {
  width: 40px;
  height: 40px;
  background-color: #bbbab6;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slide .icon:hover {
  background: #ff6f00;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1400px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1440px;
  }
  #banner .swiper-slide .text {
    padding: 0 30px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 50px;
  }
  #index-body .product .nav ul li .box {
    padding: 0 30px;
  }
  #index-body .product .content {
    max-width: 1430px;
  }
  #index-body .product .content ul .slick-prev {
    left: 4px;
  }
  #index-body .product .content ul .slick-list {
    padding-right: 580px !important;
  }
  .fixed-toolbar {
    bottom: 6%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1260px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 28px;
  }
  #banner .swiper-button-prev {
    left: 0;
  }
  #banner .swiper-button-next {
    right: 0;
  }
  #index-body .i-product .content ul .slick-prev {
    left: -20px;
  }
  #index-body .i-product .content ul .slick-next {
    right: 10px;
  }
  #index-body .product .nav ul li .box {
    padding: 0 20px;
  }
  #index-body .product .nav ul li .box span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 19px;
  }
  #header .nav .ui.menu .h-inquiry .more {
    padding: 13px 20px;
  }
  #header .nav .ui.menu .h-inquiry {
    margin-left: 30px;
  }
  #banner .swiper-slide .text .box {
    max-width: 500px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
  }
  #index-body .i-product .content ul .slick-prev {
    left: -15px;
  }
  #index-body .i-product .content ul .slick-next {
    right: 25px;
  }
  #index-body .product .nav ul li .box {
    padding: 0 15px;
  }
  #index-body .product .nav ul li .box span {
    font-size: 16px;
  }
  #index-body .product .content ul .slick-list {
    padding-right: 300px !important;
  }
  #index-body .product .content ul .slick-next {
    left: 64%;
  }
  #index-body .product .content::after {
    left: 72%;
  }
  #index-body .application .content {
    padding: 68px 60px 81px 60px;
  }
  #footer .f-box .f-contact {
    max-width: 320px;
  }
  #footer .f-box ul li span {
    width: 92%;
  }
  #footer .f-box .f-ab {
    max-width: 262px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  #header .h-top .info ul li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 10px;
  }
  #header .nav .ui.menu .h-inquiry {
    margin-left: 20px;
  }
  #index-body .i-product .catalog .middle {
    margin-left: -6%;
  }
  #index-body .i-product .catalog .right {
    padding-left: 30px;
  }
  #index-body .product .nav ul li .box span {
    font-size: 14px;
  }
  #index-body .application .content {
    padding: 68px 30px 81px 30px;
  }
  #index-body .application .content ul li .ig .top span {
    width: 89%;
  }
  #index-body .about .data {
    padding: 112px 0 0 0;
  }
  #index-body .about .data ul li .num {
    font-size: 60px;
  }
  #index-body .application .content ul {
    margin: -15px;
  }
  #index-body .application .content ul li {
    padding: 15px;
  }
  #index-body .news .box .left .more {
    margin-top: 100px;
  }
  #footer .f-box .f-contact {
    max-width: 280px;
  }
  #footer .f-box ul li span {
    width: 90%;
  }
  #footer .f-box .f-ab {
    max-width: 210px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
    background: #000;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: auto;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    background: #000;
    padding: 10px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .swiper-slide .text {
    bottom: 0;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 36px;
  }
  #banner .page .ig {
    height: auto;
  }
  #banner .page .ig .line {
    display: none;
  }
  #index-body .i-product .content ul {
    margin-right: -20px;
  }
  #index-body .i-product .content ul li {
    padding-right: 20px;
  }
  #index-body .i-product .catalog {
    padding-right: 0;
  }
  #index-body .i-product .catalog .left {
    width: 35%;
    padding: 33px 12px 38px;
  }
  #index-body .i-product .catalog .middle {
    display: none;
  }
  #index-body .i-product .catalog .right {
    width: 65%;
    padding: 0 12px;
  }
  #index-body .product{
    margin-top: 0;
  }
  #index-body .product .nav {
    display: none;
  }
  #index-body .product .content {
    padding: 60px 0;
  }
  #index-body .product .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .product .content ul .slick-next {
    left: initial;
    right: 15px;
  }
  #index-body .product .content::before,
  #index-body .product .content::after {
    display: none;
  }
  #index-body .application .header {
    padding: 0;
  }
  #index-body .application .content {
    padding: 30px 15px 60px;
  }
  #index-body .application .content ul li .ig .top span {
    width: 100%;
    padding: 6px 0 0 0;
  }
  #index-body .application .content ul li .ig .con {
    padding-left: 0;
  }
  #index-body .application .content ul li .ig .list {
    padding-left: 0;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .about .data {
    padding: 60px 0 0 0;
  }
  #index-body .about .data ul li .num {
    font-size: 40px;
  }
  #index-body .about .data ul li p {
    font-size: 16px;
  }
  #index-body .partner {
    padding: 60px 0;
  }
  #index-body .contact {
    padding: 60px 0;
  }
  #index-body .contact .text,
  #index-body .contact .form {
    width: 100%;
  }
  #index-body .contact .text p {
    margin-top: 20px;
  }
  #index-body .contact .form {
    margin-top: 20px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .box .left {
    width: 100%;
  }
  #index-body .news .box .left .nav {
    display: none;
  }
  #index-body .news .box .left .more {
    margin-top: 20px;
  }
  #index-body .news .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-ab {
    max-width: 300px;
  }
  #footer .f-box .f-contact {
    max-width: 350px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text {
    padding: 0 15px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 26px;
    text-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
  }
  #banner .swiper-slide .text .box .title em {
    color: #4ba09f;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .title {
    font-size: 32px;
  }
  #index-body .init {
    padding-top: 30px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .content ul li .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  #index-body .i-product .catalog {
    display: none;
  }
  #index-body .product {
    padding: 30px 0;
  }
  #index-body .product .content ul li {
    padding: 0 15px;
  }
  #index-body .application {
    padding: 30px 0;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .left .tit {
    width: 100%;
    font-size: 20px;
  }
  #index-body .about .left .more {
    margin-top: 20px;
  }
  #index-body .about .data {
    padding: 20px 0 0 0;
  }
  #index-body .about .data ul li .num {
    font-size: 30px;
  }
  #index-body .about .data ul li p {
    font-size: 14px;
  }
  #index-body .partner {
    padding: 30px 0;
  }
  #index-body .partner .content {
    margin-top: 20px;
  }
  #index-body .contact {
    padding: 30px 0;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .box .right ul li .ig {
    padding: 7px 12px;
  }
  #index-body .news .box .right ul li .ig .link {
    margin-top: 20px;
  }
  .fixed-toolbar {
    bottom: 9%;
    zoom: .8;
  }
  .slide {
    display: none !important;
  }
  #footer .f-box {
    padding: 30px 0;
    display: block;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-ab p,
  #footer .f-box .f-ab .share {
    margin-top: 20px;
    display: none;
  }
  #footer .f-copy a.footyatai {
    display: none !important;
}
.function {
    margin-top: 5px !important;
}
  #footer .f-box .f-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide {
    padding-top: 20px;
  }
  #banner .swiper-slide > img {
    min-height: 200px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 22px;
  }
  #index-body .init p {
    font-size: 15px;
    line-height: 2;
  }
  #index-body .i-product .content {
    margin-top: 20px;
  }
  #index-body .i-product .content ul .slick-next {
    right: 6px;
  }
  #index-body .product .content{
    padding: 30px 0;
  }
  #index-body .product .content ul li .text {
    padding: 20px 0 0 0;
  }
  #index-body .product .content ul li .text .more {
    margin-top: 20px;
  }
  #index-body .product .content ul .slick-prev {
    top: -45px;
    bottom: initial;
  }
  #index-body .application {
    display: none;
  }
  #index-body .about {
    padding-top: 0;
  }
  #index-body .about .left .tit {
    font-size: 18px;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .contact .form ul li.wid-100 input[type="text"] {
    padding-right: 0;
  }
  #index-body .contact .form ul li:last-child {
    position: initial;
    width: 30%;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-header .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #footer .f-header .bottom .info ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #footer .f-header .bottom .info ul li:last-child {
    margin-bottom: 0;
  }
  #footer .f-header .bottom .form ul {
    padding-left: 0;
  }
  #footer .f-header .bottom .form ul li:last-child {
    padding-left: 18px;
    width: 40%;
  }
  #footer .f-box {
    display: block;
  }
  #footer .f-box .f-contact {
    width: 100%;
  }
  #footer .f-box .f-address {
    max-width: 100%;
    margin-top: 20px;
  }
  .fixed-toolbar {
    bottom: 12%;
    zoom: .7;
  }
}
#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: #ff6f00;
}
#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: #ff6f00;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #ff6f00;
  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 {
    /*height: 600px;*/
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    margin-top: 150px;
}
.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}
.inner-banner .box h2 em {
    color: #ff6f00;
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.mbx{
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
}
.inner-page span.h2 {
    font-size: 36px;
    color: #4f4d4d;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
.newproduct-page h1{
  color: #4ba09f;
  margin-bottom: 10px;
}
.about2-page .about-1 {
    padding: 80px 0 8%;
    background: url(../images/about-1.jpg) bottom right no-repeat;
    background-size: 45% auto;
}
.about2-page .about-1 .text {
    width: 75%;
}
.about2-page .about-1 .text span.h3{    font-size: 36px;}
.about2-page .about-1 .text span.h3 em{color: #4ba09f;}
.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 70%;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: bold;
    color: #ff6f00;
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: #4ba09f;
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    margin-bottom: 20PX;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: middle;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    /*border-radius: 1.5em;*/
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    border-color: #fff;
}
.about2-page .about-4 .right a.more::before{
  /*border-radius: 1.5em;*/
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    /*text-transform: uppercase;*/
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}
.about2-page .about-6 {
  padding: 80px 0;
}
.about2-page .about-6 .ui.container {
  text-align: center;
}
.about2-page .about-6 .ui.container P {
  margin-top: 20px;
  margin-bottom: 40px;
}
.about2-page .about-6 .ui.container ul.a6list {
  margin: 0 -15px;
}
.about2-page .about-6 .ui.container ul.a6list li {
  padding: 15px;
}
.about2-page .about-6 .ui.container ul.a6list li .item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.about2-page .about-6 .ui.container ul.a6list li .item .eqname {
  height: 60px;
  line-height: 60px;
}
.p98 {
  padding-top: 4.9rem;
}
.p98_ {
  padding-bottom: 4.9rem;
}
.rn_about2 {
  background: #F8F8F8;
}
.rn_about2 > .box .boxLeft {
  width: 27.2rem;
}
.rn_about2 > .box .boxLeft .content1 {
  font-size: 20px;
  color: #666;
  margin-top: 1.098rem;
}
.rn_about2 > .box .boxLeft .content2 {
  font-size: 6.4rem;
  color: #999;
  margin-top: 80rem;
}
.rn_about2 > .box .boxRight {
  position: relative;
  width: calc(100% - 27.2rem);
  box-sizing: border-box;
  padding-right: 14.4rem;
}
.rn_about2 > .box .boxRight .banner .swiper-container {
  height: 28.4rem;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item {
  height: 28.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.rn_about2 > .box .boxRight .banner .swiper-slide div h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 0.8rem 0;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p {
  margin: 1.28rem 0;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  padding-left: 1.1rem;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.rn_about2 > .box .boxRight .banner1 {
  position: absolute;
  right: 0;
  height: 26.5rem;
  transform: translateY(-50%);
  top: 50%;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container {
  height: 100%;
  padding-right: 5px;
  z-index: 2;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item {
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6f00;
  position: relative;
  top: -3px;
  margin-left: 13px;
  opacity: 0;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item font {
  display: inline-block;
  width: 80px;
  text-align: right;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font {
  font-size: 18px;
  font-weight: bold;
  color: #ff6f00;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span {
  opacity: 1;
}
.rn_about2 > .box .boxRight .banner1 .xian {
  position: absolute;
  right: 7px;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rn_about2 > .box .boxRight .banner1 .button p {
  right: 0;
  position: absolute;
}
.rn_about2 > .box .boxRight .banner1 .button p span {
  font-size: 18px;
  transition: 0.4s;
  cursor: pointer;
}
.rn_about2 > .box .boxRight .banner1 .button p span:hover {
  color: #ff6f00;
}
.rn_about2 > .box .boxRight .banner1 .button .prev {
  top: -0.8rem;
}
.rn_about2 > .box .boxRight .banner1 .button .next {
  bottom: -0.8rem;
}
.index_title .box .left {
  font-size: 2.4rem;
}
.index_title .box .biaoti {
  font-size: 20px;
  color: #666;
  margin-top: 12px;
}
@media screen and (max-width: 1600px){
    .inner-banner.product{
        height: 650px;
    }
}
@media screen and (max-width: 1400px){
    .inner-banner.product{
        height: 510px;
    }
}
@media screen and (max-width: 1200px){
    .inner-banner.product{
        height: 110px;
    }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 60px;
  }
    .inner-banner .box{
        top: 40%;
    }
    .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right{
      width: 100%;
      padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left{
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,
    .about2-page .about-3,
    .about2-page .about-1,
    .about2-page .about-5{
      padding: 50px 0;
    }
    .about2-page .about-1 {
        background-image: unset;
    }
    .about2-page .about-1 .list {
        max-width: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        height: auto;
        padding-top: 100px;
    }
    .inner-banner.single .box h2{
        display: none!important;
    }
}
@media screen and (max-width: 500px) {
  .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}
.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 3.6rem;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff6f00;
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
    padding-bottom: 3.6rem;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.gallery-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    /*margin-top: 20px;*/
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 16px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: #ff6f00;
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: #ff6f00;
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: #ff6f00;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: #ff6f00;
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: #ff6f00;
}
.m-page span {
    background-color: #ff6f00;
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}
.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff6f00;
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: #4ba09f;
    border: 1px solid #4ba09f;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: #ff6f00;
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
.pd1 .Cit h2 {
  max-width: 960px;
}
.pd1 {
  padding: 62px 0 30px;
}
.pd1 .ev {
  display: block;
  padding: 83px 0 0px;
  position: relative;
  margin-bottom: 123px;
}
.pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
.pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0;
}
.pd1 .ev:nth-of-type(even)::after {
  left: auto;
  right: 0;
}
.pd1-wrap {
  padding: 40px 0 0;
}
.pd1 .ev::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all ease .8s;
  border-radius:40px;
}
.pd1 .ev:hover::after {
  width: 88%;
  background: #eaeaea;
}
.pd1 .ev:nth-of-type(even)::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pd1 .ev:nth-of-type(odd)::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pd1 .ev .intr {
  width: 37%;
  padding-right: 5%;
}
.pd1 .ev .pic {
  width: 50%;
}
.pd1 .ev .pic img {
  width: 100%;
}
.pd1 .ev h2 {
  font-size: 30px;
  color: #ff6f00;
}
.pd1 .ev h2::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  background: #D5D5D5;
  margin: 15px 0 20px;
}
.pd1 .ev p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  /*text-align: justify;*/
  /*overflow-y: auto;*/
max-height: 200px;
    padding-right: 20px;
    overflow-y: scroll;
margin-bottom: 30px;
}
.filter {
  width: 100%;
}
.filter .flex {
    display: flex;
    margin-bottom: 20px;
}
.filter .flex .name {
    width: 20%;
    margin-right: 5%;
    font-size: 14px;
    font-weight: bold;
}
.filter .select {
  display: block;
  width: 420px;
  margin-right: 30px;
  position: relative;
  float: left;
}

.filter .select dt {
  border: 1px solid #C9CED6;
  border-radius: 3px 3px 0 0;
  padding-right: 43px !important;
  cursor: pointer;
  position: relative;
}

.filter .select dt span {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.filter .select dt::after {
  content: '';
  display: block;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/pr-d.svg') no-repeat center/5px;
  border-left: 1px solid #C9CED6;
}

.filter .select:hover dt::after {
  border-left: none;
  transform: rotate(90deg);
}

.filter .select .down {
  border: 1px solid #C9CED6;
  border-top: none;
  position: absolute;
  left: 1000vw;
  top: 100%;
  width: 100%;
  z-index: 50;
  opacity: 0;
  transition: opacity ease .3s;
}

.filter .select:hover .down {
  opacity: 1;
  left: 0;
}

.filter .select dt,
.filter .select dd {
  padding: 10px 15px;
  font-size: 16px;
  color: #3C444D;
  background: #FFFFFF;
  cursor: pointer;
  transition: all ease .3s;
}

.filter .select dd a {
  display: block;
}

.filter .select dd.on,
.filter .select dd:hover {
  color: #fff;
  background: #ff6f00;
}
.function {
  margin-top: 56px;
}
.function form {
  display: block;
  width: 234px;
  height: 43px;
  position: relative;
  float: right;
}

.function form input {
  width: 100%;
  height: 100%;
  border: none;
  color: #CFCFCF;
  padding: 10px 40px 10px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}

.function form input::placeholder {
  color: #CFCFCF;
}

.function form button {
  position: absolute;
  width: 43px;
  height: 100%;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
}
.pd2 {
  overflow-x: hidden;
  overflow-y: auto;
}
.pd2 .content {
  margin-top: 40px;
}
.pd2 .ev {
  width: 24%;
  margin-bottom: 46px;
  transition: all ease .8s;
}
.zhanwei {
  width: 24%;
}
.pd2 .ev .pic {
  width: 100%;
  padding: 20px 0;
  background: #E9EDF2;
  text-align: center;
}
.pd2 .ev .pic img {
  max-width: 80%;
  transition: all ease .8s;
}
.pd2 .ev:hover .pic img {
  transform: scale(1.1);
}
.pd2 .ev .intr {
  padding: 30px 35px;
  background: #fff;
  color: #FFFFFF;
  position: relative;
}
.pd2 .ev .intr::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #ff6f00;
  transition: all ease .3s;
}
.pd2 .ev:hover .intr::after {
  height: 100%;
}
.pd2 .ev .intr h2 {
  font-size: 20px;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease .3s;
  color: #000;
  position: relative;
  z-index: 2;
}
.pd2 .ev .intr b {
  display: block;
  width: 32px;
  height: 2px;
  margin: 10px 0;
  transition: all ease .3s;
  background: #9C9999;
  position: relative;
  z-index: 2;
}
.pd2 .ev .intr p {
  font-size: 16px;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #9C9999;
  transition: all ease .3s;
  position: relative;
  z-index: 2;
}
.pd2 .ev:hover .intr h2 {
  color: #fff;
}
.pd2 .ev:hover .intr h2::after {
  background: #FFFFFF;
}
.pd2 .ev:hover .intr p {
  color: #fff;
}
.pd2 .ev:hover .intr b{
  background: #fff;
}
.inner-page .sidebox {
    padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #579f9e;
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 10px;
    line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: #ff6f00;
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: #ff6f00;
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: #579f9e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}
.prodet-page {
    background: #fff;
}
.prodet-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 2;
    max-height: 25em;
    overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #ff6f00;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: #ff6f00;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: #ff6f00;
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #579f9e;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret strong {
    font-weight: bold;
    font-size: 1.2em;
}
.prodet-page .product-box .prodet-2 .ret ul li{
    display: none;
}
.prodet-page .product-box .prodet-2 .ret ul li .content{
  font-size: 16px;
  line-height: 1.8;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: #ff6f00;
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #ff6f00;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    /*border: 1px solid #ff6f00;*/
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #ff6f00;
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}
.product-page .sideright .list {
    margin-top: 2rem;
}
.product-page .sideright .list ul {
    margin: 0 -2.4rem -1.92rem 0;
}
.product-page .sideright .list ul li {
    padding: 0 2rem 1.92rem 0;
}
.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: #ff6f00;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .sideright .list ul li .box .img {
    width: 100%;
    padding: 10% 3%;
}
.product-page .sideright .list ul li .box .text {
    padding: 1.16rem 1.04rem 1.04rem;
}
.product-page .sideright .list ul li .box .text span{ color: #0047af; font-weight: bold;}
.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.application-page .application-1{
    padding: 70px 0 40px;
}
.application-page .application-1 .list ul {
    display: flex;
    justify-content: space-between;
}
.application-page .application-1 .list ul li {
    width: 100%;
    max-width: 16.666%;
}
.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: .5s;
    border-right: 1px solid #ececeb;
}
.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: .5em;
    transition: .5s;
    filter: brightness(0);
}
.application-page .application-1 .list ul li a.active {
    background-color: #ff6f00;
    color: white;
}
.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}
.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}
.application-page .application-2 {
    background-color: #4ba09f;
    color: white;
    position: relative;
    z-index: 1;
}
.application-page .application-2 .box {
    padding: 70px 0 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.product-page.application .sideright .list ul li .box .img{
  padding: 0;
}
..application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    text-align: center;
}
.application-page .application-2 .box .text {
    line-height: 2;
}
.application-page .application-2 .box .text p {
    margin-top: .5em;
    display: block;
}
.application-page+.product-page {
    position: relative;
    background-color: #4ba09f;
    z-index: 1;
    padding-top: 0 !important;
}
.application-page+.product-page:after {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: -1;
}
.application-page+.product-page ul .slick-track {
    margin-left: 0;
}
@media screen and (max-width: 1366px) {
    .product-page .sideright .list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .application-page .application-2 .box {
        padding: 50px 0;
    }
    .application-page .application-1,.application-page .application-2:after {
        display: none;
    }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .list ul li {
        width: 100%;
    }
}
.rn_case_info > .box .boxLeft {
    width: 50%;
}
.rn_case_info > .box .boxLeft .content1 span {
    display: inline-block;
    width: 2.4rem;
    height: 2px;
    background: #ff6f00;
    margin-top: 1.2rem;
}
.rn_case_info > .box .boxLeft .content2 {
    margin-top: 1.6rem;
    font-size:16px;
    color: #666;
    line-height: 1.2rem;
}
.rn_case_info > .box .boxLeft .content3 {
    margin-top: 2.4rem;
}
.rn_case_info > .box .boxLeft .content3 .item {
    padding: 0 4.5rem;
    border-right: 1px solid #ddd;
}
.rn_case_info > .box .boxLeft .content3 .item:last-child {
    border: 0;
}
.rn_case_info > .box .boxLeft .content3 .item:first-child {
    padding-left: 0;
}
.rn_case_info > .box .boxLeft .content3 .item div {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.rn_case_info > .box .boxLeft .content3 .item div:last-child {
    margin-bottom: 0;
}
.rn_case_info > .box .boxLeft .content4 {
    margin-top: 3.9rem;
}
.rn_case_info > .box .boxLeft .content4 .item {
    margin-right: 1.3rem;
}
.rn_case_info > .box .boxLeft .content4 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.12rem;
    color: #ff6f00;
    font-weight: bold;
    width: 11.5rem;
    text-align: center;
    line-height: 2.6rem;
    border: 1px solid #ff6f00;
    transition: 0.3s;
}
.rn_case_info > .box .boxLeft .content4 .item a img {
    margin-right: 5px;
}
.rn_case_info > .box .boxLeft .content4 .item a .img2 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover {
    background: #ff6f00;
    color: #fff;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img1 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img2 {
    display: inline-block;
}
.rn_case_info > .box .boxRight {
    width: 43%;
}
.rn_case_info > .box .boxRight p {
    overflow: hidden;
}
.rn_case_info > .box .boxRight p img {
    width: 100%;
    transition: 0.4s;
}
.rn_case_info > .box .boxRight p:hover img {
    transform: scale(1.1);
}
.case_three {
    background: #f8f8f8;
}
.case_three .box ul {
    display: flex;
    margin-right: -16px;
    flex-wrap: wrap;
}
.case_three .box ul li {
    background: #fff;
    width: 32%;
    box-sizing: border-box;
    padding: 1.6rem;
    font-size: 16px;
    line-height: 2;
    margin-right: 16px;
    margin-bottom: 16px;
}
.case_three .box ul.two li {
    width: calc(50% - 16px);
}
.case_three .box ul.three li {
    width: calc(33.333% - 16px);
}
.case_three .box ul.four li {
    width: calc(25% - 16px);
}
.case_three .box ul.five li {
    width: calc(20% - 16px);
}
.case_three .box ul li img {
    height: 3.5rem;
}
.case_three .box ul li strong,
.case_three .box ul li h4 {
    font-size: 1.12rem;
    color: #000;
    margin: 1.2rem 0;
    display: block;
}
.case_fangAn .box .boxleft {
    width: 50%;
}
.case_fangAn .box .boxleft img {
    width: 100%;
}
.case_fangAn .box .boxRight {
    width: 50%;
    padding-top: 2rem;
}
.case_fangAn .box .boxRight table {
    width: 100%;
}
.case_fangAn .box .boxRight table th {
    background: #ff6f00;
    color: #fff;
    height: 3.9rem;
    box-sizing: border-box;
    width: 20%;
    padding: 0 16px;
    font-size: 18px;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table th:nth-child(2) {
    width: 30%;
}
.case_fangAn .box .boxRight table th:nth-child(3) {
    width: 8%;
}
.case_fangAn .box .boxRight table th:nth-child(4) {
    width: 22%;
}
.case_fangAn .box .boxRight table td {
    width: 12%;
    padding: 0 1.1rem;
    font-size: 18px;
    height: 3.9rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table td:nth-child(4) {
    font-size: 16px;
}
.case_fangAn .box .boxRight table td a {
    font-size: 16px;
    color: #ff6f00;
}
.case_fangAn .box .boxRight table td a span{
    font-size: 16px;
}
.rn_case1 {
    background: #f8f8f8;
}
.flexCenter {
    display: flex;
    justify-content: center;
}
.p04-custom-parts {
  padding: 60px 0 100px;
  background-color: #f6f7f9;
}
.p04-custom-parts .text h3 {
  margin: 25px 0 5px;
}
.p04-custom-parts .mml-row {
  position: relative;
  padding: 0;
  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;
}
.p04-custom-parts .item {
  /*max-width: 340px;*/
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
  margin: 0 10px 20px;
  padding: 35px 40px 35px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .item h3 {
    color: #4ba09f;
    font-size: 24px;
    line-height: 1.5;
    margin: 25px 0 5px;
    font-weight: bold;
}
.p04-custom-parts .icon {
  max-width: 60px;
  overflow: hidden;
}
.p04-custom-parts .title {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}
.p04-custom-parts .title h2 {
  margin-bottom: 15px;
}
.p04-custom-parts .line {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 1px;
  height: 360px;
  /*background-color: #f63f06;*/
}
.p04-custom-parts .line::before {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 80px;
  /*background-color: #f63f06;*/
}
.text.mod-1 h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text.mod-1 p {
 font-size: 18px;
    line-height: 32px;
    /*color: #242424;*/
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
  .p04-custom-parts .title{
    width: calc(50% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(50% - 20px);
  }
  .p04-custom-parts{
    padding: 20px 0!important;
  }
}
@media screen and (max-width: 500px) {
  .p04-custom-parts .title{
    width: calc(100% - 20px);
  }
  .p04-custom-parts .item{
    width: calc(100% - 20px);
  }
}
.cus-page .cus-1 {
  padding: 100px 0;
}
.cus-page .cus-1 .ui.container {
  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;
}

.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}

.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}

.cus-page .cus-1.ser2 .ui.container .right {
  padding-right: 5%
}

.cus-page .cus-1 .ui.container .right .h3 {
  font-weight: bold;
  margin-bottom: 40px;
}
.cus-page .cus-2 {
  height: 250px;
  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: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4ba09f;
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cus-page .cus-2 .ui.container a.more {
  background: #fff;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-2 .ui.container a.more:hover {
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
}
.cus-page .cus-2 .ui.container p {
  line-height: 2;
  margin-top: 20px;
  max-width: 880px;
}
.font-45 {
  font-size: 45px;
  line-height: 1.22222222;
}
.font-50 {
  font-size: 50px;
}
.server-page .server-2 {
  padding: 60px 0 120px;
  background: #f8f9fb;
}
.server-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 2;
}
.server-page .server-2 .box {
  padding-top: 60px;
}
.server-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server-page .server-2 .box ul li:nth-child(3n+1)+li,
.server-page .server-2 .box ul li:nth-child(3n+1)+li+li {
  border-left: none;
}
.server-page .server-2 .box ul li:nth-child(3)~li {
  border-top: none;
}
.server-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.server-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 20px;
  color: #303030;
  line-height: 2;
  margin: 20px 0 5px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.server-page .server-2 .box ul li .box2 .text {
  font-size: 14px;
  color: #303030;
  line-height: 2;
  height: 150px;
  overflow: auto;
}
.server-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
}
@media screen and (max-width: 1400px) {
  .font-45 {
    font-size: 36px;
  }
  .server-page .server-2 h3 {
    font-size: 28px;
  }
  .server-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
  .server-page .server-2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .font-45 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
   .font-45 {
    font-size: 24px;
  }
  .cus-page .cus-2 {
    height: auto;
    padding: 20px;
  }
  .cus-page .cus-2 .ui.container {
    flex-wrap: wrap;
  }
   .font-50 {
    font-size: 30px;
  }
  .server-page .server-2 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
    .font-50 {
    font-size: 20px;
  }
  .server-page .server-2 h3 {
    font-size: 20px;
  }
  .server-page .server-2 {
    padding: 30px 0;
  }
  .server-page .server-2 .box {
    padding-top: 30px;
  }
  .server-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .font-45 {
    font-size: 20px;
  }
}
.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}
.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: #ff6f00;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    line-height: 1.2;
    margin: .3em 0 1em;
    display: block;
}
.news-page.newsBox {
    padding: 70px 0 130px;
/*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    margin: -15px;
}
.news-page.newsBox .list ul li {
    padding: 15px;
}
.news-page.newsBox .list ul li img{
  width: 100%;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: #ff6f00;
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 1.5;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: #4ba09f;
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}
@media screen and (max-width: 1000px) {
   .news-page.newsBox .list ul li {
        width: 50%;
    }
    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox .list ul li {
        width: 100%;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid #ff6f00;
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 2.4rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #ff6f00;
    font-weight: 600;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #ff6f00;
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 14px;
    color: #555;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: #ff6f00;
}
.newdet-page .s_link {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: #ff6f00;
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 2.4rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: #ff6f00;
}
.newdet-page .news-comment-section form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: #ff6f00;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #ff6f00 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-bottom: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
  color: #111;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: bold;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #ff6f00 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right p{
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: capitalize;
  color: #828893;
}
.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #111;
  letter-spacing: 1px;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  line-height: 2;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #ff6f00;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
      border-radius: 5px;
      font-weight: 600;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #4ba09f;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-2 .right h3.title{
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page{
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 40px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
}
#bs i{
  display: inline-block;
  position: relative;
}
#bs i .i1{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#bs i .i2{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#bs:hover i .i1{
  opacity: 0;
}
#bs:hover i .i2{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.rn_case .box .list .item {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
}
.rn_case .box .list .item:nth-child(4n) {
    margin-right: 0;
}
.rn_case .box .list .item a {
    display: block;
    position: relative;
}
.rn_case .box .list .item a .img {
    position: relative;
    overflow: hidden;
}
.rn_case .box .list .item a .img img {
    width: 100%;
    transition: 0.4s;
}
.rn_case .box .list .item a .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.rn_case .box .list .item a .text {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 1rem;
    transition: 0.4s;
}
.rn_case .box .list .item a .text h5 {
    font-size: 18px;
    color: #fff;
}
.rn_case .box .list .item a .text h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 0.9rem;
}
.rn_case .box .list .item a .text p {
    margin-top: 1.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    opacity: 0;
    transition: 0.4s;
}
.rn_case .box .list .item:hover a .img img {
    transform: scale(1.1);
}
.rn_case .box .list .item:hover a .text {
    bottom: 2.25rem;
}
.rn_case .box .list .item:hover a .text p {
    opacity: 1;
}
.about3-page h3 {
    display: block;
    font-size: 24px;
/* 	    font-weight: bold; */
    color: #242424;
    line-height: 1.2;
}
.about3-page .about-1 {
    padding: 120px 0 120px;
}
.about3-page .about-1 .left {
    width: 57%;
    padding-right: 60px;
}
.about3-page .about-1 .left h5 {
    display: block;
    font-size: 30px;
    color: #303030;
    text-transform: uppercase;
    line-height: 1;
}
.about3-page h2 {
    display: block;
    font-size: 50px;
    color: #4ba09f;
    line-height: 1.8;
	    font-weight: bold;
/*     text-transform: uppercase; */
    padding: 10px 0 25px;
    border-bottom: 1px solid #d9d9d9;
}
.about3-page .about-1 .left h3 {
    margin-top: 25px;
    line-height:42px;
}
.about3-page .about-1 .right {
    width: 43%;
}
.about3-page .content {
    display: block;
/*     margin-top: 55px; */
    font-size: 16px;
    color: #424242;
    line-height: 2.2;
}
.about3-page .about-2 .top {
    padding: 50px 0;
    background: #eee;
}
.about3-page .about-2 .top ul {
    margin: -10px;
}
.about3-page .about-2 .top ul li {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.about3-page .about-2 .bottom {
    display: block;
    padding: 110px 0 85px;
}
.about3-page .about-2 .bottom .text {
    display: block;
    font-size: 18px;
    color: #242424;
    line-height: 2;
    margin: 5px 0 15px;
}
.about3-page .about-2 .bottom a.more {
    font-size: 14px;
    color: #ff6f00;
}
.about3-page .about-2 .bottom a.more i {
    margin-left: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    left: 0;
}
.about3-page .about-2 .bottom a.more:hover i {
    left: 15px;
}
.about3-page .about-3 {
    padding: 120px 0;
    background: #f9f9f9;
}
.about3-page .about-3 .ui.container {
    max-width: 1570px;
    margin: 0 auto;
    width: 100%;
}
.about3-page .about-3 .left {
    text-align: center;
    vertical-align: middle;
}
.about3-page .about-3 .right {
    padding: 0 35px;
}
.about3-page .about-3 .right .text {
    font-size: 18px;
    color: #424242;
    line-height: 2;
    margin-top: 30px;
}
.about3-page .about-4 {
    background: url("../images/rd-bg-1.jpg") center center;
    background-size: cover;
    padding: 100px 0 90px;
}
.about3-page .about-4 .ui.container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}
.about3-page .about-4 .left {
/*     padding: 0 3%; */
    color: white;
	    font-size: 50px;
    /*font-weight: bold;*/
    vertical-align: middle;
}
.about3-page .about-4 .left h3 {
    color: white;
}
.about3-page .about-4 .left .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
}
.about3-page .about-4 .right {
    vertical-align: middle;
}
.about3-page .about-4 .right ul {
    margin: -10px 0;
}
.about3-page .about-4 .right ul li {
    padding: 10px;
}
.about3-page .about-5 {
    background: #f8f9fb;
    padding: 100px 0 130px;
    text-align: center;
}
.about3-page .about-5 h6 {
    font-size: 16px;
    color: #424242;
}
.about3-page .about-5 .box {
    padding-top: 70px;
/*     max-width: 1200px; */
    display: block;
    margin: 0 auto;
}
.about3-page .about-5 .box ul {
    overflow: hidden;
}
.about3-page .about-5 .box ul li {
    background: white;
    padding: 25px 30px 140px;
    margin-bottom: -100px;
    text-align: left;
    color: #323232;
}
.about3-page .about-5 .box ul li i {
    display: block;
    line-height: 80px;
    height: 80px;
}
.about3-page .about-5 .box ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.about3-page .about-5 .box ul li h4 {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 15px 0;
}
.about3-page .about-5 .box ul li p {
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.about3-page .about-5 .box ul li:nth-child(even) {
    background: #4ba09f;
    color: white;
}
.about3-page .about-6 {
    padding: 170px 0 160px;
    text-align: center;
    background: url("../images/about-6-bg.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.about3-page .about-6 h2 {
    display: block;
    font-size: 47px;
    color: white;
    line-height: 1.2;
    max-width: 920px;
    margin: 0 auto;
}
.about3-page .about-6 h2 em {
    text-transform: uppercase;
}
.about3-page .about-7 {
    padding-top: 80px;
    text-align: center;
}
.about3-page .about-7 .ui.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.about3-page .about-7 h6 {
    font-size: 16px;
    color: #424242;
}
.about3-page .about-7 .box {
    padding: 60px 0 70px;
    overflow: hidden;
}
.about3-page .about-7 .box ul {
    margin: -25px;
}
.about3-page .about-7 .box ul li {
    padding: 25px;
}
.about3-page .about-7 .box ul li a {
    display: block;
    border: 10px solid #ff6f00;
    -moz-box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
}
.about3-page .about-7 a.more:hover {
    background: #ff6f00;
}
.about3-page .about-8 {
    text-align: center;
    /*padding: 95px 0 70px;*/
}
.about3-page .about-8 p.tit {
    display: block;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 16px;
    color: #424242;
    line-height: 1.6;
}
.about3-page .about-8 .box {
    overflow: hidden;
    margin-top: 65px;
}
.about3-page .about-8 .box ul {
    margin: -5px;
}
.about3-page .about-8 .box ul li {
    padding: 5px;
}
.about3-page .about-8 .box ul li img {
    width: 100%;
}
.about3-page .about-8 .box ul li:nth-child(1) {
    width: 24.5%;
}
.about3-page .about-8 .box ul li:nth-child(2) {
    width: 13.7%;
}
.about3-page .about-8 .box ul li:nth-child(3) {
    width:19.6%
}
.about3-page .about-8 .box ul li:nth-child(4) {
    width: 17.1%;
}
.about3-page .about-8 .box ul li:nth-child(5) {
    width: 24.3%;
}
@media screen and (max-width: 1400px) {
    .about3-page .about-1 .left h5 {
        font-size: 24px;
    }
    .about3-page .about-1 .left h2 {
        font-size: 38px;
    }
    .about3-page h3 {
        font-size: 28px;
    }
    .about3-page .about-1 .content,
    .about3-page .about-2 .bottom .text,
    .about3-page .about-3 .right .text,
    .about3-page .about-4 .left .text,
    .about3-page .about-5 .box ul li p {
        font-size: 14px;
    }
    .about3-page .about-2 .top ul {
        margin: 0;
    }
    .about3-page .about-5 .box ul li h4 {
        font-size: 18px;
    }
    .about3-page .about-5 .box ul li i {
        height: 60px;
        line-height: 60px;
    }
    .about3-page .about-5 .box ul li i img {
        max-height: 100%;
    }
    .about3-page .about-5 .box ul li {
        padding: 15px 15px 120px;
    }
    .about3-page .about-6 {
        padding: 100px 0;
    }
    .about3-page .about-6 h2 {
        font-size: 32px;
        max-width: 700px;
    }
}
@media screen and (max-width: 1000px) {
    .about3-page .about-8 .box ul li:nth-child(1),
    .about3-page .about-8 .box ul li:nth-child(4) {
        width: 100%;
    }
    .about3-page .about-8 .box ul li:nth-child(2) {
        width: 41%;
    }
    .about3-page .about-8 .box ul li:nth-child(3) {
        width: 59%;
    }
    .about3-page .about-8 .box ul li:nth-child(5) {
        width: 100%;
    }
    .about3-page h3 {
        font-size: 24px;
    }
    .about3-page .about-1 .left h5 {
        font-size: 20px;
    }
    .about3-page .about-1 .left h2 {
        font-size: 28px;
    }
    .about3-page .about-1 .left {
        width: 100%;
    }
    .about3-page .about-1 .right {
        width: 100%;
        margin-top: 30px;
    }
    .about3-page .about-1 {
        padding: 50px 0;
    }
    .about3-page .about-1 .content {
        margin-top: 20px;
    }
    .about3-page .about-2 {
        display: none;
    }
    .about3-page .about-3 .right {
        padding: 0 15px;
        vertical-align: middle;
    }
    .about3-page .about-1 .content,
    .about3-page .about-2 .bottom .text,
    .about3-page .about-3 .right .text {
        line-height: 2.0;
    }
    .about3-page .about-3,
    .about3-page .about-4,
    .about3-page .about-5 {
        padding: 50px 0;
    }
    .about3-page .about-5 .box ul li p {
        line-height: 28px;
    }
    .about3-page .about-4 .left .text {
        line-height: 28px;
    }
    .about3-page .about-1 .content {
        line-height: 28px;
    }
    .about3-page .about-5 .box {
        padding-top: 40px;
    }
    .about3-page .about-5 .box ul li {
        width: 50%;
    }
    .about3-page .about-5 .box ul li:nth-child(3) {
        left: 50%;
        position: relative;
    }
    .about3-page .about-5 .box ul li:nth-child(4) {
        left: -50%;
        position: relative;
    }
    .about3-page .about-6 {
        padding: 60px 0;
    }
    .about3-page .about-6 h2 {
        font-size: 28px;
    }
    .about3-page .about-7 .box {
        padding: 30px 0;
    }
    .about3-page .about-7 {
        padding-top: 40px;
    }
    .about3-page .about-8 {
        /*padding: 50px 0;*/
    }
    .about3-page .about-8 .box {
        margin-top: 30px;
    }
    .about3-page .about-7 .box ul li {
        padding: 15px;
    }
    .about3-page .about-7 .box ul {
        margin: -15px;
    }
}
@media screen and (max-width: 700px) {
    .about3-page .about-1 .left h2 {
        font-size: 24px;
        line-height:40px;
    }
    .about3-page h3 {
        font-size: 20px;
    }
    .about3-page .about-3 .right,
    .about3-page .about-4 .left {
        width: 100%;
    }
    .about3-page .about-3 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .about3-page .about-4 .right {
        width: 100%;
        margin-top: 30px;
    }
    .about3-page .about-4 .right ul li {
        width: 33.333%;
    }
    .about3-page .about-6 h2 {
        font-size: 22px;
    }
    .about3-page .about-8 p.tit {
        padding: 0 15px;
    }
}
@media screen and (max-width: 500px) {
    .about3-page .about-5 .box ul li {
        left: 0 !important;
        width: 100% !important;
    }
}
.rd-page .cus-1 {
    padding: 100px 0;
}
.rd-page .cus-1 .ui.container {
    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;
}
.rd-page .cus-1 .ui.container .imgbox img {
    width: 100%;
}
.rd-page .cus-1 .ui.container .right {
    padding-left: 5%;
}
.rd-page .h2{
  color: #000 !important;
  margin-bottom: 20px;
}
.rd-page .cus-1.ser2 .ui.container .right{
    padding-right: 5%
}
.rd-page .cus-1 .ui.container .right .h3{
    font-weight: 700;
    margin-bottom: 40px;
}
.rd-page .cus-2 {
    height: 250px;
    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: relative;
}
.rd-page .cus-2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /*left: -20%;*/
    background: #ff6f00;
    /*border-radius: 0 20px 0 0 ;*/
    z-index: -1;
}
.rd-page .cus-2 .ui.container {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rd-page .cus-2 .ui.container a.more{
    background: #fff;
    transition: 0.3s all;
    color: #000;
}
.rd-page .cus-2 .ui.container a.more:hover{
    transition: 0.3s all;
    color: #fff;
    background: #000;
}
.rd-page .cus-2 .ui.container .h2 {
    font-weight: 700;
    color: #fff;
}
.rd-page .cus-2 .ui.container p {
    line-height: 1.8;
    margin-top: 20px;
    max-width: 880px;
}
.rd-page .cus-3 {
    /*padding-bottom: 120px;*/
    padding: 120px 120px;
}
.rd-page .cus-3 .ui.container {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*     max-width: 1320px; */
    position: relative;
}
.rd-page .cus-3 .ui.container:before {
    content: "";
    width: 90%;
    height: 220px;
    max-width: 900px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #edf0f2;
    z-index: -1;
}
.rd-page .cus-3 .ui.container .left {
/*     max-width: 700px; */
    width: 59%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.rd-page .cus-3 .ui.container .left .h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}
.rd-page .cus-3 .ui.container .left p {
    color: #000;
    line-height: 1.5;
}
.rd-page .cus-3 .ui.container .left .bottom {
    padding-top: 50px;
    padding-left: 30px;
}
.rd-page .cus-3 .ui.container .left .bottom 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;
}
.rd-page .cus-3 .ui.container .left .bottom ul li {
    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;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    width: 50%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.rd-page .cus-3 .ui.container .left .bottom ul li:hover,
.rd-page .cus-3 .ui.container .left .bottom ul li.active {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #000;
}
.rd-page .cus-3 .ui.container .left .bottom ul li:hover i,
.rd-page .cus-3 .ui.container .left .bottom ul li.active i {
    border-color: #ff6f00;
}
.rd-page .cus-3 .ui.container .left .bottom ul li:hover i:before,
.rd-page .cus-3 .ui.container .left .bottom ul li.active i:before {
    background: #ff6f00;
}
.rd-page .cus-3 .ui.container .left .bottom ul li:hover i:after,
.rd-page .cus-3 .ui.container .left .bottom ul li.active i:after {
    background: #ff6f00;
}
.rd-page .cus-3 .ui.container .left .bottom ul li i {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #999;
    position: relative;
    margin-right: 40px;
}
.rd-page .cus-3 .ui.container .left .bottom ul li i:before {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    background: #999;
    left: 100%;
    z-index: -1;
}
.rd-page .cus-3 .ui.container .left .bottom ul li i:after {
    width: 1px;
    height: 40px;
    background: #999;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5px;
    z-index: -1;
}
.rd-page .cus-3 .ui.container .right {
    width: 25%;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li {
    display: none;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li .box {
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li .box img {
    margin: 0 auto;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li .box .text {
    max-width: 273px;
    margin: 30px auto 0;
    text-align: left;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li .box .text h5 {
    font-weight: 700;
    margin-bottom: 15px;
}
.rd-page .cus-3 .ui.container .right ul.cuslist2 li .num {
    display: block;
    margin-top: 35px;
    color: #ff6f00;
    font-weight: 700;
    text-align: right;
    font-size: 24px;
    line-height: 1;
}
.rd-page .cus-2 .ui.container a.more{
    min-width: 218px;
}
@media screen and (max-width: 1000px) {
    .rd-page .cus-2 {
        height: auto;
        padding: 20px;
    }
    .rd-page .cus-3 .ui.container .left {
        width: 100%;
    }
    .rd-page .cus-2 .ui.container {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 700px) {
    .rd-page .cus-3 .ui.container .right {
        width: 100%;
    }
    .rd-page .cus-3 {
        padding: 40px 20px;
    }
    .rd-page .cus-3 .ui.container .left .bottom ul li {
        width: 100%;
    }
}
.gxs-1 {
    padding: 110px 0;
}
.gxs-1 a.more2 {
    position: absolute;
    right: 0;
    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;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid #ff6f00;
}
.gxs-1 a.more2:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #ff6f00;
}
.gxs-1 a.more2 img {
    margin-left: 10px;
    margin-top: 5px;
}
.gxs-1 .ui.container .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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gxs-1 .ui.container .top .text {
    width: 40%;
    padding-right: 45px;
}
.gxs-1 .ui.container .top .text .tit {
    margin-bottom: 160px;
}
.gxs-1 .ui.container .top .right {
    width: 60%;
    position: relative;
}
.gxs-1 .ui.container .top .right a.more2 {
    bottom: -60px;
}
.gxs-1 .ui.container .top .right .textbox {
    max-width: 540px;
    width: 90%;
    position: absolute;
    height: 200px;
    background: #fff;
    z-index: 2;
    padding: 30px;
    left: 0;
    bottom: -100px;
}
.gxs-1 .ui.container .top .right .textbox p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}
.gxs-1 .ui.container .bottom {
    margin-top: 147px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gxs-1 .ui.container .bottom .right {
    padding-left: 130px;
}
.gxs-1 .ui.container .bottom .right a.more2 {
    left: 70px!important;
}
.gxs-1 .ui.container .bottom .left,
.gxs-1 .ui.container .bottom .right {
    position: relative;
    width: 50%;
    height: 655px;
}
.gxs-1 .ui.container .bottom .left a.more2,
.gxs-1 .ui.container .bottom .right a.more2 {
    right: auto;
    left: 0;
    bottom: 45px;
}
.gxs-1 .ui.container .bottom .left .textbox,
.gxs-1 .ui.container .bottom .right .textbox {
    width: 65%;
    max-width: 400px;
    height: 200px;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #fff;
    padding: 30px;
}
.gxs-1 .ui.container .bottom .left .textbox p,
.gxs-1 .ui.container .bottom .right .textbox p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.625;
}
.gxs-2 {
    padding: 115px 0;
    background: #f4f6f8;
}
.gxs-2 .ui.container {
    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;
}
.gxs-2 .ui.container .left {
    width: 50%;
}
.gxs-2 .ui.container .imgbox{
  width: 50%;
}
.gxs-2 .ui.container .left .title {
    margin-bottom: 5px;
}
.gxs-2 .ui.container .left ul.tlist {
    margin-top: 70px;
    margin-bottom: -20px;
}
.gxs-2 .ui.container .left ul.tlist li {
    margin-bottom: 20px;
}
.gxs-2 .ui.container .left ul.tlist li span {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
}
.gxs-2 .ui.container .left ul.tlist li:hover span,
.gxs-2 .ui.container .left ul.tlist li.active span {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: url(../images/active-bj.png) center center no-repeat;
    color: var(--color);
}
.gxs-2 .ui.container .right {
    width: 55%;
}
.gxs-2 .ui.container .right ul.applist {
    display: block;
    margin: -12px;
}
.gxs-2 .ui.container .right ul.applist li {
    padding: 12px;
}
.gxs-2 .ui.container .right ul.applist li .img-box {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gxs-2 .ui.container .right ul.applist li.active .img-box {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(33, 136, 196, 0.5);
    border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .about2-page .about-1 .text{
    width: 100%;
  }
  .about2-page .about-1 .text span.h2{
    font-size: 30px;
  }
  #header .h-top .share a{
    margin-right: 9px;
  }
  .rd-page .cus-3{
    padding: 90px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .pd2 .ev .intr{
    padding: 30px 15px;
  }
  .pd2 .ev{
    width: 33%;
    margin-bottom: 26px;
  }
  .about2-page .about-1 .text .con, .about2-page .about-1 .list ul li p, .about2-page .about-5 .left .text{
    line-height: 2;
  }
  .rd-page .cus-3 .ui.container .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .pd2 .ev{
    width: 49%;
    margin-bottom: 20px;
  }
  .pd2 .ev .intr h2{
    font-size: 18px;
    line-height: 1.6;
  }
  .about2-page .about-4, .about2-page .about-3, .about2-page .about-1, .about2-page .about-5,
  .news-page.newsBox{
    padding: 30px 0;
  }
  .rd-page .cus-1,
  .gxs-2{
    padding: 30px 0;
  }
  .gxs-2 .ui.container .left,
  .gxs-2 .ui.container .imgbox,
  .rd-page .cus-1 .ui.container .column{
    width: 100%;
  }
  .rd-page .cus-1 .ui.container .right{
    padding: 30px 0 0 0;
  }
  .rd-page .cus-3{
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
  .pd2 .ev{
    width: 100%;
    margin-bottom: 16px;
  }
  .pd2 .ev .intr h2 {
    font-size: 16px;
    line-height: 1.8;
    white-space: pre-wrap; 
    text-overflow: initial;
  }
  .about2-page .about-1 .text span.h3{
    font-size: 24px;
  }
  .about2-page .about-1 .text span.h2, .inner-page span.h2{
    font-size: 16px;
    margin-top: 12px;
  }
  .about2-page .about-1 .text .con{
    margin-top: 1em;
  }
}
.customized-page{
  position: relative;
  z-index: 1;
}
.customized-page .cus-1 .text{
  max-width: 871px;
  margin: 83px auto 0;
  text-align: center;
}
.customized-page .cus-1 .text .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 22px;
  position: relative;
}
.customized-page .cus-1 .text .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #ff6f00;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .cus-1 .text .con{
  line-height: 1.7;
  color: #0b0b0b;
  margin-top: 28px;
}
.customized-page .cus-1 .text .more{
  margin-top: 46px;
}
.customized-page .cus-1 .img{
  margin-top: 83px;
}
.customized-page .cus-2{
  padding: 105px 0 93px;
}
.customized-page .cus-2 .item .tit{
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 19px;
}
.customized-page .cus-2 .item .list{
  padding: 31px 19px 50px;
}
.customized-page .cus-2 .item .list .left{
  width: 14%;
}
.customized-page .cus-2 .item .list .left{
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}
.customized-page .cus-2 .item .list .ej{
  margin-bottom: 26px;
}
.customized-page .cus-2 .item .list .ej:last-child{
  margin-bottom: 0;
}
.customized-page .cus-2 .item .list .right{
  width: 86%;
}
.customized-page .cus-2 .item .list ul{
  margin-bottom: -24px;
}
.customized-page .cus-2 .item .list ul li {
  cursor: pointer;
  margin-bottom: 24px;
}
.customized-page .cus-2 .item .list ul li em{
  display: inline-block;
  vertical-align: top;
  width: 15px;
	height: 15px;
	border-radius: 2px;
	border: solid 1px #a0a0a0;
  margin-top: 3px;
}
.customized-page .cus-2 .item .list ul li em i{
  color: #fff;
  font-size: 14px;
  opacity: 0;
}
.customized-page .cus-2 .item .list ul li span{
  font-size: 16px;
  line-height: 1.6;
  color: #232323;
  padding-left: 15px;
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.customized-page .cus-2 .item .list ul li input{
	height: 41px;
	background-color: #ffffff;
  border: 0;
  font-size: 16px;
  color: #232323;
  margin-left: 15px;
  width: -webkit-calc(100% - 21px - 15px);
  width: -moz-calc(100% - 21px - 15px);
  width: calc(100% - 21px - 15px);
  padding: 0 9px;
}
.customized-page .cus-2 .item5 .list ul li input{
  height: 70px;
}
.customized-page .cus-2 .item .list ul li input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input:-moz-placeholder {
 color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input::-moz-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input:-ms-input-placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li input::placeholder {
  color: #c1c1c1;
}
.customized-page .cus-2 .item .list ul li em.active{
  background-color: #dd7223;
  border-color: #dd7223;
}
.customized-page .cus-2 .item .list ul li em.active i{
  opacity: 1;
}
.customized-page .cus-3{
  background-color: #4ba09f;
  color: #fff;
  padding: 68px 0;
}
.customized-page .cus-3 .box{
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 860px;
}
.customized-page .cus-4{
  padding: 59px 0 102px;
}
.customized-page .cus-4 .form ul {
  margin: -7px -10px;
  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;
}
.customized-page .cus-4 .form ul li {
  padding: 7px 10px;
}
.customized-page .cus-4 .form ul li input,
.customized-page .cus-4 .form ul li textarea,
.customized-page .cus-4 .form ul li label,
.customized-page .cus-4 .form ul li button {
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #2a2a2d;
  font-size: 14px;
  line-height: 2;
  color: #6f6f6f;
  padding: 1em;
  display: block;
  height: 100%;
}
.customized-page .cus-4 .form ul li input[hidden] {
  display: none;
}
.customized-page .cus-4 .form ul li label {
  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;
}
.customized-page .cus-4 .form ul li label.tag {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .cus-4 .form ul li label.tag em {
  margin-right: 0.71428571em;
}
.customized-page .cus-4 .form ul li label.tag div {
  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;
  gap: 0.71428571em;
  max-width: 100%;
}
.customized-page .cus-4 .form ul li label.tag span {
  padding: 0.5em 0.71428571em;
  background-color: #f2f2f2;
  color: #6f6f6f;
  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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customized-page .cus-4 .form ul li label.tag span i {
  margin-left: 0.71428571em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: white;
  position: relative;
  cursor: pointer;
}
.customized-page .cus-4 .form ul li label.tag span i:before,
.customized-page .cus-4 .form ul li label.tag span i:after {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.customized-page .cus-4 .form ul li label.tag span i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customized-page .cus-4 .form ul li textarea {
  height: 100px;
}
.customized-page .cus-4 .form ul li p {
  font-size: 14px;
  line-height: 2;
  color: #bebebe;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customized-page .cus-4 .form ul li button {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background-color: #ff6f00;
  padding: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customized-page .cus-4 .form ul li.wid-100 {
  width: 100%;
}
.customized-page::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .right ul li{
    width: 100%;
  }
  .rn_case .box .list .item{
    width: 32%;
  }
  .rn_case .box .list{
    margin-right: -1.3%;
  }
  .rn_case .box .list .item:nth-child(4n){
    margin-right: 1.3%;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .cus-1 .text{
    margin: 30px auto 0;
  }
  .customized-page .cus-1 .img{
    margin-top: 30px;
  }
  .customized-page .cus-2{
    padding: 30px 0;
  }
  .customized-page .cus-2 .item .list ul li input{
    font-size: 14px;
  }
  .customized-page .cus-2 .item .list .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .customized-page .cus-2 .item .list .right{
    width: 100%;
  }
  .customized-page .cus-3{
    padding: 30px 0;
  }
  .pd1 .ev{
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .pd1-wrap .wrap{
    display: block;
  }
  .pd1 .ev .intr {
    width: 100%;
    padding-right: 0;
  }
  .pd1 .ev .pic{
    width: 100%;
    margin-top: 20px;
  }
  .p98_{
    padding-bottom: 30px;
  }
  .p98{
    padding-top: 30px;
  }
  .rn_case_info>.box{
    display: block;
  }
  .rn_case_info>.box .boxLeft{
    width: 100%;
  }
  .rn_case_info>.box .boxLeft .content2{
    line-height: 1.8;
  }
  .rn_case_info>.box .boxRight{
    width: 100%;
    margin-top: 30px;
  }
  .case_three .box ul.three li {
    width: calc(50% - 16px);
  }
  .rn_case .box .list .item{
    width: 48.7%;
  }
}
@media screen and (max-width: 500px) {
  .customized-page .cus-4 .form ul li label.tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .cus-4 .form ul li label.tag em {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customized-page .cus-1 .text .title{
    font-size: 30px;
  }
  .customized-page .cus-1 .text .con{
    line-height: 2;
    margin-top: 14px;
  }
  .customized-page .cus-1 .text .more{
    margin-top: 20px;
  }
  .customized-page .cus-4{
    padding: 30px 0;
  }
  .customized-page::after{
    height: 100%;
  }
  .customized-page .cus-3 .box{
    font-size: 24px;
    line-height: 1.5;
  }
  .case_three .box ul li strong, .case_three .box ul li h4{
    font-size: 20px;
  }
  .case_three .box ul.three li {
    width: calc(100% - 16px);
  }
  .rn_case .box .list .item{
    width: 100%;
  }
}

.play-btn {
    font-size: 20px;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #ff6f00;
    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%);
    z-index: 1;
    cursor: pointer;
}

.play-btn i {
    border-left: .6em solid #fff;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent
}

.play-btn:after,
.play-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.play-btn:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
#header .nav .ui.menu .menu-box ul.menu>li>a:before{
  display: none;
}
#banner .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.fix-tool {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.fix-tool .box {
    display: flex;
}

.fix-tool .box .left {
    width: 0%;
    color: #ffffff;
    background-color: #ff6f00;
    padding: 15px;
    border-radius: 5px 0 0 5px;
}
.fix-tool .box .right {
    width: 100%;
    background-color: #4B9F9E;
    padding: 0px;
    border-radius: 0 5px 5px 0;
    color: #FFF;
}
.fix-tool .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    z-index: 9;
}

.fix-tool .social-links a{
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
}

.fix-tool .social-links a + a{
  margin-left: 15px;
}

@media (max-width: 1000px) {
  .fix-tool {
    display: none;
  }
}