@font-face {
  font-family: 'DINT';
  src: url(../fonts/DINT.ttf) format('truetype'), url(../fonts/DINT.eot) format('eot'), url(../fonts/DINT.woff) format('woff'), url(../fonts/DINT.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'DINT';
  src: url(../fonts/DINTMedium.ttf) format('truetype'), url(../fonts/DINTMedium.eot) format('eot'), url(../fonts/DINTMedium.woff) format('woff'), url(../fonts/DINTMedium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'DINT';
  src: url(../fonts/DINTBold.ttf) format('truetype'), url(../fonts/DINTBold.eot) format('eot'), url(../fonts/DINTBold.woff) format('woff'), url(../fonts/DINTBold.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "DINT";
  font-weight: 400;
  margin: auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
:root {
  --color1: #1c6f99;
  --color2: #86c9db;
}
.white {
  color: #fff;
}
.color {
  color: var(--color1);
}
#header {
  z-index: 2000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header.fixed {
  background-color: #86c9db;
}
#header.inner.sticky-shadow {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
#header.inner {
  background-color: #FFFFFF;
}
#header.inner .h-top {
  border-color: #c7c7c7;
}
#header.inner .h-top .ui.menu .p-search input {
  background-color: #e2edf5;
  color: #000000;
}
#header.inner .h-top .ui.menu .p-search input::-webkit-input-placeholder {
  color: #737574;
}
#header.inner .h-top .ui.menu .p-search input:-moz-placeholder {
  color: #737574;
}
#header.inner .h-top .ui.menu .p-search input::-moz-placeholder {
  color: #737574;
}
#header.inner .h-top .ui.menu .p-search input:-ms-input-placeholder {
  color: #737574;
}
#header.inner .h-top .ui.menu .p-search input::placeholder {
  color: #737574;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > div > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5%;
  position: relative;
}
#header .h-top {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .p-search {
  margin-left: 0;
  margin-right: auto;
  width: 60%;
}
#header .h-top .ui.menu .p-search input {
  height: 35px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 55px;
  color: #fff;
  font-size: 16px;
}
#header .h-top .ui.menu .p-search input::-webkit-input-placeholder {
  color: #fff;
}
#header .h-top .ui.menu .p-search input:-moz-placeholder {
  color: #fff;
}
#header .h-top .ui.menu .p-search input::-moz-placeholder {
  color: #fff;
}
#header .h-top .ui.menu .p-search input:-ms-input-placeholder {
  color: #fff;
}
#header .h-top .ui.menu .p-search input::placeholder {
  color: #fff;
}
#header .h-top .ui.menu .p-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 35px;
  background-color: transparent;
  border: none;
}
#header .h-top .ui.menu .msgBtn {
  cursor: pointer;
}
#header .nav {
  position: relative;
  z-index: 1;
}
#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 {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #1c6f99;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.pro + ul {
  display: none!important;
}
#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;
  width: 190px;
  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);
  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: 16px;
  -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: var(--color1);
  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 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  top: 50%;
  right: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul.slick-dots li {
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li + li {
  margin-top: 40px;
}
#banner ul.slick-dots li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #1d7099;
}
#banner ul.slick-dots li.slick-active:before {
  background-color: #1d7099;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 20px 50px;
  border: none;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(odd) {
  background: #f0f9fb;
}
.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: #004065;
  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 0;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
  color: white;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-bottom: 1px solid #eee;*/
  position: relative;
  padding-left: 1rem;
  padding-right: 50px;
}

#mobile .m-nav ul li i {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}
#mobile .m-nav ul li.active > a {
  color: #000;
  background-color: #fff;
}
#mobile .m-nav ul li.active > i {
  color: rgba(0,64,101,0.7);
}

#mobile .m-nav ul li.active > ul li.active > a{
  background-color: #C4DDF2;
  color: #004065;
}

#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f105";
}
/*#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;
  font-weight: 400;
}
/*#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 li a:hover {
  background: #86c9db;
}
#mobile .yuy {
  padding: 20px 1rem;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #fff;
  margin-bottom: 5px;
  color: white;
}
#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 #fff;
  color: white;
}
#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: 1024px) {
  #banner {
    margin-top: 120px;
  }
  #nav-height {
    height: 120px!important;
  }
}
.hover-language {
  margin-left: auto;
  margin-right: 28px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  margin-left: -40px;
  min-width: 100px;
  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;
}
.hover-language 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;
}
.hover-language ul.sub-menu li:hover a {
  background: var(--color1);
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
  height: 100vh;
}
#banner li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
#banner .wc {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-left: -160px;
}
#banner .wc em {
  font-size: 50px;
  font-weight: bold;
  width: 75px;
  display: inline-block;
  vertical-align: bottom;
}
#banner .wc span {
  margin-bottom: 6px;
  padding-left: 85px;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px solid #86c9db;
  position: relative;
}
#banner .wc span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background-color: #86c9db;
  border-radius: 7px;
}
#banner .icon {
  margin-bottom: 60px;
}
#banner .icon .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
#banner .icon .item img {
  float: left;
}
#banner .icon .item > div {
  padding-left: 110px;
}
#banner .icon .item > div > div:first-child {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
#banner .icon .item > div > div:first-child div {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}
#banner .icon .item > div > div:last-child {
  font-size: 22px;
  color: #fff;
}
.baseBtn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  border: 1px solid transparent;
  color: #fff;
  background-color: #86c9db;
  padding: 0 25px;
  border-radius: 25px;
  min-width: 170px;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: #000;
}
.baseBtn.on {
  background-color: transparent;
  border-color: #fff;
}
.baseBtn.on:hover {
  color: #86c9db;
  background-color: #fff;
}
.baseBtn.about {
  background-color: #1c6f99;
}
.baseTag {
  color: #86c9db;
  line-height: 36px;
}
.baseTag span {
  display: inline-block;
  padding-left: 45px;
  background-image: url(../images/tag-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.baseTag.white {
  color: #fff;
}
.baseTag.white span {
  background-image: url(../images/tag-icon-white.png);
}
.baseTit {
  font-size: 60px;
  font-weight: 500;
}
.i-category {
  padding: 140px 0 50px;
  overflow: hidden;
}

.i-category .list{
  position: relative;
}
.i-category .list:hover span.arrow{
  display: block!important;
}
.i-category .list span.arrow{
  position: absolute;
  z-index: 1;
  top: 35%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.5;
  font-size: 30px;
  display: none!important;
  cursor: pointer;
}
.i-category .list span.arrow:hover{
  opacity: 0.9;
}
.i-category .list span.arrow.arrow_l{
  left: 0;
}
.i-category .list span.arrow.arrow_r{
  right: 0;
}

.i-category .list ul {
  margin: -13px;
}
.i-category .list li {
  padding: 13px;
}
.i-category .list .box .img {
  overflow: hidden;
}
.i-category .list .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(28, 111, 153, 0.7);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list .box .text {
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5% 10%;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -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-category .list .box .name {
  font-size: 30px;
  font-weight: 500;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list .box .line {
  width: 0;
  border-bottom: 1px solid #86c9db;
  position: relative;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-category .list .box .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
  opacity: 0;
}
.i-category .list .box .btns {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list .box:hover .img::after {
  opacity: 1;
}
.i-category .list .box:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.i-category .list .box:hover .name {
  color: #1c6f99;
}
.i-category .list .box:hover .line {
  width: 100%;
}
.i-category .list .box:hover .line::after {
  opacity: 1;
}
.i-category .list .box:hover .btns {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.i-category .list .slick-list {
  overflow: unset;
  padding-right: 13%;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 120px;
}
.i-advantage .list ul {
  margin: -23px;
}
.i-advantage .list li {
  padding: 23px;
}
.i-advantage .list .box {
  position: relative;
  overflow: hidden;
}
.i-advantage .list .box .text {
  background-color: rgba(134, 201, 219, 0.64);
  padding-bottom: 30px;
}
.i-advantage .list .box .text i {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -43px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.i-advantage .list .box .text i img {
  vertical-align: middle;
}
.i-advantage .list .box .name {
  font-size: 27px;
  font-weight: 500;
}
.i-advantage .list .box .mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: left;
  padding: 10%;
  -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-advantage .list .box .mask .line {
  border-bottom: 1px solid #86c9db;
  position: relative;
}
.i-advantage .list .box .mask .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
}
.i-advantage .list .box:hover .mask {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.our-news {
  padding: 100px 0 120px;
}
.our-news .cate {
  font-size: 24px;
  color: #777777;
  border-bottom: 1px solid #86c9db;
  position: relative;
}
.our-news .cate::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
}
.our-news .cate a.active {
  font-size: 30px;
  font-weight: 500;
  color: #1c6f99;
}
.our-news ul li:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.our-news ul li .name {
  font-size: 30px;
  font-weight: 500;
}
.our-news ul li .text {
  color: #777777;
}
.our-news ul li img {
  vertical-align: middle;
  margin-right: 15px;
}
.our-news ul li time {
  color: #777777;
  vertical-align: middle;
}
.our-exhibition {
  background-color: #f0f9fb;
  padding: 100px 0 120px;
}
.our-exhibition .list ul {
  margin: -20px;
}
.our-exhibition .list li {
  padding: 20px;
}
.our-exhibition .list .box {
  background-color: #fff;
  padding: 10%;
}
.our-exhibition .list .box .name {
  font-size: 30px;
  font-weight: 500;
}
.our-exhibition .list .box .line {
  border-bottom: 1px solid #86c9db;
  position: relative;
}
.our-exhibition .list .box .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
}
.our-exhibition .list .box img {
  height: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
.our-exhibition .list .box time,
.our-exhibition .list .box span {
  vertical-align: middle;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-about {
  padding: 130px 0 70px;
  background: url(../images/about-bg.jpg) no-repeat right -150px top -350px;
}
.our-about .left {
  vertical-align: middle;
}
.our-about .right {
  vertical-align: middle;
}
.our-about .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.our-about .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(28, 111, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .top .text {
  color: #777777;
  text-indent:35px;
}
.dagufiohsg {
  font-size: 20px;
  line-height: 32px;
}
.dagufiohsg h1 {
  display: inline;
}
.our-about .bottom {
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid #cbcbcb;
}
.our-about .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .bottom ul li {
  width: auto;
}
.our-about .bottom ul li .icon {
  line-height: 30px;
  font-size: 0;
}
.our-about .bottom ul li .icon i {
  float: left;
}
.our-about .bottom ul li .icon i img {
  vertical-align: middle;
}
.our-about .bottom ul li .icon span {
  display: block;
  padding-left: 35px;
  color: #777777;
}
.our-about .bottom ul li .num {
  font-size: 60px;
  font-weight: bold;
}
.our-about .bottom ul li:hover .num {
  color: #1c6f99;
}
.i-form {
  position: relative;
}
/*.i-form.about {
  background-color: #f0f9fb;
}*/
.i-form::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1c6f99;
}
.i-form .box {
  background-color: #86c9db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
}
.i-form .box .Tit {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-right: 45px;
}
.i-form .box .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.i-form .box .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-form .box .form form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}
.i-form .box .form form input::-webkit-input-placeholder {
  color: #fff;
}
.i-form .box .form form input:-moz-placeholder {
  color: #fff;
}
.i-form .box .form form input::-moz-placeholder {
  color: #fff;
}
.i-form .box .form form input:-ms-input-placeholder {
  color: #fff;
}
.i-form .box .form form input::placeholder {
  color: #fff;
}
.i-form .box .form form input:not([name="name"]) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.i-form .box .form form input[name="content"] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.i-form .box .form form button {
  border: none;
  background-color: transparent;
  color: #fff;
}
#footer {
  color: #fff;
  background-color: #1c6f99;
}
#footer .foot-top {
  padding: 90px 0 40px;
}
#footer .foot-top .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-top .foot-block {
  max-width: 370px;
}
#footer .foot-top .foot-block:first-child {
  max-width: 290px;
}
#footer .foot-top .foot-block .logo {
  width: 80%;
  max-width: 240px;
}
#footer .foot-top .foot-block h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .foot-top .foot-block ul li {
  opacity: .75;
  line-height: 2;
}
#footer .foot-top .foot-block ul li:hover {
  opacity: 1;
}

