@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-Thin.ttf) format('truetype'), url(../fonts/Manrope3-Thin.eot) format('eot'), url(../fonts/Manrope3-Thin.woff) format('woff'), url(../fonts/Manrope3-Thin.woff2) format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-Light.ttf) format('truetype'), url(../fonts/Manrope3-Light.eot) format('eot'), url(../fonts/Manrope3-Light.woff) format('woff'), url(../fonts/Manrope3-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-Regular.ttf) format('truetype'), url(../fonts/Manrope3-Regular.eot) format('eot'), url(../fonts/Manrope3-Regular.woff) format('woff'), url(../fonts/Manrope3-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-Semibold.ttf) format('truetype'), url(../fonts/Manrope3-Semibold.eot) format('eot'), url(../fonts/Manrope3-Semibold.woff) format('woff'), url(../fonts/Manrope3-Semibold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-Bold.ttf) format('truetype'), url(../fonts/Manrope3-Bold.eot) format('eot'), url(../fonts/Manrope3-Bold.woff) format('woff'), url(../fonts/Manrope3-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Manrope3';
  src: url(../fonts/Manrope3-ExtraBold.ttf) format('truetype'), url(../fonts/Manrope3-ExtraBold.eot) format('eot'), url(../fonts/Manrope3-ExtraBold.woff) format('woff'), url(../fonts/Manrope3-ExtraBold.woff2) format('woff2');
  font-weight: 800;
}
@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url(../fonts/BarlowCondensed-SemiBold.ttf) format('truetype'), url(../fonts/BarlowCondensed-SemiBold.eot) format('eot'), url(../fonts/BarlowCondensed-SemiBold.woff) format('woff'), url(../fonts/BarlowCondensed-SemiBold.woff2) format('woff2');
}
body {
  font-family: "Manrope3";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1330px;
}


#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
}
#header.fixed {
  position: fixed;
  background-color: #0060ff;
}
#header.fixed .h-top {
  display: none;
}
#header.fixed .nav {
  border-top: none;
}
#header .h-top {
  padding: 20px 40px;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#header .h-top .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .h-top .ui.menu .right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#header .h-top .ui.menu .right .info {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
#header .h-top .ui.menu .right .info ul li {
  width: auto;
  color: #FFFFFF;
  line-height: 45px;
  position: relative;
}
#header .h-top .ui.menu .right .info ul li i img {
  vertical-align: middle;
}
#header .h-top .ui.menu .right .info ul li + li {
  padding-left: 10px;
  margin-left: 10px;
}
#header .h-top .ui.menu .right .info ul li + li::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  border-left: 1px solid #FFFFFF;
}
#header .h-top .ui.menu .right .msg {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .ui.menu .right .msg a {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  color: #FFFFFF;
  background-color: #0060ff;
  background-image: url(../images/plane-icon.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  padding-left: 25px;
  padding-right: 50px;
  transition: .5s ease;
}
#header .h-top .ui.menu .right .msg a:hover {
  background-color: #000;
}
#header .nav {
  padding: 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 600;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li + li {
  margin-left: 70px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #2576fb;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #2576fb;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .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 .nav .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 .nav .ui.menu .h-search {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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%;
}
#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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #fff;
  width: auto;
}

table tr:nth-child(1),
table tr:nth-child(2) {
  color: #FFFFFF!important;
  background-color: #0060ff!important;
}

table tr:nth-child(even) {
  background-color: #eee;
}

table td:nth-child(1) {
  width: 10%!important;
}
table td:nth-child(2) {
  width: 10%!important;
}
table td:nth-child(3) {
  width: 10%!important;
}
table td:nth-child(4) {
  width: 10%!important;
}
table td:nth-child(5) {
  width: 15%!important;
}
table td:nth-child(6) {
  width: 10%!important;
}
table td:nth-child(7) {
  width: 35%!important;
}

.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 85px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  padding: 15px;
  position: relative;
}
#banner li {
  position: relative;
  height: -webkit-calc(100vh - 30px);
  height: -moz-calc(100vh - 30px);
  height: calc(100vh - 30px);
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}
#banner .content {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 30%;
}
#banner .left {
  max-width: 830px;
}
#banner h2 {
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 58px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}
#banner h2 small {
  margin-bottom: 15px;
  display: block;
  font-size: 30px;
  font-weight: 100;
  text-transform: none;
}
#banner p {
  margin-bottom: 60px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}
