@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler-Light.ttf) format('truetype'), url(../fonts/Butler-Light.eot) format('eot'), url(../fonts/Butler-Light.woff) format('woff'), url(../fonts/Butler-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler.ttf) format('truetype'), url(../fonts/Butler.eot) format('eot'), url(../fonts/Butler.woff) format('woff'), url(../fonts/Butler.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler-Medium.ttf) format('truetype'), url(../fonts/Butler-Medium.eot) format('eot'), url(../fonts/Butler-Medium.woff) format('woff'), url(../fonts/Butler-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Butler';
  src: url(../fonts/Butler-Bold.ttf) format('truetype'), url(../fonts/Butler-Bold.eot) format('eot'), url(../fonts/Butler-Bold.woff) format('woff'), url(../fonts/Butler-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Caveat';
  src: url(../fonts/Caveat-Bold.ttf) format('truetype'), url(../fonts/Caveat-Bold.eot) format('eot'), url(../fonts/Caveat-Bold.woff) format('woff'), url(../fonts/Caveat-Bold.woff2) format('woff2');
  font-weight: bold;
}
:root {
  --font1: 'Butler';
  --font2: 'Caveat';
  --white: #fff;
  --black: #000;
  --base-color: #e60112;
}

.font1 {
  font-family: var(--font1);
}

body {
  font-family: "Montserrat";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.container-small {
  max-width: 1700px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  position: relative;
  z-index: 2;
  line-height: 40px;
  height: 40px;
  background-color: #231816;
}
#header .h-top .left ul {
  margin: 0 -35px;
}
#header .h-top .left ul li {
  padding: 0 35px;
  line-height: 40px;
  color: white;
  display: inline-block;
  height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .left ul li i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
#header .h-top .left ul li i img {
  vertical-align: middle;
}
#header .h-top .left ul li p {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .social-links {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .social-links a {
  line-height: unset;
  color: white;
}
#header .h-top .right .social-links a + a {
  margin-left: 15px;
}
#header .h-top .right .language-box {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .h-search {
  line-height: normal;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#header.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.fixed .nav {
  background: #FFFFFF;
}
#header .nav > .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 > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav > .menu .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 32px;
  font-family: var(--font1);
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav > .menu .menu-box ul.menu > li + li {
  margin-left: 55px;
}
#header .nav > .menu .menu-box ul.menu > li:hover > a::after {
  border-color: #e30000;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav > .menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav > .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: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .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 > .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 > .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 > .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;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.shouye h1{
 display: inline;
}
.chanpinbkxinwen{
  min-height: 4em;
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 120px;
  }

  .font-38{
    font-size: 24px;
line-height: 44px;
  }
  .prodet-page .bannerbox .ui.container h2{
    font-size: 20px;
line-height: 36px;
margin-top: 80px;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  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;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}
#banner h2 {
  margin-bottom: 60px;
  font-size: 4.16vw;
  font-family: var(--font1);
  font-weight: 500;
  line-height: 1.2;
}
.baseBtn {
  display: inline-block;
  font-weight: 500;
  background-color: #e5070f;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  min-width: 160px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.baseBtn:hover {
  background-color: #000000;
}
.i-category .img {
  overflow: hidden;
}
.i-category .img .text {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-category .img .text .name {
  margin-bottom: 20px;
  font-size: 66px;
  color: #FFFFFF;
  font-family: var(--font2);
}
.i-category .img .text .name .mask {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.i-category .img .text .name .mask img {
  display: block;
  margin: auto;
}
.i-category .img .text .btns {
  color: #FFFFFF;
}
.i-category .img.on .text .name .mask img {
  -webkit-animation: bounceInLeft .5s ease forwards;
  -moz-animation: bounceInLeft .5s ease forwards;
  animation: bounceInLeft .5s ease forwards;
}
.i-category .img.out .text .name .mask img {
  -webkit-animation: bounceOutRight .5s ease forwards;
  -moz-animation: bounceOutRight .5s ease forwards;
  animation: bounceOutRight .5s ease forwards;
}
.baseTit {
  font-size: 50px;
  line-height: 1.2;
  font-family: var(--font1);
  font-weight: 400;
}
.our-product {
  margin-top: 120px;
}
.our-product .list ul {
  margin: -45px;
}
.our-product .list li {
  padding: 45px;
}
.our-product .list .text {
  padding: 25px 0;
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}
.our-product .list .text .size {
  font-size: 22px;
line-height: 40px;
  color: #575757;
  font-weight: 500;
}
.our-product .list .text .name {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  min-height: 5.6em;
}
.our-product .list .link .moreBtn {
  font-weight: 500;
  color: #e5070f;
}
.our-about {
  margin-top: 130px;
}
.our-about .box {
  max-width: 1650px;
}
.our-about .left {
  width: 60%;
  vertical-align: middle;
}
.our-about .right {
  width: 40%;
  vertical-align: middle;
  padding-left: 5%;
}
.our-about .right .cms {
  margin-top: 30px;
  font-size: 36px;
  font-family: var(--font1);
  font-weight: 400;
}
.our-about .right .desc {
  margin-top: 30px;
  line-height: 2;
}
.our-about .right .list {
  margin: 50px 0;
}
.our-about .right .list li {
  width: auto;
}
.our-about .right .list li + li {
  margin-left: 10%;
}
.our-about .right .list li .num {
  font-size: 66px;
  line-height: 1.2;
  font-family: var(--font2);
}
.our-about .right .list li:hover .num {
  color: #e5070f;
}
.i-application {
  margin-top: 140px;
}
.i-application ul {
  margin: -10px;
}
.i-application li.column {
  padding: 10px;
  width: 20%;
}
.i-application li.active {
  width: 40%;
}

.i-application li.active .box .img {
  width: 50%;
}


.i-application li .box {
  position: relative;
  overflow: hidden;
}
.i-application li .box.on {
  z-index: 3;
}
.i-application li .box > div {
  margin: -10px;
}
.i-application li .box .img {
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 360px;
  transition: 0.5s ease;
}
.i-application li .box .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-application li .box .text {
  overflow: hidden;
  padding: 20px 40px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  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;
  background-color: #FFFFFF;
  border-radius: 0 8px 8px 0;
  opacity: 0;
  -webkit-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
}
.i-application li .box .text::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 140px;
  border-radius: 100%;
  right: -70px;
  top: -55px;
  background-color: #e5070f;
}
.i-application li .box .text i.icon{
  position: absolute;
  right: 4%;
  top: 5%;
}
.i-application li .box .text .name {
  font-size: 26px;
  font-family: var(--font1);
  font-weight: 400;
}
.i-application li .box .text .name::before {
  content: attr(data-text);
  display: block;
  font-size: 66px;
  line-height: 1;
  color: #eeeeee;
  font-family: var(--font2);
  margin-bottom: -25px;
  margin-left: 10%;
}
.i-application li .box .text .desc {
  margin-top: 10px;
  margin-bottom: auto;
  line-height: 2;
}
.i-application li .box .move-btn {
  z-index: 2;
  right: 30px;
  bottom: 20px;
  -webkit-transition: .5s linear;
  -moz-transition: .5s linear;
  transition: .5s linear;
}
.i-application li .box .move-btn a {
  font-size: 30px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  background-color: #e5070f;
}


.i-application li.active .box {
 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.i-application li.active .box .text {
  width: 50%;
  left: 50%;
  opacity: 1;
}
.i-application li.active .box .move-btn {
  right: -90px;
}
.i-advantage {
  background-color: #f7f6f2;
  padding: 120px 0 110px;
}
.i-advantage .list ul {
  margin: -20px;
  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;
}
.i-advantage .list li {
  padding: 20px;
}
.i-advantage .list .box {
  padding: 30px 40px 50px;
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
.i-advantage .list .box:hover .bg {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-advantage .list .box:hover .btns {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.i-advantage .list i {
  display: block;
  height: 66px;
}
.i-advantage .list .name {
 font-size: 24px;
line-height: 44px;
  font-family: var(--font1);
}
.i-advantage .list .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list .btns {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news {
  margin-top: 190px;
}
.our-news .bg {
  position: absolute;
  z-index: -1;
  left: 30%;
  top: 0;
  width: 75%;
}
.our-news .left img:last-child {
  position: absolute;
  left: -5%;
  top: -20%;
  width: 68%;
}
.our-news .right {
  padding: 5% 8% 5% 3%;
}
.our-news .right .list .name {
  font-size: 24px;
line-height: 44px;
min-height: 3.8em;
  font-family: var(--font1);
}
.our-news .right .list img {
  display: inline-block;
}
.our-news .right .arrows {
  width: 75%;
}
.our-news .right .arrows span.arrow {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.our-partner {
  padding: 70px 0 90px;
}
.our-partner ul {
  margin: -15px;
}
.our-partner li {
  padding: 15px;
}
#footer {
  color: #FFFFFF;
  background-color: #231816;
}
#footer .foot-top {
  padding: 80px 0;
}
#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-content .foot-block h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: var(--font1);
  font-weight: 300;
  text-transform: uppercase;
}
#footer .foot-top .foot-content .foot-block ul li {
  font-size: 20px;
  line-height: 36px;
}
#footer .foot-top .foot-content .foot-block ul li + li {
  margin-top: 18px;
}
#footer .foot-top .foot-content .foot-block .warp .item + .item {
  margin-top: 35px;
}
#footer .foot-top .foot-content .foot-block .warp .item i {
  float: left;
}
#footer .foot-top .foot-content .foot-block .warp .item .des {
  padding-left: 90px;
}
#footer .foot-top .foot-content .foot-block .warp .item .des span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
#footer .foot-top .foot-content .foot-block .warp .item .des p {
  line-height: 2;
  max-width: 300px;
}
#footer .foot-top .foot-content .foot-block .social-links a + a {
  margin-left: 30px;
}
#footer .foot-top .foot-content .foot-block .form input,
#footer .foot-top .foot-content .foot-block .form textarea {
  width: 300px;
  font-size: 16px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.17);
  border: none;
  padding: 15px 20px;
  margin-bottom: 10px;
}
#footer .foot-top .foot-content .foot-block .form input::-webkit-input-placeholder, #footer .foot-top .foot-content .foot-block .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .foot-content .foot-block .form input:-moz-placeholder, #footer .foot-top .foot-content .foot-block .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .foot-content .foot-block .form input::-moz-placeholder, #footer .foot-top .foot-content .foot-block .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .foot-content .foot-block .form input:-ms-input-placeholder, #footer .foot-top .foot-content .foot-block .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .foot-content .foot-block .form input::placeholder,
#footer .foot-top .foot-content .foot-block .form textarea::placeholder {
  color: #FFFFFF;
}
#footer .foot-top .foot-content .foot-block .form button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
#footer .foot-bottom {
  padding: 30px 0;
  border-top: 1px solid 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;
}
#ewm {
  width: 124px;
  border: 10px solid white;
}

