@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'swi';
  src: url(../fonts/Swiss721BT-BoldCondensed.ttf) format('truetype'), url(../fonts/Swiss721BT-BoldCondensed.eot) format('eot'), url(../fonts/Swiss721BT-BoldCondensed.woff) format('woff'), url(../fonts/Swiss721BT-BoldCondensed.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'swi';
  src: url(../fonts/Swiss721BT-Roman.ttf) format('truetype'), url(../fonts/Swiss721BT-Roman.eot) format('eot'), url(../fonts/Swiss721BT-Roman.woff) format('woff'), url(../fonts/Swiss721BT-Roman.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #eb5c20;
    --base: #ceb93e;
    --color:#1ab2af;
     --base-color: #1ab2af;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "pop";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-family: "swi";
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 90%;
  max-width: 1302px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header.on {
  background: rgba(0, 0, 0, 0.5);
}
.msdyejiao {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #1ab2af;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .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;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 50px;
}
#header .ui.menu .logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  padding-left: 68px;
  padding-right: 10px;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}
#header .ui.menu .vrbox {
  width: 135px;
  height: 120px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: auto;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "swi";
}
#header .ui.menu .menu-box ul.menu > li:hover {
  border-color: #1ab2af;
  color: #1ab2af;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .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;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #1ab2af;
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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;
  font-size: 15px;
  background: #fff;
  top: 0;
  left:100%;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #1ab2af;
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .rights {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 120px;
  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;
  padding-left: 30px;
}
#header .ui.menu .language {
  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;
  margin-left: 50px;
}
#header .ui.menu .language span {
  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;
  line-height: 2;
  color: #fff;
  font-size: 18px;
}
#header .ui.menu .language span img {
  margin-right: 0px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 18px;
  margin-left: 10px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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 #1ab2af;
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #1ab2af;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 3px solid #a4a4a4;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #1ab2af;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: keep-all;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #1ab2af;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #1ab2af !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.8;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #1ab2af;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #1ab2af;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
  z-index: 3;
}
#banner .bannerbox {
  padding-bottom: 85px;
  position: relative;
  margin-bottom: -85px;
}
#banner .bannerbox:before {
  width: 90%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background: #e7e7e7;
  max-width: 1469px;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .bannerbox ul.bannerlist li .content .ui.container .text {
  max-width: 864px;
}
#banner .bannerbox ul.bannerlist li .content .ui.container span.tag {
  color: #fff;
  font-weight: 300;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .h2 {
  color: #fff;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.8);
  margin: 10px 0;
  padding-right: 60px;
}
#banner .bannerbox ul.bannerlist li .content .ui.container p {
  color: #fff;
  line-height: 1.77777778;
  margin-bottom: 35px;
}
#banner .bannerbox ul.bannerlist li .content .ui.container span.play {
  position: relative!important;
  -webkit-transform: none!important;
  -moz-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  top: 0!important;
  left: 0!important;
}
#index-body .bgbox {
  background: url(../images/point-bj.jpg);
}
#index-body .h3 {
  text-transform: uppercase;
}
#index-body p {
  font-weight: 300;
}
.gxs-1 {
  padding-top: 160px;
}
.gxs-1 .top .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-1 .top .ui.container .h3 {
  max-width: 443px;
}
.gxs-1 .top .ui.container p {
  max-width: 594px;
  text-align: right;
  color: #000;
  font-weight: 300;
  line-height: 1.8;
}
.gxs-1 .bottom {
  margin-top: 45px;
}
.gxs-1 .bottom ul.applist {
  margin: 0 -12px;
}
.gxs-1 .bottom ul.applist li {
  padding: 0 12px;
}
.gxs-1 .bottom ul.applist li .item {
  position: relative;
  overflow: hidden;
}
.gxs-1 .bottom ul.applist li .item:hover .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  left: 0;
}
.gxs-1 .bottom ul.applist li .item .text {
  width: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  padding: 0 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(77, 131, 129, 0.5)), to(rgba(77, 131, 129, 0)));
  background: -webkit-linear-gradient(bottom, rgba(77, 131, 129, 0.5), rgba(77, 131, 129, 0));
  background: -moz-linear-gradient(bottom, rgba(77, 131, 129, 0.5), rgba(77, 131, 129, 0));
  background: linear-gradient(to top, rgba(77, 131, 129, 0.5), rgba(77, 131, 129, 0));
  height: 50%;
  padding-top: 100px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .bottom ul.applist li .item .text .h4 {
  color: #fff;
  margin: 15px 0;
}
.gxs-1 .bottom ul.applist li .item .text img {
  width: auto;
}
.gxs-2 {
  padding: 100px 0;
}
.gxs-2 .ui.container {
  text-align: center;
}
.gxs-2 .ui.container > p {
  max-width: 1000px;
  font-weight: 300;
  line-height: 1.8;
  margin: 20px auto 35px auto;
}
.gxs-2 .ui.container .main ul.catelist li {
  border: 1px solid #eee;
  padding: 30px 45px;
  text-align: left;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .main ul.catelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #1ab2af;
}
.gxs-2 .ui.container .main ul.catelist li:hover img {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.gxs-2 .ui.container .main ul.catelist li:hover .h6 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .main ul.catelist li img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.gxs-2 .ui.container .main ul.catelist li .h6 {
  line-height: 1.6;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  height: 72px;
  overflow-y: auto;
}
.gxs-3 .top {
  height: 684px;
  background: url(../images/about-top-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.gxs-3 .top .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;
  color: #fff;
}
.gxs-3 .top .ui.container .left {
  width: 65%;
  max-width: 815px;
}
.gxs-3 .top .ui.container .left .h3 {
  max-width: 670px;
}
.gxs-3 .top .ui.container .left .h6 {
  font-weight: 500;
  margin: 20px 0;
}
.gxs-3 .top .ui.container .left .msdshouyeh1 {
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
}
.msdshouyeh1 h1 {
  display: inline!important;
  font-weight: normal;
  font-family: unset;
}
.gxs-3 .top .ui.container .right {
  width: 30%;
  max-width: 321px;
  padding-top: 45px;
}
.gxs-3 .top .ui.container .right ul.advlist 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;
  margin-bottom: 20px;
}
.gxs-3 .top .ui.container .right ul.advlist li img {
  margin-right: 25px;
}
.gxs-3 .top .ui.container .right ul.advlist li p {
  max-width: 180px;
  line-height: 1.77777778;
}
.gxs-3 .bottom {
  margin-top: -78px;
}
.gxs-3 .bottom .ui.container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}
.gxs-3 .bottom .ui.container ul.list2 {
  margin: 0 -13px;
}
.gxs-3 .bottom .ui.container ul.list2 li {
  padding: 0 13px;
  text-align: center;
}
.gxs-3 .bottom .ui.container ul.list2 li .h6 {
  margin-top: 20px;
  font-weight: 500;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.gxs-3 .bottom .ui.container ul.list2 li .h6:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #1ab2af;
}
.gxs-4 {
  padding-top: 50px;
}
.gxs-4 .ui.container {
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.gxs-4 .ui.container ul.list3 {
  margin: 0 -50px;
}
.gxs-4 .ui.container ul.list3 li {
  padding: 0 50px;
}
.gxs-4 .ui.container ul.list3 li .item {
  text-align: left;
}
.gxs-4 .ui.container ul.list3 li .item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gxs-4 .ui.container ul.list3 li .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 80px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container ul.list3 li .item .h5 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}
.gxs-4 .ui.container ul.list3 li .item p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.gxs-4 .ui.container ul.list3 li .item a img {
  height: auto;
}
.gxs-5 {
  padding-top: 85px;
}
.gxs-5 .main .ui.container {
  max-width: 1611px;
  margin-left: 0;
  margin-right: auto;
}
.gxs-5 .main .ui.container ul.list4 li .item {
  position: relative;
}
.gxs-5 .main .ui.container ul.list4 li .item .imgbox {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 80%;
  max-width: 1011px;
}
.gxs-5 .main .ui.container ul.list4 li .item .imgbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gxs-5 .main .ui.container ul.list4 li .item .text {
  width: 623px;
  height: 422px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  background: #1ab2af;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gxs-5 .main .ui.container ul.list4 li .item .text .h5 {
  font-weight: 600;
  color: #fff;
}
.gxs-5 .main .ui.container ul.list4 li .item .text p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 25px;
}
.gxs-5 .main .ui.container ul.list4 li .item .text a.more {
  height: 67px;
  line-height: 67px;
  padding: 0 35px;
  border: 1px solid #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 191px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main .ui.container ul.list4 li .item .text a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  color: #000;
}
.gxs-5 .main .ui.container ul.list4 li .item .text a.more:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.gxs-5 .main .ui.container ul.list4 li .item .text a.more em {
  margin-right: 0px;
}
.gxs-5 .bottom {
  position: relative;
}
.gxs-5 .bottom:before {
  content: "";
  width: 95%;
  position: absolute;
  max-width: 1611px;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  background: #e2e2e2;
  left: 0;
  top: 0;
}
.gxs-5 .bottom .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-5 .bottom .ui.container .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.gxs-5 .bottom .ui.container .navbox span.btn {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #aaa;
  color: #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 25px;
  border-radius: 100%;
  cursor: pointer;
}
.gxs-5 .bottom .ui.container .navbox span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #fff;
  color: #fff;
}
.gxs-5 .bottom .ui.container .navbox span.btn i {
  font-size: 36px;
}
.gxs-5 .bottom .ui.container .defbox {
  width: 604px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.gxs-5 .bottom .ui.container .defbox ul {
  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;
}
.gxs-5 .bottom .ui.container .defbox ul li {
  height: 134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-right: 1px solid #e2e2e2;
  color: #000;
}
.gxs-5 .bottom .ui.container .defbox ul li.active {
  background: #545d5d;
  color: #fff;
}
.gxs-6 {
  padding: 113px 0 54px 0;
}
.gxs-6 .ui.container {
  text-align: center;
}
.gxs-6 .ui.container > p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.gxs-6 .ui.container ul.newslist {
  text-align: left;
  margin: 0 -20px;
}
.gxs-6 .ui.container ul.newslist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.gxs-6 .ui.container ul.newslist .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #1ab2af;
  margin: 0 15px;
  padding: 0;
}
.gxs-6 .ui.container ul.newslist .slick-dots li.slick-active {
  background: #1ab2af;
}
.gxs-6 .ui.container ul.newslist .slick-dots li button {
  display: none;
}
.gxs-6 .ui.container ul.newslist li {
  padding: 25px 20px;
}
.gxs-6 .ui.container ul.newslist li .item {
  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-6 .ui.container ul.newslist li .item .time {
  width: 100px;
  text-align: center;
}
.gxs-6 .ui.container ul.newslist li .item .time span {
  display: block;
  border-right: 1px solid #ddd;
  line-height: 1;
}
.gxs-6 .ui.container ul.newslist li .item .time span .day {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.gxs-6 .ui.container ul.newslist li .item .txt {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 {
  font-weight: 500;
  line-height: 1.8;
  overflow-y: auto;
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container ul.newslist li .item .txt .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #1ab2af;
}
.gxs-6 .ui.container ul.newslist li .item .txt p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  opacity: 0.6;
  margin-bottom: 10px;
}
.gxs-6 .ui.container ul.newslist li .item .txt > a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#footer {
  background: url(../images/footer-left.jpg) bottom left no-repeat #ededed;
}
#footer .footer-main .main {
  max-width: 1647px;
  background: #1c1f1f;
  margin: 0 auto;
  position: relative;
  margin-top: -105px;
}
#footer .footer-main .main .top {
  padding-top: 56px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form {
  width: 100%;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .main .top form input[type="text"] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background: transparent;
  margin-right: 15px;
  width: -webkit-calc(33.33% - 90px);
  width: -moz-calc(33.33% - 90px);
  width: calc(33.33% - 90px);
}
#footer .footer-main .main .top form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-main .main .top form input[type="submit"] {
  height: 60px;
  text-align: left;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 60px;
  padding-left: 20px;
  background-color: #1ab2af;
  background-image: url(../images/index-submit.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 160px;
  width: 225px;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .main .top form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #000;
}
#footer .footer-main .main .center {
  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;
  padding-bottom: 60px;
}
#footer .footer-main .main .center > div {
  display: inline-block;
  margin-top: 35px;
}
#footer .footer-main .main .center>div.product{
  max-width: 600px;
}
#footer .footer-main .main .center .h5 {
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
#footer .footer-main .main .center .links ul li {
  margin-bottom: 10px;
}
#footer .footer-main .main .center .links ul li a {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#footer .footer-main .main .center .links ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/footer-sj.png) left center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-position-y: 2px;
}
#footer .footer-main .main .center .info 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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
#footer .footer-main .main .center .info ul li p {
  max-width: 290px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1.5;
  margin-left: 10px;
}
#footer .footer-main .main .center .info ul li i {
  min-width: 25px;
}
#footer .footer-main .main .center #ewm {
  width: 140px;
  height: 140px;
  display: block;
  padding: 5px;
  background: #fff;
}
#footer .footer-main .main .center ul.sharelist {
  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;
  margin-top: 25px;
}
#footer .footer-main .main .center ul.sharelist li {
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0 10px;
}
#footer .footer-main .main .center ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #1ab2af;
}
#footer .footer-bottom {
  position: relative;
  padding: 15px 0;
  background: transparent;
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 95%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: #1ab2af !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #000;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #000;
}
#footer .footer-bottom svg:hover {
  fill: #1ab2af;
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-50 {
  line-height: 1.2;
}