#banner .arrows {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 120px;
  width: 280px;
  padding-top: 35px;
  padding-left: 35px;
  background: url(../images/page-bg.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 85px;
  text-align: center;
}
#banner .arrows span.arrow {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#banner .arrows span.arrow img {
  vertical-align: middle;
}
#banner .arrows .page {
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #939393;
}
#banner .arrows .page em {
  font-size: 30px;
  color: #0060ff;
}
.baseBtn {
  display: inline-block;
  height: 55px;
  min-width: 220px;
  line-height: 55px;
  border-radius: 55px;
  color: #FFFFFF;
  background-color: #0060ff;
  text-align: center;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: #000;
}
.our-about {
  margin-top: 85px;
}
.our-about .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-about .left .img1 {
  width: 85%;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
}
.our-about .left .img1 img {
  width: 100%;
}
.our-about .left .img2 {
  position: relative;
  margin-top: -43%;
  width: 87%;
  border: 8px solid #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.our-about .left .img2 img {
  width: 100%;
  border-radius: inherit;
}
.our-about .right {
  margin-top: 30px;
}
.our-about .right span.tag {
  color: #0060ff;
  font-weight: 400;
}
.our-about .right .Tit {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 800;
}
.our-about .right .Tit span {
  font-size: 60px;
}
.our-about .right .Tit span b {
  color: #0060ff;
}
.our-about .right .name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.our-about .right .text {
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.8;
  color: #484747;
}
.our-about .list {
  margin-top: 140px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.our-about .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;
}
.our-about .list li {
  width: auto;
}
.our-about .list li .icon {
  float: left;
  line-height: 60px;
}
.our-about .list li .icon img {
  vertical-align: middle;
}
.our-about .list li .content {
  padding-left: 80px;
  font-weight: 400;
}
.our-about .list li .num {
  font-size: 60px;
  line-height: 1;
}
.our-about .list li .num em {
  font-family: 'BarlowCondensed-SemiBold';
}
.our-about .list li .num span {
  font-size: 18px;
}
.baseTit {
  font-size: 50px;
  font-weight: 800;
}
.baseTit span {
  color: #0060ff;
}
.our-solution {
  margin-top: 40px;
}
.our-solution .box {
  padding: 15px;
  margin-top: 25px;
}
.our-solution .box2 {
  background: url(../images/solution-bg.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.our-solution .box2 .left {
  width: 55%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.our-solution .box2 .left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.our-solution .box2 .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;
}
.our-solution .box2 .left li {
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.our-solution .box2 .left li.active::before {
  opacity: 1;
}
.our-solution .box2 .left li.active .text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.our-solution .box2 .left li.active .btns {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.our-solution .box2 .left li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  background-color: rgba(0, 96, 255, 0.75);
  opacity: 0;
}
.our-solution .box2 .left li:nth-child(1),
.our-solution .box2 .left li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.our-solution .box2 .left li .name {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8;
}
.our-solution .box2 .left li .text {
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.8;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-solution .box2 .left li .btns {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-solution .box2 .right {
  width: 45%;
}
.our-solution .box2 .right .img {
  height: 100%;
}
.our-solution .box2 .right .img * {
  height: 100%;
}
.our-solution .box2 .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-why {
  margin-top: 60px;
}
.i-why .text {
  max-width: 800px;
  margin: auto;
}
.i-why .list {
  margin-top: 40px;
}
.i-why .list ul {
  margin: -20px;
}
.i-why .list li {
  padding: 20px;
}
.i-why .list li i {
  margin: auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}
.i-why .list li i img {
  display: inline-block;
  vertical-align: middle;
}
.i-why .list li .name {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.i-why .list li p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.i-why .list li .arrow img {
  display: inline-block;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  opacity: .3;
}
.i-why .list li:hover i {
  background-color: #0060ff;
}
.i-why .list li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-why .list li:hover .arrow img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.i-why .dots {
  margin-top: 30px;
  text-align: center;
}
.i-why .dots li {
  margin: 0 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.i-why .dots li button {
  display: none;
}
.i-why .dots li.slick-active {
  background-color: #0060ff;
}
.i-advantage .baseTit {
  font-size: 47px;
}
.i-advantage .box {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.i-advantage .right ul {
  margin-top: 30px;
}
.i-advantage .right li + li {
  margin-top: 40px;
}
.i-advantage .right li .icon {
  float: left;
}
.i-advantage .right li .content {
  padding-left: 90px;
}
.i-advantage .right li .content .name {
  font-size: 24px;
  font-weight: 800;
}
.i-advantage .right li .content p {
  line-height: 1.8;
}
.i-application {
  padding: 15px;
  margin-top: 75px;
}
.i-application .box {
  background: url(../images/app-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 24px;
  color: #FFFFFF;
  padding: 50px 0 100px;
}
.i-application .box .content {
  max-width: 1600px;
  margin-left: auto;
}
.i-application .top {
  padding-right: 5%;
}
.i-application .top .right .text {
  line-height: 2;
  max-width: 580px;
  margin-left: auto;
  text-align: right;
}
.i-application .bottom {
  margin-top: 40px;
  position: relative;
}
.i-application .bottom .arrows span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #000000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.i-application .bottom .arrows span.arrow:hover {
  background-color: #0060ff;
}
.i-application .bottom .arrows span.arrow.arrow_l {
  left: -15px;
}
.i-application .bottom .arrows span.arrow.arrow_r {
  right: -15px;
}
.i-application .bottom .list {
  overflow: hidden;
  border-radius: 10px;
}
.i-application .bottom .list .slick-list {
  padding-right: 20%;
}
.i-application .bottom .list ul {
  margin: -15px;
}
.i-application .bottom .list li {
  padding: 15px;
}
.i-application .bottom .list .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.i-application .bottom .list .img img {
  width: 100%;
  height: 100%;
}
.i-application .bottom .list .img .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #0060ff;
  text-align: center;
  padding: 30px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-application .bottom .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.i-other {
  margin-top: 85px;
}
.i-other .box {
  margin: -15px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.i-other .left,
.i-other .right {
  padding: 15px;
}
.our-news {
  padding-bottom: 50px;
  margin-top: 100px;
  background: url(../images/news-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.our-news .list {
  margin-top: 40px;
}
.our-news .list ul {
  margin: -10px;
}
.our-news .list li {
  padding: 10px;
}
.our-news .list li .mml-text {
  border-radius: 7px;
  padding: 35px 25px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .mml-text .name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  line-height: 1.8;
}
.our-news .list li .mml-text .date time {
  font-style: italic;
}
.our-news .list li .mml-text .moreBtn {
  font-weight: 400;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .mml-text:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.our-news .list li .mml-text:hover .name {
  color: #0060ff;
}
.our-news .list li .mml-text:hover .moreBtn {
  color: #0060ff;
}
.our-news .dots {
  margin-top: 30px;
  text-align: center;
}
.our-news .dots li {
  margin: 0 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.our-news .dots li button {
  display: none;
}
.our-news .dots li.slick-active {
  background-color: #0060ff;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .foot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#footer .foot-box .left {
  position: relative;
  padding: 50px 13% 30px 4%;
  width: 45%;
  background-color: rgba(2, 60, 156, 0.9);
}
#footer .foot-box .right {
  padding: 50px 30px 20px 12%;
  width: 55%;
  background-color: rgba(0, 0, 0, 0.7);
}
#footer .foot-box .right .text {
  margin: 20px 0;
  color: #FFFFFF;
}
#footer .foot-box h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
#footer .foot-box h4::after {
  content: "";
  margin-top: 5px;
  display: block;
  width: 50px;
  border-bottom: 2px solid #FFFFFF;
}
#footer .foot-box .form ul {
  margin: -5px;
}
#footer .foot-box .form li {
  padding: 5px;
}
#footer .foot-box .form li.wid-100 {
  width: 100%;
}
#footer .foot-box .form input,
#footer .foot-box .form textarea {
  width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .foot-box .form input::-webkit-input-placeholder, #footer .foot-box .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .form input:-moz-placeholder, #footer .foot-box .form textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .form input::-moz-placeholder, #footer .foot-box .form textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .form input:-ms-input-placeholder, #footer .foot-box .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .form input::placeholder,
#footer .foot-box .form textarea::placeholder {
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .form textarea {
  height: 110px;
}
#footer .foot-box .form input[type='submit'] {
  width: auto;
  padding: 0;
  height: 52px;
  border-radius: 52px;
  color: #0060ff;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 80px 0 45px;
  background-image: url(../images/send-arrow.png);
  background-position: right 54px center;
  background-repeat: no-repeat;
}
#footer .foot-box .social-links h3 {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
#footer .foot-box .social-links a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  color: #FFFFFF;
  opacity: .7;
}
#footer .foot-box .foot-content {
  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;
}
#footer .foot-box .foot-content .foot-block {
  max-width: 370px;
}
#footer .foot-box .foot-content .foot-block li {
  color: #FFFFFF;
  line-height: 30px;
}
#footer .foot-box .foot-content .foot-block li + li {
  margin-top: 10px;
}
#footer .foot-box .foot-content .foot-block li i {
  float: left;
}
#footer .foot-box .foot-content .foot-block li i img {
  vertical-align: middle;
}
#footer .foot-box .foot-content .foot-block li p {
  padding-left: 30px;
}
#footer .foot-box .qr-code {
  color: #FFFFFF;
}
#footer .foot-box .qr-code .name {
  line-height: 2;
  margin-top: 30px;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