#footer .foot-top .social-links {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

#footer .foot-top .social-links a {
  margin: 0 5px;
}

#footer .foot-top .line {
  border-bottom: 1px solid white;
  opacity: .43;
}

#footer .foot-center {
  padding-bottom: 40px;
}
#footer .foot-center > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#footer .foot-center h4 {
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .foot-center .social-links {
  margin-right: 6.7%;
}
#footer .foot-center .social-links a {
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
  color: #1c6f99;
}

#footer .foot-center .social-links a i {
  font-size: 18px;
}

#footer .foot-center .social-links a i,
#footer .foot-center .social-links a svg {
  vertical-align: middle;
}

#footer .foot-center h2 {
  font-size: 35px;
  font-weight: 500;
}

#footer .foot-center .qrcodes {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

#footer .foot-center .qrcodes .item {
  padding: 10px;
  text-align: center;
}


#footer .foot-bottom {
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  margin-top: 30px;
  width: 85px;
  border: 5px solid #fff;
}
@media (max-width: 1470px) {
  .ui.container {
    width: 1240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .logo {
    width: 200px;
  }
  #banner h2 {
    font-size: 70px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #banner .wc {
    font-size: 18px;
    margin-left: -100px;
  }
  #banner .wc span {
    padding-bottom: 10px;
    padding-left: 25px;
  }
  #banner .icon {
    margin-bottom: 30px;
  }
  #banner .icon .item > div > div:first-child {
    font-size: 30px;
    line-height: inherit;
  }
  #banner .icon .item > div > div:last-child {
    font-size: 18px;
  }
  .baseTit {
    font-size: 50px;
  }
  .i-category .list .box .name {
    font-size: 24px;
  }
  .i-advantage .list .box .name {
    font-size: 24px;
  }
  .our-news ul li .name {
    font-size: 24px;
  }
  .our-exhibition .list .box .name {
    font-size: 24px;
  }
  .i-advantage .list .box .desc {
    display: none;
  }
  .our-news ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-exhibition .list .box {
    padding: 5%;
  }
}
@media (max-width: 1240px) {
  .ui.container {
    width: 1024px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .logo {
    width: 150px;
  }
  #banner .wc {
    display: none;
  }
  #banner h2 {
    margin-top: 0;
    font-size: 50px;
  }
  .baseTit {
    font-size: 40px;
  }
  .i-category .list .slick-list {
    padding-right: 0;
  }
  .i-category .list .box .name {
    font-size: 20px;
  }
  .i-advantage .list .box .name {
    font-size: 20px;
  }
  .our-news ul li .name {
    font-size: 20px;
  }
  .our-exhibition .list .box .name {
    font-size: 20px;
  }
  .our-news .cate {
    font-size: 18px;
  }
  .our-news .cate a.active {
    font-size: 24px;
  }
  .our-exhibition .list li {
    width: 50%!important;
  }
  .our-about .bottom ul li .num {
    font-size: 40px;
  }
  .i-form .box .Tit {
    font-size: 30px;
  }
  #footer .foot-top .foot-block {
    max-width: 300px;
  }
  #footer .foot-top .foot-block h4 {
    font-size: 20px;
  }
  #footer .foot-center h2 {
    font-size: 30px;
  }
  #footer .foot-center h4 {
    font-size: 20px;
  }
  .baseTit {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .ui.container {
    width: 768px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .icon .item img {
    width: 60px;
  }
  #banner .icon .item > div {
    padding-left: 80px;
  }
  #banner .icon .item > div > div:first-child {
    font-size: 24px;
  }
  #banner .icon .item > div > div:first-child div {
    font-size: 14px;
  }
  #banner .icon .item > div > div:last-child {
    font-size: 16px;
  }
  .baseBtn {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    min-width: 120px;
  }
  .i-category {
    padding: 60px 0;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list li {
    padding: 15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .box > div:first-child {
    display: none;
  }
  .our-news .box > div:last-child {
    width: 100%;
    padding: 0;
  }
  .our-exhibition {
    padding: 60px 0;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%!important;
    margin-bottom: 40px;
  }
  .our-about .right {
    width: 100%!important;
    padding: 0;
  }
  .i-form .box {
    display: block;
  }
  .i-form .box .Tit {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hide-1024 {
    display: none!important;
  }

  #footer .foot-center > div {
    display: block;
  }

  #footer .foot-center .left {
    margin-bottom: 40px;
  }

  #footer .foot-center .social-links {
    margin-right: 5%;
  }
  #footer .foot-center h2 {
    font-size: 24px;
  }
  #footer .foot-top .foot-block {
    max-width: 45%!important;
  }
  .i-category .list .box .btns {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .i-category .list .box .line {
    width: 100%;
  }
  .i-category .list .box .line::after {
    opacity: 1;
  }
  .i-category .list .box .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  .i-category .list .box .img::after {
    opacity: 0;
  }
  .our-about .bottom {
    margin-top: 60px;
    padding-top: 30px;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #banner h2 br {
    display: none;
  }
  #banner .icon {
    margin-bottom: 15px;
  }
  .i-category .fl,
  .i-category .fr {
    float: none;
  }
  .baseTit {
    font-size: 24px;
  }
  .font-18 {
    font-size: 14px;
  }
  .i-category .list .box .name {
    font-size: 18px;
  }
  .i-advantage .list .box .name {
    font-size: 18px;
  }
  .our-news ul li .name {
    font-size: 18px;
  }
  .our-exhibition .list .box .name {
    font-size: 18px;
  }
  .i-advantage {
    display: none;
  }
  .i-category {
    padding-bottom: 0;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
  }
  .our-exhibition .list ul {
    margin: -15px;
  }
  .our-exhibition .list li {
    width: 100%!important;
    padding: 15px;
  }
  .our-about .bottom ul {
    display: block;
    margin: -10px;
  }
  .our-about .bottom ul li {
    width: 50%;
    padding: 10px;
  }
  .i-form .box {
    padding: 25px;
  }
  .i-form .box .form {
    border: none;
  }
  .i-form .box .form form {
    display: block;
  }
  .i-form .box .form form input {
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-flex: unset!important;
    -webkit-flex: unset!important;
    -moz-box-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
    border-left: none!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .font-16 {
    font-size: 14px;
  }

  #footer .foot-center .qrcodes .item {
    width: 20%;
  }

  #footer .foot-bottom img {
    max-height: 14px;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-block {
    max-width: 100% !important;
  }
  #footer .foot-top .foot-block + .foot-block {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  #banner .icon {
    display: none;
  }
  #banner h2 {
    font-size: 24px;
    line-height: normal;
  }
  .our-about .bottom ul li .num {
    font-size: 30px;
  }
  .i-form .box .Tit {
    font-size: 24px;
  }

  #footer .foot-center .qrcodes .item {
    width: 33.33%;
  }
}
.baseMbx {
  padding: 25px 0;
}
.baseMbx .text {
  color: #777777;
}
.baseCateNav {
  margin-top: 50px;
  overflow: hidden;
}
.baseCateNav ul {
  border-bottom: 1px solid #d6d6d6;
}
.baseCateNav li {
  display: inline-block;
  padding: 20px 0;
  position: relative;
}
.baseCateNav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #d6d6d6;
}
.baseCateNav li a {
  display: inline-block;
  color: #777777;
  position: relative;
}
.baseCateNav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
}
.baseCateNav li.active a {
  font-weight: bold;
  color: var(--color1);
}
.baseCateNav li.active a::before {
  border-color: var(--color1);
}
.baseCateNav.wAuto ul {
  margin-right: -25px;
}
.baseCateNav.wAuto li {
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 25px;
  margin-bottom: 25px;
}
.baseCateNav.wAuto li::before {
  display: none;
}
.baseCateNav.wAuto li a::before {
  display: none;
}
.font-48 {
  font-size: 48px;
}
.font-45 {
  font-size: 45px;
}
@media (max-width: 1240px) {
  .font-48 {
    font-size: 30px;
  }
  .font-45 {
    font-size: 30px;
  }
  .font-40 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .font-48 {
    font-size: 24px;
  }
  .font-45 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }
}
.about-1 {
  padding-top: 130px;
}
.about-1 .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.about-1 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(28, 111, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-1 .right {
  padding-left: 50px;
  padding-top: 30px;
}
.about-1 .right .text {
  margin-top: 20px;
  color: #777777;
  text-indent:40px;
      /*max-height: 414px;
    padding-right: 20px;
    overflow: auto;*/
}
.about-2 {
  padding-top: 130px;
}
.about-2 .box {
  padding: 80px 15px 70px;
  background-color: #f0f9fb;
}
.about-2 .Tit {
  color: var(--color1);
}
.about-2 .text {
  max-width: 800px;
  margin: 30px auto 60px;
}
.about-2 .rz {
  width: 40%;
  margin: auto;
}
.about-3 {
  padding-top: 120px;
}
.about-3 .list ul {
  margin: -25px;
  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;
}
.about-3 .list li {
  padding: 25px;
}
.about-3 .list .box {
  padding: 5%;
  min-height: 370px;
  background-color: var(--color1);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-3 .list .box i {
  display: block;
  width: 25%;
  margin: 0 auto 10%;
}
.about-3 .list .box .name {
  font-weight: bold;
  color: #fff;
}
.about-3 .list .box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color2);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-3 .list .box .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18% 18% 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.about-3 .list .box .mask hr {
  border: none;
  margin: 20px 0 40px;
  border-bottom: 1px solid #fff;
}
.about-3 .list .box .mask .text {
  color: #fff;
  line-height: 1.5;
  min-height: 6em;
}
.about-3 .list .box.on::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-3 .list .box.on .mask {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-3 .list .box.out::after {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-3 .list .box.out .mask {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.about-4 {
  padding: 130px 0;
}
.about-4 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-4 .arrows span.arrow:hover {
  border-color: var(--color1);
}
.about-4 .arrows span.arrow svg{
  vertical-align: middle;
}
.about-4 .arrows span.arrow svg path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-4 .arrows span.arrow:hover svg path {
  fill: var(--color1);
}
.about-4 .list {
  position: relative;
}
.about-4 .list::before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1e1;
}
.about-4 .list ul {
  margin: 0 -60px;
}
.about-4 .list li {
  padding: 0 40px;
}
.about-4 .list .year {
  font-weight: bold;
  height: 70px;
}
.about-4 .list .dot {
  width: 17px;
  height: 17px;
  background-color: rgba(28, 111, 153, 0.3);
  border-radius: 50%;
  position: relative;
}
.about-4 .list .dot::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-color: var(--color1);
  border-radius: inherit;
}
.about-4 .list .name {
  font-weight: bold;
  margin-top: 30px;
}
.about-4 .list .text {
  margin-top: 20px;
}
.about-5 {
  padding: 140px 0;
  background-color: #f0f9fb;
}
.about-5 .left .images {
  position: relative;
  margin-right: 66px;
}
.about-5 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  transition: .5s ease;
}
.about-5 .left .images .img img {
  opacity: .3;
  transition: .5s ease;
}
.about-5 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;  
}
.about-5 .left .images .img.img_2 img {
  opacity: .6;
}
.about-5 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.about-5 .left .images .img.img_1 img {
  opacity: 1;
}
.about-5 .right {
  margin-top: 40px;
}
.about-5 .right ul {
  margin-top: 80px;
}
.about-5 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.about-5 .right li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.about-5 .right li .name {
  margin: 20px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-5 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.about-5 .right li .text p {
  line-height: 1.5;
  min-height: 4.5em;
}
.about-5 .right li.active .name {
  color: var(--color1);
}
.about-6 {
  padding: 130px 0 140px;
  background-color: #f0f9fb;
}
.about-6 .list {
  margin-bottom: 70px;
}
.about-6 .list ul {
  margin: -15px;
}
.about-6 .list li {
  padding: 15px;
}
.about-6 .line {
  height: 4px;
  background-color: #d6d6d6;
  position: relative;
}
.about-6 .line em {
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color2);
}
.about-6 .line.active em {
  width: 100%;
  -webkit-transition: 5s linear;
  -moz-transition: 5s linear;
  transition: 5s linear;
}
.about-7 {
  padding: 90px 0;
}
@media (max-width: 1240px) {
  .about-3 .list .box .mask {
    padding: 20% 10% 0;
  }
  .about-3 .list .box .mask hr {
    margin: 20px 0;
  }
  .about-3 .list .box {
    min-height: 300px;
  }
  .about-3 .list ul {
    margin: -15px;
  }
  .about-3 .list li {
    padding: 15px;
  }
  .about-4 .list ul {
    margin: 0 -30px;
  }
  .about-4 .list li {
    padding: 0 30px;
  }
  .about-5 .left {
    padding: 0;
  }
  .about-5 .right {
    margin-top: 0;
  }
  .about-5 .right ul {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .baseCateNav {
    margin-top: 30px;
  }
  .baseCateNav li {
    width: auto!important;
    padding: 0;
    margin: 10px;
  }
  .baseCateNav li a::before {
    display: none;
  }
  .baseCateNav li + li::before {
    display: none;
  }
  .about-1 {
    padding-top: 60px;
  }
  .about-1 .left {
    width: 100%!important;
    margin-bottom: 40px;
  }
  .about-1 .right {
    width: 100%!important;
    padding: 0;
  }
  .about-2 {
    padding-top: 60px;
  }
  .about-3 {
    padding-top: 60px;
  }
  .about-4 {
    padding: 60px 0;
  }
  .about-4 .list ul {
    margin: 0 -15px;
  }
  .about-4 .list li {
    padding: 0 15px;
  }
  .about-5 {
    padding: 60px 0;
  }
  .about-5 .left {
    display: none;
  }
  .about-5 .right {
    width: 100%!important;
    padding: 0;
  }
  .about-6 {
    padding: 60px 0;
  }
  .about-6 .list {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .about-5 .right li .name {
    margin: 10px 0;
  }
  .about-5 .right li {
    padding-bottom: 10px;
  }
  .about-5 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-2 .box {
    padding: 60px 15px;
  }
  .about-2 .text {
    margin: 30px auto;
  }
  .about-2 .rz {
    width: 100%;
  }
}

#honor {
  position: absolute;
  left: 0;
  top: -200px;
}

.honor-1 {
  padding: 100px 0;
}
.honor-1 ul {
  margin: -25px;
}
.honor-1 li {
  padding: 25px;
}
.honor-1 li .box {
  padding: 20px;
  background-color: #f0f9fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.honor-1 li .box:hover {
  background-color: var(--color1);
}
.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
  opacity: 1;
}
.honor-2 {
  padding-bottom: 170px;
}
.honor-2 .tab {
  background-color: #eeeeee;
}
.honor-2 .tab 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;
}
.honor-2 .tab li {
  line-height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #777777;
}
.honor-2 .tab li a {
  padding: 0 50px;
  white-space: nowrap;
}
.honor-2 .tab li.active {
  color: #fff;
  background-color: var(--color1);
}
.honor-2 .list {
  margin-top: 85px;
}
.honor-2 .list ul {
  margin-right: -25px;
  margin-bottom: -55px;
}
.honor-2 .list li {
  text-align: center;
  width: -webkit-calc(25% - 25px);
  width: -moz-calc(25% - 25px);
  width: calc(25% - 25px);
  margin-right: 25px;
  margin-bottom: 55px;
}
@media (max-width: 1470px) {
  .honor-1 ul {
    margin: -15px;
  }
  .honor-1 li {
    padding: 15px;
  }
  .honor-2 .tab li a {
    padding: 0 25px;
  }
}
@media (max-width: 1240px) {
  .honor-2 .tab li a {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .honor-1 {
    padding: 60px 0;
  }
  .honor-1 li {
    width: 100%!important;
  }
  .honor-1 li .box .text {
    padding-left: 20px;
  }
  .honor-2 {
    padding-bottom: 60px;
  }
  .honor-2 .list {
    margin-top: 40px;
  }
  .honor-2 .list ul {
    margin-bottom: -25px;
  }
  .honor-2 .list li {
    width: -webkit-calc(33.33% - 25px);
    width: -moz-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .honor-2 .list li {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
  }
}
@media (max-width: 500px) {
  .honor-2 .list ul {
    margin-right: 0;
  }
  .honor-2 .list li {
    width: 100%;
  }
  .honor-1 li .box {
    display: block;
    text-align: center;
  }
  .honor-1 li .box .img {
    margin-bottom: 15px;
  }
  .honor-1 li .box .text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  .honor-1 li .box {
    background-color: var(--color1);
  }
  .honor-1 li .box .text .name {
    color: #FFFFFF;
  }
  .honor-1 li .box .text .desc {
    color: #FFFFFF;
  }
}
.news-1 {
  padding: 100px 0 180px;
}
.news-1 ul {
  margin: -40px -20px;
}
.news-1 li {
  padding: 40px 20px;
}
.news-1 li .img {
  padding-top: 67%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-1 li .img > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-1 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-1 li .text {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-1 li .text .date img {
  vertical-align: middle;
  margin-right: 15px;
}
.news-1 li .text .date time {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.news-1 li .text .name {
  margin-top: 25px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news-1 {
    padding: 60px 0;
  }
  .news-1 ul {
    margin: -15px;
  }
  .news-1 li {
    width: 50%!important;
    padding: 15px;
  }
  .news-1 li .text {
    padding: 15px;
  }
  .news-1 li .text .name {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .news-1 li {
    width: 100%!important;
  }
}
.newdet-1 {
  padding: 90px 0 130px;
}
.newdet-1 h1 {
  max-width: 1100px;
  margin: auto;
}
.newdet-1 .date img {
  vertical-align: middle;
  margin-right: 15px;
}
.newdet-1 .date time {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.newdet-1 .img {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .newdet-1 {
    padding: 60px 0;
  }
  .newdet-1 .img {
    margin: 40px 0;
  }
}
.contact-1 p {
  margin: 60px 0;
  color: #777777;
  line-height: 2;
}
.contact-1 .form {
  background-image: url(../images/contact-1-bg.jpg);
  background-repeat: no-repeat;
  background-position: right -150px bottom -420px;
  background-size: 40%;
  padding: 70px 90px 60px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-1 .form ul {
  margin-right: -25px;
}
.contact-1 .form li {
  margin-right: 25px;
  margin-bottom: 30px;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
}
.contact-1 .form li.wid-100 {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
.contact-1 .form label {
  margin-bottom: 10px;
}
.contact-1 .form input,
.contact-1 .form textarea {
  padding: 8px;
  font-size: 18px;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-1 .form input[type="submit"] {
  width: 280px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}
.contact-1 .form textarea {
  height: 245px;
}
.contact-2 {
  padding: 100px 0 140px;
}
.contact-2 ul {
  margin: -35px;
}
.contact-2 li {
  padding: 35px;
}
.contact-2 li .grid-box {
  margin: -20px;
}
.contact-2 li .column {
  padding: 20px;
}
.contact-2 li .box {
  padding: 60px 50px;
  background-color: #f0f9fb;
}
.contact-2 li .box .name {
  margin-bottom: 40px;
  padding-bottom: 15px;
  color: var(--color1);
  border-bottom: 1px solid currentColor;
}
.contact-2 li .box .text {
  line-height: 2;
}
@media (max-width: 1024px) {
  .contact-2 li .grid-box > .column {
    width: 100%;
  }

  .contact-1 p br {
    display: none;
  }
  .contact-1 .form {
    padding: 35px;
  }
  .contact-1 .form input[type="submit"] {
    font-size: 20px;
  }
  .contact-1 .form textarea {
    height: 150px;
  }
  .contact-1 .form input,
  .contact-1 .form textarea {
    font-size: 16px;
  }
  .contact-2 {
    padding: 60px 0;
  }
  .contact-2 ul {
    margin: -15px;
  }
  .contact-2 li {
    padding: 15px;
  }
  .contact-2 li .box {
    padding: 25px;
  }
  .contact-2 li .box .name {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-1 .form input,
  .contact-1 .form textarea {
    font-size: 14px;
  }
  .contact-2 li {
    width: 100%!important;
  }
  .contact-1 .form input[type="submit"] {
    width: auto;
    font-size: 18px;
  }
  .contact-1 p {
    margin: 30px 0;
  }
}
@media (max-width: 500px) {
  .contact-1 .form {
    padding: 25px;
  }
  .contact-1 .form ul {
    margin-right: 0;
  }
  .contact-1 .form li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact-1 .form li.wid-100 {
    width: 100%;
  }
}
.download-1 {
  margin-top: 90px;
}
.download-1 .box {
  padding: 50px 50px 70px;
  background-color: #f0f9fb;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.download-1 ul {
  margin: 0 -20px;
}
.download-1 li {
  padding: 0 20px;
}
.download-1 li label {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
}
.download-1 li input,
.download-1 li select {
  width: 100%;
  height: 48px;
  padding: 0 25px;
  font-size: 18px;
  border: none;
}
.download-1 li select {
  background: #FFFFFF url(../images/arrow_down.png) no-repeat right 1rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.download-2 .list ul {
  margin: -10px;
}
.download-2 .list li {
  padding: 10px;
}
.download-2 .list li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 48px;
  padding-right: 22px;
  line-height: 44px;
  background-color: #f1f1f1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.download-2 .list li > div:hover {
  background-color: #f0f9fb;
}
.download-2 .list li > div:hover .btn {
  opacity: 1;
}
.download-2 .list li img {
  vertical-align: middle;
}
.download-2 .list li .icon {
  float: left;
}
.download-2 .list li .name {
  padding-left: 65px;
  line-height: 1.5;
  margin-top: 10px;
}
.download-2 .list li .btn {
  float: right;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.download-2 {
  padding: 60px 0 100px;
}
@media (max-width: 1024px) {
  .download-1 {
    margin-top: 60px;
  }
  .download-1 li {
    margin-bottom: 15px;
    width: 100%!important;
  }
  .download-1 .box {
    padding: 45px;
  }
  .download-2 {
    padding: 60px 0;
  }
  .download-2 .list li {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  .download-1 .box {
    padding: 20px;
  }
  .download-2 .list li > div {
    padding: 15px;
  }
  .download-2 .list li .name {
    padding-left: 50px;
  }
}
.news2-1 {
  padding: 100px 0 120px;
}
.news2-1 .list ul {
  margin: -25px -20px;
}
.news2-1 .list li {
  padding: 25px 20px;
}
.news2-1 .list .box {
  background-color: #fff;
  padding: 10%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news2-1 .list .box .name {
  font-weight: 500;
}
.news2-1 .list .box .line {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.news2-1 .list .box img {
  height: 23px;
  vertical-align: middle;
  margin-right: 10px;
}
.news2-1 .list .box time,
.news2-1 .list .box span {
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .news2-1 .list li {
    width: 50%!important;
  }
  .news2-1 .list .box {
    padding: 5%;
  }
}
@media (max-width: 1024px) {
  .news2-1 {
    padding: 60px 0;
  }
  .news2-1 .list ul {
    margin: -15px;
  }
  .news2-1 .list li {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .news2-1 .list li {
    width: 100%!important;
  }
}
.newdet2-1 {
  padding: 90px 0 140px;
}
.newdet2-1 .box {
  margin-top: 50px;
}
.newdet2-1 .box .left {
  width: 70%;
  padding-right: 70px;
}
/*.newdet2-1 .box .left .content {
  margin-top: 80px;
}*/
.newdet2-1 .box .right {
  width: 30%;
}
.newdet2-1 .box .right .info {
  /*min-height: 510px;*/
  padding: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newdet2-1 .box .right .info .Tit {
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 1024px) {
  .newdet2-1 .box .left {
    padding-right: 35px;
  }
  .newdet2-1 .box .right .info {
    padding: 25px;
    min-height: auto;
  }
  .newdet2-1 .box .right .info > div:not(:first-child) {
    margin-top: 20px;
  }
  .newdet2-1 .box .right .info .Tit {
    padding-bottom: 15px;
  }
  /*.newdet2-1 .box .left .content {
    margin-top: 40px;
  }*/
  .newdet2-1 .box {
    margin-top: 30px;
  }
  .newdet2-1 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .newdet2-1 .box .left {
    width: 100%;
    padding: 0;
  }
  .newdet2-1 .box .right {
    width: 100%;
    margin-top: 60px;
  }
}
.factory-1 {
  padding: 110px 0 150px;
}
.factory-1 .tab {
  margin-top: 80px;
}
.factory-1 .tab li {
  width: auto;
  margin: 0 4%;
  color: #777777;
}
.factory-1 .tab li.active {
  font-weight: bold;
  color: #000000;
}
.factory-1 .list {
  margin-top: 80px;
  position: relative;
}
.factory-1 .list span.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #86c9db;
  font-size: 18px;
  cursor: pointer;
}
.factory-1 .list span.arrow:hover {
  color: #fff;
  background-color: #1c6f99;
}
.factory-1 .list span.arrow.arrow_l {
  left: -60px;
}
.factory-1 .list span.arrow.arrow_r {
  right: -60px;
}
.factory-1 .list > div {
  height: 0;
  visibility: hidden;
}
.factory-1 .list > div.active {
  height: auto;
  visibility: visible;
}

.factory-1 .list > div.active li {
  animation: zoomIn .5s ease;
}

.factory-1 .list li {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
}
.factory-1 .list li img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -50px);
  -moz-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.factory-1 .list .slick-active.slick-center li img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.factory-2 {
  background-color: #f0f9fb;
  padding: 100px 0 130px;
  overflow: hidden;
}
.factory-2 .list ul {
  margin: -20px;
}
.factory-2 .list li {
  padding: 20px;
}
.factory-2 .list .slick-list {
  overflow: unset;
  padding-right: 10%;
}
.factory-2 .line {
  height: 4px;
  background-color: #d6d6d6;
  position: relative;
}
.factory-2 .line em {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.factory-3 {
  padding: 130px 0 160px;
}
.factory-3 .list {
  position: relative;
}
.factory-3 .list ul {
  margin: -25px;
}
.factory-3 .list li {
  padding: 25px;
}
.factory-3 span.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.factory-3 span.arrow.arrow_l {
  left: -130px;
}
.factory-3 span.arrow.arrow_r {
  right: -130px;
}
.factory-3 span.arrow:hover {
  color: var(--color1);
}
@media (max-width: 1600px) {
  .factory-3 span.arrow.arrow_l {
    left: 0;
  }
  .factory-3 span.arrow.arrow_r {
    right: 0;
  }
  .factory-3 span.arrow {
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .factory-1 {
    padding: 60px 0;
  }
  .factory-1 .tab {
    margin-top: 40px;
  }
  .factory-1 .list {
    margin-top: 40px;
  }
  .factory-1 .list li img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .factory-1 .list ul {
    margin: -15px;
  }
  .factory-1 .list li {
    padding: 15px;
  }
  .factory-2 {
    padding: 60px 0;
  }
  .factory-3 {
    padding: 60px 0;
  }
  .factory-3 .list ul {
    margin: -15px;
  }
  .factory-3 .list li {
    padding: 15px;
  }
}
.faq-1 {
  padding-top: 100px;
}
.faq-1 .left {
  vertical-align: middle;
}
.faq-1 .right {
  padding-left: 55px;
  vertical-align: middle;
}
.faq-1 .right .text {
  color: #777777;
}
.faq-2 {
  padding: 120px 0 150px;
}
.faq-2 .desc {
  color: #777777;
}
.faq-2 .list {
  margin-top: 50px;
}
.faq-2 .list li {
  padding: 20px 50px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.faq-2 .list li:not(.active) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-2 .list li:not(:last-child) {
  margin-bottom: 27px;
}
.faq-2 .list li.active {
  background-color: #f0f9fb;
}
.faq-2 .list li.active .name i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-2 .list li .name i {
  float: right;
  margin-top: 5px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-2 .list li .text {
  margin-top: 15px;
  padding-top: 15px;
  color: #777777;
  border-top: 1px solid #cacaca;
  display: none;
}
@media (max-width: 1024px) {
  .faq-1 {
    padding-top: 60px;
  }
  .faq-1 .left {
    width: 100%!important;
  }
  .faq-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .faq-2 {
    padding: 60px 0;
  }
  .faq-2 .list li {
    padding: 15px 25px;
  }
}
.innovation-1 {
  padding-top: 110px;
}
.innovation-1 .left {
  vertical-align: middle;
  width: 55%;
}
.innovation-1 .right {
  padding-left: 70px;
  vertical-align: middle;
  width: 45%;
}
.innovation-1 .right .text {
  color: #111;
  text-indent:40px;
}
.innovation-2 {
  padding: 170px 0;
}
.innovation-2 .box {
  background: url(../images/innovation-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 110px 75px 150px;
}
.innovation-2 .box .left {
  max-width: 590px;
}
.innovation-3 {
  padding: 100px 0 170px;
  position: relative;
}
.innovation-3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 38%;
  background-color: #f0f9fb;
}
.innovation-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.innovation-3 .left {
  width: 40%;
  padding-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.innovation-3 .left .text {
  margin: auto;
}
.innovation-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.innovation-3 .left .arrows span.arrow:hover {
  color: var(--color1);
}
.innovation-3 .right {
  width: 60%;
}
.innovation-3 .right .tab 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;
  background-color: #fff;
}
.innovation-3 .right .tab li {
  text-align: center;
}
.innovation-3 .right .tab li a {
  padding: 10px;
}
.innovation-3 .right .tab li.active {
  background-color: var(--color1);
  color: #fff;
}
.innovation-3 .right .list {
  overflow: hidden;
}
.innovation-3 .right .list > div {
  height: 0;
  visibility: hidden;
}
.innovation-3 .right .list > div.active {
  height: auto;
  visibility: visible;
}
.innovation-3 .right .list ul {
  margin-right: -25px;
}
.innovation-3 .right .list li {
  padding-right: 25px;
}
@media (max-width: 1240px) {
  .innovation-3 .right .tab li {
    width: 50%!important;
  }
  .innovation-3 .left {
    padding-right: 40px;
  }
  .innovation-2 .box {
    padding: 100px 50px;
  }
}
@media (max-width: 1024px) {
  .innovation-1 {
    padding-top: 60px;
  }
  .innovation-1 .left {
    width: 100%;
  }
  .innovation-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .innovation-2 {
    padding: 60px 0;
  }
  .innovation-2 .box {
    padding: 60px 25px;
  }
  .innovation-3 {
    padding: 60px 0;
  }
  .innovation-3 .box {
    display: block;
  }
  .innovation-3 .left {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .innovation-3 .left .text {
    margin-top: 30px;
  }
  .innovation-3 .right {
    width: 100%;
  }
  .innovation-3::before {
    height: 60%;
  }
  .innovation-3 .left .arrows {
    display: none;
  }
}
@media (max-width: 500px) {
  .innovation-3 .right .tab li {
    width: 100% !important;
  }
}
.news3-page ~ .i-form {
  background-color: #f0f9fb;
}
.product-1 {
  padding: 70px 0 160px;
}
.product-1 ul {
  margin: -25px -7px;
}
.product-1 li {
  padding: 25px 7px;
}
.product-1 .img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 15, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 15, 0.2);
}
#base-seo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #f0f9fb;
}
.seo-line {
  margin: 120px 0;
}
.seo-line em {
  display: block;
  border-top: 1px solid #b7b7b7;
}
.seo-honor .list {
  overflow: hidden;
}
.seo-honor ul {
  margin-right: -35px;
}
.seo-honor li {
  padding-right: 35px;
}
@media (max-width: 1024px) {
  .product-1 {
    padding: 60px 0;
  }
  .seo-line {
    margin: 60px 0;
  }
  #base-seo::before {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .seo-honor ul {
    margin-right: -20px;
  }
  .seo-honor li {
    padding-right: 20px;
  }
}
.product2-1 {
  padding: 100px 0;
  background-color: #1c6f99;
  }
.product2-1 .left .Auxil-h1 {
  color: #fff;
}
.product2-1 .left .text {
  color: #fff;
}
.product2-1 .right {
  height: 500px;
}
.product2-1 .right > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2-2 {
  background-color: #fff;
  padding: 100px 0 130px;
}
.product2-2 .pro-search input {
  padding: 0 25px;
  font-size: 16px;
  float: left;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
  width: calc(100% - 58px);
  height: 58px;
  border: none;
  background-color: #f0f9fb;
}
.product2-2 .pro-search button {
  float: right;
  width: 58px;
  height: 58px;
  border: none;
  background-color: var(--color2);
}
.product2-2 .list li:not(:last-child) {
  margin-bottom: 20px;
}
.product2-2 .list .box {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}
.product2-2 .list .box .img {
  width: 30%;
  padding: 20px 5%;
}
.product2-2 .list .box .text {
  /*padding-left: 30%;*/
  width: 70%;
  align-self: center;
}
.product2-2 .list .box .text > div {
  padding: 30px;
}
.product2-2 .list .box .text .size {
  color: #777777;
}
.product2-2 .list .box .text .size span {
  color: var(--color1);
}
.product2-2 .list .box .text .baseBtn {
  height: 40px;
  line-height: 38px;
  min-width: 150px;
  background-color: transparent;
  color: var(--color1);
  border-color: 1px solid var(--color1);
}
.product2-2 .list .box .text .baseBtn.active,
.product2-2 .list .box .text .baseBtn:hover {
  color: #fff;
  background-color: var(--color1);
}
@media (max-width: 1024px) {
  .product2-1 {
    padding: 60px 0;
  }
  .product2-1 .left {
    width: 100%!important;
  }
  .product2-1 .right {
    width: 100%!important;
    padding: 0;
    text-align: left;
    margin-top: 40px;
  }
  .product2-2 {
    padding: 60px 0;
  }
  .product2-2 .fr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .product2-2 .list .box .img {
    float: none;
    width: 100%;
  }
  .product2-2 .list .box .text {
    padding-left: 0;
    width: 100%;
  }
  .product2-2 .list .box .text > div {
    padding: 15px;
  }
}
.prodet-1 {
  padding: 80px 0 70px;
}
.prodet-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-1 .left .small {
  left: 0;
  top: 0;
  width: 15%;
  padding-right: 20px;
  z-index: 1;
}
.prodet-1 .left .small ul {
  margin: -10px;
}
.prodet-1 .left .small li {
  padding: 10px;
}
.prodet-1 .left .small li img {
  border: 1px solid #d5d5d5;
}
.prodet-1 .left .small li img.active {
  border-color: var(--color1);
}
.prodet-1 .left .small .slick-vertical .slick-slide {
  border: none;
}

.prodet-1 .left .small .arrows span.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

.prodet-1 .left .small .arrows span.arrow.arrow_r {
  top: auto;
  bottom: 0;
}

.prodet-1 .left .big {
  padding-left: 15%;
}
.prodet-1 .left .big ul {
  border: 1px solid #d5d5d5;
}
.prodet-1 .right .content {
  height: 100%;
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-1 .right .content .desc {
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 2;
  color: #383838;
  border-bottom: 1px solid currentColor;
}
.prodet-1 .right .content .pdfs {
  margin-top: 30px;
  margin-bottom: 35px;
}
.prodet-1 .right .content .pdfs ul {
  margin: -40px;
}
.prodet-1 .right .content .pdfs li {
  width: auto;
  padding: 40px;
}
.prodet-1 .right .content .pdfs li i {
  float: left;
}
.prodet-1 .right .content .pdfs li span {
  line-height: 1.3;
  display: block;
  margin-left: 45px;
  color: var(--color1);
  border-bottom: 2px solid currentColor;
}
.prodet-1 .right .content .btns {
  margin: -15px;
}
.prodet-1 .right .content .btns > div {
  padding: 15px;
}
.prodet-1 .right .content .btns a {
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: var(--color1);
  border-radius: 25px;
}

.prodet-2 .content {
  line-height: 2;
}

.prodet-2 .content strong {
  font-weight: bold;
}

.prodet-2 .content ul li{
  list-style-type: disc;
  margin-left: 1.25em;
}

.prodet-3 .form ul {
  margin: -12px;
}
.prodet-3 .form li {
  padding: 12px;
}
.prodet-3 .form li.wid-100 {
  width: 100%;
}
.prodet-3 .form input,
.prodet-3 .form textarea {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  background-color: #f0f9fb;
  border: none;
}
.prodet-3 .form input[type='submit'] {
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  max-width: 290px;
  color: #FFFFFF;
  background-color: var(--color1);
}
.prodet-3 .form textarea {
  height: 280px;
}
.pro-line em {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1024px) {
  .prodet-1 {
    padding: 60px 0;
  }
  .prodet-1 .box {
    display: block;
  }
  .prodet-1 .left {
    width: 100%!important;
    padding: 0;
  }
  .prodet-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-1 .right .content {
    padding: 30px;
  }
  .prodet-1 .right .content .pdfs ul {
    margin: -15px;
  }
  .prodet-1 .right .content .pdfs li {
    padding: 15px;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: 15px;
    font-size: 16px;
  }
  .prodet-3 .form textarea {
    height: 200px;
  }
  .prodet-3 .form input[type='submit'] {
    font-size: 18px;
  }
  .prodet-3 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .prodet-1 .left .small {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }

  .prodet-1 .left .small .arrows span.arrow {
    right: auto;
    top: 50%!important;
    transform: translateY(-50%);
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_r {
    right: 0;
    left: auto;
    bottom: auto;
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_l i::before {
    content: "\f104";
  }

  .prodet-1 .left .small .arrows span.arrow.arrow_r i::before {
    content: "\f105";
  }

  .prodet-1 .left .big {
    padding-left: 0;
  }

  .prodet-1 .right .content {
    padding: 15px;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: 10px;
    font-size: 14px;
  }
  .prodet-3 .form textarea {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .prodet-1 .right .content .pdfs ul {
    margin: -10px;
  }
  .prodet-1 .right .content .pdfs li {
    width: 100%;
    padding: 10px;
  }
  .prodet-1 .right .content .pdfs li span {
    border: none;
    line-height: 2;
  }
  .prodet-3 .form input[type='submit'] {
    max-width: 100%;
    font-size: 16px;
  }
}
.quality-1 {
  padding: 100px 0;
}
.quality-1 .left {
  margin-top: 80px;
}
.quality-1 .left .text {
  margin: 20px 0 80px;
  color: #777777;
}
.quality-1 .right .img {
  margin-bottom: 150px;
}
.quality-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-1 .right li {
  width: auto;
}
.quality-1 .right li.line {
  height: 72px;
  border-left: 1px solid #bcbcbc;
}
.quality-1 .right li .icon {
  line-height: 24px;
}
.quality-1 .right li .icon i {
  float: left;
}
.quality-1 .right li .num {
  font-size: 60px;
  line-height: 1.3;
}
.quality-1 .right li .num span {
  font-size: 30px;
}
.quality-2 {
  padding: 70px 0;
}
.quality-2 .desc {
  max-width: 860px;
  margin: auto;
  color: #777777;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 {
  padding: 70px 0;
}
.quality-3 .left .content {
  position: relative;
      padding: 63px 100px 140px;
      margin-top: 30px;
}
.quality-3 .left .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: -160px;
  background-color: #f0f9fb;
}
.quality-3 .left .arrows {
  margin-top: -70px;
  margin-right: 80px;
  position: relative;
}
.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-3 .left .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 .right {
  margin-top: 0px;
}
.quality-page .honor-1 .Tit {
  margin-bottom: 80px;
}
.quality-page .honor-1 .Tit p.fr {
  width: 60%;
  color: #777777;
  padding-top: 19px;
}
@media (max-width: 1470px) {
  .quality-3 .left .content {
    padding: 60px;
  }
  .quality-3 .right {
    margin-top: 60px;
  }
}
@media (max-width: 1240px) {
  .quality-1 .right li .num {
    font-size: 40px;
  }
  .quality-1 .right li .num span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .quality-1 {
    padding: 60px 0;
  }
  .quality-1 .left {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .left .text {
    margin: 20px 0 40px;
  }
  .quality-1 .right {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .img {
    display: none;
  }
  .quality-2 {
    padding: 35px 0;
  }
  .quality-3 {
    padding: 35px 0;
  }
  .quality-3 .left {
    width: 100%!important;
  }
  .quality-3 .left .arrows {
    display: none;
  }
  .quality-3 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3 .left .content::before {
    right: 0;
  }
  .quality-3 .left .content {
    padding: 30px;
  }
  .quality-page .honor-1 .Tit {
    margin-bottom: 40px;
  }
  .quality-page .honor-1 .Tit p.fr {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality-1 .right li .num {
    font-size: 36px;
  }
}
.support-1 {
  padding-top: 100px;
}
.support-1 .desc {
  max-width: 800px;
  margin: auto;
}
.support-1 .list ul {
  margin-right: -35px;
}
.support-1 .list li {
  padding-right: 35px;
  margin-bottom: 35px;
}
.support-1 .list .box {
  position: relative;
  overflow: hidden;
}
.support-1 .list .box .text {
  background-color: #f0f9fb;
  padding: 0 20px 40px;
      min-height: 319px;
}
.support-1 .list .box .text i {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -50px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
  vertical-align: middle;
}
.support-1 .list .box .text p {
  color: #777777;
}
.support-2 {
  padding: 130px 0;
}
.support-2 .box {
  padding: 70px 80px;
  border: 1px solid #c6c6c6;
}
.support-2 .form ul {
  margin: -12px;
}
.support-2 .form li {
  padding: 12px;
}
.support-2 .form li:last-child{
  text-align: center;
}
.support-2 .form li.wid-100 {
  width: 100%;
}
.support-2 .form input,
.support-2 .form textarea {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  background-color: #f7f9ff;
  border: none;
}
.support-2 .form input[type='submit'] {
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  max-width: 290px;
  color: #FFFFFF;
  background-color: var(--color1);
}
.support-2 .form textarea {
  height: 280px;
}
@media (max-width: 1024px) {
  .support-1 {
    padding-top: 60px;
  }
  .support-2 {
    padding: 60px 0;
  }
  .support-2 .box {
    padding: 35px;
  }
  .support-2 .form input,
  .support-2 .form textarea {
    padding: 15px;
    font-size: 16px;
  }
  .support-2 .form textarea {
    height: 200px;
  }
  .support-2 .form input[type='submit'] {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .support-2 .box {
    padding: 15px;
  }
  .support-2 .form input,
  .support-2 .form textarea {
    padding: 10px;
    font-size: 14px;
  }
  .support-2 .form textarea {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .support-2 .form input[type='submit'] {
    font-size: 16px;
    max-width: 100%;
  }
}
.sustainability-1 {
  padding: 120px 0;
}
.sustainability-1 .Tit {
  background: url(../images/sustainability-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 140px 60px;
}
.sustainability-1 .text {
  color: #777777;
  max-width: 1100px;
  margin: auto;
}
.sustainability-2 {
  padding: 90px 0;
  background-color: #f0f9fb;
}
.sustainability-2 .left {
  width: 60%;
  vertical-align: middle;
}
.sustainability-2 .right {
  width: 40%;
  vertical-align: middle;
}
.sustainability-3 {
  padding: 130px 0 200px;
}
.sustainability-3 .list {
  margin-top: 70px;
}
.sustainability-3 .list li:not(:last-child) {
  margin-bottom: 80px;
}
.sustainability-3 .list li:nth-child(even) .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;
}
.sustainability-3 .list li:nth-child(even) .box .right {
  padding-left: 0;
  padding-right: 80px;
}
.sustainability-3 .list .box {
  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;
}
.sustainability-3 .list .box .right {
  padding-left: 80px;
}
.sustainability-3 .list .box .right .text {
  color: #777777;
  text-indent:40px;
}
@media (max-width: 1024px) {
  .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-1 .Tit {
    padding: 90px 30px;
  }
  .sustainability-2 {
    padding: 60px 0;
  }
  .sustainability-2 .left {
    width: 100%;
  }
  .sustainability-2 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-3 .list .box .right {
    padding-left: 40px;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-right: 40px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sustainability-3 .list .box {
    display: block;
  }
  .sustainability-3 .list .box .left {
    width: 100%;
  }
  .sustainability-3 .list .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 40px;
  }
}
.video-1 {
  padding: 90px 0;
}
.video-1 + .video-1 {
  padding-top: 0;
}
.video-1 .list ul {
  margin: -35px -15px;
}
.video-1 .list li {
  padding: 35px 15px;
}
.video-1 .list .name {
  padding: 30px;
  background-color: #f0f9fb;
}
.video-1 .list .img .play {
  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;
}
@media (max-width: 1240px) {
  .video-1 .list .name {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .video-1 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .video-1 .list ul {
    margin: -15px;
  }
  .video-1 .list li {
    padding: 15px;
  }
}






/* mbx */
.d-none {
    display: none !important;
}

@media print, screen and (min-width: 1025px) {
  .d-md-block {
      display: block !important;
  }
}
@media print, screen and (min-width: 1025px){
  .breadcrumb-wrapper.breadcrumb-sticky {
      position: sticky;
      top: 116px;
      z-index: 1019;
      -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
      box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
  }
  .breadcrumb-wrapper.breadcrumb-sticky .breadcrumbs {
    /*border-top: 1px solid #e2edf5;*/
  }
}

@media print, screen and (min-width: 1241px){
  .breadcrumb-wrapper.breadcrumb-sticky {
      top: 119px;
  }
}

@media print, screen and (min-width: 1471px){
  .breadcrumb-wrapper.breadcrumb-sticky {
      top: 122px;
      background-color: #f0f9fb;
  }
}

.bg-white {
  background-color: #FFFFFF;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: .875rem;
  list-style: none;
  border-radius: 0;
}

.breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-nav-link,
.breadcrumb-nav-text {
  padding-top: .83333rem;
  padding-bottom: .83333rem;
  display: inline-block;
}

.breadcrumb-nav-link.dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-nav-link:hover {
  color: #009fe3;
  text-decoration: none;
}

.breadcrumb li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .25rem 0;
  margin: 0 0;
  font-size: .875rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: var(--color1);
  background-clip: padding-box;
  border: 0 solid #d2dce2;
  border-radius: 0;
  max-height: 70vh;
  overflow-y: auto;
      box-shadow: 0px 1px 15px 0.3px rgb(0 0 0 / 20%);
}

.breadcrumb li ul.show {
  display: block;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .31em;
}
.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 15px;
  color: #000;
  content: "/";
}
.breadcrumb-item+.breadcrumb-item ul {
  left: calc(.31em + 20px);
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: .42426em;
  height: .42426em;
  border-style: solid;
  border-width: 0 2px 2px 0;
  vertical-align: .35em;
  margin-left: .31em;
  margin-right: .15em;
  -webkit-transform: translateY(25%) rotate(45deg);
  transform: translateY(25%) rotate(45deg);
}

svg.icon, symbol {
    overflow: visible;
}

svg.icon {
  display: inline-block;
  position: relative;
}

.icon-sm {
  width: 1.25rem;
  height: 1.25rem;
}

.show>.breadcrumb-nav-link.dropdown-toggle {
  background-color: var(--color1);
  color: #fff;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 15px;
  clear: both;
  font-weight: 300;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #009fe3;
  text-decoration: none;
  background-color: #C4DDF2;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #009fe3;
  text-decoration: none;
}



.m-page{
  text-align: center;
}
.m-page a,
.m-page span{
  margin: 0 7px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  font-family: arial;
}

.m-page .current{
  color: #fff;
  background-color: var(--color1);
}


.nav-shop {
  color: #fff;
  font-size: 24px;
  position: relative;
  margin-right: 35px;
  cursor: pointer;
}

#header.inner .nav-shop {
  color: #000;
}

.nav-shop em {
  font-size: 12px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: #1c6f99;
  color: #fff;
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
  right: -10px;
  top: 0;
}




/* old-prodet */
.prodet2-page .prodet-1 {
  padding: 70px 0;
}
.prodet2-page .prodet-1 .left {
  width: 40%;
}
.prodet2-page .prodet-1 .left img {
  width: 100%;
}
.prodet2-page .prodet-1 .left a > img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.big-img-box a{
  padding: 15px;
  display: block;
}
.big-img-box img{
  border: none!important;
}
.big-img-box ul {
  margin: -15px;
}
.prodet2-page .prodet-1 .left .slick {
  margin-top: 30px;
}
.prodet2-page .prodet-1 .left .slick .slick-track {
  margin-left: 0;
}
.prodet2-page .prodet-1 .left .slick ul {
  margin: -10px;
}
.prodet2-page .prodet-1 .left .slick ul li {
  padding: 10px;
}
.prodet2-page .prodet-1 .right {
  width: 60%;
  padding-left: 5%;
  margin-top:20px;
}
.prodet2-page .prodet-1 .right h3,.prodet2-page .prodet-1 .right h1 {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.prodet2-page .prodet-1 .right .content {
  height: auto;
  display: block;
  margin: 20px 0 30px;
  font-size: 15px;
  link: 1.8;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
.prodet2-page .prodet-1 .right .share {
  display: inline-block;
}
.prodet2-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.prodet2-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet2-page .prodet-1 .right .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet2-page .prodet-1 .right .share ul li:hover {
  background: #2f80ee;
  color: white;
}
.prodet2-page .prodet-1 .right .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.prodet2-page .prodet-1 .right a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #2f80ee;
  color: white;
  /*margin-top: 20px;*/
}
.prodet2-page .prodet-1 .right a.more.pdf {
  background: #eee;
  color: black;
}
.prodet2-page .prodet-1 .right a.more:hover {
  background: #46a6ff;
  color: white;
}
.prodet2-page .prodet-2 .top {
  background: #eee;
}
.prodet2-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet2-page .prodet-2 .top ul li:hover,
.prodet2-page .prodet-2 .top ul li.active {
  background: #2f80ee;
  color: white;
}
.prodet2-page .prodet-2 .bottom {
  /*padding: 30px;*/
  font-size: 16px;
  line-height: 1.8;
  /*background: #f8f8f8;*/
}
.prodet2-page .prodet-2 .bottom h3.tit {
  font-size: 26px;
  font-weight: bold;
  margin: 00px 0 15px 0;
}
.prodet2-page .prodet-2 .bottom table {
  background: url('/zjkangte/2021/03/18/probg.png') right bottom no-repeat;
}
.prodet2-page .prodet-2 .bottom table td {
  padding: 12px 15px;
  border: none;
}
.prodet2-page .prodet-2 .bottom table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.015);
}
.prodet2-page .prodet-2 .bottom table tr:nth-child(even) {
  background: transparent;
}
.prodet2-page .prodet-3 {
  padding: 40px 0;
}
.prodet2-page .prodet-3 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #banner li {
    height: auto;
  }
  .prodet2-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet2-page .prodet-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet2-page .prodet-1 {
    padding: 40px 0;
  }
  .prodet2-page .prodet-1 .right h3,.prodet2-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet2-page .prodet-2 .top ul li {
    font-size: 16px;
  }
  .prodet2-page .prodet-3 h3 {
    font-size: 22px;
  }
  .prodet2-page .prodet-2 .bottom table tbody {
    min-width: 900px;
  }
  .prodet2-page .prodet-1 .right .share {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .prodet2-page .prodet-2 .bottom table td {
    padding: 8px 5px;
  }
  .prodet2-page .prodet-2 .bottom {
    font-size: 14px;
  }
  .prodet2-page .prodet-2 .bottom h3.tit {
    font-size: 22px;
  }
  .prodet2-page .prodet-1 .left .slick {
    margin-top: 15px;
  }
  .prodet2-page .prodet-1 .right .content {
    margin-top: 15px;
  }
  .prodet2-page .prodet-1 .right .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
  }
  .prodet2-page .prodet-1 .right .share h6 {
    font-size: 16px;
  }
  .prodet2-page .prodet-2 .top ul li {
    padding: 5px 20px;
  }
  .prodet2-page .prodet-2 .bottom {
    padding: 20px 15px;
  }
}
/* end */



/* nav-product */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 32px 0;
    margin: 0 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: var(--color1);
    background-clip: padding-box;
    border: 0 solid #d2dce2;
    border-radius: 0;
}
.dropdown-menu.show {
    display: block;
}

.nav-grid .nav-grid-toggle:not(.open)+.nav-grid-menu {
    display: none;
}

.nav-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(45% - 30px) 1fr;
    grid-template-columns: calc(45% - 30px) 1fr;
}
.nav-grid .nav-grid {
    grid-template-columns: unset;
}
.nav-grid .nav-grid-toggle {
    -ms-grid-column: 1;
    grid-column: 1;
}
.nav-grid .nav-grid-menu {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1 / end;
    -ms-grid-row-span: inherit;
    border-left: 1px solid #C4DDF2;
}
.nav-grid:first-child>.nav-grid-toggle {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    padding-top: 1px;
    padding-bottom: 1px;
}
.nav-grid:first-child>.nav-grid-toggle.open {
    background-color: #C4DDF2;
    color: var(--color1);
}
.nav-grid .nav-grid .nav-grid-toggle {
    margin-left: 30px;
}
.nav-grid:first-child>.nav-grid>.nav-grid-toggle.open {
    background-color: #96C4E5;
    color: #004065;
}
.nav-grid .nav-grid-toggle {
    display: block;
    font-size: 16px;
    padding: .26041rem 15px;
    position: relative;
}
.nav-grid .nav-grid-toggle a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
    max-height: calc(100vh - 9.64583rem);
    max-height: calc(var(--vh, 1vh)* 100 - 9.64583rem);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) #fff;
    -ms-scrollbar-face-color: gray;
    -ms-scrollbar-track-color: #fff;
    -ms-scrollbar-arrow-color: gray;
    -ms-scrollbar-3dlight-color: gray;
    -ms-scrollbar-highlight-color: gray;
    -ms-scrollbar-shadow-color: gray;
    -ms-scrollbar-darkshadow-color: gray;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* end */



/* 新-展会 */
.our-exhibition .list2 ul {
  margin: -20px -15px;
  display: flex;
  flex-wrap: wrap;
}
.our-exhibition .list2 li {
  padding: 20px 15px;
}
.our-exhibition .list2 .box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  height: 100%;
}
.our-exhibition .list2 .box .left {
  width: 50%;
}
.our-exhibition .list2 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-exhibition .list2 .box .right {
  width: 50%;
  padding: 20px;
  align-self: center;
}
.our-exhibition .list2 .box .name {
  font-size: 28px;
  font-weight: 500;
}
.our-exhibition .list2 .box .line {
  border-bottom: 1px solid #86c9db;
  position: relative;
}
.our-exhibition .list2 .box .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
}
.our-exhibition .list2 .box .right img {
  height: 23px;
  vertical-align: middle;
}
.our-exhibition .list2 .box .right i{
  width: 22px;
  text-align: center;
}
.our-exhibition .list2 .box time,
.our-exhibition .list2 .box span {
  padding-left: 35px;
  display: block;
}

.our-exhibition .list2 .box .lh-30 {
  line-height: 30px;
}


@media screen and (max-width: 1240px){
  .our-exhibition .list2 .box {
    display: block;
  }

  .our-exhibition .list2 .box .left {
    width: 100%;
  }

  .our-exhibition .list2 .box .right {
    width: 100%;
  }

  .our-exhibition .list2 .box .name {
    font-size: 20px;
  }
}
/* end */




/* 新-展会列表 */
.news2-1 .list2 ul {
  margin: -20px -15px;
  display: flex;
  flex-wrap: wrap;
}
.news2-1 .list2 li {
  padding: 20px 15px;
}
.news2-1 .list2 .box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.news2-1 .list2 .box .left {
  width: 50%;
}
.news2-1 .list2 .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news2-1 .list2 .box .right {
  width: 50%;
  padding: 20px;
  align-self: center;
}
.news2-1 .list2 .box .name {
  font-size: 28px;
  font-weight: 500;
}
.news2-1 .list2 .box .line {
  border-bottom: 1px solid #86c9db;
  position: relative;
}
.news2-1 .list2 .box .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #86c9db;
}
.news2-1 .list2 .box .right img {
  height: 23px;
  vertical-align: middle;
}
.news2-1 .list2 .box .right i{
  width: 22px;
  text-align: center;
}
.news2-1 .list2 .box time,
.news2-1 .list2 .box span {
  padding-left: 35px;
  display: block;
}

.news2-1 .list2 .box .lh-30 {
  line-height: 30px;
}


@media screen and (max-width: 1240px){
  .news2-1 .list2 .box {
    display: block;
  }

  .news2-1 .list2 .box .left {
    width: 100%;
  }

  .news2-1 .list2 .box .right {
    width: 100%;
  }

  .news2-1 .list2 .box .name {
    font-size: 20px;
  }
}
/* end */



/* 产品详情更改 */
#opScale {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}
.newbtns > div {
  display: inline-block;
  vertical-align: top;
}
.newbtns > div:not(:first-child) {
  margin-left: 5%;
}
.newbtns > div a {
  min-width: 200px;
  display: block;
  height: 50px;
    line-height: 48px;
  color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 25px;
}
.newbtns > div a.on {
  color: #ffffff;
  background-color: var(--color2);
}
.newbtns > div a:hover {
  color: #ffffff;
  border-color: var(--color1);
  background-color: var(--color1)!important;
}

@media (max-width:1470px) {
  .newbtns > div a {
    min-width: 150px;
  }
}

@media (max-width:1240px) {
  .newbtns > div a {
    min-width: 100px;
    padding: 0 30px;
  }
}

@media (max-width:1000px) {
  .prodet-1 .m-link > div {
    width: 100%;
    float: none;
    text-align: left;
  }

  .prodet-1 .m-link > div + div {
    margin-top: 10px;
  }

  .prodet-1 .m-link i {
    float: left;
  }

  .prodet-1 .m-link span {
    padding: 0;
    padding-left: 60px;
  }
}

@media (max-width:500px) {
  .newbtns > div {
    display: block;
  }

  .newbtns > div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .newbtns > div a {
    height: 40px;
    line-height: 38px;
  }
}

#add_car {
  display:inline-block;
  vertical-align: top;
}
#add_car input {
  width: 25px;
  height: 50px;
  font-size: 16px;
  border: none;
  background-color: #ddd;
}
#add_car input:not([type='number']):hover {
  color: #fff;
  background-color: var(--color2);
}
#add_car input[type='number'] {
  width: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
}
#add_car input[type='number']::-webkit-inner-spin-button,
#add_car input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.m-link {
  padding: 10px 25px;
  background-color: #f0f9fb;
  line-height: 48px;
}
.m-link i img {
  filter: grayscale(100%);
  vertical-align: middle;
}
.m-link span em {
  display: inline-block;
    vertical-align: middle;
  line-height: 24px;
}

.m-link a:hover {
  color: var(--color1);
}

.m-link a:hover i img {
  filter: grayscale(0);
}
/* end */





.cus-page .cus-1 {
  padding: 100px 0;
}
.cus-page .cus-1 .box {
  margin: -25px;
}
.cus-page .cus-1 .left {
  padding: 25px;
}
.cus-page .cus-1 .right {
  padding: 25px;
}
.cus-page .cus-1 .right .info {
  margin-top: 30px;
}
.cus-page .cus-1 .right .info li {
  overflow: hidden;
}
.cus-page .cus-1 .right .info .name {
  line-height: 60px;
  overflow: hidden;
  margin: 15px 0;
}
.cus-page .cus-1 .right .info .name .icon {
  font-size: 0;
}
.cus-page .cus-1 .right .info .name .icon img {
  vertical-align: middle;
}
.cus-page .cus-1 .right .info .name .p {
  padding-left: 60px;
  padding-right: 25px;
  line-height: 30px;
  margin-top: 14px;
}
.cus-page .cus-1 .right .info .name i {
  float: right;
  margin-top: 18px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .right .info .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-1 .right .info .content {
  background-color: #f0fafc;
  padding: 25px;
}
.cus-page .cus-1 .list {
  margin-top: 70px;
}
.cus-page .cus-1 .list ul {
  margin: -15px;
}
.cus-page .cus-1 .list li {
  padding: 15px;
}
.cus-page .cus-1 .list li > div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #f0fafc;
  padding: 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.cus-page .cus-1 .list li > div:hover .content {
  opacity: 1;
}
.cus-page.about-page .cus-2 {
  background-color: white;
}
.cus-page .cus-2 {
  background-color: #f0fafc;
  padding: 100px 0 80px;
}
.cus-page .cus-2 .list li .name {
  padding: 40px 0;
  color: #777777;
  border-bottom: 1px solid #777777;
}
.cus-page .cus-2 .list li .name i {
  float: right;
}
.cus-page .cus-2 .list li .name.active {
  color: #166993;
}
.cus-page .cus-2 .list li .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-2 .list li .content {
  padding: 50px 0;
}
.cus-page .cus-2 .list li .content .wrapper {
  margin-right: -80px;
  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;
}
.cus-page .cus-2 .list li .content .wrapper .item {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
  background: url(../images/cus-2-arrow.png) no-repeat center right 15px;
}
.cus-page .cus-2 .list li .content .wrapper .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #d6dbdc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-2 .list li .content .wrapper .item:hover::before {
  background-color: #1c6f99;
}
.cus-page .cus-2 .list li .content .wrapper .item .box {
  padding: 20px;
  border-radius: 25px;
  background: url(../images/cus-2-bg.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
  box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
}
.cus-page .cus-2 .list li .content .wrapper .item .box > div:last-child {
  line-height: 1.5;
  /*min-height: 3em;*/
}
.cus-page .cus-2 .list li .content .wrapper .item .box .num {
  font-size: 29px;
  font-weight: bold;
  color: #FFFFFF;
}
.cus-page .cus-3 {
  margin-top: 100px;
}
.cus-page .cus-3 .list {
  padding: 0 15%;
  margin-top: 50px;
  position: relative;
}
.cus-page .cus-3 .list span.arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #939393;
  border: 1px solid #939393;
  font-size: 20px;
  cursor: pointer;
}
.cus-page .cus-3 .list span.arrow.arrow_l {
  left: 0;
}
.cus-page .cus-3 .list span.arrow.arrow_r {
  right: 0;
}

.cus-page .support-2 .box {
  background-color: #f0fafc;
  border: none;
}

.cus-page .support-2 .form input,
.cus-page .support-2 .form textarea {
  background-color: #ffffff;
}

.cus-page .support-2 .form input[type='submit'] {
    background-color: var(--color1);
}

@media (max-width: 1470px) {
  .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
    background-position: center right 0;
  }
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -40px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-right: 40px;
  }
}
@media (max-width: 1240px) {
  .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
    background: none;
  }
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -15px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .cus-page .cus-1 {
    padding: 60px 0;
  }
  .cus-page .cus-1 .box {
    margin: -15px;
  }
  .cus-page .cus-1 .left {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .cus-page .cus-1 .right {
    width: 100%;
    padding: 15px;
  }
  .cus-page .cus-1 .list {
    margin-top: 40px;
  }
  .cus-page .cus-2 {
    padding: 60px 0;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    width: 33.33%;
  }
  .cus-page .cus-2 .list li .name {
    padding: 20px 0;
  }
  .cus-page .cus-2 .list li .content {
    padding: 20px 0;
  }
  .cus-page .cus-3 {
    margin-top: 60px;
  }
  .cus-page .cus-3 .list {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-2 .list li .content .wrapper .item {
    width: 50%;
  }
  .cus-page .cus-3 .list {
    padding: 0;
  }
  .cus-page .cus-3 .list span.arrow {
    position: static;
    display: inline-block;
  }
  .cus-page .cus-3 .arrows {
    margin-top: 30px;
  }
  .cus-page .cus-1 .list li > div .content {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -5px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box {
    padding: 10px;
  }
}





.process-box .box {
  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;
}
.process-box .box .left {
  width: 50%;
}
.process-box .box .right {
  width: 50%;
  position: relative;
}
.process-box .box .right img {
  width: 100%;
}
.process-box .box .right .arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
}
.process-box .box .right .arrows span.arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.process-box .box .right .arrows span.arrow.arrow_l {
  background-color: #86c9db;
}
.process-box .box .right .arrows span.arrow.arrow_r {
  background-color: #1c6f99;
}
.process-box:nth-child(even) .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;
}
@media (max-width: 1024px) {
  .process-box {
    padding: 30px 0;
  }
}
@media (max-width: 700px) {
  .process-box .box {
    display: block;
  }
  .process-box .box .left {
    width: 100%;
    padding: 0;
  }
  .process-box .box .right {
    width: 100%;
    margin-top: 40px;
  }

  table td,
  table th {
    padding: 10px;
  }
}



.baseSlideBtn:before {
  content: "+";
  display: inline;
}
.baseSlideBtn.active:before {
  content: "-";
}

.baseTable table td:first-child {
  width: 20%!important;
}