@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}

html {
    font-size: 62.5%;
}


body {
  font-family: "Poppins-Regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1440px;
}
.hover-language {
  margin-right: 45px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 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 {
  -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 {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .h-top {
  line-height: 60px;
  height: 60px;
}
#header .h-top .box {
  border-bottom: 1px solid #FFFFFF;
}
#header .h-top ul li {
  color: #FFFFFF;
  display: inline-block;
}
#header .h-top .social-links a {
  color: #FFFFFF;
  font-size: 18px;
}
#header .h-top .social-links a:not(:last-child) {
  margin-right: 25px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#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 .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  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;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ff721d;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 30px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  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 .ui.menu .menu-box ul.menu > li ul.sub-menu.grid-box{
  width: 500px;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li.column{
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  font-size: 0;
  -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;
  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 {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
  font-size: 16px;
  line-height: 30px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .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: 20;
}
#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;
}
#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 a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a: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;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#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);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner{
    height: 240px;
  }
  .inner-banner > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner li {
  position: relative;
}
#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 .left {
  max-width: 810px;
  margin-left: auto;
}
#banner h2 {
  font-size: 66px;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
#banner p {
  font-size: 25px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 50px;
}
#banner .btn1 a {
  display: inline-block;
  text-align: center;
  min-width: 155px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #FFFFFF;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .btn1 a:hover {
  background: #ff721d;
  border-color: #ff721d;
}
.section_title h6 {
  text-transform: uppercase;
}
.section_title h6 img {
  vertical-align: baseline;
}
.section_title h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
.our-about {
  padding: 90px 0;
}
.guanyu{
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  margin-bottom: 10px!important;
}
.huhu{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    display: block;
    float: right;
    margin-left: 10px;
}
.shouye{
  width: 50%;
  padding: 15px;
  font-size: 14px!important;
  line-height: 28px!important;
  margin-top: 0rem!important;
}
.shouye h1{
  display: inline!important;
  font-size: 14px!important;
  line-height: 28px!important;
  margin-top: 0rem!important;
  font: inherit!important;
  color: inherit!important;
}
.xinwen{
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1c1c1c;
}
.our-about .box {
  margin: -15px;
}
.our-about .left {
  width: 55%;
  padding: 15px;
}
.our-about .right {
  width: 45%;
  padding: 15px;
}
.our-about .mml-text {
  margin: -15px;
}
.our-about .mml-text .img {
  width: 50%;
  padding: 15px;
}
.our-about .mml-text .text {
  width: 50%;
  padding: 15px;
}
.our-about .list {
  margin-top: 50px;
}
.our-about .list h2 i,
.our-about .list h2 em {
  display: inline-block;
  vertical-align: middle;
}
.our-about .list h2 i {
  margin-right: 20px;
  position: relative;
}
.our-about .list h2 i::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ff721d;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  -webkit-animation: spin 4s infinite linear;
  -moz-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}
.our-about .list h2 em {
  font-size: 66px;
  line-height: 1;
  color: #3c3c3c;
  font-family: 'Poppins-Bold';
}
.our-about .list li:nth-child(1) h2 i::before {
  right: 0;
  top: 40%;
}
.our-about .list li:nth-child(2) h2 i::before {
  right: 0;
  top: 50%;
}
.our-about .list li:nth-child(3) h2 i::before {
  left: 40%;
  top: 0;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.product-cat {
  padding-top: 80px;
}
.product-cat .slick-list {
  padding-left: 20px;
  padding-right: 18%;
}
/*.product-cat ul {
  margin: -12px;
}
.product-cat ul li {
  padding: 12px;
}*/
.product-cat .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/mask.png) no-repeat center bottom;
  background-size: cover;
  transition: .5s ease;
}

/*.product-cat .img:hover::after{
  opacity: 0;
}*/

.product-cat .img .mml-text {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.product-cat .img .images{
  transition: .5s ease;
}

.product-cat .img .img2{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.product-cat .img:hover .img1{
  opacity: 0;
}

.product-cat .img:hover .img2{
  opacity: 1;
}


.product-cat .img .mml-text img {
  display: inline-block;
}

.product-cat .img .mml-text .icon img{
  transition: .5s ease;
}

.product-cat .img:hover .mml-text .icon img {
  transform: rotateY(180deg);
}

.product-cat .img .mml-text .icon {
  width: 80px;
}
.product-cat .img .mml-text .text {
  text-align: left;
  color: #FFFFFF;
  flex: 1;
}
.product-cat .img .mml-text .text img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-cat .img:hover .mml-text .text span {
  color: #ff721d;
}
.product-cat .img:hover .mml-text .text img {
  -webkit-filter: none;
  filter: none;
}
.product-cat .arrows span,
.product-cat .arrows a {
  display: inline-block;
  color: #FFFFFF;
  background: #ff721d;
  line-height: 54px;
  height: 54px;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 5px;
  cursor: pointer;
  transition: .5s ease;
}

.product-cat .arrows span:hover,
.product-cat .arrows a:hover{
  background: #000000;
}
.product-cat .arrows span {
  width: 54px;
}
.product-cat .arrows a {
  padding: 0 30px;
}
.i-advantage {
  background: #f8f8f8;
  padding: 80px 0;
}
.i-advantage ul {
  margin: -15px;
}
.i-advantage ul li {
  text-align: left;
  padding: 15px;
}
.i-advantage i {
  min-height: 75px;
  line-height: 75px;
}
.i-advantage i img {
  vertical-align: middle;
}
.i-advantage h4 {
  font-size: 25px;
  line-height: 1.6;
  font-family: 'Poppins-Bold';
}
.our-product {
  padding: 80px 0;
}
/*.our-product ul {
  margin: -15px;
}
.our-product ul li {
  padding: 15px;
}*/
.our-product .mml-text {
  border: 1px solid #dcdcdc;
  position: relative;
}
.our-product .mml-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/cnxipeng/2022/10/20/9999-1.png) no-repeat center bottom;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .mml-text .more {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .mml-text .more span {
  color: #FFFFFF;
  font-family: 'Poppins-Bold';
  border-bottom: 1px solid #FFFFFF;
}

.our-product .mml-text .more .cate{
  color: #fff;
}

.our-product .mml-text h4 {
  min-height: 74px;
  position: relative;
  z-index: 10;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .mml-text:hover::after {
  opacity: 1;
}
.our-product .mml-text:hover .more {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.our-product .mml-text:hover h4 {
  color: #FFFFFF;
}
.our-news {
  padding: 40px 0 80px;
}
.our-news ul {
  font-size: 0;
  margin: -30px;
}
.our-news ul li {
  width: 50%;
  padding: 30px;
}
.our-news ul li .img {
  height: 400px;
}
.our-news ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news ul li .img .cat {
  position: absolute;
  left: 10%;
  top: 10%;
  color: #FFFFFF;
  background: #ff721d;
  text-transform: uppercase;
  padding: 5px 10px;
}
.our-news ul li .mml-text {
  text-align: left;
  margin-top: 30px;
}
.our-news ul li .mml-text h4 {
  font-size: 28px;
  line-height: 48px;
  color: #ff721d;
  font-family: 'Poppins-Bold';
}
.our-news ul li .mml-text time {
  text-transform: uppercase;
}
.our-news ul li .mml-text time::before {
  content: "";
  width: 27px;
  height: 1px;
  background: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.our-news ul li:not(:first-child) {
  border-left: 1px solid #d4d8db;
  border-bottom: 1px solid #d4d8db;
}
.our-news ul li:not(:first-child) .img {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  height: 170px;
}
.our-news ul li:not(:first-child) .img .cat {
  display: none;
}
.our-news ul li:not(:first-child) .mml-text {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.our-news ul li:not(:first-child) .mml-text h4 {
  font-size: 22px;
  line-height: 40px;
  color: #000000;
}
.our-news ul li:not(:first-child) .mml-text p {
  display: none;
}
.our-news ul li:last-child {
  border-bottom: none;
}
.our-contact {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
}
.our-contact h2 {
  font-size: 60px;
  color: #ff721d;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
.our-contact .box {
  background: #f2f2f2;
  padding: 80px 120px;
}
.our-contact .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 70px;
}
.our-contact .right {
  width: 50%;
  vertical-align: middle;
}
.our-contact .form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-contact .form li:last-child input {
  border-radius: 26px 0 0 26px;
}
.our-contact .form input {
  width: 100%;
  padding: 15px 45px;
  border: none;
  border-radius: 26px;
}
.our-contact .form button {
  border: none;
  width: 120px;
  color: #FFFFFF;
  background: #ff721d;
  border-radius: 0 26px 26px 0;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 120px;
}
#footer .footer-top {
  padding: 45px 0;
}
#footer .footer-top .footer-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 .footer-top .footer-block.logo .img {
  margin-left: -50px;
  margin-bottom: 40px;
}
#footer .footer-top .footer-block.logo .img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .footer-top .footer-block.link a {
  color: #FFFFFF;
}
#footer .footer-top .footer-block.link a:hover {
  color: #ff721d;
}
#footer .footer-top .footer-block.contact {
  max-width:500px;
  margin: auto 0;
}
#footer .footer-top .footer-block.contact ul {
  margin: -25px;
}
#footer .footer-top .footer-block.contact ul li {
  display: inline-block;
  min-width: 300px;
  max-width: 480px;
  padding: 25px;
}
#footer .footer-top .footer-block.contact p {
  color: #FFFFFF;
  padding-left: 55px;
  position: relative;
}
#footer .footer-top .footer-block.contact p i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .footer-block h4 {
  font-size: 22px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