#footer .foot-box .foot-bottom p {
  color: #FFFFFF;
}
#footer .foot-box .foot-bottom img {
  max-height: 18px;
}
#ewm {
  width: 125px;
  border: 5px solid #FFFFFF;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}
#goback {
  position: absolute;
  color: #FFFFFF;
  right: 10%;
  bottom: 5%;
  cursor: pointer;
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 40px;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-application .top {
    padding-left: 5%;
  }
  #footer .foot-box .right {
    padding: 50px 30px 20px 30px;
  }
  #footer .foot-box .left {
    padding: 50px 30px 30px 30px;
  }
  #footer .foot-box .foot-content .foot-block {
    max-width: 300px;
  }
  #footer .foot-box .foot-bottom img {
    max-height: 16px;
  }
}
@media (max-width: 1330px) {
  .ui.container {
    width: 1200px;
  }
  #header .h-top {
    padding: 15px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 30px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 16px;
  }
  .our-about .right .Tit {
    font-size: 40px;
  }
  .our-about .right .Tit span {
    font-size: 50px;
  }
  .our-about .right .name {
    font-size: 18px;
  }
  .our-about .list li .num {
    font-size: 50px;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-solution .box2 .left li {
    padding: 40px 20px;
  }
  .our-solution .box2 .left li .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .i-advantage .baseTit {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .h-top .ui.menu .logo {
    width: 100px;
  }
  .font-16 {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 20px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  #banner h2 small {
    font-size: 16px;
  }
  #banner p {
    font-size: 14px;
  }
  .baseBtn {
    height: 45px;
    min-width: auto;
    line-height: 45px;
    padding: 0 30px;
  }
  .our-about .right .Tit {
    font-size: 30px;
  }
  .our-about .right .Tit span {
    font-size: 40px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .list {
    margin-top: 60px;
  }
  .our-about .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  .our-about .list li {
    width: 50%;
    padding: 15px;
  }
  .our-about .list li .content br {
    display: none;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-solution .box2 .left li {
    padding: 15px;
  }
  .our-solution .box2 .left li .name {
    margin-bottom: 10px;
  }
  .our-solution .box2 .left li .text {
    margin-bottom: 10px;
  }
  .i-why .list li .name {
    font-size: 16px;
  }
  .i-why .list ul {
    margin: -10px;
  }
  .i-why .list li {
    padding: 10px;
  }
  .i-advantage .baseTit {
    font-size: 30px;
  }
  .i-advantage .right li .content .name {
    font-size: 18px;
  }
  .i-advantage .right ul {
    margin-top: 20px;
  }
  .i-advantage .right li + li {
    margin-top: 20px;
  }
  .i-application .top .left {
    width: 100%;
  }
  .i-application .top .right {
    width: 100%;
  }
  .i-application .top .right .text {
    max-width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .i-application .box {
    padding: 60px 0;
  }
  .i-application .bottom .list .img .name {
    font-size: 16px;
    padding: 15px;
  }
  .our-news .list li .mml-text {
    padding: 30px 15px;
  }
  #footer .foot-box {
    display: block;
  }
  #footer .foot-box .left {
    width: 100%;
    padding: 30px 5%;
  }
  #footer .foot-box .right {
    width: 100%;
    padding: 30px 5%;
  }
  #footer .foot-box h4 {
    margin-top: 0;
  }
  #goback {
    display: none;
  }
  #footer .foot-box .foot-bottom img {
    max-height: 14px;
  }
  #footer .foot-box .foot-content .foot-block {
    max-width: 45%;
  }
  #footer .foot-box .foot-content .foot-block .logo {
    width: 100px;
  }
  #ewm {
    width: 100px;
  }
  #footer .foot-box .form input,
  #footer .foot-box .form textarea {
    padding: 10px;
    font-size: 14px;
  }
  #footer .foot-box .form input[type='submit'] {
    height: 45px;
    border-radius: 45px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  .our-about {
    margin-top: 60px;
  }
  .our-about .left {
    width: 100%!important;
  }
  .our-about .left .img1 {
    display: none;
  }
  .our-about .left .img2 {
    margin-top: 0;
    width: 100%;
    border: 0;
  }
  .our-about .right {
    width: 100%!important;
    padding: 0;
    text-align: center;
  }
  .our-about .right .Tit {
    font-size: 24px;
  }
  .our-about .right .Tit span {
    font-size: 30px;
  }
  .our-about .list li .num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .our-about .list li .num span {
    font-size: 16px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-solution .box2 .left {
    width: 100%;
    border: none;
  }
  .our-solution .box2 .left::before {
    display: none;
  }
  .our-solution .box2 {
    display: block;
  }
  .our-solution .box2 .right {
    display: none;
  }
  .our-solution .box2 .left li::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
  }
  .our-solution .box2 .left li .text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .our-solution .box2 .left li .btns {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .our-solution .box2 .left li {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  .i-advantage .left {
    width: 100%!important;
    text-align: center;
  }
  .i-advantage .right {
    width: 100%!important;
    padding: 0;
    margin-top: 30px;
  }
  .i-advantage .baseTit {
    font-size: 24px;
  }
  .i-application {
    margin-top: 60px;
  }
  .i-application .bottom .list .img .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .i-other {
    margin-top: 60px;
  }
  .i-other .left,
  .i-other .right {
    width: 100%!important;
  }
  .our-news {
    margin-top: 60px;
  }
  .our-news .list li .mml-text {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #footer .foot-box .foot-content {
    display: block;
  }
  #footer .foot-box .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-box .foot-content .foot-block + .foot-block {
    margin-top: 30px;
  }
  #footer .foot-box .qr-code {
    display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .arrows {
    display: none;
  }
  .our-about .list li {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    margin-bottom: 30px;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-solution {
    display: none;
  }
  .i-why {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .i-other {
    display: none;
  }
  .our-news .dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
@media (max-width: 500px) {
  .i-application .bottom .list .slick-list {
    padding-right: 0;
  }
}








.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: #0060ff;
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: #0060ff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.sca_ani {
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  -o-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}
@-webkit-keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes sca_ani {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sca_ani {
  0% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.mt-130 {
  margin-top: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}


.title_subline_c span{
  border-bottom: 1px solid #0060ff;
}
.title_subline_c_w span{
  border-bottom: 1px solid #fff;
}
.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  /*background-attachment: fixed;*/
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .cat_cont .container .fk-download {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: #0060ff;
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: #0060ff;
  left: 0;
}
.inner-banner .bottom_c .right {
  padding: 15px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: normal;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 5px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: #0060ff;
}
.suatainable-page .init-1 .container {
  height: 500px;
  position: relative;
}
.suatainable-page .init-1 .container .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  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%);
  font-weight: 600;
  font-weight: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: 600;
  text-transform: uppercase;
  font-weight: normal;
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: #0060ff;
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: #0060ff;
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: 600;
  font-weight: normal;
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  color: #fff;
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: 0;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  width: 100%;
}
.about-page .init-1 {
  overflow: hidden;
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
  color: #0060ff;
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 68px;
  color: #0060ff;
  font-weight: 500;
  font-weight: normal;
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 {
  position: relative;
}
.about-page .init-2 .img {
  height: 500px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .play div i {
  margin-left: 2px;
}
.about-page .init-2 .play .ling {
  background-color: #fff;
}
.about-page .init-2 .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  color: #0060ff;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.8;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: #0060ff;
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 20px;
  line-height: 2;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  font-weight: normal;
  color: #0060ff;
  text-transform: capitalize;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: #0060ff;
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 45px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
  padding-bottom: 45px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #0060ff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: #0060ff;
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: #0060ff;
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}

.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #0060ff;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: #0060ff;
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}


.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
  font-weight: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 360px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0060ff;
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: #0060ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.application-page .container .tips {
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #0060ff;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;
  font-weight: normal;
  color: #0060ff;
  border-bottom: 1px solid #0060ff;
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
  color: #0060ff;
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: #0060ff;
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  margin-left: 20px;
  color: #3c3c3c;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: #0060ff;
}
.agent-page .init-3 .container .des {
  margin-top: 20px;
}
.agent-page .init-4 .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.download-page .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: #0060ff;
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd{
  display: none;
}
.download-page .pwd_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50% , -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all .5s;
}
.download-page .pwd_cont .cont .close:hover{
  color: #fff;
  background: #0060ff;
}
.download-page .pwd_cont .cont .f_cont{
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input{
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn{
  width: auto;
  padding:  10px 40px;
  display: inline-block;
  background: #0060ff;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: #0060ff;
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0060ff;
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;
  font-weight: normal;
  color: #0060ff;
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: #0060ff;
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;
  font-weight: normal;
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 600;
  font-weight: normal;
}
.faq-page .container ul li .title i {
  color: #005dff;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 30px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}

.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid #0060ff;
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: #0060ff;
  font-weight: 600;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
  line-height: 1.8;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
}

.history-page .top_c .left .tips{
  text-transform: uppercase;
}
.history-page .top_c .left .title{
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0;
}
.history-page .top_c .left .des{
  margin-top: 20px;
}
.history-page .top_c .left .line{
  width: 150px;
  height: 4px;
  background: #0060ff;
}
.history-page .top_c .right{
  padding-left: 50px;
}
.history-page .top_c .right img{
  width: 100%;
}

.history-page .bottom_c .list{
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time{
  width: 160px;
  font-weight: normal;
  color: #0060ff;
  line-height: 1;
}
.history-page .bottom_c .content{
  width: calc(100% - 160px);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img{
  margin-top: 20px;
  max-width: 600px;
}


@media (max-width: 1500px) {
  .font-60 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }

  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {

  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }

  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
 

}
@media (max-width: 1000px) {

  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }
  .about-page .init-1 .container .des {
    text-align: center;
    line-height: 2;
  }
  .about-page .init-2 .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }


  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }

  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }

  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left{
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line{
    display: none;
  }
  .history-page .top_c .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time{
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img{
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {

  .suatainable-page .init-1 .container {
    width: 96%;
  }
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }

  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-60 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 18px;
    line-height: 2;
  }

  .right_nav_list{
    right: 5px;
  }
  .right_nav_list ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }

  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }

  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }

  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }


  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list{
    padding-top: 20px;
    margin-top: 40px;
  }
}