@media screen and (max-width: 1800px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .gxs-5 .bottom:before {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  #header .ui.menu .logo img.pc {
    display: none;
  }
  #header .ui.menu .logo img.phone {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .gxs-5 .main .ui.container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #header .ui.menu .logo {
    padding-left: 10px;
  }
  #header .ui.menu .vrbox {
    width: 80px;
  }
  #header .ui.menu {
    padding-right: 20px;
  }
  #header .ui.menu .language {
    margin-left: 20px;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container p {
    display: none;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container span.tag {
    display: none;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container .h2 {
    margin-bottom: 40px;
  }
  .gxs-1 .top .ui.container .h3 {
    width: 45%;
  }
  .gxs-1 .top .ui.container p {
    width: 50%;
  }
  .font-50 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  .msdyejiao ,.seoPublic {
    display: none;
  }
  #mobile {
    display: block;
  }
  .gxs-1 .top .ui.container .h3 {
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .gxs-5 .main .ui.container ul.list4 li .item .imgbox {
    width: 100%;
  }
  .gxs-1 .top .ui.container p {
    max-width: 100%;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .font-50 {
    font-size: 32px;
  }
  .font-18 {
    font-size: 14px;
  }
  #footer .footer-main .main .center > div.links {
    display: none;
  }
  .gxs-5 .bottom:before {
    width: 100%;
  }
  .gxs-5 .bottom .ui.container .navbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
  }
  #footer .footer-main .main .top form input[type="text"] {
    width: 45%;
    margin-bottom: 20px;
  }
  .gxs-3 .bottom .ui.container {
    margin: 0 auto;
  }
  .gxs-1 .top .ui.container p {
    width: auto;
  }
  .gxs-3 .bottom {
    margin-top: 0px;
  }
  .gxs-3 .top .ui.container .left {
    width: 100%;
    max-width: 815px;
    margin-bottom: 20px;
  }
  .gxs-3 .top .ui.container .right {
    width: 100%;
    max-width: none;
  }
  .gxs-3 .top .ui.container .right ul.advlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gxs-3 .top .ui.container .right ul.advlist li {
    width: 50%;
  }
  .gxs-3 .top {
    height: auto;
    padding: 40px 0;
  }
  .gxs-5 .main .ui.container ul.list4 li .item .text {
    width: 90%;
  }
  .gxs-6 .ui.container ul.newslist li .item .txt .h5 {
    height: auto;
    overflow-y: visible;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  #footer .footer-main .main .top form input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
  .gxs-5 .bottom .ui.container .defbox ul {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-50 {
    font-size: 20px;
  }
  #banner .bannerbox ul.bannerlist li .content .ui.container span.play {
    width: 30px;
    height: 30px;
  }
  .gxs-3 .top .ui.container .right ul.advlist li {
    width: 100%;
  }
  .font-26 {
    font-size: 18px;
  }
  .gxs-6 .ui.container ul.newslist .slick-dots {
    display: none!important;
  }
  .gxs-6 .ui.container ul.newslist li .item .txt {
    width: 100%;
    margin-top: 40px;
  }
  .gxs-6 .ui.container ul.newslist li .item .txt .h5 {
    font-size: 18px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#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;
  z-index: 9999;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: #1ab2af;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #1ab2af;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #1ab2af;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #1ab2af;
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: #1ab2af;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: #1ab2af !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #1ab2af;
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 998;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
.mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #fff;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}


/*inner css kaishi*/
.inner-page h1,
.inner-page h2,
.inner-page h3{
 font-weight: bold; 
}

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-banner {
  display: block;
  height: 500px;
  padding-top: 180px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background: aliceblue;
  background-attachment: fixed;
}
.inner-banner:after {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-banner.active:after {
  opacity: 0.3;
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  -ms-transition: 1.2s 1s;
  -o-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.inner-banner .box {
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.inner-banner.active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .box .content {
  margin: 0 auto;
  text-align: left;
  margin-top: 45px;
}
.inner-banner .box .mbx {
  display: block;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: capitalize;
}
.inner-banner .box h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin: 10px 0;
  text-transform: capitalize;
  z-index: 1;
}
.up-word {
  font-size: 36px;
  color: #fff;
  position: relative;
  margin: 10px 0;
  z-index: 1;
}
.inner-banner h2:after {
  content: attr(data-text);
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: -2;
  opacity: 0;
}
.inner-banner.active .box h2:after {
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s .5s;
  -moz-transition: 1.8s .5s;
  -ms-transition: 1.8s .5s;
  -o-transition: 1.8s .5s;
  transition: 1.8s .5s;
}
.inner-banner .btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: #1ab2af;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-banner .btn a.more.contact:hover{
  color: #fff;
  background: var(--base-color);
}
.inner-banner .btn a.more:hover{
  color: #fff;
}
.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding: 0 0 0 10px;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: #1ab2af;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: #1ab2af;
  width: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-top: 15px;
  margin: 0 0 0 10px;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
  display: inline-block;
  letter-spacing: 0;
  min-width: 320px;
  font-size: 18px;
  color: #fff;
  background: rgba(7, 66, 149, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
  font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: #1ab2af;
}
.inner-page .m-page {
  text-align: right;
  display: block;
  padding-bottom: 55px;
  margin-top: 30px;
}
.honor-1 .m-page{
    text-align: right;
    display: block;
    padding-bottom: 55px;
    margin-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: #1ab2af;
  border: 1px solid #1ab2af;
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: #1ab2af;
}
.inner-page .m-page span {
  margin: 0 3px;
}
.about-page{
  overflow: hidden;
}
.about-page h2.h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page p.p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.about-page .abt-2 {
  padding-bottom: 20px;
}
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-right: 20px;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  line-height: 2;
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #1ab2af;
  margin-top: 35px;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-7 {
  padding: 40px;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
  max-width: 662px;
  width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 3em;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #1a466c;
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  color: #1a466c;
  text-transform: uppercase;
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  line-height: 2;
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #1ab2af;
  margin-top: 35px;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
/*关于我们*/
.about-page .about-2 .history-Box {
  z-index: 1;
}
.about-page .about-2 .history-Box .history-Box {
  z-index: 0;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  top: 48% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 60px !important;
  opacity: .5;
  z-index: 10;
}
.inner-page.about-page .about-1 img {
  width: 100%;
  right: 0;
  float: right;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  overflow: hidden;
}
.init-left p {
  line-height: 2;
  color: #535353;
  width: 90%;
}
.init-left h5 {
  font-size: 20px;
  width: 70%;
  line-height: 1.5;
  color: #535353;
  font-weight: bold;
  margin-bottom: 24px;
}
.init-left h4 {
  font-size: 38px;
  line-height: 1;
  color: #535353;
  font-weight: bold;
  margin-bottom: 35px;
}
.about-page .about-2 {
  padding: 75px 0 60px;
  background: url(../images/history-bg.jpg) no-repeat center center;
  background-size: cover;
}
.about-page .about-2 .top {
  text-align: center;
  margin-bottom: 90px;
}
.about-page .about-2 .top h3 {
  font-size: 36px;
  line-height: 1;
  color: #fefefe;
  font-weight: bold;
  margin-bottom: 12px;
}
.about-page .about-2 .top p {
  font-size: 20px;
  line-height: 1;
  color: #fefefe;
}
.about-page .about-2 ul li {
  width: 25%;
  position: relative;
}
.about-page .about-2 ul li::after {
  position: absolute;
  content: "";
  height: 190px;
  width: 1px;
  border-left: 1px solid #ffffff;
  left: 0;
  bottom: 0;
}
.about-page .about-2 ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  left: -6px;
  bottom: -6px;
}
.about-page .about-2 ul li h4 {
  font-size: 25px;
  line-height: 1;
  color: #fefefe;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-page .about-2 ul li p {
  font-size: 14px;
  line-height: 2;
  color: #fefefe;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 120px;
}
.about-page .about-2 ul.h-up {
  position: relative;
}
.about-page .about-2 ul.h-up::after {
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  content: "";
  right: 100%;
  bottom: -1px;
}
.about-page .about-2 ul.h-up li {
  padding: 25px 25px 50px;
  position: relative;
}
.about-page .about-2 ul.h-up li:nth-child(even) {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.about-page .about-2 ul.h-up li:nth-child(even)::before {
  top: -6px;
  bottom: auto;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  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;
}
.about-page .about-2 .history-Box .swiper-button-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.about-page .about-2 .history-Box .swiper-button-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.about-page .about-2 .historyBox {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1545px;
  padding-left: 35px;
}
.about-page .about-2 .historyBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.about-page .about-3 {
  padding: 120px 0 85px;
}
.about-page .about-3 .content {
  margin: 0 auto;
  max-width: 1400px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .content .left {
  width: 60.7%;
}
.about-page .about-3 .content .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .content .left ul li {
  width: 31.5%;
  padding: 45px 30px 25px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  border-radius: 10px;
}
.about-page .about-3 .content .left ul li::after {
  position: absolute;
  font-size: 85px;
  line-height: .8;
  color: rgba(7, 66, 149, 0.2);
  font-weight: bold;
  right: 0;
  bottom: 0;
}
.about-page .about-3 .content .left ul li span {
  width: 71px;
  height: 71px;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-3 .content .left ul li h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin: 20px 0 20px;
}
.about-page .about-3 .content .left ul li p {
  font-size: 14px;
  line-height: 2;
  color: #777777;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-page .about-3 .content .left ul li:nth-child(1) span {
  background: url(/template/en/images/icon-3-1.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(1)::after {
  content: "01";
}
.about-page .about-3 .content .left ul li:nth-child(2) {
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
}
.about-page .about-3 .content .left ul li:nth-child(2) span {
  background: url(/template/en/images/icon-3-2.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(2)::after {
  content: "02";
}
.about-page .about-3 .content .left ul li:nth-child(3) span {
  background: url(/template/en/images/icon-3-3.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(3)::after {
  content: "03";
}
.about-page .about-3 .content .left ul li:nth-child(4) span {
  background: url(/template/en/images/icon-3-4.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(4)::after {
  content: "04";
}
.about-page .about-3 .content .left ul li:nth-child(5) {
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
}
.about-page .about-3 .content .left ul li:nth-child(5) span {
  background: url(/template/en/images/icon-3-1.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(5)::after {
  content: "05";
}
.about-page .about-3 .content .left ul li:nth-child(6) span {
  background: url(/template/en/images/icon-3-2.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(6)::after {
  content: "06";
}
.about-page .about-3 .content .right {
  width: 39.3%;
  padding-left: 4%;
}
.about-page .about-3 .content .right h4 {
  font-size: 16px;
  line-height: 1;
  color: #014099;
  font-weight: bold;
  font-family: 'DINCond';
  text-transform: uppercase;
  position: relative;
}
.about-page .about-3 .content .right h4::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #1ab2af;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-3 .content .right h5 {
  font-size: 38px;
  line-height: 2;
  color: #000;
  font-weight: 700;
  margin: 30px 0;
}
.about-page .about-3 .content .right p {
  font-size: 14px;
  line-height: 2;
  color: #000;
}
.about-page .about-3 .content .right ul {
  margin: 35px 0;
}
.about-page .about-3 .content .right ul li {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.about-page .about-3 .content .right ul li:hover {
  margin-left: 15px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.about-page .about-3 .content .right ul li {
  padding: 15px 0 15px 75px;
  font-size: 16px;
  line-height: 1;
  color: #535353;
}
.about-page .about-3 .content .right ul li:nth-child(1) {
  background: url(../images/a-4.png) no-repeat 8px center;
}
.about-page .about-3 .content .right ul li:nth-child(2) {
  background: url(../images/a-5.png) no-repeat 10px center;
}
.about-page .about-3 .content .right ul li:nth-child(3) {
  background: url(../images/a-6.png) no-repeat left center;
}
.about-page .about-3 .content .right .link {
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .content .right a {
  font-size: 16px;
  line-height: 1;
  color: #1ab2af;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 35px;
  border: 1px solid #1ab2af;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-right: 50px;
  font-weight: bold;
}
.about-page .about-3 .content .right a:hover {
  background: #1ab2af;
  color: #ffffff;
}
.about-page .about-3 .content .right a.active {
  background: #1ab2af;
  color: #ffffff;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  top: 48% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 60px !important;
  opacity: .5;
}
.about-page .about-gy {
  padding: 60px 0;
  background: url('../images/gongyi.jpg') center center;
  text-align: center;
  color: white;
  background-size: cover;
}
.about-page .about-gy h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
}
.about-page .about-gy .box {
  margin-top: 60px;
  padding: 0 16%;
}
.about-page .about-gy .box ul {
  margin: -50px;
}
.about-page .about-gy .box ul li {
  padding: 50px;
}
.about-page .about-gy .box ul li .text {
  vertical-align: middle;
  padding-right: 3%;
  text-align: left;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 1;
}
.about-page .about-gy .box ul li .text h6 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}
.about-page .about-gy .box ul li .text h6 span {
  font-weight: bold;
  font-size: 36px;
  color: white;
  vertical-align: top;
  line-height: 1.4;
}
.about-page .about-gy .box ul li .text h3 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 2;
  color: #fff;
  word-break: break-word;
  text-transform: uppercase;
}
.about-page .about-gy .box ul li .img {
  position: relative;
  text-align: left;
  vertical-align: middle;
  left: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-gy .box ul li .img img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
.about-page .about-gy .box ul li .img .box2 {
  height: 80%;
  top: 10%;
  width: 30%;
  left: -15%;
  background: #1ab2af;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-gy .box ul li .img .box2 span {
  font-size: 22px;
  font-weight: bold;
}
.about-page .about-gy .box ul li .img .box2 h6 {
  font-size: 12px;
  line-height: 2;
  position: absolute;
  padding: inherit;
  width: 100%;
  bottom: 0;
  left: 0;
}
.factory-page .list ul li {
  padding: 15px;
}
.factory-page img {
  transition: all .5s ease;
  width: 100%;
}
.factory-page .list li.column:hover img {
  transform: scale3d(1.05, 1.05, 1);
  transition: all .5s ease;
}
.about-page .about-gy {
  overflow: hidden;
}
.about-page .about-gy .box ul .slick-list {
  overflow: unset;
}
.about-page .about-gy .box ul .slick-current + div li .text {
  opacity: 0;
}
.about-page .about-gy .box ul .slick-current + div li .img {
  left: -45%;
}
.about-page .about-gy .box ul .slick-current + div li .img .box2 {
  opacity: 1;
}
.about-page .about-gy .box ul .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  margin-left: -80px;
  z-index: 1;
  background: #1ab2af url('../images/banner-btn-l.png') center center no-repeat;
  background-size: 14px;
  border: none;
  cursor: pointer;
  cursor: hand;
  color: transparent;
  font-size: 0;
}
.about-page .about-gy .box ul .slick-arrow.slick-next {
  display: none;
}
.about-page .i-semi {
  text-align: center;
  padding: 80px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: linear-gradient(#f1f7fc 50%, #ffffff 50%);
}
.about-page .i-semi p.p {
  color: #000;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.about-page .i-semi .semi-list .btn{
    position: absolute;
    margin: 5px;
    display: inline-block!important;
    width: 42px;
    height: 42px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    top: 50%;
    margin-top: -21px;
    z-index: 3;
}
.about-page .i-semi .semi-list .btn:hover{
  transition: 0.3s all;
  color: #000;
  border-color: #000;
}
.about-page .i-semi .semi-list .btn.slick-prev{
  left: -40px;
}
.about-page .i-semi .semi-list .btn.slick-next{
  right: -40px;
  left: auto!important;
}
.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}
.font-14{
  line-height: 2;
}
/*.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}*/
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 1400px) {
  .about-page .abt-2 .grid-box .right .text h2 {
    line-height: 1;
  }
  .about-page .about-gy h2 {
    font-size: 36px;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 40px;
  }
  .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    bottom: -30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .abt-2 {
    padding: 40px 0;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .about-gy h2,
  .about-page .abt-7 .grid-box .right .text h2 {
    font-size: 14px;
  }
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 10px 0;
  }
  .about-page .abt-7 {
    padding: 10px 0;
  }
  .about-page .about-gy {
    padding: 20px 0;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 22px;
  }
  .about-page .about-gy .box ul li .text h6 {
    font-size: 18px;
  }
  .about-page .about-gy .box ul li .text h6 span {
    font-size: 24px;
  }
  .about-page .box h2 {
    font-size: 25px;
  }
  .about-page {
    padding: 30px 0;
  }
  .about-page h2.h2 {
    font-size: 25px;
  }
}
/*关于我们*/
.contact-page .contact-request {
  background: #e4e4e4;
  padding: 30px 0;
}
.contact-page .contact-request .column {
  width: 75%;
}
.contact-page .contact-request .column:nth-child(2) {
  width: 25%;
}
.contact-page .contact-request .column h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}
.contact-page .contact-request .column a.more {
  display: block;
  width: 100%;
  background: #1ab2af;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
.contact-page .init-1 {
  padding: 90px 0;
}
.contact-page .init-2 .grid-box .column {
  margin-bottom: 8px;
  width: 100%;
}
.contact-page .init-2 .grid-box .column h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .init-2 .grid-box .column p .fa {
  margin-right: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  background: #1ab2af;
}
.contact-page .init-2 .grid-box .column p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #555;
}
.contact-page .init-3 h2 {
  text-align: center;
  font-size: 262px;
  color: #eee;
  font-weight: bold;
}
.contact-page .init-3 .ewm {
  width: 130px;
  margin: 0 auto;
  display: block;
  margin-top: -150px;
}
.contact-page .init-3 .ewm h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.contact-page .init-6 {
  padding: 100px 0 50px;
}
.contact-page .init-6 .container {
  width: auto;
  max-width: 1550px;
}
.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}
.contact-page .init-6 .right {
  width: 35%;
  padding: 0 5%;
  vertical-align: middle;
}
.contact-page .init-6 .right h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-page .init-6 .right h6 {
  display: block;
  font-size: 18px;
  color: black;
  line-height: 1.6;
  font-weight: bold;
}
.contact-page .init-6 .right h6:before {
  content: '';
  border-left: 17px solid #1ab2af;
  border-top: 17px solid #1ab2af;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 28px;
}
.contact-page .init-6 .right .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}
.inner-page .form input,
.inner-page .form textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #eee;
}
.inner-page .form input[type="submit"] {
  width: 200px;
  color: #fff;
  background: #1ab2af;
}
.inner-page .form textarea {
  min-height: 270px;
}
.inner-page .form ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.inner-page .form ul li:nth-child(2) {
  margin-right: 0;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list {
  margin-top: 100px;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.technology-page .i-support {
  background: #1ab2af;
}
.technology-page .i-support .grid-box {
  background: #1ab2af;
}
.technology-page .i-support .grid-box .column {
  vertical-align: middle;
}
.technology-page .i-support .grid-box .column:nth-child(2) {
  padding: 0 5%;
  color: #fff;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 2;
}
.technology-page .i-support .grid-box .column:nth-child(2) p {
  font-size: 18px;
  font-weight: 300;
}
.technology-page .i-support .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 228px;
  height: 60px;
  margin-top: 70px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #1ab2af;
  font-weight: bold;
}
.technology-page .i-faq {
  padding-top: 70px;
  padding-bottom: 40px;
}
.technology-page .i-faq h2.h2 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
.technology-page .i-faq p.p {
  text-align: center;
  color: #848d95;
  font-size: 16px;
  max-width: 640px;
  line-height: 2;
  margin: 0 auto;
}
.technology-page .i-faq .faq-list {
  padding-top: 50px;
}
.technology-page .i-faq .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  cursor: pointer;
  color: #333;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 4px;
}
.technology-page .i-faq .faq-list dt i.fa {
  margin-top: 5px;
}
.technology-page .i-faq .faq-list dt:hover,
.technology-page .i-faq .faq-list dt.active {
  background: #014099;
  color: #fff;
}
.technology-page .i-faq .faq-list dd {
  font-size: 18px;
  line-height: 2;
  color: #757575;
  padding: 15px 30px;
  display: none;
}
.join-us-page .join-us-1 {
  padding: 90px 0;
}
.join-us-page .join-us-1 .box {
  display: block;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.join-us-page .join-us-1 .box .left {
  vertical-align: middle;
  width: 42%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.join-us-page .join-us-1 .box .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 5%;
}
.join-us-page .join-us-1 .box .right h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  text-transform: capitalize;
}
.join-us-page .join-us-1 .box .right .text p {
  font-size: 16px;
  line-height: 2;
}
.join-us-page .join-us-1 .box .right .text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 40px;
}
.join-us-page .join-us-1 .box .right .btn a {
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  height: 52px;
  padding: 0 35px;
  border-radius: 7px;
  border: 1px solid #033f94;
  background: #033f94;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.join-us-page .join-us-1 .box .right .btn a:last-child {
  background: transparent;
  color: #033f94;
  margin-left: 25px;
}
.join-us-page .technology-page .i-support img {
  width: 100%;
}
.join-us-page .about-page {
  padding: 0;
}
.join-us-page .about-page .init-certification-public {
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #014099), color-stop(0%, #f7f7f7));
  background: -webkit-linear-gradient(left, #014099 36%, #f7f7f7 0%);
  background: -moz-linear-gradient(left, #014099 36%, #f7f7f7 0%);
  background: linear-gradient(to right, #014099 36%, #f7f7f7 0%);
  padding: 120px 0;
}
.join-us-page .about-page .init-certification-public h2 {
  color: white;
  line-height: 1;
}
.join-us-page .about-page .init-certification-public p {
  color: #fff;
  line-height: 2;
}
.join-us-page .about-page .init-certification-public .column:nth-child(1) {
  padding-left: 12%;
  padding-right: 5%;
  width: 36%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) {
  padding-left: 3%;
  width: 64%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
  padding-right: 14%;
}
.join-us-page .about-page .init-certification-public .column {
  position: relative;
}
.join-us-page .about-page .init-certification-public .column .btn {
  margin-top: 20px;
}
.join-us-page .about-page .init-certification-public .column .slick-arrow {
  position: static;
  cursor: pointer;
  width: 58px;
  height: 60px;
  background: url(../images/factory-l.jpg) no-repeat center;
  left: -80%;
  bottom: 10%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.join-us-page .about-page .init-certification-public .column .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  margin-left: 10px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
  margin: 0 -25px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
  padding: 0 25px;
}
.join-us-page .join-us-2 {
  padding: 50px 0 50px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  width: 50%;
  padding-right: 4%;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #1ab2af;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  background: #1ab2af;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  margin: 0 3px;
  font-size: 20px;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: #1ab2af;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid #1ab2af;
  font-size: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before {
  display: none;
}
.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  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;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li .children {
  display: none;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: #1ab2af;
color: white;*/
  color: #1ab2af;
}
/*.inner-page .sideLeft .box .list ul li a.active{
color: #1ab2af;
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: #1ab2af;
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.inner-page .sideRight .prodet-1 .m-link{
  text-align: right;
   margin-top: 20px;
}
.product-page {
  padding: 90px 0 130px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1 {
  font-size: 26px;
  font-weight: bold;
  color: #1ab2af;
}
.product-page .productList .fuyingpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add{
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: .3s ease;
}

.productList ul li .box2:hover .product_add{
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active{
  color: #FFFFFF;
  background-color: #1ab2af;
}

.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: #1ab2af;
    transition: .5s;
}

.productList ul li .box2 h3 {
 font-size: 15px;
    padding-top: 15px;
    min-height: 80px;
}
.productList ul li .box2 h5:hover {
  color: #1ab2af;
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb{
  background: #1ab2af;
}
.productList ul li .box2 .text p {
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #1ab2af;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #1ab2af;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}

.popus_from {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 70%;
  overflow: auto;
  width: 400px;
  max-width: 94%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  z-index: 22;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popus_from .box {
  padding: 30px;
  position: relative;
}
.popus_from .box h3 {
  font-size: 24px;
  color: black;
  line-height: 1;
  margin-bottom: 20px;
}
.popus_from .box i {
  width: 30px;
  height: 30px;
  background: #eee;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.popus_from .box i:after,
.popus_from .box i:before {
  content: '';
  width: 70%;
  left: 15%;
  height: 2px;
  background: black;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popus_from .box i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popus_from .box form ul {
  margin: -10px;
}
.popus_from .box form ul li {
  padding: 10px;
  width: 100%;
}
.popus_from .box form ul li p {
  font-size: 18px;
  margin-bottom: 10px;
}
.popus_from .box form ul li input,
.popus_from .box form ul li textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #eee;
  transition: .5s;
}
.popus_from .box form ul li input:focus,
.popus_from .box form ul li textarea:focus {
  border-color: #1ab2af;
}
.popus_from .box form ul input[type="submit"] {
  height: 40px;
  line-height: 40px;
  width: auto;
  background: #111;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  transition: .5s;
  padding: 0 25px;
  border: none;
}
.popus_from .box form ul input[type="submit"]:hover {
  background: #1ab2af;
}
.popus_from .box form ul li textarea {
  height: 120px;
}
.prodet-page .container {
  max-width: 1465px;
}

.prodet-page .prodet-1 .prodet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-left: 12%;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  border: 1px solid #ececec;
  background: #f1f1f1;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
  text-align: right;
  font-size: 18px;
  line-height: 1;
  color: #1ab2af;
  padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 53px;
  height: 53px;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h1.tit {
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  padding: 15px 0 30px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
  display: inline-block;
  padding: 12px 0;
  border: 2px solid #1ab2af;
  background: #1ab2af;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 160px;
  color: #fff;
}

.prodet-page .prodet-1 .prodet-box .right .link a.active,
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
  background: #000;
  border: 2px solid #000;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 20px;
  background: none;
  color: #014099;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
  background: #014099;
  color: #fff;
  border: 2px solid #014099;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
  margin-left: 20px;
  background: 0 0;
  color: #1ab2af;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: #1ab2af;
  color: #fff;
  border: 2px solid #1ab2af;
}
.prodet-page .prodet-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.prodet-page .prodet-2 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .box .left {
  background: #eeeeee;
}
.prodet-page .prodet-2 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  padding: 0 30px;
  border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
  border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
  padding: 0 30px 0 0;
}
.prodet-page .prodet-2 .box .right {
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}
.prodet-page .prodet-2 .box .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  margin-left: 65px;
}
.prodet-page .prodet-2 .box .right p:first-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
  margin-right: 15px;
}
/*.prodet-page .prodet-3 {
padding: 3*10px 0 0;
}*/
.prodet-page .prodet-3 .chanshuBox {
  position: relative;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left {
width: 50%;
padding: 0 0.5*10px 0 10.5*10px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
  font-size: 28px;
  /*text-transform: uppercase;*/
  line-height: 1;
  color: #2c2927;
  margin-bottom: 25px;
  display: none;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
  font-size: 20px;
  line-height: 1;
  color: #2c2927;
  height: 26px;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
width: 50%;
text-align: right;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  width: 54px;
  height: 54px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
  background: url(/eastrongroup/2022/07/26/l-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  background: url(/eastrongroup/2022/07/26/l-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 90%;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 2;
  color: #000000;
  padding: 15px 0 10px;
  min-height: 88px;
}
.prodet-page .prodet-5 {
  padding: 0px 0 50px;
}
.prodet-page .prodet-5 table tbody{
  table-layout: fixed;
}
.prodet-page .prodet-5 .content {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1.8;
}
.prodet-page .prodet-5 .pro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.prodet-page .prodet-5 .pro .pro-left {
  width: 50%;
  padding-right: 40px;
}
.prodet-page .prodet-5 .pro .pro-left p {
  font-size: 15px;
  padding: 5px 0;
}
.prodet-page .prodet-5 .pro .pro-right {
  width: 50%;
}
.prodet-page .prodet-6 .content {
  font-size: 16px;
  line-height: 1.5;
}
.prodet-page .prodet-7 {
  padding-bottom: 30px;
}
.prodet-page .prodet-7 .content {
  display: flex;
}
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.display {
  display: flex;
}
.display .display-left {
  width: 40%;
}
.display-right {
  width: 60%;
}
.display .display-left p {
  line-height: 1.8;
  font-size: 18px;
  color: #6e6e6e;
}
.display-right h5 {
  font-size: 24px;
}
.display-right h5 {
  font-size: 24px;
  padding-bottom: 20px;
}
.display-right img {
  padding: 20px 0;
}
.prodet-6 table {
  text-align: center;
  margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
  background: #484443;
  color: #fff;
  font-size: 18px;
}
.prodet-6 table tr {
  font-size: 15px;
}
.prodet-6 table td,
.prodet-6 table th {
  border: 0;
}
.prodet-6 table tr:nth-child(1) td {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
  padding: 10px 0;
  vertical-align: middle;
  border: 1px solid #eee;
  text-align: left;
  padding-left: 40px;
}
/*璇︽儏-end*/
.prodet-6 table tr:nth-child(1) td {
  text-align: center;
}
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.prodet-page .prodet-7 .left table {
  font-size: 14px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
  display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 {
  padding-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
  background: #fff;
}
.slick-arrow.slick-hidden {
  display: block;
}
@media screen and (max-width: 1600px) {
  .contact-page .init-1 {
    padding: 50px 0;
  }
  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }
  .contact-page .init-6 .right h2 {
    font-size: 36px;
  }
  .contact-page .init-6 .right h6:before {
    border-width: 10px;
    margin: 10px 0;
  }
  .contact-page .init-6 .right h6 {
    font-size: 16px;
  }
  .contact-page .init-6 .right .text {
    font-size: 14px;
  }
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner {
    height: 600px;
    padding-top: 180px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }
  .about-page .abt-2 .grid-box .right .text p {
    font-size: 16px;
  }
  .about-page .about-2 .history-Box .swiper-button-prev,
  .about-page .about-2 .history-Box .swiper-button-next {
    display: none !important;
  }
  .about-page .about-3 .content .left ul li::after {
    font-size: 60px;
  }
  .about-page .about-3 .content .right h5 {
    font-size: 28px;
  }
  .about-page .about-3 .content .right a {
    font-size: 14px;
    padding: 15px;
  }
  .about-page .about-3 .content .left ul li h5 {
    margin: 15px 0;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .content .left ul li:nth-child(2),
  .about-page .about-3 .content .left ul li:nth-child(5) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-3 .content .left ul li {
    padding: 15px;
  }
  .about-page .about-gy {
    margin-top: 0;
  }
  .about-page .about-gy .box ul li .text h6 {
    font-size: 18px;
  }
  .about-page .about-gy .box ul li .text h6 span {
    font-size: 150%;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 30px;
  }
  .about-page .about-gy .box ul .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .about-page {
    padding-bottom: 0;
  }
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .bottom table td {
    padding: 10px;
  }
  .prodet-page .prodet-2 .bottom {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 28px;
  }
  .prodet-page .prodet-4 {
    padding: 40px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 18px;
    line-height: 1.6;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul input[type=submit] {
    padding: 10px 30px !important;
    font-size: 22px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share a i {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact {
    padding: 40px 20px;
  }
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 22px;
  }
  .newsList ul li {
    padding: 15px;
  }
  .newsList ul {
    margin: -15px;
  }
  .join-us-page .join-us-1 {
    padding: 60px 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 40px;
    height: 44px;
    font-size: 20px;
    padding: 0 20px;
  }
  .technology-page .i-support .grid-box .column:nth-child(2) a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 10px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
    margin: -10px;
  }
  .join-us-page .about-page .init-certification-public .column .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .join-us-page .join-us-2 {
    padding: 60px 0;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 24px;
    padding: 15px;
  }
  .factory-page {
    padding: 60px 0;
  }
  .factory-page .list {
    margin-top: 60px;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 40px;
  }
  .abt-7 .shuzi ul li.wow.fadeInUp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 480px;
    padding-top: 130px;
  }
  .inner-banner .box h2{
    font-size: 30px;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }
  .factory-page .list ul li {
    padding: 10px;
  }
  .factory-page .list ul {
    margin: -10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 24px;
  }
  .join-us-page .join-us-1 .box .right .text {
    margin: 10px 0;
  }
  .join-us-page .about-page .init-certification-public {
    padding: 50px 0;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 16px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    margin-top: 0;
  }
  .technology-page .i-faq {
    padding: 60px 0;
  }
  .technology-page .i-faq .faq-list {
    padding-top: 30px;
  }
  .newsList ul li .box h3 {
    font-size: 18px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 14px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .box .right .btn {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    line-height: 32px;
    height: 32px;
    min-width: 160px;
  }
  .prodet-page .prodet-2 .top ul li {
    padding: 0 20px 10px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 30px 0;
    border-bottom-width: 20px;
  }
  .prodet-page .prodet-3 .productList {
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 24px;
  }
  /*.prodet-page .prodet-5 {
    padding: 60px 0;
  }*/
  .prodet-page .prodet-5 h3 {
    font-size: 32px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .p-contact .right h4 {
    font-size: 24px;
  }
  .about-page .abt-2 .grid-box .right {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about-page .about-3 .content .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-3 .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 17%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    font-size: 16px;
  }
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    display: flex;
    flex-wrap: wrap;
  }
  .display .display-left p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom table td {
    white-space: nowrap;
  }
  .inner-banner {
    height: 400px;
  }
  #footer .footer-top .left .text,
  .product-page .productList h1,
  .product-page .productList .fuyingpro,
  .hello {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
    line-height: 1.2;
  }
  .about-page .about-2 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .content .right ul {
    margin: 15px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .p-contact .left {
    padding-right: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right {
    padding-left: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li input[type="text"] {
    height: 40px;
    line-height: 40px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li p {
    font-size: 16px;
  }
  .productList ul li .box2 h5 {
    font-size: 16px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .newdet-page .content {
    padding: 30px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .inner-page .newsList ul li {
    width: 50% !important;
  }
  .about-page p.p {
    font-size: 14px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 32px;
    height: 34px;
    font-size: 14px;
  }
  .join-us-page .join-us-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .join-us-page .join-us-1 .box .left {
    display: none;
  }
  .join-us-page .join-us-1 .box {
    padding: 30px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 20px;
  }
  .contact-page .init-6 .left {
    width: 100%;
  }
  .contact-page .init-6 .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .content{
   margin-top: 0px;
  }
  .prodet-page .prodet-2 .box {
    display: none;
  }
  .prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
  .prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    display: none;
  }
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .inner-banner .btn{
    display: none;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 22px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
  .technology-page .i-support,
  .join-us-page .about-page .init-certification-public {
    display: none;
  }
  .technology-page .i-faq,
  .join-us-page .join-us-2 {
    padding-top: 0;
  }
  .join-us-page .join-us-2 .from ul li {
    width: 100%;
  }
  .inner-banner .nav-list {
    display: none;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 18px;
  }
  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    font-size: 13px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 20px;
  }
  .prodet-page .prodet-4 .left,
  .prodet-page .prodet-4 .right {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-4 .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-5 .p-contact .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .p-contact .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 16px;
  }
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-gy,
  .about-page .i-semi {
    display: none;
  }
  #footer .footer-top .left {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 24px!important;
    line-height: 44px;
  }
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li {
    padding: 15px 0;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    width: 100%;
  }
  .prodet-page .prodet-5 h3,
  .technology-page .i-faq h2.h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 18px;
    padding: 0 10px 5px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    min-width: 140px;
    font-size: 14px;
  }
  .newdet-page h2 {
    font-size: 20px;
  }
  .inner-page .newsList ul li {
    width: 100% !important;
  }
  .inner-page .newsList ul li .box {
    padding: 15px;
  }
  .join-us-page .join-us-1 .box {
    padding: 10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 20px;
  }
  .join-us-page .join-us-1 .box .right {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box {
    border-radius: 5px;
  }
}
.prodet-page .prodet-1 .prodet-box .right h3 {
  color: #1ab2af;
  font-size: 24px;
}
.inner-page.prodet-page .prodet-4 {
  padding-bottom: 80px;
}
/*新闻备份*/
/*
.newdet-page {
padding: 90px 0 60px;
}
.newdet-page h2 {
display: block;
text-align: center;
font-size: 28px;
color: black;
font-weight: bold;
line-height: 1;
}


.newdet-page .content {
  display: block;
  padding: 80px 0 10px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
.inner-page.newdet-page .ui.container .content {
  overflow: hidden;
}
.inner-page.newdet-page .ui.container .content h2 {
  text-align: left;
  padding-bottom: 20px;
}
.inner-page.newdet-page .ui.container .content p {
  font-weight: 500;
  line-height: 2;
}

.newdet-page .m-link .prev, .newdet-page .m-link .next{

font-weight: 500;

}
.inner-page.newdet-page .ui.container .content .main img {
  padding: 25px 0;
}
.inner-page.newdet-page .ui.container .content .main-left img {
  width: 50%;
  float: left;
  padding: 30px;
}
.newdet-page .content img {
display: block;
margin: 20px auto;
}
.newdet-page .m-link {
border-top: 35px solid #ececec;
padding-top: 25px;
}
.newdet-page .m-link .prev,
.newdet-page .m-link .next {
font-size: 16px;
color: black;
padding-right: 15px;
font-weight: bold;
}
.newdet-page .m-link .next {
text-align: right;
padding-left: 15px;
}
.newdet-page .m-link a:hover {
text-decoration: underline;
}
.newdet-page .content {
  padding: 60px 0 40px;
}
.newdet-page .m-link {
  padding-top: 15px;
  border-top-width: 20px;
}
.news-page .newsList {
  margin-bottom: 80px;
}
*/
/*新闻备份02*/
.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #1ab2af;
  border: 1px solid #1ab2af;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #1ab2af;
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
  font-family: 'DINCond';
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #1ab2af;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1ab2af;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 30px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #1ab2af;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #1ab2af;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #1ab2af;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, #1ab2af, #1ab2af);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: #1ab2af;
  border: 1px solid #1ab2af;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: #1ab2af;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 2;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #1ab2af;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #1ab2af;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-family: 'DINCond';
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: #1ab2af;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1ab2af;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
  font-size: 30px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content {
  margin-top: 30px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul {
  margin-right: -15px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul .slick-track {
  margin: 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li {
  width: 100%;
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
/*联系我们地图*/
.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}
.contact-page .init-6 .left div#map_line {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-page .init-6 .left div#map_line ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1ab2af;
  z-index: 6;
}
.contact-page .init-6 .left div#map_line ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(33, 64, 154, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.contact-page .init-6 .left div#map_line ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(33, 64, 154, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.contact-page .init-6 .left div#map_line ul li.ie1 {
  width: 35px;
  height: 35px;
  background: url(/template/en/images/ie-bg.png) no-repeat center center;
  background-size: 100% 100%;
  left: 80.2%;
  top: 44.5%;
}
.contact-page .init-6 .left div#map_line ul li.ie2 {
  left: 75%;
  top: 22%;
}
.contact-page .init-6 .left div#map_line ul li.ie3 {
  left: 77%;
  top: 56%;
}
.contact-page .init-6 .left div#map_line ul li.ie4 {
  left: 97%;
  top: 92%;
}
.contact-page .init-6 .left div#map_line ul li.ie5 {
  left: 70%;
  top: 53%;
}
.contact-page .init-6 .left div#map_line ul li.ie6 {
  left: 62%;
  top: 47%;
}
.contact-page .init-6 .left div#map_line ul li.ie7 {
  left: 55.5%;
  top: 43%;
}
.contact-page .init-6 .left div#map_line ul li.ie8 {
  left: 54.5%;
  top: 50%;
}
.contact-page .init-6 .left div#map_line ul li.ie9 {
  left: 47%;
  top: 37%;
}
.contact-page .init-6 .left div#map_line ul li.ie10 {
  left: 15%;
  top: 25%;
}
.contact-page .init-6 .left div#map_line ul li.ie11 {
  left: 16%;
  top: 40%;
}
.contact-page .init-6 .left div#map_line ul li.ie12 {
  left: 14%;
  top: 52%;
}
.contact-page .init-6 .left div#map_line ul li.ie13 {
  left: 30%;
  top: 70%;
}
.contact-page .init-6 .left div#map_line ul li p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  position: absolute;
  width: 100px;
}
/*关于我们*/
.inner-page.about-page .about-1 .left.column {
  padding-right: 2%;
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-1 .right.column {
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-1 .right,
.inner-page.about-page .about-1 .left {
  padding: 25px;
}
.about-page .about-1 .box .right .born-time {
  font-size: 36px;
  line-height: 1.3;
}
.about-page .about-1 .box .right .color-blue {
  color: #1ab2af;
  font-size: 24px;
}
.about-page .about-1 .box .right .text {
  font-size: 15px;
  line-height: 1.5;
  text-align-last: left;
  text-align: justify;
}
.about-page .about-1 .box .right .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .box .right .text p {
  padding-top: 10px;
  line-height: 1.8;
}
.about-page .about-1 .list {
  padding: 40px 0 30px;
  background: #f1f7fc;
  text-align: center;
}
.about-page .about-1 .list ul {
  padding: 0 5%;
  margin: -20px;
}
.about-page .about-1 .list ul li {
  padding: 20px;
}
.about-page .about-1 .list ul li {
  padding: 20px;
}
.about-page .about-1 .list ul li h6 {
  font-size: 36px;
  line-height: 1;
  color: #1ab2af;
}
.inner-page.about-page .about-1 .left.column .text p {
  line-height: 1.8;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.about-page .our-rz {
  padding: 70px 0;
}
.about-page .about-culture {
  padding: 80px 0;
}
.about-page .about-culture .list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #909090;
  top: 0;
  left: 38%;
  transform: translateX(-50%);
}
.about-page .about-culture ul {
  margin: 0 -100px;
}
.about-page .about-culture ul li:nth-child(1) {
  width: 40%;
}
.about-page .about-culture ul li:nth-child(2) {
  width: 60%;
}
.about-page .about-culture .tit {
  font-size: 36px;
  color: #0971ce;
  text-transform: uppercase;
}
.about-page .about-culture ul li:nth-child(2) p {
  line-height: 1.8;
}
.about-page .about-culture ul li {
  padding: 0 100px;
}
.about-page .about-factory .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-factory .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-factory .play:after,
.about-page .about-factory .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-factory .play i {
  display: inline-block;
  vertical-align: middle;
  left: 3px;
  font-size: 0;
  position: initial;
}
.fa-play:before {
  content: "\f04b";
}
.about-page .about-factory img {
  width: 100%;
}
.inner-page.about-page .about-1 {
  margin-bottom: -25px;
  padding-bottom: 80px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:hover:after {
  width: 100%;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1ab2af;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span {
  color: #1ab2af;
  display: block;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact {
  background: url(/woojonglighting/2023/06/19/product-bar-bg-2.jpg) no-repeat center center;
  padding: 215px 40px 125px;
  background-size: 100%;
  margin-top: 40px;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 2;
}
.inner-page .sideLeft .box .list ul li .children li:hover {
  background: #1ab2af;
  color: #fff;
}
.inner-page.prodet-page .prodet-4 h5:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #1ab2af;
  display: inline-block;
  margin-right: 10px;
}
.inner-page.prodet-page .prodet-4 h5 {
  font-size: 24px;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .Floating-sidebar {
    display: none;
  }
}
.s-logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}
span.anniu {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 99;
  font-size: 20px;
}
span.anniu.arrow_l {
  left: 0;
}
span.anniu.arrow_r {
  right: 0;
}
span.anniu a {
  padding: 20px 15px;
  background: #1ab2af;
}
.inner-page .sideLeft .box .list ul li.active {
  color: #1ab2af;
}
.inner-page .sideLeft .box .list ul li ul li.active {
  color: #fff;
  background: #1ab2af;
}
.prodet-page .prodet-2 {
  padding: 30px 0 60px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text {
  width: 70%;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-img {
  width: 30%;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text h4 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .neihe {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li {
  font-size: 14px;
  line-height: 2;
  width: 50%;
  display: inline-block;
  padding: 5px 0;
  color: #000;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul {
  margin: 20px 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul.grid-box.four {
  margin: 0 -15px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #1ab2af;
  display: inline-block;
  margin-right: 3px;
  border-radius: 20px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text a.more {
  background: #1ab2af;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
}
.inner-page.about-page.download .download-1 li {
  line-height: 2;
  overflow: hidden;
}
.inner-page.about-page.download .download-1 li .top {
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  background: #f0f0f0;
  font-size: 16px;
}
.inner-page.about-page.download .download-1 li .bottom {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.inner-page.about-page.download .download-1 li .bottom p {
  width: 20%;
  float: left;
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
}
.inner-page.about-page.download .download-1 li .bottom i.fa {
  font-size: 18px;
  color: #1ab2af;
}
.inner-page.about-page.download .download-1 .item-top p {
  float: left;
  text-align: center;
  width: 20%;
  padding: 20px 15px;
  background: #1ab2af;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #FFF;
}
.inner-page.about-page.download .download-1 .item-top {
  overflow: hidden;
}
.inner-page.about-page.download label.selectAlll {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  color: #1ab2af;
}
.download .ui.container {
  max-width: 1300px;
  width: 100%;
}
.download .search-box {
  margin: 30px 0;
}
.download .search-box #search {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.download .search-box #search::-moz-placeholder {
  color: gray;
}
.download .search-box #search::-webkit-input-placeholder {
  color: gray;
}
.download .search-box #search::placeholder {
  color: gray;
}
.download .search-box span {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box span em {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  line-height: 28px;
}
.download .search-box span i {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box .hz {
  padding: 10px;
  border: 1px solid #aaa;
  border-top: 0;
  display: none;
}
.download .search-box .hz input {
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}
.download .filterSingleBox {
  margin-bottom: 10px;
}
.download .filterSingleBox li ul {
  margin-right: -20px;
}
.download .filterSingleBox li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 20px;
  width: 24%;
  padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -5px;
}
.download .download-1 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.download .download-1 ul li {
  display: none;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
  color: #1ab2af;
}
#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
  border: 5px solid #ffffff;
  overflow: hidden;
}
.inner-page.about-page.download {
  padding-top: 180px;
}
.inner-page .sideLeft .box .list ul li {
  text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact .c-box span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
  margin-top: 10px;
}
.lianxi .map {
  width: 50%;
}
.lianxi {
  position: relative;
  display: flex;
}
.contact-page .init-2 {
  margin-bottom: 25px;
}
.contact-page .init-2 .grid-box .column p em {
  font-weight: bold;
  font-weight: bold;
  color: #000;
}
.join-us-page .join-us-2 .from h2 {
  padding-left: 18px;
  font-size: 18px;
  margin-bottom: 20px;
  width: 90%;
}
.fr span{
  line-height: 60px;
}
img.cctv {
  height: 6px;
  width: 100%;
  margin-top: 15px;
}
.contact-page .init-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 90%;
}
.join-us-page .join-us-2 .from p {
  padding-left: 18px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.8;
}
div#header.nav1 {
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color: #1ab2af;
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
  font-size: 24px;
  color: #272727;
  text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
  display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  line-height: 30px;
  color: #1ab2af;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
  width: 100%;
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover a.mores {
  margin-left: 10px;
}
/*.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover {
background: linear-gradient(to right,#1ab2af,#1ab2af);
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .left.txt-center span {
  background-color: #fff;
  color: #1ab2af;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .left.txt-center {
  color: #fff;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .right a {
  color: #fff;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover p {
  color: #fff;
}*/
/*history*/
.about-page .about-4 .box {
  display: block;
  margin: 0 auto;
  max-height: 500px;
  overflow: overlay;
}
.about-page .about-4 .box ul {
  margin: 0 -20px;
}
/*.about-page .about-4 .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 17px;
  background: #000;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
  background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: linear-gradient(to bottom, #ffffff, transparent);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
  position: absolute;
}*/
.about-page .about-4 .box ul li {
  padding: 0 20px;
  position: relative;
}
/*.about-page .about-4 .box ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 4px solid #fff;
  background: #1ab2af;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
  -moz-box-shadow: 0 0 3px 3px #fff;
  -o-box-shadow: 0 0 3px 3px #fff;
  box-shadow: 0 0 3px 3px #1ab2af;
}*/
.about-page .about-4 .box ul li h5 {
  font-size: 20px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content {
  display: block;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: rgba(0, 160, 233, 0.5);
}
.about-page .about-4 .box ul li .content .text {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
  content: '';
  border-right: 10px solid #1ab2af;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -moz-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #000000 100%);
  background: -o-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: -ms-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: linear-gradient(to right, #1ab2af, #33b3ed);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc', GradientType=1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .left {
  padding-top: 10px;
  padding-right: 35px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .right {
  padding-left: 25px;
  position: relative;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
/*.about-page .about-4 .box ul li:nth-child(odd) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(odd) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}*/
.about-page .about-4 .box ul li:nth-child(odd) .right .content:after {
  border-left: 10px solid #1ab2af;
  border-right: none;
  left: 100%;
}
.about-page .about-4 .box ul li:nth-child(odd) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
  color: #ffffff;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
  opacity: 1;
}
.about-page .about-4 h2 {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: bold;
}
.about-page .about-4 h2 {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
}
.inner-page .sideLeft .box .list ul li ul {
  margin-top: 20px;
}
.inner-page .sideLeft .box .list ul li.active:before {
  background: #fff;
}
#fullpage .section:nth-child(7) .init-6 .container .left .formBox form button:hover {
  color: #fff;
}
#footer .footer-top .icon {
  margin-top: 50px;
  vertical-align: middle;
}
#footer .footer-top .icon ul {
  margin-left: -15px;
}
#footer .footer-top .icon ul li {
  width: auto;
  padding-left: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-top .icon ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  color: black;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
}
.button-group {
  position: absolute;
  bottom: auto !important;
  right: auto !important;
  font-size: 12px;
  padding: 10px 0 !important;
}
.about-page .about-4 .box::-webkit-scrollbar {
  display: none;
}
.prodet-page .prodet-3 .chanshuBox .ddd {
  display: flex;
  text-align: center;
}
.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide {
  width: 50%;
  border: 1px solid #eee;
}
.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide .left {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide .right {
  padding-bottom: 40px;
}
.prodet-page .prodet-3 {
  margin-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox h4 {
  font-size: 18px;
  text-align: center;
  background: #484443;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-page .prodet-5 .pro .pro-left h2 {
  color: #1ab2af;
  font-size: 22px;
  font-weight: 300;
}
.prodet-page .prodet-5 .pro .pro-left em {
  font-size: 16px;
}
.prodet-page .prodet-5 .pro .pro-left h3 {
  color: #000;
}
.inner-page.prodet-page .prodet-4 .swiper-slide {
  background: #f7f7f7;
  padding: 10px;
}
.inner-page.prodet-page .prodet-4 .swiper-slide:hover {
  background: #1ab2af;
}
.inner-page.prodet-page .prodet-4 .swiper-slide:hover h4 {
  color: #fff;
}
.inner-page.about-page.download .download-1 li .bottom p:hover i {
  color: #45b035;
}
.inner-page.about-page.download .download-1 li .bottom:nth-child(even) {
  background: #fbfbfb;
}
.download .ui.container {
  max-width: 1300px;
}
.inner-page.about-page.download .table {
  margin: 30px 0 60px;
}
.inner-page.about-page.download .table th {
  text-align: center;
  width: 20% !important;
  padding: 20px 15px;
  background: #1ab2af;
  font-size: 16px;
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
}
.inner-page.about-page.download .table #top td {
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  background: #f0f0f0;
  font-size: 16px;
}
.inner-page.about-page.download .table #info {
  width: 100%;
  background: #fff;
}
.inner-page.about-page.download .table #info:nth-child(even) {
  background: #fbfbfb;
}
.inner-page.about-page.download .table #info td,
th {
  width: 20% !important;
  /*float: left;*/
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
}
.inner-page.about-page.download .table #info i.fa {
  font-size: 18px;
  color: #1ab2af;
}

.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left{
  position: relative;
  z-index: 1;
}
.about-ab .top h2 {
  color: #1ab2af;
  font-size: 24px;
  line-height: 44px;
}
.about-ab .top h3 {
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about-ab .top p {
  color: #363636;
  font-size: 18px;
  padding: 15px 0;
  line-height: 32px;
}
.about-ab .top .con {
  color: #363636;
  font-size: 18px;
  padding: 15px 0;
  line-height: 32px;
}
.corporate-culture {
  padding: 80px 0;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
}
.corporate-culture .left h2 {
  color: #1ab2af;
  font-size: 24px;
  line-height: 44px;
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: 10px;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
  line-height: 32px;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid #1ab2af;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.4;
  margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-transform: capitalize;
}
.about-page .our-rz ul {
  display: flex;
  justify-content: space-between;
}
.about-page .our-rz h2 {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 45px;
  position: relative;
}
.about-page .our-rz h2:after {
  content: "";
  position: absolute;
  width: 10%;
  left: 50%;
  height: 3px;
  background: #1ab2af;
  bottom: -10px;
  transform: translateX(-50%);
}
.indusknow h2 {
    line-height: 1.2;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.indusknow h3 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 12px;
    color: #363636;
    text-transform: capitalize;
}
.indusknow {
    font-size: 16px;
    line-height: 2;
    padding: 100px 10px;
    margin: 0 auto;
    position: relative;
    color: #363636;
    max-width: 1558px;
}




@media screen and (max-width: 1555px) {
  .productList ul li .box2 .text p {
    margin-bottom: 10px;
  }
  .productList ul li {
    padding: 5px;
  }
  .productList ul {
    margin: -5px;
  }
  .productList ul li .box2 .text {
    font-size: 14px;
  }
  .productList ul li .box2 {
    padding: 10px;
  }
  .productList ul li .box2 h5 {
    padding: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .newsList {
    padding-right: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100% !important;
  }
  .inner-page.about-page.download {
    padding-top: 60px;
  }
  .download .filterSingleBox li {
    width: 33%;
  }
  .about-ab .top .con{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
   .about-ab .top .con::-webkit-scrollbar-thumb{
     background: #1ab2af;
   }
      .corporate-culture .ui.container{
     display: block;
   }
   .corporate-culture .left{
     width: 100%;
   }
   .corporate-culture .right{
     width: 100%;
     margin-top: 20px;
   }
   .about-page .about-factory img.cpm{
     height: auto;
   }
   .productList ul li .box2 .text {
    display: none;
  }
  .productList ul li .box2 a.more {
    margin-top: 0;
  }
  /*.inner-page .sideLeft{
    display: block;
    width: 100%;
    padding-right: 0;
  }*/
  .inner-page.product-page .sideLeft.column .inner-contact{
    display: none;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .indusknow h2{
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .mbx {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    padding: 30px 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    text-align: left;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    text-align: center;
    font-size: 16px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
  .inner-banner .box h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .newdet-page .sidebar-box .sidebar-right .relate-product {
    display: none;
  }
  .download .filterSingleBox li {
    width: 49%;
  }
  .inner-banner .btn {
    margin-top: 30px;
  }
  .prodet-page .prodet-5 .pro {
    display: block;
  }
  .prodet-page .prodet-5 .pro .pro-left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .pro .pro-right {
    width: 100%;
  }
  .about-ab .top{
    padding-top: 0px;
  }
  .about-page .about-factory{
    display: none;
  }
   .corporate-culture{
     padding: 30px 0;
   }
   .corporate-culture .left ul{
     display: none;
   }
   .corporate-culture .right{
     width: 100%;
     display: none;
   }
   .his-bg .ui.container{
     display: block;
   }
   .his-bg .left-his{
     width: 100%;
     margin-left: 0;
     display: none;
   }
   .his-bg .right-his{
     width: 100%;
     margin-left: 0;
     padding: 30px 0;
   }
   .about-page .our-rz ul{
     flex-wrap: wrap;
   }
   .about-page .our-rz{
     padding: 30px 0;
   }
   .about-page .our-rz ul li{
     margin-bottom: 6px;
   }
   .inner-page .sideLeft .box .list ul li i{
    top: -13px;
    right: -19px;
  }
  .lianxi{
    display: block;
  }
  .join-us-page .join-us-2 .from{
    width: 100%;
    margin: 20px 0 0 0;
    padding-right: 0;
  }
  .join-us-page .join-us-2 .from ul li{
    padding: 10px 0;
  }
  .join-us-page .join-us-2 .from h2{
    width: 100%;
    padding-left: 0;
  }
  .lianxi .map{
    width: 100%;
    margin: 20px 0 30px 0;
  }
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .content{
    padding: 0;
  }
  .indusknow{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
    font-size: 24px;
    line-height: 1.4;
  }
  .fr span{
    line-height: 54px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center{
    font-size: 20px;
    line-height: 36px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a{
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .init-2 .grid-box .column p .fa{
    display: block;
  }
  .about-page .our-rz ul li{
    width: 25%;
  }
  .his-bg .right-his .about-4 h2{
    font-size: 20px;
    line-height: 36px;
  }
  .his-bg .right-his .about-4 h3{
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .corporate-culture .left h2{
    font-size: 20px;
    line-height: 36px;
  }
  .corporate-culture .left h3{
    font-size: 28px;
    line-height: 1.6;
  }
  .about-ab .top h2{
    font-size: 20px;
    line-height: 36px;
  }
  .about-ab .top h3{
    font-size: 30px;
    line-height: 1.2;
  }
  .about-ab .top p{
    font-size: 16px;
    line-height: 30px;
  }
  .inner-banner .btn {
    display: none;
  }
  .download .filterSingleBox li {
    width: 100%;
  }
}

/* 新增 */
.about-page .about-3 {
  padding: 90px 0 100px;
}
.about-page .about-3 h2,
.about-page .about-network h2 {
    display: block;
    font-size: 38px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700;
}
.about-page .about-3 .offerBox ul{
  margin: -15px;
}
.about-page .about-3 .offerBox ul li{
  padding: 15px;
} 
.prodet-page .about-page .about-3{
  padding-bottom: 0px;
}
.about-page .about-3 .content {
    display: block;
    padding: 20px 0 70px;
    font-size: 16px;
    color: #959595;
    line-height: 2;
    font-weight: 500;
}
.about-page .about-3 .list ul {
display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.about-page .about-3 .list ul li {
  padding: 50px 25px 65px;
  border: 1px solid #eee;
  text-align: center;
  margin: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .list ul li i {
  display: block;
  height: 109px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li i.ie1 {
  background-image: url("/zjsinoraymetal/2022/06/16/zongzhi.png");
}
.about-page .about-3 .list ul li i.ie2 {
  background-image: url("/zjsinoraymetal/2022/06/16/gongzuo.png");
}
.about-page .about-3 .list ul li i.ie3 {
  background-image: url("/zjsinoraymetal/2022/06/16/tuandui.png");
}
.about-page .about-3 .list ul li i.ie4 {
  background-image: url("../images/icon-3-4-1.png");
}
.about-page .about-3 .list ul li i.ie5 {
  background-image: url("../images/icon-3-5-1.png");
}
.about-page .about-3 .list ul li i.ie6 {
  background-image: url("../images/icon-3-6-1.png");
}
.about-page .about-3 .list ul li:hover i.ie1 {
  background-image: url("/zjsinoraymetal/2022/05/30/zongzhi01.png");
}
.about-page .about-3 .list ul li:hover i.ie2 {
  background-image: url("/zjsinoraymetal/2022/05/30/gongzuo01.png");
}
.about-page .about-3 .list ul li:hover i.ie3 {
  background-image: url("/zjsinoraymetal/2022/05/30/tuandui01.png");
}
.about-page .about-3 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-3-4-2.png");
}
.about-page .about-3 .list ul li:hover i.ie5 {
  background-image: url("../images/icon-3-5-2.png");
}
.about-page .about-3 .list ul li:hover i.ie6 {
  background-image: url("../images/icon-3-6-2.png");
}
.about-page .about-3 .list ul li h5 {
  display: block;
  font-size: 20px;
      color: #1ab2af;
  line-height: 1.8;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.about-page .about-3 .list ul li:hover h5 {
    color: #fff;
}

.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #959595;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 6.4em;*/
}
.about-page .about-3 .list ul li:hover {
  background: #1ab2af;
  color: white;
}
.about-page .about-3 .list ul li:hover p {
  color: white;
}
.about-page .about-3 .list ul li:nth-child(2),
.about-page .about-3 .list ul li:nth-child(5) {
  top: -30px;
}
.about-page .ab-4{
  padding: 60px 0;
}
.about-page .ab-4 .header span {
    color: #1ab2af;
    font-size: 28px;
    font-weight: 700;
}
.about-page .ab-4 h2 {
    display: block;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 6px 0;
}
.about-page .ab-4 .header p {
    font-size: 18px;
    line-height: 1.5;
    color: #6e6e6e;
}
.about-page .ab-4 .content{
  margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 57px;
  height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
  background-color: rgba(230,198,34,0.5);
}
.about-page .ab-4 .content .slick-prev {
  background: url("../images/inner-l.png") no-repeat center center rgba(0,0,0,0.2);
  left: 46%;
}
.about-page .ab-4 .content .slick-next {
  background: url("../images/inner-r.png") no-repeat center center rgba(0,0,0,0.2);
  right: 46%;
  left: auto;
}
.about-page .ab-4 .content ul{
  margin-right: -15px;
}
.about-page .ab-4 .content ul li{
  padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
  display: block;
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .list ul li i {
    height: 80px;
    background-size: auto 100%;
  }
  .about-page .about-3 .list ul li h5 {
    font-size: 18px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li {
    padding: 30px 15px;
  }
  .about-page .about-3 {
    padding: 60px 0;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
   .about-page .about-3 h2,
   .about-page .ab-4 h2,
   .about-page .about-network h2{
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-3 .content {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-3 .list ul li i {
    height: 60px;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }
  .about-page .ab-4 .content .slick-prev{
    left: 39%;
  }
  .about-page .ab-4 .content .slick-next{
    right: 42%;
  }
  .about-page{
    padding: 0; 
  }
  .his-bg .right-his .about-4 h3{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .about-page .about-3 .offerBox ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 .list ul li p {
    height: auto !important;
  }
  .about-page .ab-4{
    padding: 30px 0 0;
  }
  .pt-60{
    padding-top: 30px;
  }
  .pb-60{
    padding-bottom: 30px;
  }
  .about-page .ab-4 .content .slick-prev {
    left: 37%;
}
  .about-page .ab-4 .content .slick-next {
    right: 37%;
  }
  .about-ab .top h2{
    font-size: 20px;
    line-height: 36px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
  }
  .about-ab .top{
    padding-top: 30px;
  }
  .about-ab .top h3{
    font-size: 32px;
    line-height: 1.6;
  }
  .corporate-culture .left h3{
    font-size: 30px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 500px) {
  .about-ab .top h3{
    font-size: 28px;
    line-height: 1.4;
  }
  .corporate-culture .left h3 {
    font-size: 28px;
}
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
  background-color: #1ab2af;
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 1.4;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}

.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 36px;
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 32px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .faq-page{
    padding: 60px 0;
  }
   .faq-page ul li h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page ul li .content {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .faq-page{
    padding: 30px 0;
  }
}

.about-ab .about-factory .box img{
  width: 100%;
}
.about-ab .about-factory .box .play{
  position: absolute;
  top: 50%;
  left: 50%;
}

/*2023-5-9 New content on homepage*/
.sustainable{
  padding-top: 80px;
}
.sustainable .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #7a7a7a;
  font-weight: 300;
}
.sustainable .tab{
  margin-top: 30px;
  text-align: center;
}
.sustainable .tab ul{
  margin-right: -30px;
}
.sustainable .tab ul li{
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 30px;
}
.sustainable .tab ul li a{
  display: block;
  padding: 10px 36px;
  border: 1px solid #e1e1e1;
   -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sustainable .tab ul li:hover a,
.sustainable .tab ul li.active a{
  background: #e6c622;
  color: white;
}
.sustainable .content{
  margin-top: 60px;
}
.sustainable .content ul li .img{
  vertical-align: middle;
}
.sustainable .content ul li .img img{
  width: 100%;
}
.sustainable .content ul li .text{
  vertical-align: middle;
  padding-left: 2%;
}
.sustainable .content ul li .text h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.sustainable .content ul li .text .con{
  font-size: 16px;
  line-height: 1.6;
  color: #7a7a7a;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sustainable .content ul li .img{
    width: 100%;
  }
  .sustainable .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .sustainable{
    padding-top: 30px;
  }
  .sustainable .tab ul{
    margin-right: -20px;
  }
  .sustainable .tab ul li{
    font-size: 20px;
    padding-right: 20px;
  }
  .sustainable .tab ul li a{
    padding: 10px 17px;
  }
  .sustainable .content{
    margin-top: 30px;
  }
}
@media screen and (max-width:500px) {
  .sustainable .content ul li .text h2{
    font-size: 22px;
  }
  .sustainable .content ul li .text .con{
    font-size: 14px;
    margin-top: 10px;
  }
  .sustainable .tab{
    text-align: left;
  }
  .sustainable .tab ul{
    margin: 0 -10px -10px 0;
  }
  .sustainable .tab ul li{
    width: 49%;
    font-size: 18px;
    padding: 0 10px 10px 0;;
  }
  .sustainable .tab ul li a{
    padding: 10px 0;
    text-align: center;
  }
}




.contact-1 {
  padding: 40px 0 30px;
}
.contact-1 .list ul {
  margin: -8px;
}
.contact-1 .list ul li {
  padding: 8px;
}
.contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  /*background-color: white;*/
}
.contact-1 .list ul li .box h5,
.contact-1 .list ul li .box p{
  /*color: white;*/
}
.contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #e67817;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #e67817;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-1 .list ul li .box h5 {
  font-size: 18px;
  line-height: 2;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}



#news-list{
  margin: -30px;
}

#news-list li{
  padding: 30px;
}
@media screen and (max-width: 1000px) {
  #news-list{
    margin: -15px;
  }

  #news-list li{
    padding: 15px;
  }
}




.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;
       
    color: #363636;
    font-family: "Poppins";
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}


.about-page .about-ab .factory .content ul{
  margin: -10px;
}
.about-page .about-ab .factory .content ul li{
  padding: 10px;
}





.about-page .ab-2{
 background: url(../images/advantage-bg.jpg) no-repeat center center;
    padding-bottom: 100px;
}
.about-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
  padding-top: 50px;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.about-page .ab-2 .header h3{
  font-size: 36px;
  line-height: 1.1;
  /*margin-top: 23px;*/
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 32px;
  color: #8c8d8d;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
                z-index: -1;
                content: '';
                left: -12px;
                right: -12px;
                top: -12px;
                bottom: -12px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 0.5);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -moz-animation-delay: .6s;
                animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 122px;
  color: #fff;
  position: relative;
}
.about-page .ab-2 .content .btn{
    position: absolute;
    margin: 5px;
    display: inline-block!important;
    width: 42px;
    height: 42px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    bottom: 20%;
    margin-top: -21px;
    z-index: 3;
    padding: 0;
}
.about-page .ab-2 .content .btn:hover{
  transition: 0.3s all;
  color: #fff;
  border-color: #fff;
}
.about-page .ab-2 .content .btn.slick-prev{
  left: -70px;
}
.about-page .ab-2 .content .btn.slick-next{
  right: -70px;
}

.about-page .ab-2 .content ul{
  margin-right: -20px;
}
.about-page .ab-2 .content ul .slick-slide {
  margin-right: 20px;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}
.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}
.about-page .ab-2 .content ul li {
  padding: 0 25px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  margin: 22.5px 0 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 32px;
  min-height: 56px;
}



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid white;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div.next {
  margin-left: 15px;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}




.about-page .about-num 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
}

.about-page .about-num ul li {
    padding: 15px 1.85rem 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center
}

.about-page .about-num ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/xian.png) no-repeat center center;
    right: -43px;
    top: 0
}

.about-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px
}

.about-page .about-num ul li:last-child:after {
    display: none
}

.about-page .about-num ul li em {
    font-size: 48px;
    line-height: .9;
    color: #1ab2af;
    font-weight: 700
}

.about-page .about-num ul li p {
    font-size: 16px;
    color: #545252;
    line-height: 30px;
}

.about-page .about-num ul li:nth-child(1) {
    background: url(/woojonglighting/2023/06/20/about-icon.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(2) {
    background: url(/woojonglighting/2023/06/20/about-icon2.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(3) {
    background: url(/woojonglighting/2023/06/20/about-icon3.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(4) {
    background: url(/woojonglighting/2023/06/20/about-icon4.png) no-repeat left center
}

@media screen and (max-width: 1000px) {
  .about-page .ab-2 .header{
    width: 100%;
  }

  .about-page .ab-2 .header span{
    font-size: 24px;
    line-height: 44px;
  }

  .about-page .ab-2 .header h3{
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-num ul {
      flex-wrap: wrap
  }

  .about-page .about-num ul li {
      width: 50%;
      margin-bottom: 20px
  }

  .about-page .about-num ul li:after {
      display: none
  }

  .about-page .about-num ul li p {
      font-size: 14px;
      line-height: 2;
  }

  .about-page .about-num ul li em {
      font-size: 24px
  }

  .about-ab .about-factory .box:after{
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-num ul li {
    width: 100%;
  }
}



.about-ab .about-factory .box:after {
    position: absolute;
    content: "";
    width: 402px;
    height: 389px;
    background: url(../images/about-after.png) no-repeat 100% 100%;
    left: -92px;
    top: -113px
}



.shopping_cart{
  display: inline-block;
  position: relative;
}
.shopping_cart em {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #1ab2af;
    line-height: 20px;
    width: 20px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}





.p03-s01 {
    padding: 120px 0
}

.p03-s01 .text {
    width: 100%;
    vertical-align: middle;
}

.p03-s01 .text-main {
    max-width: 600px;
    padding-right: 10px
}

.p03-s01 h2 {
  font-size: 40px;
  font-weight: bold;
    padding-top: 26px;
    margin-bottom: 30px;
    color: #252118
}

.p03-s01 p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #777
}

.p03-s01 .pic {
    width: 100%;
    vertical-align: middle;
}

.p03-s02 {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #f5f8fa;
    text-align: center
}

.p03-s02 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 32px;
    color: #252118
}

.p03-s02 h4 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #252118
}

.p03-s02 p {
    max-width: 800px;
    margin: 0 auto 54px;
    font-size: 14px;
    color: #777
}

.p03-s02 a {
    font-size: 14px;
    color: #1ab2af;
    text-decoration: underline!important
}

.p03-s02 a:hover {
    color: #028b39
}


.p03-s04 {
    padding-top: 110px;
    padding-bottom: 96px
}

.p03-s04 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 60px;
    color: #252118
}

.p03-s04 .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p03-s04 .nav {
    width: 40%
}

.p03-s04 .nav ul {
    background-color: #fff;
    -webkit-box-shadow: 0 60px 60px 0 rgba(188,210,220,.2);
    box-shadow: 0 60px 60px 0 rgba(188,210,220,.2)
}

.p03-s04 .nav li {
    height: 57px;
    line-height: 57px;
    padding-left: 60px;
    border-bottom: 1px solid rgba(239,239,239,.46);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    font-family: filson-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer
}

.p03-s04 .nav li.current {
    color: #fff;
    background-color: #1ab2af
}

.p03-s04 .nav li:last-of-type {
    border: none
}

.p03-s04 .for {
    width: 100%
}

.p03-s04 .for li {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
    font-weight: 300;
    font-style: normal
}

.p03-s04 .for-wrap {
    display: none
}

.p03-s04 .for-wrap.active {
    display: block
}

.p03-s04 .pic {
    margin-bottom: 54px
}

.p03-s04 .text {
    max-width: 680px
}

.p03-s04 h4 {
    padding-top: 4px;
    font-size: 18px;
    color: #1ab2af
}

.p03-s04 h5 {
    font-size: 14px;
    color: #252118
}

.p03-s04 p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #777
}


.p03-s05 {
    padding-top: 110px;
    padding-bottom: 96px;
    background-color: #f5f8fa
}

.p03-s05 h2 {
  font-size: 40px;
  font-weight: bold;
    margin-bottom: 36px;
    color: #252118;
    text-align: center
}

.p03-s05 .pic {
    max-width: 980px;
    margin: 0 auto
}

.p03-s05 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
}

.p03-s05 li {
    max-width: 380px;
    width: 100%;
    margin-left: 20px
}

.p03-s05 .text {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p03-s05 h4 {
    padding-top: 26px;
    font-size: 18px;
    color: #303030
}

.p03-s05 p {
    font-size: 14px;
    color: #777
}

@media (max-width: 1200px) {
    .p03-s03 .for-wrap {
        padding-left:0
    }
}

@media (max-width: 1000px) {
    .p03-s01 h2{
      font-size: 24px;
    }
    .p03-s02 h2{
      font-size: 24px;
    }
    .p03-s04 h2{
      font-size: 24px;
    }
    .p03-s05 h2{
      font-size: 24px;
    }

    .p03-s01 .mml-row {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s01 h2 {
        padding-top: 0
    }

    .p03-s01 .text {
        max-width: 600px;
        margin: 0 auto
    }

    .p03-s01 .pic {
        margin: 0 auto
    }

    .p03-s03 {
        background: #1ab2af
    }

    .p03-s03 .bd {
        padding-left: 0
    }

    .p03-s03 .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .top h2 {
        max-width: none;
        margin-bottom: 30px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .p03-s03 .bottom {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .nav {
        max-width: none;
        width: 100%
    }

    .p03-s04 .bd {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s04 .nav {
        max-width: none;
        width: 100%
    }

    .p03-s05 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .p03-s05 li {
        margin: 0 auto 20px
    }
}

@media (max-width: 540px) {
    .p03-s01 {
        padding:70px 0
    }

    .p03-s02 {
        padding: 70px 0
    }

    .p03-s03 .top h2 {
        padding-top: 30px
    }

    .p03-s03 .for-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p03-s03 .col {
        margin: 0 auto 20px;
        padding: 0 10px
    }

    .p03-s04 {
        padding: 70px 0 60px
    }

    .p03-s04 .nav {
        min-width: auto
    }

    .p03-s04 .nav li {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .p03-s05 {
        padding: 70px 0 50px
    }
}



.our-product-1 {
  overflow: hidden;
}
.our-product-1 .disc {
  width: 38%;
  padding-top: 40px;
}
.our-product-1 .disc .content {
  max-width: 550px;
  margin-left: auto;
  padding: 0 50px;
}
.our-product-1 .disc .content .icons .icon {
  width: auto;
}
.our-product-1 .disc .content .icons .icon i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  margin: auto;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.our-product-1 .disc .content .icons .icon i img {
  vertical-align: middle;
}
.our-product-1 .disc .content .icons .icon + .icon {
  margin-left: 40px;
}
.our-product-1 .disc .content .dots {
  margin-top: 45px;
}
.our-product-1 .proImg {
  width: 62%;
  padding-top: 70px;
  padding-bottom: 65px;
  padding-left: 8%;
  background: url(../images/product-1-bg.jpg) no-repeat center left #FFFFFF;
  background-size: cover;
}
.our-product-1 .proImg ul {
  margin: -15px;
}
.our-product-1 .proImg ul li {
  padding: 15px;
}
.our-product-1 .proImg .small-img .img {
  max-width: 116px;
}
.our-product-1 .proImg .small-img .img + .img {
  margin-left: 5px;
}
.swiper-pagination-bullet {
  border-radius: 100%;
}
.dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000000;
  margin: 0 10px;
  opacity: 0.5;
  color: transparent;
}
.dots .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #dadada;
  background-color: transparent;
  color: #000000;
}
.dots .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 4s linear infinite;
  -moz-animation: circleProgressLoad_right 4s linear infinite;
  animation: circleProgressLoad_right 4s linear infinite;
}
.dots .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 4s linear infinite;
  -moz-animation: circleProgressLoad_left 4s linear infinite;
  animation: circleProgressLoad_left 4s linear infinite;
}
.dots .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
.dots ol {
  font-size: 0;
}
.dots ol li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.dots .swiper-pagination-bullet .left {
  left: -2px;
}
.dots .swiper-pagination-bullet .right {
  right: -2px;
}
.wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid #12a252;
  border-left: 2px solid #12a252;
  right: 0;
}
.leftcircle {
  border-top: 2px solid #12a252;
  border-right: 2px solid #12a252;
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@media screen and (max-width: 1475px){
  .our-product-1 .proImg {
    padding-left: 5%;
  }
  .our-product-1 .disc .content {
    padding: 0 30px;
  }
   .our-product-1 .disc .content .dots {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px){
   .our-product-1 .disc {
    padding-top: 60px;
  }
  .our-product-1 .proImg {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1000px){
  .our-product-1 > .grid-box {
    max-width: 700px;
    padding: 0 15px;
    margin: auto;
  }
  .our-product-1 .disc {
    width: 100%;
  }
  .our-product-1 .proImg {
    width: 100%;
    background: transparent;
    padding-left: 0;
  }
  .our-product-1 .disc .content {
    max-width: 100%;
    padding: 0;
  }
  .our-product-1 .disc .content .dots {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .our-product-1 .disc .content .icons .icon + .icon {
    margin-left: 20px;
  }
}


#seo_public_from h4{font-size:24px;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#222;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}

.wid100{
  width: 100%!important;
}


.inner-banner.product {
  background: #fff;
}
.inner-banner.product .ui.container {
  padding: 0 0;
  border-bottom: 1px solid #aaa;
  z-index: 3;
  height: auto;
  padding-top: 50px;
}
.inner-banner.product .ui.container .h2 {
  font-weight: 700;
  position: relative;
  color: #333;
}
.inner-banner.product .ui.container .mbx {
  font-weight: 400;
  color: #aaa;
  margin-top: 20px;
  font-size: 16px;
}
.inner-banner.product .ui.container span.dec {
  font-size: 170px;
  color: #f3f7fa;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
  line-height: 0.65;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-banner.product .ui.container .navbox {
  display: inline-block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 40px;
}
.inner-banner.product .ui.container .navbox ul.catelist {
  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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}
.inner-banner.product .ui.container .navbox ul.catelist li {
  font-size: 18px;
  line-height: 32px;
  color: #9b9b9b;
  margin-right: 40px;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.inner-banner.product .ui.container .navbox ul.catelist li:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}
.inner-banner.product .ui.container .navbox ul.catelist li.active {
  color: #1ab2af;
}
.inner-banner.product .ui.container .navbox ul.catelist li.active:before {
  background: #1ab2af;
}
.product-pages2 .products-1 {
  padding: 0px 0;
}
.product-pages2 .products-1 .ui.container ul {
  margin: 0 -60px;
}
.product-pages2 .products-1 .ui.container ul li {
  padding: 20px 15px;
}
.product-pages2 .products-1 .ui.container ul li:hover .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #1ab2af;
}
.product-pages2 .products-1 .ui.container ul li:hover .item .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.product-pages2 .products-1 .ui.container ul li:hover .item .imgbox a.hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product-pages2 .products-1 .ui.container ul li:hover .item .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.product-pages2 .products-1 .ui.container ul li .item {
  border: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-pages2 .products-1 .ui.container ul li .item .imgbox {
  position: relative;
}
.product-pages2 .products-1 .ui.container ul li .item .imgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1ab2af;
  left: 0;
  bottom: 0;
}
.product-pages2 .products-1 .ui.container ul li .item .imgbox a.hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 168, 74, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-pages2 .products-1 .ui.container ul li .item .imgbox a.hoverbox span {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  font-size: 18px;
}
.product-pages2 .products-1 .ui.container ul li .item .textbox {
  max-height: 160px;
  padding: 10px 20px;
  background: #fff;
  background: #F3F7FA;
}
/*.product-pages2 .products-1 .ui.container ul li .item .textbox p{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}*/
.product-pages2 .products-1 .ui.container ul li .item .textbox .h4 {
  min-height: 4em;
}

.contact-page2 .contact-2 {
  padding: 100px 0 80px;
}
.contact-page2 .contact-1 .list ul {
  margin: -8px;
}
.contact-page2 .contact-1 .list ul li {
  padding: 38px;
}
.contact-page2 .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page2 .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ff7033;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page2 .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page2 .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page2 .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #ff7033;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page2 .contact-1 .list ul li .box h5 {
  font-size: 22px;
  line-height: 40px;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page2 .contact-1 .list ul li .box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  min-height: 100px;
}
.contact-page2 .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page2 .contact-2 .left .img {
  position: relative;
}
.contact-page2 .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page2 .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}
.contact-page2 .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
}
.contact-page2 .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page2 .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page2 .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page2 .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.contact-page2 .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page2 .contact-2 .right .form ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-page2 .contact-2 .right .form ul li{
  width: 48%;
}
.contact-page2 .contact-2 .right .form ul li.wid-100{
  width: 100%;
}
.contact-page2 .map {
  margin-top: 80px;
}
.contact-page2 .map iframe{
  width: 100%;
}
@media screen and (max-width:1230px){
  .contact-page2 .contact-1 {
    padding: 60px 0;
  }
  .contact-page2 .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .contact-page2 .contact-1 .list ul li .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page2 .contact-1 .list ul li{
    padding: 0;
  }
  .contact-page2 .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page2 .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page2 .contact-2 .left .img .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page2 .contact-2 .right .form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page2 .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page2 .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page2 .contact-2 .left {
    display: none;
  }
  .contact-page2 .map {
    margin-top: 50px;
  }
  .product-pages2 .products-1 .ui.container ul{
    margin: 0  0;
  }
}
@media screen and (max-width:700px){
  .contact-page2 .contact-2 .right h3 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (max-width:500px){
  .contact-page2 .contact-1 .list ul li {
    width: 100%;
  }
}
.map iframe{
  width: 100%;
}

/*tec-page css*/
.service-page .service-1 {
  padding: 138px 0 130px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  margin: 20px 0 26px;
}
.service-page .service-1 ul li .box .text {
  font-size: 18px;
  line-height: 32px;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fafafa;
  padding: 100px 0 100px;
}
.service-page .service-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5{
  font-size: 26px;
  line-height: 1.6;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 140px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 45px;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 300;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
/*.service-page .service-3 .text .content {
  font-weight: 300;
}*/
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.service-page .service-4 p.text {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4 ul li .box .content .text p{
  margin-bottom: 20px;
  font-weight: 500;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
}
.products-1 .Auxil-catdes {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 20px 20px;
}
.mb-20 {
  line-height: 1.8;
}

.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: #1ab2af;
}
@media screen and (max-width: 1400px) {
    .service-page .service-2 .top .text h3 {
    font-size: 34px;
  }
    .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1000px) {
   .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .bottom .text h3{
     font-size: 30px;
    line-height: 1.6;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
    .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3 {
    font-size: 24px;
    line-height: 44px;
  }
    .service-page .service-4 ul li .box .column{
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img{
    width: 100%;
  }
  .service-page .service-4 ul li .box .content{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 ul li .box .text{
    line-height: 1.5;
  }
  .service-page .service-3 .text .content{
    line-height: 30px;
  }
  .service-page .service-1 ul li .box .text{
    line-height: 32px;
  }
   .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-4 p.text{
    line-height: 32px;
  }
  service-page .service-2 .bottom .text .content{
    line-height: 32px;
  }
  .service-page .service-2 .top .text .content{
      line-height: 32px;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
    line-height: 44px;
  }
}
.honor-1 ul{
  margin: 0 -15px;
}
.honor-1 ul li{
  padding: 15px;
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }
    
    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #1ab2af;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #1ab2af;
        color: #1ab2af;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #1ab2af;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #1ab2af;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    /*.seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }*/

    /*.seoPublic .text a {
        color: #1ab2af;
    }*/
 .seoPublic .seoIndustry .text ol li,
 .seoPublic .seoIndustry .text ul li,
 .newdet-page .sidebar-box .sidebar-right .newdet-content .content ol li,
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ul li {
    padding: 0 0 0 10px;
    list-style: disc;
    list-style-position: inside;
} 
    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: #1ab2af;
        color: white;
    }

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

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

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #1ab2af;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #1ab2af;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #1ab2af;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #1ab2af;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
        }
        seoPublic .seoIndustry .text{
          display: none;
        }
        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
            line-height: 32px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            line-height: 44px;
            margin-bottom: 1em;
        }
        .product-pages2 .products-1 .content{
          display: none;
        }
        .inner-banner.product .ui.container .h2{
          margin-top: -30px;
        }
        .seoPublic .seoIndustry .text{
          display: none;
        }
        .inner-banner .txt-center .up-word{
          font-size: 28px;
          line-height: 1.6;
        }
         #banner .left{
           margin-top: 0;
         }     
        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #1ab2af;
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
   

  /*inner css kaishi*/
.about-page3 .about-1 {
  padding: 100px 0;
  text-align: center;
}
/*.about-page3 .about-1 .ui.container {
  max-width: 1160px;
}*/

.about-page3 .about-1 h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-page3 .about-1 .text {
  font-size: 18px;
  line-height: 1.66666667;
  margin: 60px 0;
}
.about-page3 .about-1 .ui.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-page3 .about-1 .ui.container .left{
  text-align: left;
}
.about-page3 .about-1 .ui.container .right{
  position: relative;
}
.about-page3 .about-1 .ui.container .right .play{
  cursor: pointer;
}
.about-page3 .about-1 .list 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;
}
.about-page3 .about-1 .list ul li {
  width: auto;
}
.about-page3 .about-1 .list ul li h6 {
  font-size: 42px;
  font-weight: 500;
  line-height: 2;
  display: block;
}
.about-page3 .about-1 .list ul li h6 sup {
  font-size: 0.375em;
}
.about-page3 .about-1 .list ul li p {
  font-size: 18px;
  margin-top: 5px;
}
.about-page3 .about-2 {
  padding: 260px 0 50px;
  background: url("../images/about-2-bg.jpg") center center;
  background-size: cover;
}
.about-page3 .about-2 .box {
  max-width: 50%;
  padding: 60px 80px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.about-page3 .about-2 .box .logo {
  display: block;
}
.about-page3 .about-2 .box .text {
  font-size: 18px;
  line-height: 1.66666667;
  margin-top: 40px;
}
.about-page3 .about-3 {
  display: block;
  padding: 120px 0;
}
.about-page3 .about-3 .list ul {
  margin: -25px;
}
.about-page3 .about-3 .list ul li {
  padding: 25px;
}
.about-page3 .about-3 .list ul li .box {
  height: 630px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  overflow: hidden;
}
.about-page3 .about-3 .list ul li .box .content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 40px 30px 55px;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page3 .about-3 .list ul li .box .content h6 {
  font-size: 22px;
  line-height: 1.4;
  text-transform: capitalize;
}
.about-page3 .about-3 .list ul li .box .content .text {
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.66666667;
}
.about-page3 .about-3 .list ul li .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/*.inner-banner {
  height: 520px;
  padding-top: 320px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  font-weight: bold;
  color: white;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.inner-banner .mbx {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
}*/
.inner-page {
  position: relative;
  z-index: 1;
  background: #eee;
}
.inner-page .m-page {
  margin-top: 60px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
.inner-page .m-page a:hover,
.inner-page .m-page span:hover,
.inner-page .m-page span.current {
  border-color: #1ab2af;
  background-color: #1ab2af;
  color: #fff;
}
.about-page2 .about-1 {
  position: relative;
  padding: 110px 0;
}
.about-page2 .about-1 span.sz {
  z-index: -1;
  position: absolute;
  right: 3%;
  top: 0;
}
.about-page2 .about-1 .ui.container {
  max-width: 950px;
}
.about-page2 .about-1 .text {
  margin-top: 2em;
  max-height: 370px;
  overflow: auto;
  padding-right: 1em;
}
.about-page2 .about-1 .text p {
  padding-top: 1em;
}
.about-page2 .about-1 .text p:first-child {
  padding-top: 0;
}
.about-page2 .about-2 .left {
  width: 45%;
  vertical-align: middle;
}
.about-page2 .about-2 .left .img {
  height: 530px;
  background-size: cover;
  background-position: center center;
}
.about-page2 .about-2 .right {
  width: 55%;
  vertical-align: middle;
  max-width: 737px;
  background: #e7e7e7;
  padding: 60px 45px 40px;
  position: relative;
  z-index: 1;
}
.about-page2 .about-2 .right:before {
    content: '';
    height: 100%;
    width: 25%;
    background: black;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: .2;
    z-index: -1;
}
.about-page2 .about-2 .right h2.title {
  width: 120%;
  margin-left: -24%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14.4%, white), color-stop(0, black));
  background-image: -webkit-linear-gradient(left, white 14.4%, black 0);
  background-image: -moz-linear-gradient(left, white 14.4%, black 0);
  background-image: linear-gradient(to right, white 14.4%, black 0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.6;
}
.about-page2 .about-2 .right .text {
  margin-top: 1.5em;
  font-size: 16px;
}
.about-page2 .about-3 {
  padding: 80px 0;
}
.about-page2 .about-3 .list {
  margin-top: 90px;
}
.about-page2 .about-3 .list ul {
  margin: 0 -60px;
}
.about-page2 .about-3 .list ul li {
  padding: 0 60px;
}
.about-page2 .about-3 .list ul li i {
  display: block;
}
.about-page2 .about-3 .list ul li h6 {
  font-size: 22px;
  font-weight: bold;
  margin: .5em 0;
}
.about-page2 .about-3 .list ul li .text {
  font-size: 18px;
  line-height: 1.8;
}
.about-page2 .about-4 {
  padding: 135px 0 100px;
  background: black url("../images/about-4-bg.png") center left no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page2 .about-4 span.img {
  position: absolute;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.about-page2 .about-4 .ui.container {
  max-width: 950px;
}
.about-page2 .about-4 h3 {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.3em;
}
.about-page2 .about-4 .text {
  max-width: 52%;
  font-size: 18px;
  line-height: 1.7;
}
.about-page2 .about-5 {
  padding: 100px 0;
}
.about-page2 .about-5 .list {
  margin-top: 60px;
}
.about-page2 .about-5 .list ul {
  margin: -10px;
}
.about-page2 .about-5 .list ul li {
  padding: 10px;
}
.about-page2 .about-5 .list ul li a.img-box {
  display: block;
}
.about-page2 .about-5 .list ul li img {
  display: block;
  width: 100%;
}
.about-page2 .about-6 {
  padding-bottom: 120px;
}
.about-page2 .about-6 .box {
  margin-left: 12%;
  position: relative;
}
.about-page2 .about-6 .list {
  margin-top: 70px;
}
.about-page2 .about-6 .list ul {
  margin: 0 0px;
}
.about-page2 .about-6 .list ul li {
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page2 .about-6 .list ul li h6 {
  font-size: 40px;
  font-weight: bold;
}
.about-page2 .about-6 .list ul li .text {
  max-height: 9.6em;
  overflow: auto;
  padding-right: .5em;
}
.about-page2 .about-6 .list ul .slick-current li {
  padding-top: 0;
}
.about-page2 .about-6 .tagList {
  margin-top: 80px;
  color: #bfbfbf;
}
.about-page2 .about-6 .tagList ul .slick-list {
  padding-right: 3em;
  font-size: 24px;
}
.about-page2 .about-6 .tagList ul li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 10px;
}
.about-page2 .about-6 .tagList ul li i {
  display: block;
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-bottom: .7em;
  position: relative;
}
.about-page2 .about-6 .tagList ul li i:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page2 .about-6 .tagList ul li i:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 2%;
  top: 0;
  background: black;
  -webkit-transition: 5s 1.5s;
  -moz-transition: 5s 1.5s;
  transition: 5s 1.5s;
}
.about-page2 .about-6 .tagList ul .slick-current li {
  color: black;
}
.about-page2 .about-6 .tagList ul .slick-current li i:before {
  opacity: 1;
}
.about-page2 .about-6 .tagList ul .slick-current li i:after {
  width: 100%;
}
span.num {
  position: absolute;
  left: -13.5%;
  top: 10px;
}
h2.title,h1.title {
  font-size: 40px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: bold;
}
h2.title img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1em;
}
@media screen and (max-width: 1800px) {
    .about-page2 .about-3 .list ul li h6 {
    font-size: 20px;
  }
    .about-page2 .about-3,
  .about-page2 .about-5 {
    padding: 50px 0;
  }
  .about-page2 .about-3 .list {
    margin-top: 40px;
  }

  .about-page2 .about-2 .right {
    padding: 40px 30px;
  }
  .about-page2 .about-2 .right h2.title {
    margin-left: -20.6%;
  }
  .about-page2 .about-2 .left .img {
    height: 400px;
  }
  .about-page2 .about-4 h3 {
    font-size: 52px;
  }
  .about-page2 .about-4 span.img {
    max-width: 50%;
  }
  .about-page2 .about-6 .list {
    margin-top: 50px;
  }
  .about-page2 .about-6 .tagList {
    margin-top: 50px;
  }
  .about-page2 .about-6 {
    padding-bottom: 60px;
  }
  .about-page2 .about-4 {
    padding: 100px 0;
    background-size: contain;
  }
}
@media screen and (max-width: 1700px) {
    .about-page3 .about-3,
  .about-page3 .about-1 {
    padding: 70px 0;
  }
    .about-page3 .about-1 .list ul li p {
    font-size: 16px;
  }
  .about-page3 .about-3 .list ul li .box {
    height: 500px;
  }
   .about-page3 .about-3 .list ul li .box .content {
    padding: 25px 15px;
  }
  .about-page3 .about-3 .list ul li .box .content h6 {
    font-size: 24px;
  }
  .about-page3 .about-3 .list ul li .box .content .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-page3 .about-2 {
    padding: 140px 0 30px;
  }
  .about-page3 .about-2 .box {
    padding: 40px;
  }
  .about-page3 .about-2 .box .text {
    font-size: 16px;
  }
  .about-page3 .about-1 .text {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1500px) {
  .about-page3 .about-3 .list ul li .box {
    height: 400px;
  }
  .about-page3 .about-3 .list ul li {
    padding: 15px;
  }
  .about-page3 .about-3 .list ul {
    margin: -15px;
  }
    .about-page2 .about-1 span.sz {
    max-width: 15%;
  }
  .about-page2 .about-2 .right {
    max-width: 500px;
  }
  .about-page2 .about-2 .right h2.title {
    margin-left: -23%;
  }
    .about-page2 .about-3 .list ul li .text {
    font-size: 16px;
  }
  .about-page2 .about-3 .list ul li h6 {
    font-size: 18px;
  }
  .about-page2 .about-3 .list ul li i img {
    max-height: 40px;
  }
  .about-page2 .about-4 h3 {
    font-size: 38px;
  }
  .about-page2 .about-6 .list ul li h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
   .about-page3 .about-1 .list ul li h6 {
    font-size: 36px;
  }
   .about-page2 .about-3 .list ul li {
    padding: 0 20px;
  }
  .about-page2 .about-3 .list ul {
    margin: 0 -20px;
  }
  .about-page2 .about-4 {
    padding: 60px 0;
    background-image: none;
  }
  .about-page2 .about-6 .box {
    margin-left: 0;
  }
  .about-page2 .about-6 .list ul li h6 {
    font-size: 24px;
  }
  .about-page2 .about-6 .tagList {
    margin-top: 30px;
  }
  .about-page2 .about-4 h3 {
    font-size: 28px;
  }
  h2.title img {
    max-height: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page2 .about-2 .right {
    width: 100%;
    max-width: none;
  }
  .about-page2 .about-2 .left {
    display: none;
  }
  .about-page2 .about-2 .right h2.title {
    margin-left: 0;
    color: black;
    width: 100%;
  }
  .about-page2 .about-6 .list ul li {
    padding: 0;
  }
  .about-page2 .about-6 .list ul {
    margin: 0;
  }
  .about-page2 .about-4 .text {
    max-width: 100%;
  }
  .about-page2 .about-4 span.img {
    display: none;
  }
  .about-page2 .about-5 .list {
    margin-top: 40px;
  }
  .about-page2 .about-6 .list {
    margin-top: 30px;
  }
  .about-page2 .about-6 .tagList ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
   .about-page3 .about-1 h3 {
    font-size: 24px;
  }
  .about-page3 .about-1 .text {
    font-size: 16px;
  }
  .about-page3 .about-1 .list ul li h6 {
    font-size: 28px;
  }
  .about-page3 .about-2 .box {
    max-width: 90%;
  }
  .about-page3 .about-2 .box .text {
    font-size: 14px;
  }
  .about-page3 .about-3 .list ul li .box .content .text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
    .about-page3 .about-3,
  .about-page3 .about-1 {
    padding: 50px 0;
  }
  .about-page3 .about-3 .list ul li .box {
    height: 300px;
  }
  .about-page3 .about-2 {
    padding: 70px 0 30px;
  }
   .about-page2 .about-1 .text {
    max-height: none;
  }
  .about-page2 .about-4 h3 {
    font-size: 24px;
  }
  h2.title img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page3 .about-1 .text {
    margin: 20px 0;
  }
  .about-page3 .about-1 .list ul li {
    width: 100%;
    padding: 10px;
  }
  .about-page3 .about-1 .list ul {
    margin: -10px;
  }
  .about-page3 .about-1 .list ul {
    display: block;
  }
  .about-page3 .about-2 .box {
    max-width: 95%;
    padding: 20px;
  }
  .about-page3 .about-2 .box .text {
    margin-top: 20px;
  }
  .about-page3 .about-3 .list ul li .box .content h6 {
    font-size: 20px;
  }
}
 /*about css finish*/
 @media screen and (max-width: 1400px) {
  .about-page4 .about-2 .grid-box .column h2 {
    font-size: 30px;
  }
 }
 @media screen and (max-width: 700px) {
  .about-page4 .grid-box.four > .column {
    width: 50%;
  }
  .about-page4 .about-2 .grid-box .column h2 {
    font-size: 20px;
  }
 }



 .inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center center var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
  white-space: break-spaces;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>a{
   color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

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



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

}


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

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}


@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

}
.product2-page .product-list ul li .pro-box .text p {
position: relative;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


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

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

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


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

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

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

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

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

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

}

@media screen and (max-width: 1200px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box .text{
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}

.inner-page .content.ys h3{
  display: block;
  margin: 2em 0 ;
  font-size: 24px;
}


/*add xin keji ye*/

.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 54px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: #1ab2af;
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.w-100 {
    width: 100%;
}
.hose-page{
  background: #fff;
}
.hose-page .hose-1 {
    padding-top: 160px;
}
.hose-page .hose-1 .left {
    width: 30%;
    padding-top: 20px;
}
.hose-page .hose-1 .right {
    width: 70%;
}
.hose-page .hose-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    color: #5e5e5e;
    margin-top: 45px;
}
.hose-page .hose-2 {
    padding-top: 90px;
}
.hose-page .hose-2 .h2 {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    left: 43px;
    bottom: -22px;
    z-index: 11;
}
.hose-page .hose-3 {
    padding-top: 150px;
    padding-bottom: 110px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
    background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
    background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);
}
.hose-page .hose-3 .left {
    width: 30%;
}
.hose-page .hose-3 .right {
    width: 70%;
}
.hose-page .hose-3 .right .txt {
    font-size: 18px;
    line-height: 32px;
    color: #5e5e5e;
    margin-bottom: 100px;
}
.hose-page .hose-3 ul {
    margin: -10px;
}
.hose-page .hose-3 ul li {
    padding: 10px;
}
.hose-page .hose-3 ul li .content {
    background: white;
    padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
    font-size: 18px;
    line-height: 32px;
    color: #5e5e5e;
    margin-top: 10px;
}
.hose-page .hose-4 .left {
    vertical-align: middle;
}
.hose-page .hose-4 .right {
    padding: 0 260px 0 130px;
    vertical-align: middle;
}
.hose-page .hose-4 .right .i-title {
    margin: 18px 0 20px;
}
.hose-page .hose-4 .right .txt {
    font-size: 18px;
    line-height: 25px;
    color: #5e5e5e;
}
.hose-page .hose-4 .right ul li {
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 112px;
    padding-top: 60px;
    padding-bottom: 47px;
}
.hose-page .hose-4 .right ul li .h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.hose-page .hose-4 .right ul li p {
    font-size: 18px;
    line-height: 25px;
    color: #5e5e5e;
    margin-top: 12px;
}
.hose-page .hose-4 .right ul li:first-child {
    border-top: none;
}
.hose-page .hose-4 .right ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 100%;
    /*background: url(../images/icon.png) no-repeat left center;*/
}
.hose-page .hose-4 .right ul li:nth-child(1)::after{
    background: url(../images/a-a.png) no-repeat left center;
}
.hose-page .hose-4 .right ul li:nth-child(2)::after{
    background: url(../images/b-b.png) no-repeat left center;
}
.hose-page .hose-5 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #111111), color-stop(83%, white));
    background: -webkit-linear-gradient(top, #111111 83%, white 83% 100%);
    background: -moz-linear-gradient(top, #111111 83%, white 83% 100%);
    background: linear-gradient(to bottom, #111111 83%, white 83% 100%);
    padding-top: 110px;
}
.hose-page .hose-5 .top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    margin-bottom: 65px;
}
.hose-page .hose-5 .top .i-tag {
    padding-top: 20px;
    margin-right: 40px;
}
.hose-page .hose-5 .top .more_btn {
    position: absolute;
    right: 0;
    top: 15px;
}
.hose-page .hose-5 .top .more_btn .more {
    border-color: white;
    color: white;
}
.hose-page .hose-5 .top .more_btn .arrow {
    background: white;
}
.hose-page .hose-5 .top .more_btn .arrow img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.hose-page .hose-5 ul .slick-list {
    padding-bottom: 110px;
}
.hose-page .hose-5 ul li {
    position: relative;
}
.hose-page .hose-5 ul li .content {
    position: absolute;
    left: 0;
    top: 53%;
    width: 35%;
    border-bottom: 3px solid #1ab2af;
    background: white;
    padding: 120px 45px 45px;
}
.hose-page .hose-5 ul li .content .h4 {
    font-size: 37px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 90px;
}
.hose-page .hose-5 ul li .content .more_btn .more::after {
    color:#fff;
}
.hose-page .hose-5 ul .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.hose-page .hose-5 ul .slick-dots li {
    width: 50%;
    margin: 0 10px;
    height: 1px;
    background: #acacac;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.hose-page .hose-5 ul .slick-dots li button {
    position: absolute;
    left: 0;
    bottom: 5px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: var(--color);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.hose-page .hose-5 ul .slick-dots li.slick-active {
    background: var(--color);
}
.hose-page .hose-5 ul .slick-dots li.slick-active button {
    opacity: 1;
}
.hose-page .hose-6 {
    padding: 0px 0 100px;

}
.hose-page .hose-6 .ui.container{
  max-width: 1500px;
}
.hose-page .hose-6 .top {
    width: 50%;
    margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
    margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
    font-size: 18px;
    line-height: 32px;
    color: #5e5e5e;
}
.hose-page .hose-6 .form {
    padding-right: 310px;
    position: relative;
}
.hose-page .hose-6 .form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
    width: 48%;
    font-size: 18px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
    width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
    color: #000;
}
.i-tag {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #1ab2af;
}

.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: #1ab2af;
    width: 40px;
    height: 1px;
    margin-right: 20px
}

.font-45 {
    font-size: 44px
}

.i-title {
    line-height: 1.2
}
.elementor-widget-container {
  margin: 80px 0 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline:before {
  content: "";
  width: 1px;
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #dfe1e7;
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 3;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(50% - 60px);
  -ms-flex-preferred-size: calc(50% - 60px);
  flex-basis: -moz-calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item {
  padding: 0 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-image img {
  /*height: 100%;*/
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  opacity: 0;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-number {
  margin-right: 50px;
  margin-top: 5px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number {
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-box-shadow: 0 0 0 1px #dfe1e7;
  box-shadow: 0 0 0 1px #dfe1e7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: var(--text);
  border-radius: 50%;
  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;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-number span {
  opacity: .2;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .timeline-number span {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-info .scroll-timeline-desc {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-image img,
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item:first-of-type .scroll-timeline-info {
  opacity: 1;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-subheading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 7px;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.elementor-widget-rebuilto-scroll-timeline .timeline-line {
  width: 1px;
  background-color: var(--color);
  position: absolute;
  top: 5px;
  left: -webkit-calc(50% + 50px);
  left: -moz-calc(50% + 50px);
  left: calc(50% + 50px);
  overflow: hidden;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image {
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: auto;
  z-index: 4;
}
.elementor-widget-rebuilto-scroll-timeline .scroll-timeline-item.timeline-active .scroll-timeline-image * {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-rebuilto-scroll-timeline .timeline-active .timeline-number {
  -webkit-box-shadow: 0 0 0 1px var(--color);
  box-shadow: 0 0 0 1px var(--color);
}
@media screen and (max-width: 1600px) {
    .hose-page .hose-4 .right{
        padding: 0 50px;
    }
    .hose-page .hose-5 ul li .content .h4{
        font-size: 31px;
    }
}
@media screen and (max-width: 1400px) {
    .hose-page .hose-5 ul li .content {
        padding: 50px 30px 45px;
    }
    .hose-page .hose-5 ul li .content .h4 {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .hose-page .hose-2 .h2 {
        font-size: 43px;
    }

    .hose-page .hose-3 .right .txt {
        margin-top: 15px;
    }

    .hose-page .hose-4 .right ul li .h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .hose-page .hose-1 .left{
        width: 100%;
    }
    .hose-page .hose-1 .right{
        width: 100%;
    }
    .hose-page .hose-4 .left,
    .hose-page .hose-3 .left{
        width: 100%;
    }
    .hose-page .hose-3 .right{
        width: 100%;
    }
    .hose-page .hose-4 .right{
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }
    .hose-page .hose-5 .top{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hose-page .hose-5 .top .more_btn{
        position: relative;
        left: 0;
        top: 0;
    }
    .hose-page .hose-5 ul li .content{
        width: 45%;
    }
    .hose-page .hose-5 ul li .content .h4{
        font-size: 24px;
        line-height: 1.2;
    }
    .hose-page .hose-6 .top{
        width: 100%;
    }
    .hose-page .hose-6{
        background: white;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 700px) {
    .hose-page .hose-1{
        padding-top: 55px;
    }
    .hose-page .hose-2 .h2{
        font-size: 30px;
    }
    .hose-page .hose-6 .form{
        padding-right: 0;
    }
    .hose-page .hose-6 .form form .more_btn{
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .hose-page .hose-5 ul li .content{
        position: relative;
        width: 100%;
    }
    .hose-page .hose-5 .top .more_btn{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hose-page .hose-6 .form form input{
        width: 100%;
    }
}


/*2025-9-2 css add*/

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: #1ab2af;
  font-weight:bold;
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: #1ab2af;
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: #1ab2af;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: #1ab2af;
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .font-80 {
    font-size: 60px;
  }

  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
    .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
}

@media (max-width: 1000px) {
    .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
}
@media (max-width: 700px) {

  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
    .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
}



.solution-page .init-1 {
  padding-top:0px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
  display: none;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
  max-width: 820px;
  margin-top: 24px;
}
.solution-page .init-2 .container .left {
  width: 58%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 36%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: #3854b8;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
  .inner-page.about-page .about-1 .left.column{
    width: 100%;
  }
  .inner-page.about-page .about-1 .right.column{
    width: 100%;
  }
  .inner-banner{
    height: auto;
    padding-top:60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
  .inner-page .sideRight .prodet-1 .m-link{
    margin-top: 20px;

  }
   .inner-banner{
    height: auto;
    padding-top:60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
  .inner-banner{
    height: auto;
    padding-top:20px;
    padding-bottom: 20px;
  }
}
.gxs-6 .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
    height: auto;
}
.gxs-2 .ui.container .main ul.catelist li.duo{
  display: none;
}
.gxs-2 .ui.container .main .showbtn{
  padding: 15px 50px;
  height: 60px;
  border-radius:5px;
  border: 1px solid var(--base-color);
  display: inline-block;
  color: var(--base-color);
  transition: 0.3s all;
}
.gxs-2 .ui.container .main .showbtn:hover{
  transition: 0.3s all;
  background: var(--base-color);
  color: #fff;
}
.gxs-2 .ui.container .main .showbtn em{
  font-size: 18px;
  
}
.gxs-2 .ui.container .main .showbtn em:nth-child(2){
  display: none;
}
.gxs-2 .ui.container .main .showbtn.active em{
  display: none;
}
.gxs-2 .ui.container .main .showbtn.active em:nth-child(2){
  display: var(--black);
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content caption{
  width: 100%;
}