#footer .footer-bottom .box {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bottom .social-links a {
  font-size: 20px;
  color: #FFFFFF;
}
#footer .footer-bottom .social-links a:not(:last-child) {
  margin-right: 20px;
}
#footer .footer-bottom .fr p,
#footer .footer-bottom .fr a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
#footer .footer-bottom .fr img {
  max-height: 14px;
}
#ewm {
  width: 140px;
  border: 5px solid #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner p {
    font-size: 20px;
  }
  .our-about .list h2 em {
    font-size: 40px;
  }
  .our-about h1 {
    font-size: 50px;
  }
  .product-cat .slick-list {
    padding-right: 20px;
  }
  .our-news ul li:not(:first-child) .mml-text h4 {
    font-size: 18px;
  }
  .our-news ul li .mml-text h4 {
    font-size: 22px;
  }
  .our-contact h2 {
    font-size: 50px;
  }
  .our-contact .box {
    padding: 60px 80px;
  }
  #footer .footer-top .footer-block.contact {
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .h-top {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 25px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner p {
    font-size: 18px;
  }
  .our-about .mml-text .img {
    display: none;
  }
  .our-about .mml-text .text {
    width: 100%;
  }
  .our-about .list h2 i {
    min-height: 50px;
  }
  .our-about .list h2 em {
    display: block;
    margin-top: 10px;
  }
  .our-about .list {
    margin-top: 30px;
  }
  .our-about h1 {
    font-size: 40px;
  }
  .section_title h2 {
    font-size: 40px;
  }
  .i-advantage ul {
    margin: -15px;
  }
  .i-advantage ul li {
    padding: 15px;
  }
  .i-advantage h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 36px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-contact .left {
    padding-right: 40px;
  }
  .our-contact h2 {
    font-size: 40px;
  }
  #footer .footer-top .footer-block.contact {
    max-width: 400px;
  }
  #footer .footer-top .footer-block.contact ul {
    margin: -15px;
  }
  #footer .footer-top .footer-block.contact ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 35px;
  }
  #banner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .product-cat .list {
    max-width: 700px;
    margin: auto;
    margin-top: 60px;
    padding: 0 15px;
  }
  .product-cat .slick-list {
    padding: 0;
  }
  .our-about h1 {
    font-size: 30px;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-news ul li {
    width: 100%;
  }
  .our-news ul li:not(:first-child) {
    border-left: none;
  }
  .our-news ul {
    margin: -15px 0;
  }
  .our-news ul li {
    padding: 15px 0;
  }
  .our-news ul li .img {
    height: auto;
  }
  .our-contact .box {
    padding: 30px;
  }
  .our-contact .left {
    width: 100%;
    padding: 0;
  }
  .our-contact .right {
    width: 100%;
    margin-top: 30px;
  }
  .our-contact h2 {
    font-size: 30px;
  }
  #ewm {
    display: none;
  }
  #footer .footer-top .footer-block.link {
    display: none;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-block.logo .img {
    margin-left: 0;
  }
  #footer .footer-top .footer-block.contact {
    max-width: 100%;
  }
  #footer .footer-bottom .social-links {
    display: none;
  }
  #footer .footer-bottom {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-about .list {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .product-cat {
    padding-top: 60px;
  }
  .i-advantage {
    
  }
  .our-product {
    padding: 60px 0;
  }
  .our-news ul li .mml-text h4 {
    font-size: 20px;
  }
  .our-news ul li:not(:first-child) .mml-text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-18 {
    font-size: 18px;
    line-height: 32px;
  }
  .font-16 {
    font-size: 15px;
    line-height: 30px;
  }
  #footer .footer-top .footer-block.contact p i {
    display: none;
  }
  #footer .footer-top .footer-block.contact p {
    padding-left: 0;
  }
  #footer .footer-bottom .fr img {
    max-height: 14px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 30px;
  }
  .huhu{
    display: none!important;
  }
  .our-contact h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .our-contact .form input {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner h2 {
    font-size: 20px;
    line-height: 36px;
  }
  #banner p {
    font-size: 14px;
    line-height: 28px;
  }
  .guanyu{
    font-size: 34px!important;
    line-height: 1.4!important;
  }
  .xinwen{
    font-size: 24px!important;
    line-height: 40px!important;
  }
  #banner .btn1 a {
    min-width: initial;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
  }
  .section_title h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-24 {
    font-size: 16px;
  }
  .fenlei{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .yindaoye{
    display: none!important;
  }
  .our-news ul li .mml-text h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .our-news ul li:not(:first-child) .mml-text {
    padding-left: 15px;
  }
  #banner li {
    height: 300px;
  }
}