.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 img {
  max-width: 100%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .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;
  }
}

@media screen and (max-width: 500px) {
  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
}

.service2-page .service-1 {
    padding: 138px 0 130px;
}
.service2-page .service-1 ul {
    margin: -20px;
}
.service2-page .service-1 ul li {
    padding: 20px;
}
.service2-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;
}
.service2-page .service-1 ul li .box .icon {
    height: 60px;
}
.service2-page .service-1 ul li .box .icon img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.service2-page .service-1 ul li .box h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 26px;
}
.service2-page .service-1 ul li .box .text {
    font-size: 18px;
    line-height: 1.8;
    min-height: 180px;
}
.service2-page .service-1 ul li .box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.service2-page .service-2 {
    background-color: #fafafa;
    padding: 100px 0 100px;
}
.service2-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;
}
.service2-page .service-2 .top .text {
    width: 60%;
    padding-right: 60px;
}
.service2-page .service-2 .top .text h3 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 25px;
}
.service2-page .service-2 .top .text h5{
    font-size: 25px;
    line-height: 40px;
}
.service2-page .service-2 .top .text .content {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
}
.service2-page .service-2 .top .text .content p:not(:last-child) {
    margin-bottom: 50px;
}
.service2-page .service-2 .top .img{
    width: 40%;
}
.service2-page .service-2 .product {
    margin: 50px 0;
}
.service2-page .service-2 .product ul{
    margin: -15px;
}
.service2-page .service-2 .product ul li{
    padding: 15px;
}
.service2-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;
}
.service2-page .service-2 .bottom .text {
    width: 60%;
    padding-left: 80px;
}
.service2-page .service-2 .bottom .text .content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
.service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 60px;
}
.service2-page .service-2 .bottom .text .content ul li{
    margin-bottom: 20px;
    display: flex;
}
.service2-page .service-2 .bottom .text .content ul li h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-2 .bottom .text .content ul li p{
    font-size: 18px;
    margin-top: 6px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .honor ul{
    margin: -15px;
}
.service2-page .honor ul li{
    padding: 15px;
}
.service2-page .service-3 {
    padding: 70px 0;
    overflow: hidden;
}
.service2-page .service-3 h2 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 45px;
}
.service2-page .service-3 .text {
    margin: -50px;
}
.service2-page .service-3 .text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.service2-page .service-3 .text .num .item{
    margin-bottom: 15px;
}
.service2-page .service-3 .text .num .item h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-3 .text .num .item p{
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .service-3 .text .column {
    padding: 50px;
    line-height: 2;
}
.service2-page .service-3 .text .content {
    /*font-weight: 300;*/
}
.service2-page .service-3 .imgbox {
    margin-top: 50px;
}
.service2-page .service-3 ul {
    margin: -15px;
}
.service2-page .service-3 ul li {
    padding: 15px;
}
.service2-page .service-4 {
    background-color: #fafafa;
    padding-bottom: 100px;
    padding-top: 100px;
}
.service2-page .service-4 h2 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
.service2-page .service-4 p.text {
    margin: 30px auto 50px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    max-width: 1050px;
}
/*.service2-page .service-4 ul.grid-box {
  margin: -35px;
}
.service2-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service2-page .service-4 ul li .box {
    position: relative;
}
.service2-page .service-4 ul li .box .column{
    vertical-align: middle;
}
.service2-page .service-4 ul li .box .content {
    /*position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: white;
    max-width: 365px;*/
    padding: 9px;
    vertical-align: middle;
    line-height: 2;
}
.service2-page .service-4 ul li .box .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.service2-page .service-4 ul li .box .content .text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin: 45px 0 45px;
}
.service2-page .service-4 ul li .box .content .text p{
    margin-bottom: 20px;
    font-weight: 500;
}
.service2-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;
}
.service2-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;
}
.service2-page .service-4 ul.grid-box .slick-dots li button {
    display: none;
}
.service2-page .service-4 ul.grid-box .slick-dots li.slick-active {
    background-color: var(--color);
}
.service2-page .about{
    padding: 60px 0;
}
.service2-page .about .right{
    padding-left: 50px;
}
.service2-page .about .right .content{
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 1000px){
  .service2-page .service-1,.service2-page .service-2,.service2-page .service-3 {
    padding: 60px 0;
  }
  .service2-page .service-1 h2,.service2-page .service-2 .top .text h3,.service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,.service2-page .service-4 h2,.service2-page .service-4 ul li .box .content h4 {
    font-size: 32px !important;
  }
  .service2-page .service-1 ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .service2-page .service-1 ul li {
    width: 50% !important;
    padding: 10px;
  }
  .service2-page .service-1 ul li .box {
    padding: 15px;
    height: 100%;
  }
  .service2-page .service-1 ul li .box h4,.service2-page .service-2 .top .text h5,
  .service2-page .service-3 .text h4 {
    font-size: 20px;
  }
  .service2-page .service-1 ul li .box .text,.service2-page .service-2 .top .text .content,
  .service2-page .service-2 .bottom .text .content,.font-18 {
    font-size: 16px;
  }
  .service2-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .service-2 .top .img {
    width: 100%;
    margin-top: 20px;
  }
  .service2-page .service-2 .top {
    display: block;
    margin-bottom: 40px;
  }
  .service2-page .service-2 .product {
    margin: 20px 0;
  }
  .service2-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service2-page .service-2 .bottom .img {
    width: 100%;
  }
  .service2-page .service-2 .bottom {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content ul li {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 0;
  }
  .service2-page .service-2 .bottom .text .content p {
    width: 100%;
    padding-left: 0 !important;
  }
  .service2-page .service-3 .text .column,
  .service2-page .service-3 .text .column {
    padding: 0;
    width: 100%;
  }
  .service2-page .service-3 .text {
    margin: 0;
    display: block;
  }
  .service2-page .service-3 .text .column.right {
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .column {
    width: 100%;
  }
}

@media screen and (max-width: 700px){
  .service2-page .service-1,.service2-page .service-2,.service2-page .service-3 {
    padding: 40px 0;
  }
  .service2-page .service-1 h2,.service2-page .service-2 .top .text h3,.service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,.service2-page .service-4 h2,.service2-page .service-4 ul li .box .content h4 {
    font-size: 24px !important;
  }

  .service2-page .service-1 ul li {
    width: 100% !important;
  }
  .service2-page .service-1 ul li .box .text {
    min-height: unset;
  }
  .service2-page .service-1 ul li .box h4 {
    margin: 10px 0;
  }

}




.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
}

@media screen and (max-width: 1250px) {
      .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }

  .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;
  }
}