@media (max-width: 1800px) {
  .i-application li .box .text .name::before {
    display: none;
  }

  .i-application li .box .text {
    padding: 20px;
  }

  .i-application li .box .text::before {
    display: none;
  }

  .i-application li .box .text i.icon {
    display: none;
  }

}

@media (max-width: 1600px) {
  .i-category .img .text .name {
    font-size: 40px;
  }
  .i-category .img .text .name .mask img {
    width: 60%;
  }
  .our-about .left {
    width: 50%;
  }
  .our-about .right {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-about .right .cms {
    font-size: 30px;
  }
  .our-about .right .list li .num {
    font-size: 50px;
  }

  .i-application li .box .text .name {
    font-size: 22px;
  }

  .i-application li .box .text .desc {
    font-size: 14px;

  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }

  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list li {
    padding: 15px;
  }
  .our-product .list .text .size {
    font-size: 16px;
    line-height: 30px;
  }
  .our-product .list .text .name {
    font-size: 18px;
    line-height: 32px;
    min-height:3.4em;
  }

  .i-application li.column {
    width: 50%!important;
  }

  .i-application li .box .text .name::before {
    font-size: 44px;
  }
  .i-application li .box .text .desc {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .i-application li .box > div {
    margin: 0;
  }

  .i-application li .box {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .i-application li .box .img {
    width: 50%;
    display: inline-block;
    height: auto;
    border-radius: 8px 0 0 8px;
  }
  .i-application li .box .text {
    padding: 15px;
    width: 50%;
    position: relative;
    left: auto!important;
    top: auto!important;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
  }
  .i-application li .box:hover .text {
    left: auto;
  }
  .i-application li .box .move-btn {
    right: 30px;
    bottom: 30px;
  }

  .i-application li .box .img .move-btn {
    display: none;
  }

  .i-application li .box:hover .move-btn {
    right: 30px;
  }


  #footer .foot-top .foot-content .foot-block .warp .item .des span {
    font-size: 20px;
  }
  #footer .foot-top .foot-content .foot-block ul li {
    font-size: 18px;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav > .menu .menu-box ul.menu > li + li {
    margin-left: 35px;
  }
  .font-18 {
    font-size: 16px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-about .right .cms {
    font-size: 24px;
  }
  .our-about .right .list {
    margin: 30px 0;
  }
  
  .our-news .right {
    padding: 5% 5% 5% 3%;
  }
  #footer .foot-top .foot-content .foot-block .social-links a + a {
    margin-left: 15px;
  }
  #footer .foot-top .foot-content .foot-block .logo {
    width: 100px;
  }
  #footer .foot-top .foot-content .foot-block .form input,
  #footer .foot-top .foot-content .foot-block .form textarea {
    width: 250px;
  }
  #footer .foot-top .foot-content .foot-block .warp .item .des span {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .foot-top .foot-content .foot-block .warp .item .des p {
    max-width: 250px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #nav-height {
    display: none;
  }
  #banner h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .our-product {
    margin-top: 60px;
  }
  .our-about {
    margin-top: 60px;
  }
  .our-about .box {
    max-width: 700px;
    padding: 0 15px;
    margin: auto;
  }
  .our-about .left {
    display: none;
  }
  .our-about .right {
    width: 100%;
    padding: 0;
  }
  .i-application {
    margin-top: 60px;
  }

  .i-application li.column {
    width: 100%!important;
  }

  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list li {
    width: 50%!important;
  }
  .our-news {
    margin-top: 60px;
  }
  .our-news .bg {
    display: none;
  }
  .our-news .left {
    width: 100%!important;
    display: none;
  }
  .our-news .right {
    width: 100%!important;
  }
  .our-news .right .arrows {
    width: 100%;
    text-align: center;
  }
  .our-partner {
    padding: 60px 0;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }


  .baseBtn {
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about .right .cms {
    font-size: 20px;
    line-height: 36px;
  }
  .our-about .right .list li {
    width: 100%;
  }
  .our-about .right .list li .num {
    font-size: 36px;
  }
  .our-about .right .list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .i-advantage {
    display: none;
  }
  .our-news .right .list .name {
    font-size: 20px;
    line-height: 36px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-content .foot-block + .foot-block {
    margin-top: 40px;
  }
  #footer .foot-top .foot-content .foot-block .warp .item .des p {
    max-width: 100%;
  }
  #footer .foot-top .foot-content .foot-block .form input,
  #footer .foot-top .foot-content .foot-block .form textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 500px) {
  .i-application li .box {
    display: block;
  }
  .i-application li .box .img {
    width: 100%!important;
    display: block;
    border-radius: 8px 8px 0 0;
  }
  .i-application li .box .text {
    width: 100%!important;
    display: block;
    border-radius: 0 0 8px 8px;
    padding: 15px;
  }
  .i-application li .box .text .name {
    font-size: 20px;
    line-height: 36px;
  }
  .i-application li .box .move-btn a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .i-application li .box .text .desc {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .i-application li .box .move-btn {
    right: 15px;
    bottom: 15px;
  }
  .i-application li .box:hover .move-btn {
    right: 15px;
  }
}






a.more {
    width: 250px;
    height: 50px;
    line-height: 50px;
    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;
    border-radius: 25px;
    background: var(--base-color);
    padding: 0 10px 0 30px;
    z-index: 9
}

a.more em {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px
}


.inner-banner {
  text-align: center;
  margin-top: 40px;
}
.inner-banner .bannerbox {
  width: 95%;
  max-width: 1815px;
  height: 475px;
  position: relative;
  margin: 0 auto;
  padding: 25px;
  border-radius: 30px;
  background-position: center center ;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .bannerbox .mbx {
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
}
.inner-banner .bannerbox .mbx a,
.inner-banner .bannerbox .mbx span {
  margin: 0 5px;
}
.inner-banner .bannerbox .mbx a:nth-child(1),
.inner-banner .bannerbox .mbx span:nth-child(1) {
  margin-left: 0;
}
.inner-banner .bannerbox .mbx a {
  padding-right: 30px;
  position: relative;
}
.inner-banner .bannerbox .mbx a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.inner-banner .bannerbox .h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: var(--font1);
  font-weight: bold;
  font-size: 28px;
}
.content.font-16.Auxil-catdes.Auxil-description {
    line-height: 30px;
}
.inner-navbox {
  padding: 30px 0;
}
.inner-navbox .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-navbox .ui.container ul.navlist > li {
  padding: 0 50px;
  position: relative;
  padding-top: 30px;
  font-size: 24px;
  line-height: 44px;
  font-family: var(--font1);
  font-weight: bold;
}
.inner-navbox .ui.container ul.navlist > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--base-color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.inner-navbox .ui.container ul.navlist > li.active:before {
  opacity: 1;
}

.inner-navbox .ui.container ul.navlist ul.second {
  display: none;
}
.inner-navbox .ui.container ul.navlist > li.active > ul.second {
  display: block;
}
.inner-navbox .ui.container ul.navlist > li.active > i {
  transform: rotate(90deg);
}
.inner-navbox .ui.container ul.navlist ul.second > li {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
}

.inner-page p {
  
  font-weight: 200;
}
.pd-100 {
  padding: 100px 0;
}
img.inner-top-bj {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-bj {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: url(../images/inner-top-bj.jpg) center center;*/
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.about-page .about-1 .ui.container {
  text-align: center;
}
.about-page .about-1 .ui.container .h3 {
  max-width: 1351px;
  margin: 0 auto;
}
.about-page .about-1 .ui.container p {
  margin-top: 30px;
  margin-bottom: 100px;
}
.about-page .about-1 .ui.container .imgbox {
  display: inline-block;
  margin: 0 auto;
}
.about-page .about-2 {
  background: #fff;
  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;
}
.about-page .about-2 .left {
  height: 745px;
  width: 50%;
  position: relative;
  display: block;
  background: url(/chinadingge/2024/07/19/abuab.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .left .h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-family: var(--font1);
  font-weight: bold;
}
.about-page .about-2 .right {
  padding-right: 13%;
  padding-left: 8%;
  width: 50%;
}
.about-page .about-2 .right ul.list li {
  height: 190px;
  border-bottom: 1px solid #000;
  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;
}
.about-page .about-2 .right ul.list li:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-2 .right ul.list li:last-child {
  border-bottom: none;
}
.about-page .about-2 .right ul.list li .text {
  max-width: 360px;
}
.about-page .about-2 .right ul.list li .text .h4 {
  font-family: var(--font1);
  font-weight: bold;
  margin-bottom: 20px;
}
.about-page .about-2 .right ul.list li img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container {
  text-align: center;
}
.about-page .about-3 .ui.container p {
  margin-top: 25px;
  margin-bottom: 40px;
}
.about-page .about-3 .ui.container ul.honorlist {
  margin: 0 -30px;
}
.about-page .about-3 .ui.container ul.honorlist li {
  padding: 0 30px;
}
.about-page .about-4 {
  padding: 112px 0;
}
.about-page .about-4 .ui.container {
  text-align: left;
}
.about-page .about-4 .ui.container p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-page .about-4 .ui.container ul.newslist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 106px;
  padding-top: 25px;
  border-bottom: 1px solid #B0B0B0;
}
.about-page .about-4 .ui.container ul.newslist li:hover,
.about-page .about-4 .ui.container ul.newslist li.active {
  border-color: var(--base-color);
}
.about-page .about-4 .ui.container ul.newslist li:hover .time,
.about-page .about-4 .ui.container ul.newslist li.active .time {
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li:hover a.more2,
.about-page .about-4 .ui.container ul.newslist li.active a.more2 {
  color: #fff;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li:hover .title,
.about-page .about-4 .ui.container ul.newslist li.active .title {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.about-page .about-4 .ui.container ul.newslist li .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  font-style: italic;
}
.about-page .about-4 .ui.container ul.newslist li .time img {
  margin-right: 10px;
}
.about-page .about-4 .ui.container ul.newslist li a.more2 {
  margin-left: 80px;
  margin-right: 100px;
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li .title {
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container .btnbox {
  margin-top: 50px;
  text-align: right;
}
.about-page .about-4 .ui.container .btnbox a.more {
  margin-left: auto;
  margin-right: -84px;
}
.about-page .about-5 {
  padding-top: 55px;
  padding-bottom: 70px;
}
.about-page .about-5 .ui.container {
  text-align: center;
}
.about-page .about-5 .ui.container p {
  margin-top: 20px;
  margin-bottom: 40px;
}
a.more2 {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 130px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  font-size: 16px;
}
.font-26 {
  font-size: 26px;
}


.product-box {
  padding-top: 70px;
      padding-bottom: 20px;
}
.product-box .ui.container {
  max-width: 1815px;
  padding: 0 15px;
}
.product-box .ui.container .sideright .top {
  padding-top: 20px;
  border-bottom: 1px solid var(--base-color);
}
.product-box .ui.container .sideright .top h1 {
  font-weight: 700;
  
  margin-bottom: 20px;
}
.product-box .ui.container .sideright .top .content {
  margin-bottom: 20px;
  margin-top: 20px;
  max-height:180px;
  overflow-y: auto;
}
.product-box .ui.container .sideright .box {
  padding-top: 40px;
}
.product-box .ui.container .sideright .box ul.productlist {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.product-box .ui.container .sideright .box ul.productlist li {
  padding: 0 8px;
  margin-bottom: 40px;
}
.product-box .ui.container .sideright .box ul.productlist li .item:hover .imgbox a.hover {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item{
  height: 100%;
  background: #f7f7f7;
  border: 3px solid transparent;
  transition: .3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item:hover{
  transition: .3s all;
  border-color: var(--base-color);
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox img {
  width: 100%;
}
/*.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover img {
  width: 40px;
  height: 40px;
  display: block;
}*/
.product-box .ui.container .sideright .box ul.productlist li .item .h5 {
  font-weight: 500;
  line-height: 36px;
  font-size: 20px;
  padding: 10px 10px 30px;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
/*.product-box .ui.container .sideright .box ul.productlist li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}*/
.sidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebox .sideleft {
  width: 25%;
}
.sidebox .sideleft .h3 {
  font-weight: 500;
  margin-bottom: 35px;
}
.sidebox .sideleft ul.list {
  width: 100%;
}
.sidebox .sideleft ul.list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid var(--base-color);
  padding-left: 25px;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  
  position: relative;
}
.sidebox .sideleft ul.list li.active,
.sidebox .sideleft ul.list li:hover {
  font-weight: 700;
  color: #fff;
  background: var(--base-color);
}
.sidebox .sideleft ul.list li.active i,
.sidebox .sideleft ul.list li:hover i {
  opacity: 1;
}
.sidebox .sideleft ul.list li i {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  opacity: 0;
  z-index: 3;
}
/*.sidebox .sideright {
  width: 70%;
}*/
.prodet-page .bannerbox {
  padding-top: 75px;
  padding-bottom: 37px;
}
.prodet-page .bannerbox .ui.container h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.prodet-page .bannerbox .ui.container .mbx {
  text-align: left;
  color: var(--base-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
    
}
.prodet-page .bannerbox .ui.container .mbx a,
.prodet-page .bannerbox .ui.container .mbx span {
  margin: 0 5px;
}
.prodet-page .bannerbox .ui.container .mbx a:nth-child(1),
.prodet-page .bannerbox .ui.container .mbx span:nth-child(1) {
  margin-left: 0;
}
.prodet-page .bannerbox .ui.container .mbx a {
  padding-right: 30px;
  position: relative;
}
.prodet-page .bannerbox .ui.container .mbx a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--base-color);
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.prodet-page .prodetbox .ui.container h1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.prodet-page .prodetbox .ui.container h1:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  left: 0;
  bottom: -4.5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 0px 20px 9px rgb(0 0 0 / 4%);
}
.prodet-page .prodetbox .ui.container .prodet-1 .text {
  width: 50%;
  /*padding-top: 60px;*/
  padding-left: 50px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .content {
  padding-right: 5%;
  max-height: 250px;
  overflow-y: auto;
  font-size: 18px;
  font-weight: 200;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox {
  margin-top: 40px;
  width: 255px;
  height: 130px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 16px;
  margin-left: auto;
  margin-right: 10%;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact {
  background: #0068b7;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #666;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul li {
  font-size: 14px;
  margin: 0 5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right {
  width: 50%;
  padding-left: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right ul.imgs li a {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  display: block;
}
.prodet-page .prodetbox .ui.container .prodet-2 {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 55px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox em {
  font-size: 18px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li {
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  margin-left: 15px;
  font-size: 18px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--base-color);
}
.prodet-page .prodetbox .ui.container .prodet-3 {
  padding-top: 15px;
  padding-bottom: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-3 .h3 {
  margin-bottom: 25px;
  font-family: var(--font1);
  font-weight: bold;
}
.cus-1 {
  padding-top: 70px;
  padding-bottom: 90px;
}
.cus-1 .ui.container {
  border-top: 1px solid #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px;
  position: relative;
}
.cus-1 .ui.container:before {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  content: "";
  left: 0;
  top: -4.5px;
}
.cus-1 .ui.container .left {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.cus-1 .ui.container .left .h3 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cus-1 .ui.container .right {
  width: 55%;
}
.cus-1 .ui.container .right .h3 {
  font-weight: 500;
  margin-bottom: 40px;
}
.cus-1 .ui.container .right ul li {
  width: 100%;
  padding: 15px 25px;
  text-align: left;
  border: 1px solid #aaa;
  margin-bottom: 20px;
  border-radius: 20px;
}
.cus-1 .ui.container .right ul li .h5 {
  font-weight: 500;
}
.cus-1 .ui.container .right ul li p {
  max-width: 735px;
  line-height: 2;
  
  font-weight: 200;
}
.cus-2 {
  padding-top: 85px;
  padding-bottom: 145px;
  background: #f8f8f8;
  overflow: hidden;
}
.cus-2 .ui.container {
  text-align: center;
}
.cus-2 .ui.container .h3 {
  margin-bottom: 85px;
  text-align: center;
  font-weight: 500;
}
.cus-2 .ui.container form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.cus-2 .ui.container form ul li {
  padding: 0 45px;
  margin-bottom: 35px;
}
.cus-2 .ui.container form ul li label {
  display: block;
  font-size: 20px;
line-height: 36px;  
  padding: .5em 0;
}
.cus-2 .ui.container form ul li textarea {
  border: 1px solid #000;
  width: 100%;
  padding: 1em;
  height: 250px;
line-height: 36px;
  font-size: 20px;
  background-color: transparent;
}

.cus-2 .ui.container form ul li input[type="text"] {
  width: 100%;
  text-align: left;
  padding: .2em 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.cus-2 .ui.container form ul li input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.cus-2 .ui.container form ul li input[type="text"]:-moz-placeholder {
  color: #000;
}
.cus-2 .ui.container form ul li input[type="text"]::-moz-placeholder {
  color: #000;
}
.cus-2 .ui.container form ul li input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.cus-2 .ui.container form ul li input[type="text"]::placeholder {
  color: #000;
}
.cus-2 .ui.container form ul li input[type="submit"] {
  height: 78px;
  line-height: 83px;
  padding: 0 48px;
  border-radius: 45px;
  color: #fff;
  background: #000;
  border: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
/*.cus-2 .ui.container form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
  color: #fff;
}*/
.cus-2 .ui.container form ul li.wid100 {
  width: 100%;
  text-align: left;
}
.cus-3 {
  padding-top: 136px;
  padding-bottom: 120px;
}
.cus-3 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-3 .ui.container .top .left .img-box {
  max-width: 640px;
  margin-left: 0;
  margin-right: auto;
}
.cus-3 .ui.container .top .right {
  padding-right: 5%;
  padding-left: 35px;
}
.cus-3 .ui.container .top .right .h3 {
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #aaa;
  margin-bottom: 30px;
}
.cus-3 .ui.container .top .right p {
  
  line-height: 2;
  font-weight: 200;
}
.cus-3 .ui.container .bottom {
  margin-top: 155px;
  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;
}
.cus-3 .ui.container .bottom .h3 {
  display: inline-block;
}
.cus-3 .ui.container .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
}
.cus-3 .ui.container .bottom ul li {
  padding: 0 5px;
}
.cus-3 .ui.container .bottom ul li .item {
  width: 100%;
  height: 186px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  padding-top: 25px;
}
.cus-3 .ui.container .bottom ul li .item img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cus-3 .ui.container .bottom ul li .item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cus-3 .ui.container .bottom ul li .item h5 {
  margin-top: 15px;
}
.apply-1 .ui.container {
  border-top: 1px solid #aaa;
  padding-top: 70px;
}
.apply-1 .ui.container:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  left: 0;
  top: -4.5px;
}
.apply-1 .ui.container:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  position: absolute;
  right: 0;
  top: -4.5px;
}
.apply-1 .ui.container .applyitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 125px;
}
.apply-1 .ui.container .applyitem .imgs {
  width: 40%;
}
.apply-1 .ui.container .applyitem .imgs a {
  width: 100%;
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.apply-1 .ui.container .applyitem .imgs .img-box {
  border-radius: 20px;
  position: relative;
}
.apply-1 .ui.container .applyitem .imgs .img-box .h3 {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: absolute;
}
.apply-1 .ui.container .applyitem .main {
  width: 58%;
}
.apply-1 .ui.container .applyitem .main .top {
  padding: 0 35px;
}
.apply-1 .ui.container .applyitem .main .top .h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.apply-1 .ui.container .applyitem .main .top .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.apply-1 .ui.container .applyitem .main .top .center span {
  margin-right: 30px;
  text-transform: capitalize;
  font-size: 16px;
  
  font-weight: 200;
}
.apply-1 .ui.container .applyitem .main .bottom {
  margin-top: 50px;
}
.apply-1 .ui.container .applyitem .main .bottom ul {
  margin: 0 -8px;
}
.apply-1 .ui.container .applyitem .main .bottom ul li {
  padding: 0 8px;
  margin-bottom: 0px;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item:hover .imgbox a.hover {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .imgbox img {
  width: 100%;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .imgbox a.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .imgbox a.hover img {
  width: 40px;
  height: 40px;
  display: block;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .h5 {
  font-weight: 500;
  
  font-size: 15px;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.apply-1 .ui.container .applyitem .main .bottom ul li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
@media screen and (max-width: 1800px) {
  .about-page .about-2 .right {
    padding-right: 5%;
    padding-left: 4%;
  }
  .about-page .about-4 .ui.container .btnbox a.more {
    margin-left: auto;
    margin-right: 0;
  }
  .font-36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .sidebox .sideleft ul.list li {
    padding-left: 0;
    font-size: 14px;
  }

}
@media screen and (max-width: 1200px) {
  .inner-banner .bannerbox {
    height: 350px;
  }
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
  .apply-1 .ui.container .applyitem .imgs a {
    height: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }

  .inner-banner .bannerbox {
    width: 100%;
    border-radius: 0;
  }

  .inner-navbox .ui.container ul.navlist > li {
    margin-bottom: 20px;
  }
  .pd-100 {
    padding: 60px 0;
  }

  .cus-3 .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cus-3 .ui.container .bottom ul {
    width: 100%;
  }
  .cus-3 .ui.container .bottom ul li {
    margin-top: 20px;
  }

  .prodet-page .prodetbox .ui.container .prodet-2 .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left {
    height: 400px;
    width: 100%;
  }
  .about-page .about-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .right {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }

  .prodet-page .prodetbox .ui.container .prodet-1 .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .prodet-page .prodetbox .ui.container .prodet-1 .right {
    width: 100%;
    padding-left: 00px;
    margin-top: 20px;
  }
  .prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
    margin-left: 0;
    margin-top: 20px;
  }
  .cus-1 .ui.container .left {
    width: 100%;
  }
  .cus-1 .ui.container .right {
    width: 100%;
  }
  .cus-2 .ui.container form ul li {
    width: 100%;
  }
  .cus-3 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cus-3 .ui.container .top .left {
    width: 100%;
  }
  .cus-3 .ui.container .top .right {
    width: 100%;
    margin-top: 40px;
  }
  .apply-1 .ui.container .applyitem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .apply-1 .ui.container .applyitem:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .apply-1 .ui.container .applyitem .imgs {
    margin-bottom: 20px;
    width: 100%;
  }
  .apply-1 .ui.container .applyitem .main {
    width: 100%;
  }
  .cus-1 .ui.container .left{
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .bannerbox {
    height: 250px;
  }
.inner-banner .bannerbox .h2 {
    width: 90%;
        font-size: 20px;
}
.product-box .ui.container .sideright .top .content{
  display: none!important;
}
.product-box {
    padding-top: 0px;
}

.seoIndustry.Auxil-industry {
    display: none;
}




  .about-page .about-4 .ui.container ul.newslist li {
    height: auto;
    margin-bottom: 20px ;
    text-align: center;
  }
  .cus-2 .ui.container form ul li input[type="submit"] {
    font-size: 18px;
  }
}

 .m-link a{
  display: block;
  font-size: 16px;
line-height: 30px;
  color: var(--base-color);
}
.m-link a em{
  text-transform: capitalize;
}
.inner-page .m-page {
  margin-top: 46px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 17px;
  color: #181818;
}
.inner-page .m-page a:hover {
  background: var(--white);
}
.inner-page .m-page span.current {
  background: #e60112;
  color: var(--white);
}
.inner-page{
  min-height: 80vh;
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 0px;
  background: var(--white);
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  background: var(--primary);
  padding: 3px 12px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 14px;
  line-height: 2;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: var(--white);
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: var(--white);
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: var(--white);
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: var(--white);
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.newdet-page .m-link a:hover {
  color: var(--black);
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 30px auto;
  
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
  .inner-navbox {
    display: none;
  
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .prodet-page .prodetbox .ui.container .prodet-1 .text .content{
    font-size: 16px;
line-height: 30px;
max-height:200px;
  }
  .prodet-page .prodetbox .ui.container h1 {
    font-size: 22px;
    line-height: 44px;
        padding-bottom: 10px;
} 
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
  .inner-navbox .ui.container ul.navlist > li{
    width: 100%;
    text-align: center;
  }
}

  
.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--primary);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #e50112;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-3 ul.relatedlist{
  margin: 0 -15px;
}
.prodet-3 ul.relatedlist li{
  padding: 0 15px;
}
.prodet-3 ul.relatedlist .slick-track{
  margin-left: 0!important;
}




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

@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
}


@media (max-width: 500px) {
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
}




.news-page {
  /*background: #f8f8f8;*/
}
.news-page .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 1px 0px 20px 9px rgb(0 0 0 / 4%);
}
.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 36px;
  min-height: 4.8em;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--base-color);
}
.news-page .container ul li .box .des {
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}


@media (max-width: 1000px) {
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
}