/* 内页区域 Start */
.inner-banner {
  position: relative;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
      text-shadow: 1px 1px 1px #000;
}
.inner-banner .text .ui.container {
  max-width: 1140px;
}
.inner-banner .text .grid-box .left {
  vertical-align: middle;
}
.inner-banner .text .grid-box .left h2 {
  font-size: 40px;
  /*font-weight: 700;*/
  text-transform: uppercase;
  line-height: 72px;
  text-shadow: 2px 2px 2px #000000;
}
.inner-banner .text .grid-box .right {
  font-size: 18px;
  line-height: 32px;
  /*font-weight: 700;*/
  text-transform: uppercase;
  vertical-align: middle;

}
.inner-banner .text .grid-box .right a {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}
.inner-banner .text .grid-box .right a:hover {
  color: #e77116;
}
.inner-page h3,
.inner-page h4 {
  font-weight: 700;
  line-height: 1.2;
}
.inner-page .ui.container {
  max-width: 1470px;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 94px;
  width: 35px;
  line-height: 140px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
  width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
  display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
  color: #e77116;
}
@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about-page .about-artical {
    padding: 10.8rem 0px 13rem;
}
.about-page .about-artical .text .tit {
    position: relative;
    margin-bottom: 3.25rem;
    text-align: center;
}
.about-page .about-artical .text .tit h3 {
    font-size: 32px;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    padding-bottom: 0.5rem;
}
.about-page .about-artical .text .tit h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 91px;
	height: 3px;
	background-color: #f28101;
}
.about-page .about-artical .text .tit .ab-bg {
    position: absolute;
    top: -31px;
    left: 0px;
    right: 0px;
}
.about-page .about-artical .text .tit .ab-bg span {
    font-size: 9.7rem;
    color: rgb(177 177 177 / 9%);
    text-transform: uppercase;
}
.about-page .about-artical .text .tit p{
  margin-top: 40px;
  font-size: 24px;
  line-height: 44px;
}
.about-page .about-artical .text .content{
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.about-page .about-4{
  background: url(/zjtcgm/2022/01/19/about1.jpg) no-repeat center 300px #f8f8f8;
  padding: 9.6rem 0 7.9rem 0; 
}
.about-page .about-4 .tit {
    position: relative;
    margin-bottom: 3.25rem;
    text-align: center;
}
.about-page .about-4 .tit h3 {
    font-size: 32px;
    line-height: 60px;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 3;
    padding-bottom: 0.5rem;
}
.about-page .about-4 .tit h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 91px;
	height: 3px;
	background-color: #f28101;
}
.about-page .about-4 .tit .ab-bg {
    position: absolute;
    top: -31px;
    left: 0px;
    right: 0px;
}
.about-page .about-4 .tit .ab-bg span {
    font-size: 9.7rem;
    color: rgb(177 177 177 / 9%);
    text-transform: uppercase;
}
.about-page .about-4 .tit p{
  margin-top: 4.1rem;
  font-size: 24px;
  line-height: 40px;
}
.about-page .about-4 .box {
    padding-top: 4.9rem;
    max-width: 960px;
    display: block;
    margin: 0 auto;
}
.about-page .about-4 .box ul {
    position: relative;
}
.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative;
}
.about-page .about-4 .box ul li .left {
    padding-top: 5px;
    padding-right: 35px;
    text-align: right;
    position: relative;
}
.about-page .about-4 .box ul li h5 {
    font-size: 40px;
    line-height: 72px;
    color: #f28101;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: bold;
}
.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative;
}
.about-page .about-4 .box ul li .content {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #f28101;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f28101), color-stop(100%, #f28101));
    background: -moz-linear-gradient(right, #f28101 0%, #f28101 100%);
    background: -webkit-linear-gradient(left, #f28101 0%, #f28101 100%);
    background: -o-linear-gradient(right, #f28101 0%, #f28101 100%);
    background: -ms-linear-gradient(right, #f28101 0%, #f28101 100%);
    background: linear-gradient(to right, #f28101, #f28101);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28101', endColorstr='#f28101',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28101', endColorstr='#f28101', GradientType=1);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .content .text {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-top: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #f28101;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about-page .about-4 .box ul li .content:hover::before{
  opacity: 1;
}
.about-page .about-4 .box ul li .content:hover{
  color: #fff;
}
.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #f28101;
    background: #f28101;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px white;
    -o-box-shadow: 0 0 3px 3px white;
    box-shadow: 0 0 3px 3px white;
}
.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: #f28101;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #f28101), color-stop(100%, transparent));
    background: -moz-linear-gradient(bottom, #f28101 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #f28101 0%, transparent 100%);
    background: -o-linear-gradient(bottom, #f28101 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, #f28101 0%, transparent 100%);
    background: linear-gradient(to bottom, #f28101, transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28101', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28101', endColorstr='transparent', GradientType=0);
    position: absolute;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.inner-page .i-advantage {
    padding: 10rem 0;
    background: -webkit-linear-gradient(#ffac4e,#f28101);
}
.inner-page .i-advantage .tit {
    position: relative;
    margin-bottom: 3.25rem;
    text-align: center;
}
.inner-page .i-advantage .tit h3 {
    font-size: 32px;
    line-height: 60px;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 3;
    padding-bottom: 0.5rem;
}
.inner-page .i-advantage .tit h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 91px;
	height: 3px;
	background-color: #000;
}
.inner-page .i-advantage .tit .ab-bg {
    position: absolute;
    top: -31px;
    left: 0px;
    right: 0px;
}
.inner-page .i-advantage .tit .ab-bg span {
    font-size: 9.7rem;
    color: rgba(0,0,0,0.1);
    text-transform: uppercase;
}
.inner-page .i-advantage .tit p{
  margin-top: 4.1rem;
  font-size: 24px;
  line-height: 44px;
}
.inner-page .i-advantage .box{
  margin-top: 9.8rem;
}

.inner-page .i-advantage .box li img{
  display: inline-block;
  vertical-align: top;
  -webkit-filter: brightness(10) invert(1);
  filter: brightness(10) invert(1);
}
.inner-page .i-advantage .box li .text{
  display: inline-block;
  width: 70%;
  margin-left: 3.2rem;
}
.inner-page .i-advantage .box li .text h3{
  font-size: 24px;
  line-height: 44px;
}
.inner-page .i-advantage .box li .text p{
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 2.7rem;
}

.about-page .i-factory{
  padding-top: 6.7rem;
}
.about-page .i-factory .left{
  width: 50%;
}
.about-page .i-factory .left span{
  font-size: 20px;
  color: #e77116;
  line-height: 36px;
}
.about-page .i-factory .left h3{
  font-size: 32px;
  line-height: 60px;
  margin-top: 2.3rem;
}
.about-page .i-factory .left p{
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
  width: 66%;
}
.about-page .i-factory .right{
  width: 50%;
  text-align: center;
  padding: 5.2rem 0 0 12rem;
}
.about-page .i-factory .right a{
  font-size: 18px;
  line-height: 32px;
  color: #e77116;
  position: relative;
  padding-bottom: 20px;
}
.about-page .i-factory .right a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: -3.1rem;
  width: 169px;
	height: 3px;
	background-color: #e77116;
}
.about-page .i-factory .content{
  margin-top: 7.3rem;
}
.about-page .i-factory .content li{
  position: relative;
}
.about-page .i-factory .content .slick-current li::after{
  opacity: 0;
}
.about-page .i-factory .content li::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}

.about-page .abt-1 {
  padding: 6rem 0 4.5rem;
}
.about-page .abt-1 .grid-box .left {
  padding-right: 2.5rem;
}
.about-page .abt-1 .grid-box .left .img {
  position: relative;
  padding: 40px 0 40px 40px;
}
.about-page .abt-1 .grid-box .left .img::after {
  background-color: #e77116;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e77116;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 5px;
  
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
  padding: 1.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
  width: 38%;
  padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
  background: url(../images/bg-dot.png);
  background-repeat: repeat;
  padding: 20px;
  max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #e77116;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
  width: 100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
  font-size: 18px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
  margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
  padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
  margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
  font-size: 16px;
  color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
  display: inline-block;
  outline: none;
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #e77116;
  border: none;
  font-size: 15px;
  font-weight: 700;
  border-right: 6px solid #000;
  transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
  color: #000;
}
.about-page .abt-2 {
  background-color: #1f1f1f;
  margin-top: 4rem;
  padding-bottom: 4.5rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
  position: relative;
  top: -4rem;
  background-color: #e77116;
  padding: 20px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
  padding: 15px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
  position: relative;
  padding-left: 70px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 100%;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
  font-size: 2.5rem;
  font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
  display: inline-block;
  line-height: 1.2;

}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
  width: 42%;
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
  color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
  position: relative;
  font-size: 42px;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #e77116;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
  font-size: 20px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
  width: 58%;
  vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
  position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
  min-height: 250px;
  object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #fff;
  color: #e77116;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .9s;
  z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  animation-delay: .6s;
  z-index: 1;
}
.about-page .abt-3 {
  padding: 8rem 0;
}
.about-page .abt-3 .title{
  margin-bottom: 30px;
}
.about-page .abt-3 .title h3 {
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .abt-3 .title h3:after{
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 110px;
  height: 8px;
  background-color: #e77116;
}
.about-page .abt-3 .title h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #525252;
  margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
  text-align: right;
}
.about-page .abt-3 .bg-title span {
  font-size: 8rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 700;
  color: #f4f4f4;
  position: relative;
  bottom: -20px;
  right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
  padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .img{
  position: relative;
}
/*.about-page .abt-3 .abt-3-box ul li .img::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.about-page .abt-3 .abt-3-box ul li .ig {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #1f1f1f;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
  border-bottom: 1px solid #424242;
  padding-bottom: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
  vertical-align: middle;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
  margin-left: auto;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
  font-size: 24px;
  font-weight: 700;
  color: #e77116;
  margin-bottom: 5px;
  width: 50%;
  vertical-align: middle;
  text-transform: uppercase;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4::before{
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #464646;
  margin-bottom: 40px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #e77116;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
  padding-top: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
  margin-bottom: 30px;
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 600;
  line-height: 28px;
  min-height: 168px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #e77116;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  padding: 0;
  background: #000;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
  display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
  border: 2px solid #000;
  background-color: #fff;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.about-page .abt-4 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
  width: 55%;
  vertical-align: middle;
  margin-left: -5%;
  background-color: #e77116;
  padding: 4rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
  max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e77116;
}
.about-page .abt-4 .grid-box .right .title{
  position: relative;
  margin-bottom: 35px;
}
.about-page .abt-4 .grid-box .right .title:after{
  content: "";
  display: block;
  width: 110px;
  height: 8px;
  background-color: #000;
}
.about-page .abt-4 .grid-box .right .title h4 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
.about-page .abt-4 .grid-box .right .content p{
  font-size: 18px;
  line-height: 2;
}
.about-page .abt-4 .grid-box .right ul {
  margin-top: 2.5rem;
}
.about-page .abt-4 .grid-box .right ul li {
  margin-bottom: 1rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
  font-size: 20px;
  font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  background-color: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
  width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
  width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
  width: 60%;
}

@media screen and (max-width: 1100px) {
  .inner-page .i-advantage .box li .text{
    width: 72%;
  }
}

@media screen and (max-width: 992px) {
  .about-page .abt-1 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .left .img img {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 50%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: 100%;
    margin: 0;
  }
  .about-page .abt-4 .grid-box .right .title h4{
    font-size: 3rem;
  }
  .inner-banner .text .grid-box .left h2{
    font-size: 2rem;
  }
  .inner-banner .text .grid-box .right{
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-artical .text .tit h3::after{
    display: none;
  }
  .about-page .about-4 .tit h3::after{
    display: none;
  }
  .inner-page .i-advantage .box li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    max-width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%;
    margin-top: 0;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con{
    font-size: 16px;
  }
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    width: 100%;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
    font-size: 24px;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 16px;
  }
  .about-page .abt-3 .abt-3-box ul li{
    padding: 0;
  }
  .about-page .abt-3 .title h3{
    font-size: 3rem;
  }
  .about-page .abt-3 .title {
    width: 100%;
  }
  .about-page .abt-3 .bg-title {
    display: none;
  }
  .about-page .abt-4 .grid-box .right{
    padding: 3rem 2rem;
  }
  .about-page .abt-4 .grid-box .right .title{
    margin-bottom: 14px;
  }
  .about-page .abt-4 .grid-box .right .content p{
    font-size: 16px;
    line-height: 1.5;
  }
  .about-page .about-artical {
    padding: 3.8rem 0px 4rem;
  }
  .about-page .about-artical .text .tit .ab-bg{
    top: -16px;
  }
  .about-page .about-artical .text .tit .ab-bg span{
    font-size: 4.7rem;
  }
  .about-page .about-artical .text .tit h3{
    font-size: 22px;
    line-height: 40px;
  }
  .about-page .about-artical .text .tit p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 1.5rem;
  }
  .about-page .about-artical .text .content{
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-4 .tit h3{
    font-size: 22px;
    line-height: 40px;
  }
  .about-page .about-4 .tit .ab-bg{
    top: -16px;
  }
  .about-page .about-4 .tit .ab-bg span{
    font-size: 4.7rem;
  }
  .about-page .about-4 {
    padding: 3.6rem 0 3.9rem 0;
  }
  .about-page .about-4 .tit p {
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 30px;
  } 
  .about-page .about-4 .box{
    padding-top: 0;
  }
  .about-page .about-4 .box ul li .right, .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li .left {
    padding-left: 10px !important;
  }
  .about-page .about-4 .box ul li h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .about-4 .box ul li .content .text {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-4 .box ul li:after {
    left: 1px;
    top: 42px;
  }
  .about-page .about-4 .box ul:after {
    left: 2px;
    top: 42px;
  }
  .inner-page .i-advantage{
    
  }
  .about-page .i-factory{
    display: none;
  }
  .inner-banner .text{
    top: 50%;
  }
  .inner-banner .text .grid-box .left h2{
    font-size: 22px;
    line-height: 40px;
  }
}
/* 图片展示 Start */
.lg-page {
  padding: 4rem 0;
  background: #fff;
}
.lg-page .lg-1 {
  margin-bottom: 23px;
}
.lg-page .lg-1 .title {
  text-align: center;
}
.lg-page .lg-1 .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: #e77116;
  margin-bottom: 5px;
}
.lg-page .lg-1 .title h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
}
.lg-page .lg-1 .title ul {
  margin-top: 22px;
}
.lg-page .lg-1 .title ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 9px 17px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page .lg-1 .title ul li:hover {
  color: #e77116;
}
.lg-page .lg-2 ul {
  font-size: 0;
}
.lg-page .lg-2 ul li {
  width: 25%;
  padding: 15px;
}
.lg-page .lg-2 ul li .ig {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-2 ul li .ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-2 ul li .ig .text span {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e77116;
}
.lg-page .lg-2 ul li .ig .text h4 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
  opacity: 0;
}
.lg-page .lg-2 ul li .ig:hover .text {
  opacity: 0;
  bottom: -15px;
}
.lg-page .lg-2 ul li {
  width: 50%;
}
/*.lg-page .lg-2 ul li:nth-child(4n+1) {
  width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) {
  width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) .ig {
  height: 150px;
}
.lg-page .lg-2 ul li:nth-child(4n+3),
.lg-page .lg-2 ul li:nth-child(4n+4) {
  width: 25%;
}
.lg-page .lg-2 ul li:nth-child(4n+3) .ig,
.lg-page .lg-2 ul li:nth-child(4n+4) .ig {
  height: 150px;
}
.lg-page .lg-2 ul li:nth-child(8n+5) {
  position: relative;
  left: 50%;
}
.lg-page .lg-2 ul li:nth-child(8n+6),
.lg-page .lg-2 ul li:nth-child(8n+7),
.lg-page .lg-2 ul li:nth-child(8n+8) {
  position: relative;
  left: -50%;
}*/
@media screen and (max-width: 992px) {
  .lg-page .lg-2 ul li .ig .text span {
    font-size: 14px;
    line-height: 28px;
  }
  .lg-page .lg-2 ul li .ig .text h4 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 700px) {
  .lg-page .lg-2 ul li:nth-child(4n+1),
  .lg-page .lg-2 ul li:nth-child(4n+2),
  .lg-page .lg-2 ul li:nth-child(4n+3),
  .lg-page .lg-2 ul li:nth-child(4n+4) {
    width: 100%;
  }
  .lg-page .lg-2 ul li:nth-child(4n+1) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+2) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+3) .ig,
  .lg-page .lg-2 ul li:nth-child(4n+4) .ig {
    height: auto;
  }
  .lg-page .lg-2 ul li:nth-child(8n+5) {
    left: 0;
  }
  .lg-page .lg-2 ul li:nth-child(8n+6),
  .lg-page .lg-2 ul li:nth-child(8n+7),
  .lg-page .lg-2 ul li:nth-child(8n+8) {
    left: 0;
  }
}
/* 图片展示 End */
/* 产品列表 Start */
.product-page {
  padding: 4rem 0;
}
.product-page .grid-box .sidebar {
  width: 25%;
  padding: 0 15px;
}
.product-page .grid-box .sidebar .pro-search form {
  position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin-bottom: 0;
  padding: 0 56px 0 20px;
  font-weight: 400;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #fff;
  background-color: #1C1C1C;
  cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
  font-size: 36px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
  color: #e77116;
}
.product-page .grid-box .sidebar .pro-category ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  padding: 5px 0;
}
.product-page .grid-box .sidebar .pro-category ul li .children li{
  padding-left: 15px;
  font-size: 16px;
}
.product-page .grid-box .sidebar .pro-best {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
  font-size: 36px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
  color: #e77116;
}
.product-page .grid-box .sidebar .pro-best ul li {
  margin: 14px 0 23px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
  position: relative;
  padding-left: 90px;
  display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px!important;
  /*border: 2px solid #d6d6d6;*/
  background: -webkit-linear-gradient( 0deg, #f1f1f1 0%, #d4d4d4 100%);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
  padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
  font-size: 18px;
  color: #e77116;
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
  border-color: #e77116;
}
.product-page .grid-box .right-box {
  width: 75%;
  padding: 0 15px;
}
.product-page .grid-box .right-box .top-list {
  text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
  position: relative;
  display: inline-block;
  text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
  position: relative;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 270px;
  max-width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0 35px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  background: #ffffff;
  cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #333;
  background-color: #fff;
  display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
  display: block;
  font-size: 16px;
  color: #616161;
  padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
  color: #fff;
  background-color: #e77116;
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
  display: block;
}
.product-page .grid-box .right-box .bot-box {
  margin-top: 20px;
}
.product-page .grid-box .right-box .bot-box ul {
  margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
  display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
  position: relative;
  border: transparent;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background:-webkit-linear-gradient( 0deg, #f1f1f1 0%, #d4d4d4 100%);
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e77116;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
  border-color: #e77116;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
  opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
  color: #e77116;
}
@media screen and (max-width: 992px) {
  .product-page .grid-box .right-box .top-list,
  .product-page .grid-box .sidebar {
    display: none;
  }
  .product-page .grid-box .right-box {
    width: 100%;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .right-box .bot-box ul li {
    width: 100%!important;
    padding: 0 5px;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 18px;
    line-height: 32px;
  }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
  padding: 8rem 0;
}
.faq-page .title {
  text-align: center;
  margin-bottom: 5.4rem;
}
.faq-page .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: #e77116;
  margin-bottom: 10px;
}
.faq-page .title h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}
.faq-page ul li {
  padding: 0 15px;
  margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
  cursor: pointer;
}
.faq-page ul li .ig h4 {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  color: #1c1c1c;
  padding: 0 1.5rem 2rem 0;
}
.faq-page ul li .ig h4 i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  color: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.faq-page ul li .ig .con {
  display: none;
  font-size: 18px;
  line-height: 32px;
  color: #616161;
  margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .faq-page ul.grid-box li.column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page ul li .ig h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
/* 常见问答 End */
/* 应用领域 Start */
.application-page {
  padding: 4rem 0;
}
.application-page .app-1 .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.application-page .app-1 .title h4 {
  font-size: 18px;
  color: #e77116;
  margin-bottom: 5px;
}
.application-page .app-1 .title h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.application-page .app-1 .title p {
  font-size: 16px;
  color: #616161;
}
.application-page .app-1 .app-1-box {
  margin-top: 2rem;
}
.application-page .app-1 .app-1-box ul {
  margin: 0 -15px;
}
.application-page .app-1 .app-1-box ul li {
  padding: 15px;
}
.application-page .app-1 .app-1-box ul li .ig {
  text-align: center;
  background-color: #F7F7F7;
  padding: 1.9rem 0 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.application-page .app-1 .app-1-box ul li .ig .img {
  height: 65px;
}
.application-page .app-1 .app-1-box ul li .ig .img img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.application-page .app-1 .app-1-box ul li .ig h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0.9rem 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-1 .app-1-box ul li .ig:hover {
  background-color: #e77116;
}
.application-page .app-1 .app-1-box ul li .ig:hover h4 {
  color: #fff;
}
.application-page .app-1 .app-1-box .more {
  text-align: center;
  margin-top: 2.5rem;
}
.application-page .app-1 .app-1-box .more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #e77116;
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 0.8rem 2.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-1 .app-1-box .more a:hover {
  color: #fff;
  background-color: #e77116;
}
.application-page .app-2 {
  color: #fff;
  background-color: #e77116;
  padding: 3.5rem 0;
  margin-top: 7rem;
}
.application-page .app-2 .grid-box .left {
  width: 65%;
  vertical-align: middle;
}
.application-page .app-2 .grid-box .left h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.application-page .app-2 .grid-box .left p {
  font-size: 16px;
  margin-top: 5px;
}
.application-page .app-2 .grid-box .right {
  width: 35%;
  text-align: right;
  vertical-align: middle;
}
.application-page .app-2 .grid-box .right .more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1rem 1.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .app-2 .grid-box .right .more a:hover {
  color: #fff;
  background-color: #1c1c1c;
}
@media screen and (max-width: 992px) {
  .application-page .app-1 .app-1-box ul li {
    width: 25%;
  }
  .application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .app-1 .app-1-box ul li {
    width: 50%;
    padding: 8px;
  }
  .application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 15px;
  }
  .application-page .app-2 .grid-box .left {
    width: 100%;
    text-align: center;
  }
  .application-page .app-2 .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
/* 应用领域 End */
/* 产品详情 Start */
.prodet-page {
  padding: 2rem 0;
}
.prodet-page .det-1 {
  padding: 2rem 0;
}
.prodet-page .det-1 .grid-box {
  position: relative;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  /*border: 2px solid #e1e1e1;
  padding: 2rem;*/
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
  background:-webkit-linear-gradient( 0deg, #f1f1f1 0%, #d4d4d4 100%);
}
.prodet-page .det-1 .grid-box .left .gallery {
  margin-top: 10px;
  text-align: left;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  /*border: 2px solid #e1e1e1;*/
  background:-webkit-linear-gradient( 0deg, #f1f1f1 0%, #d4d4d4 100%);
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #e77116;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .more {
  position: absolute;
  left: 53%;
  bottom: 0;
  width: 47%;
  border-top: 1px solid #e1e1e1;
  padding-top: 2rem;
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #e77116;
  vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  border: 2px solid #e77116;
  color: #1c1c1c;
  padding: 11px 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: #e77116;
}
.prodet-page .det-2 {
  margin-top: 20px!important;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
  font-size: 30px;
  line-height: 56px;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #e77116;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 1.9rem;
}
/*.prodet-page .det-2 .related ul li {
  display: none;
}*/
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
}
.prodet-page .det-2 .related ul li .con .d1{
  display: none;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  /*border: 2px solid #d6d6d6;*/
  background:-webkit-linear-gradient( 0deg, #f1f1f1 0%, #d4d4d4 100%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e77116;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #e77116;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #e77116;
}
@media screen and (max-width: 992px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
/* 产品详情 End */

/* 新闻列表&详细 Start */
.news-page {
  padding: 4rem 0;
}
.news-page .news-box ul li {
  padding: 0 2rem 0 0;
  margin-bottom: 2rem;
}
.news-page .news-box ul li .ig{
  position: relative;
  z-index: 2;
  display: block;
}
.news-page .news-box ul li .ig .img {
  position: relative;
  z-index: 2;
}
.news-page .news-box ul li .ig .img img {
  width: 100%;
  z-index: 1;
}
.news-page .news-box ul li .ig .img .img::after {
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img .view {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 45%;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 3px;
  color: #fff;
}
.news-page .news-box ul li .ig .img .view::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.news-page .news-box ul li .ig .img .target {
  background-color: #f18101;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 20px;
}
.news-page .news-box ul li .ig .text {
  margin-top: 0.75rem;
}
.news-page .news-box ul li .ig .text .date {
  font-size: 16px;
  color: #9E9E9E;
  padding-bottom: 1.5rem;
  text-align: right;
}
.news-page .news-box ul li .ig .text{
  background-color: #fff;
  padding: 20px;
  color: #232321;
}
.news-page .news-box ul li .ig .text h4{
  display: block;
  font-size: 18px;
  line-height: 32px;
}
.news-page .news-box ul li .ig .text .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.news-page .news-box ul li:hover .img::after {
  opacity: 1;
}
.news-page .news-box ul li:hover .img .view {
  top: 55%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .news-page .news-box ul li.column {
    width: 50%;
  }
  .news-page .news-box ul li .ig .text{
    padding: 2.7rem 1rem 6.8rem 1rem;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-box ul li .ig .img a.news-cate {
    font-size: 12px;
  }
  .news-page .news-box ul li .ig .text .date {
    font-size: 14px;
  }
  .news-page .news-box ul li .ig .text h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .news-page .news-box ul li .ig .text .more a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-box ul li.column {
    width: 100%;
    padding: 0;
  }
}
.newdet-page {
  padding: 5.5rem 0;
}

.newdet-page .grid-box .main .text .con {
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.newdet-page .grid-box .main .text .prev-next {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.newdet-page .grid-box .main .text .prev-next a {
  font-size: 18px;
  line-height: 32px;
  color: #616161;
}
.newdet-page .grid-box .main .text .share {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #1c1c1c;
  padding: 4rem 0;
}
.newdet-page .grid-box .main .text .share span {
  margin-right: 6px;
}
.newdet-page .grid-box .main .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}
.newdet-page .grid-box .sidebar {
  width: 25%;
  padding-left: 1rem;
}
.newdet-page .grid-box .sidebar .list {
  color: #1c1c1c;
}
.newdet-page .grid-box .sidebar .list h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.newdet-page .grid-box .sidebar .list h3 span {
  color: #e77116;
}
.newdet-page .grid-box .sidebar .list ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .grid-box .sidebar .newdet-help {
  text-align: center;
  color: #fff;
  background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
  padding: 2rem 1rem 3rem;
  margin-top: 2.4rem;
}
.newdet-page .grid-box .sidebar .newdet-help h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #e77116;
  padding: 6px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .grid-box .sidebar .newdet-help a:hover {
  color: #1c1c1c;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .newdet-page .grid-box .main {
    width: 100%;
  }
  .newdet-page .grid-box .sidebar {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .grid-box .main .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .grid-box .main .text .prev-next a {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .grid-box .main .text .share a{
    margin: 0 3px;
  }
}
/* 新闻列表&详细 End */

/* 联系我们我们 Start */
.inner-page .form ul li input, .inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li:nth-child(5),.inner-page .form ul li:nth-child(6){
  width: 100%;
}
.inner-page .form ul li input[type="submit"] {
    background: #e07602;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #e07602 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding-top: 0px!important;
}
.contact-page .contact-1 {
    padding-top: 50px!important;
}
.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    /*box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);*/
    padding: 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #e07602 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
}
.contact-page .contact-2 .right ul li p {
    font-size: 18px;
    color: #111;
    line-height: 32px;;
    letter-spacing: 1px;
}
.contact-page .contact-2 .right ul li p a{
    word-break:break-all;
    word-wrap: break-word;
word-break: normal;
}
@media screen and (max-width: 970px) {
  .contact-page .contact-2 {
        padding-top: 0px!important;
    }
    .contact-page{
        padding: 40px 0;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 16px;
        line-height: 30px;
        word-break: break-all;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .contact-page .contact-2 .right ul li{
        width: 100%;
    }
     .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .contact-page .contact-2 .left .form .grid-box.two>.column{
      width: 100%;
    }
}
.remai{
  font-weight: 700;
    line-height: 32px;
    font-size: 18px;
    margin-left: 100px;
}


.inner-page .proList ul {
  margin: -35px -20px;
}
.inner-page .proList ul li {
  padding: 35px 20px 0 20px;
}
.inner-page .proList ul li:hover .content .more{
  opacity: 1;
}
.inner-page .proList ul li:hover a.img{
  border: 1px solid #ff721d;
}
.inner-page .proList ul li a.img {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .proList ul li a.img img {
  width: 100%;
}
.inner-page .proList ul li a.img img.img2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.inner-page .proList ul li a.img:hover img{
  opacity: 0;
}
.inner-page .proList ul li a.img:hover img.img2{
  opacity: 1;
}

.inner-page .proList ul li .content {
  display: block;
  padding:12px 0;
  text-align: center;
  /*border: 1px solid #eee;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .proList ul li .content a.more {
  line-height: 30px;
  height: 35px;
  padding: 3px 18px;
  background: #ff721d;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  opacity: 0;
}
.inner-page .proList ul li .content a.more:hover {
  background: black;
}
.inner-page .proList ul li .content h5 {
  display: block;
  font-size: 20px;
  /*margin-top: 15px;*/
  /*margin-top: 20px;*/
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .proList ul li .content h5:hover {
  color: #ff721d;
}
.inner-page .proList ul li:hover .content {
  border-color: #ff721d;
}


.pro-yd-page .news-1 {
    padding: 40px 0 40px;
}

.pro-yd-page .news-1 h3,.pro-yd-page .news-1 h1 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}
.pro-yd-page .news-1 .box ul li {
    margin-bottom:50px;
    border:1px solid #e9e9e9;
}
.pro-yd-page .news-1 .box ul li:last-child {
    margin-bottom:0;
}
.pro-yd-page .news-1 .box ul li a.img-box {
    display: block;
    position: relative;
}
.pro-yd-page .news-1 .box ul li a.img-box:hover img{
  opacity: 0;
}
.pro-yd-page .news-1 .box ul li a.img-box:hover .img-2{
  opacity: 1;
}
.pro-yd-page .news-1 .box ul li a.img-box .img-2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.pro-yd-page .news-1 .box ul li .img {
    width:20%;
    vertical-align:middle;
    position:relative;
        border-right: 1px solid #e9e9e9;
}
.pro-yd-page .news-1 .box ul li .img time {
    width:100px;
    top:-15px;
    text-align:center;
    font-size:24px;
    line-height: 1.6;
    color:white;
    position:absolute;
    right:-35px;
    background:black;
    padding:15px 10px;
    font-family:'Montserrat-Regular';
}
.pro-yd-page .news-1 .box ul li .img time em {
    display:block;
    font-family:'Anton';
    line-height:30px;
    font-size:26px;
    margin-top:5px;
}
.pro-yd-page .news-1 .box ul li .content {
    padding: 30px;
    width:80%;
    vertical-align:middle;
}
.pro-yd-page .news-1 .box ul li .content h4 {
    /*font-weight: bold;*/
    font-size: 30px;
    line-height: 2;
    color: black;    
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.pro-yd-page .news-1 .box ul li .content h4:hover {
    color: #ff721d;
}
.pro-yd-page .news-1 .box ul li .content .text{
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.pro-yd-page .news-1 .box ul li .content a.more {
    text-transform: capitalize;
    height:50px;
    line-height:50px;
    width:150px;
    text-align:center;
    font-size:18px;
    color:#222;
    border:1px solid #d6d6d6;
    transition:.5s;
    margin-left:auto;
    margin-right:0;
    display:block;
    /*font-weight: bold;*/
}
.pro-yd-page .news-1 .box ul li .content a.more:hover {
    background:#ff721d;
    color:white;
}


.product-page2 .text {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 3rem;
}
.yindaoye{
  font-size: 16px!important;
  line-height: 30px!important;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
}
.product-page2 strong{
  font-weight: bold;
}
.haha{
	margin-top: 20px;
	margin-bottom: 60px;
}
.zhishi{
	font-size: 32px;
	line-height: 1.6;
	text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.bankuai{
	font-size: 18px;
	line-height: 32px;
}


.product-page2 .top .side-left {
    width: 25.5%;
    display: inline-block;
    vertical-align: top;
}
.product-page2 .top .side-left form input[type="text"] {
        width: 303px;
    height: 50px;
    border: 1px solid #000000;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;

}
.product-page2 .top .side-left form input[type="submit"] {
    width: 60px;
    height: 50px;
    background: url(/chinamycar/2021/11/17/search.png) no-repeat center center #000000;
    border: none;
    margin-left: -4px;
}
.product-page2 .top .side-left .product-nav {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: 40px;
}
.product-page2 .top .side-left .product-nav h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
}
.product-page2 .top .side-left .product-nav > ul {
    margin-top: 13px;
}
.product-page2 .top .side-left .product-nav > ul > li {
    position: relative;

}
.product-page2 .top .side-left .product-nav > ul > li.active .children{
  display: block;
}
.product-page2 .top .side-left .product-nav > ul > li.active>a{
  color: #ff721d;
}
.product-page2 .top .side-left .product-nav > ul > li > a {
    display: block;
    padding: 13px 30px 13px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    /*font-weight: 600;*/
}
.product-page2 .top .side-left .product-nav>ul>li:hover a{
  color: #ff721d;
}
.product-page2 .top .side-left .product-nav > ul > li .fa {
    width: 44px;
    height: 44px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}
.product-page2 .top .side-left .product-nav > ul > li .children {
    padding: 10px 0;
    display: none;
}
.product-page2 .top .side-left .product-nav > ul > li .children li {border-bottom: 1px solid #737373;}
.product-page2 .top .side-left .product-nav > ul > li .children li a {
    font-size: 16px;
    line-height: 1;
    color: #737373;

    display: block;
    margin: 15px 0;
}
.product-page2 .top .side-left .product-nav > ul > li .children li a:hover {
    color: #ff721d;
}
.product-page2 .top .side-left .product-nav>ul>li .children li.active a{
      color: #ff721d;
}
.product-page2 .top .side-left .p-contact {
    margin-top: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.product-page2 .top .side-left .p-contact h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.product-page2 .top .side-left .p-contact .text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 30px;
    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;
    color: #000000;

}
.product-page2 .top .side-left .p-contact .text span {
    display: inline-block;
    width: 70px;
    line-height: 1;
    text-align: right;
}
.product-page2 .top .side-left .p-contact .text p {
  flex: 1;
    text-align: left;
    max-width: 250px;
    padding-left: 20px;
    color: inherit;
    font-size: 16px;
    font-weight: inherit;
    font-family: inherit;
    line-height: 2;
    font-style: inherit;
}
.product-page2 .top .side-left .p-contact .add {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-page2 .top .side-left .p-contact .add p {
    line-height: 1.8;
    margin-top: -5px;
}
.product-page2 .top .side-left .p-contact .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page2 .top .side-left .p-contact .icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    border-radius: 100%;
    height: 35px;
    margin-right: 15px;
    border: 1px solid #000000;
}
.product-page2 .top .side-left .p-contact .icon a:last-child {
    margin-right: 0;
}
.product-page2 .top .side-left .p-contact .icon a i {
    font-size: 20px;
    color: #000000;
}
.product-page2 .box {
    width: 74.5%;
    display: inline-block;
}
.product-page2 .box .proList{
  padding-left: 40px;
}




@media screen and (max-width: 1580px) {
    .pro-yd-page .news-1{
        padding: 40px 0;
    }
     .product-page2 .top .side-left form input[type=text] {
    width: 252px;
}.product-page2 .top .side-left form input[type=submit]{
      width: 50px;
}
.product-page2 .top .side-left .p-contact .text span{
      width: 80px;
}.product-page2 .top .side-left .p-contact .text span.what{
      width: 114px;
      font-size: 14px;
}.product-page2 .top .side-left .p-contact{
  padding: 30px 15px;
}.product-page2 .top .side-left .p-contact .text p{
  max-width: 210px;
}.product-page2 .top .side-left .p-contact .text p.what-p{
  font-size: 16px;
}.product-page2 .top .side-left .p-contact .text span.what{
  width: 80px;
}.product-page2 .top .side-left .p-contact .text p {
    max-width: 188px;
}
}

@media screen and (max-width: 1230px) {
    .pro-yd-page .news-1 h3 {
        font-size: 24px;
    }
    .pro-yd-page .news-1 .box {
        padding-top: 30px;
    }
    .product-page2 .top .side-left{
      display: none;
    }
    .product-page2 .box{
      width: 100%;
    }
    .product-page2 .box .proList {
      padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {

  .pro-yd-page .news-1 h3,
  .pro-yd-page .news-1 h1{
    font-size: 20px;
    line-height: 36px;
  }

    .pro-yd-page .news-1 .box ul li .content p {
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0;
    }
    .pro-yd-page .news-1 .box ul li .content h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .pro-yd-page .news-1 .box ul li{
        padding: 5px;
    }
    .pro-yd-page .news-1 .box ul{
        margin: -5px;
    }
    .pro-yd-page .news-1 .box ul {
        letter-spacing:-5px;
    }
    .pro-yd-page .news-1 .box ul li {
        width:50%;
        display:inline-block;
        letter-spacing:0;
        vertical-align:top;
        margin-bottom:20px;
    }
    .pro-yd-page .news-1 .box ul li .img {
        width:100%;
    }
    .pro-yd-page .news-1 .box ul li .img time {
        right:10px;
        top:10px;
        font-size:18px;
        line-height: 1.8;
        width:80px;
    }
    .pro-yd-page .news-1 .box ul li .img time em {
        font-size:20px;
        line-height:20px;
    }
    .pro-yd-page .news-1 .box ul li .content {
        width:100%;
        padding: 20px;
    }
    .pro-yd-page .news-1 .box ul li .content a.more {
        line-height:40px;
        height:40px;
        width:130px;
        font-size:16px;
    }
    .equipments-page .equipments-1 .left {
    width: 100%;
    margin-bottom: 20px;
}.equipments-page .equipments-1 .left h2{
  max-width: 100%;
}.equipments-page .equipments-1 .right {
    width: 100%;
}




}

@media screen and (max-width: 700px) {
    .pro-yd-page .news-1{
        padding: 10px 0;
    }
    .pro-yd-page .news-1 .box ul li .img time em {
        font-size: 16px;
        line-height: 20px;
    }.equipments-page .equipments-2 ul li{
  width: 100%;
}.equipments-page .equipments-2 h3{
  font-size: 24px;
}.equipments-page .equipments-2 ul li .box h4{
  font-size: 20px;
}
}

@media screen and (max-width: 500px) {
    .pro-yd-page .news-1 .box ul li {
        width:100%;
    }
    .pro-yd-page .news-1 h3{
        font-size: 20px;
    }
}




.menu-list{
  width: 100%;
  padding:40px 0;
  background: #ffffff;
  display:none;
  position: absolute;
  left:0;
  top:100%;
  z-index: 2;
  border-bottom: 3px solid #fd2318;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
}
.menu-list .grid-box{
  margin: -15px;
}
.menu-list .grid-box .column {
  padding: 15px;
}
.menu-list .grid-box .column .img-box{
  height: 200px;
}
.menu-list .grid-box .column .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color_white{
  color: #ffffff;
}
.menu-list0 .grid-box .column p{
  font-size:14px;
}





.play {
  font-size: 30px;
  font-family: initial;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .right .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 10px;
}
.play:after,
.play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}



.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}