.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;
}

.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 30px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.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/search-icon.png) 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;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #0060ff;
}
.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: #0060ff;
}
.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: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #0060ff;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, #0060ff, #0060ff);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #0060ff;
  border: 1px solid #0060ff;
  -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: #0060ff;
  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;
  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: 35px;
  line-height: 2;
  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: 16px;
  line-height: 2;
  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;
  color: #555;
  margin-top: 50px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #0060ff;
}
.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: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #0060ff;
}
.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;
  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: #0060ff;
}
.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: #0060ff;
  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%;
  padding-right: 30px;
}
.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;
}
.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: #0060ff;
  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: #0060ff;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
  color: #0060ff;
}
.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;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color: #0060ff;
  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: 1.8;
  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: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  color: #0060ff;
  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;
}

@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;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .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;
  }
  .newdet-page .sidebar-box .sidebar-right .relate-product {
    display: none;
  }
  .inner-page .sideLeft .box .list ul li i{
    top: -13px;
    right: -19px;
  }
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .content{
    padding: 0;
  }
}
@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: 23px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center{
    font-size: 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a{
    font-size: 20px;
  }
}



/* product */
.prodCon {background:#fff; position:relative; max-width:1920px; margin:0 auto;padding-top: 60px;}
.prodCon .inner {position:relative;}
.prodCon .bottArea {position:relative; padding:140px 0 150px; background:url("../images/prodBottArea_bg.jpg") no-repeat center; background-size:cover; color:#fff; text-align:center; margin-top:80px;}
.prodCon .bottArea .tit {font-size:40px; font-weight:bold; }
.prodCon .bottArea .txt {font-size:18px; margin:30px 0 50px;}
.prodCon .bottArea a {display:inline-block; border:2px solid #fff; border-radius:3px; padding:19px 100px 19px 24px; background:url("../images/prodBottArea_arrow.png") no-repeat right 30px center; font-size:18px; color:#fff;}


.m1m {
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 25px;
    margin-top: 20px;
    font-style: normal;
}
.m1m a {
  display: block;
    line-height: 30px;
    font-size: 15px;
    color: #047c17;
    background: #FFFFFF;
    text-align: center;
    width: 100px;
    border-radius: 3px;
    font-style: normal;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.ny_pro_con_tu:nth-child(even) .ny_pro_con_tu_l{
  float: right;
}
.ny_pro_con_tu {
    margin-top: 15px;
    /*background: #047c17;*/
    background-color: #89d729; /* 不支持线性的时候显示 */
    background-image: linear-gradient(-45deg, #034874 0, #89d729 50% );
    margin-bottom: 30px;
}
.ny_pro_con_tu:nth-child(even){
  background-color: #89d729; /* 不支持线性的时候显示 */
  background-image: linear-gradient(135deg, #89d729 0, #034874 50%);
}
.ny_pro_con_tu_l{
  width: 50%;
  float: left;
}
.ny_pro_con_tu_l img{
  width: 100%;
}
.ny_pro_con_tu_r{
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-top: 50px;
}
.ny_pro_con_tu_r h2{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.ny_pro_con_tu_r ul{
  margin: 10px -10px 30px;
}
.ny_pro_con_tu_r ul li {
    line-height: 27px;
    color: #fff;
    padding:5px 10px;
}
.ny_pro_con_tu_r ul li a{
  font-size: 16px;
}


@media screen and (max-width:1430px) {
  .prodCon {max-width:100%;overflow: hidden;}
}
@media screen and (max-width: 1230px) {
  .ny_pro_con_tu_l{
    float: none;
    width: 100%;
  }
  .ny_pro_con_tu_r{
    float: none;
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width:768px) {
  .prodCon .bottArea {padding:70px 0 75px; margin-top:50px;}
	.prodCon .bottArea .tit {font-size:15px;}
	.prodCon .bottArea .txt {font-size:13px; margin:15px 0 25px;}
	.prodCon .bottArea a {border:1px solid #fff; padding:10px 50px 9px 12px; background-position:right 15px center; font-size:13px;}

  .ny_pro_con_tu_r h2{
    font-size: 25px;
  }
}






.sideBar {
  padding: 25px 0 22px;
  background: #ffffff;
}
.sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.nowTit {
    font-size: 24px;
    text-transform: capitalize;
    color: black;
}
.bread-crumbs{
  font-size: 14px;
  margin-top: 7px;
}



.p_boxTitle {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: content-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
}

.p_boxTitle .col {
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    float: left\0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}

.d_titleA {
    width: 111px;
    display: none;
}

.d_titleB {
    width: 30%;
    background: rgb(0 96 255);
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.d_titleC {
    width: 50%;
    background: rgb(0 96 255);
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.d_titleE {
    width: auto;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    align-items: flex-start;
    min-width: 160px\0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgb(0 96 255);
}

.p_article:nth-child(even){
  background-color: rgb(241, 241, 241);
}

.p_article {
    width: auto;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    clear: both;
    min-height: 111px;
    height: auto;
    box-sizing: content-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    display: -webkit-box;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.p_article .col,
.p_article .p_images {
    box-sizing: border-box;
    font-size: 12px;
    border-right: 1px solid #e6e6e6;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    float: left\0;
}


.d_titleN {
    width: 30%;
    margin: 0;
}
.d_titleO {
    width: 50%;
}

.d_titleQ {
    width: auto;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    align-items: flex-start;
    min-width: 160px\0;
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    justify-content: flex-start !important;
}


.p_article .col .font {
    line-height: 2;
    font-size: 16px;
    color: #333;
    width: 100%;
    padding: 10px;
}


.sideBar .side-menu .cat-list li{
  position: relative;
}
.sideBar .side-menu .cat-list li ul.sub-menu{
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  background-color: black;
  display: none;
}
.sideBar .side-menu .cat-list li:hover ul.sub-menu{
  display: block;
}


.product-page .product-list{
  min-width: 970px;
}

.product-page .sidebar-box>div{
  overflow-x: auto;
}




.prodet-page {
  padding: 60px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 40%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  /*border: 1px solid #eee;*/
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left .pro-img{
  margin-bottom: 10px;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 60px;
  width: 60%;
}
.prodet-page .product-box .prodet-1 .right h1.title,
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #0060ff;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #0060ff;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #0060ff;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 3px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #0060ff;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #bbb;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #e8e8e8;
}

.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  /*-moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 15px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #0060ff;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #0060ff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #0060ff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #0060ff;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #0060ff;
}

@media screen and (max-width: 1250px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 970px) {
  .prodet-page .product-box .prodet-2 .ret table{
    width: 100%!important;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-2 .ret table td{
    line-height:1.5em!important;
    font-size: 12px!important;
  }

}

@media screen and (max-width: 500px) {
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
}

/* end */








.sustainability-page {
  padding-bottom: 110px;
}
.sustainability-page.pb_0{
  padding-bottom: 0;
}

.sustainability-page .init-0 {
  padding: 80px 0 0px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .ui.container{
  padding: 150px 15px;
}

.sustainability-page .init-0 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1060px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-1 {
  margin-top: 30px;
}

.sustainability-page .init-1 .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;
}

.sustainability-page .init-1 .container .list {
  margin-top: 30px;
  text-align: center;
  width: 20%;
  padding: 10px 0;
  transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
  display: block;
  height: 88px;
  width: auto;
  margin: auto;
}

.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
  font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sustainability-page .init-2 {
  padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
  width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}

.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}

.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  font-size: 38px;
}

.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 10px;
  width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}

.sustainability-page .init-3 {
  padding: 0 240px;
  margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
  width: 100%;
}

.sustainability-page .init-3 .container .content {
  margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
  padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
  width: 100%;
}

.sustainability-page .init-4 {
  text-align: center;
  margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-4 .container .des {
  color: #747474;
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
  height: 5px;
  margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
  margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
  border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
  display: block;
  height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px){
   .sustainability-page .init-0 {
    padding: 120px 0;
  }

  .sustainability-page .init-1 {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }

  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
}
@media screen and (max-width: 700px){
  .sustainability-page .init-3 {
    padding: 0;
  }

  .sustainability-page .init-3 .container .content {
    margin: 0;
  }

  .sustainability-page .init-3 .container .content .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .sustainability-page .init-0 {
    padding: 40px 0;
  }

  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }

  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }

  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }

  .sustainability-page .init-4 .container .content ul li {
    padding: 0 4px;
  }
}




.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: #bc000d;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
  line-height: 1.8;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: #bc000d;
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-2 .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
}


.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  padding: 15px;
}
.footter{
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 16px;
}
#index-body .our-about .ui .box .right .text h1{
  display: inline;
}
@media screen and (max-width: 1000px){
  .Auxil-industry, .footter {
    display: none !important;
  }
}
#seo_other .font-16 {
  font-size: 16px;
  line-height: 2;
}
.font-16 {
 line-height: 2;
}
.text.font-18.wow.fadeInUp {
    line-height: 2;
}
._name.font-20.font-bold {
    line-height: 1.8;
}