@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');
}


body {
  font-family: 'poppins-regular';
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1310px;
}

#ewm{
  width: 100px;
  border: 5px solid white;
}

#header .nav .pro-search {
  margin-left: 50px;
}
#header .nav .pro-search input {
  width: 150px;
  height: 24px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #eaeaea;
  border: none;
}
#header .nav .pro-search button {
  width: 42px;
  height: 24px;
  background-color: #f90e02;
  border: none;
}
#header .nav .pro-search button img {
  vertical-align: middle;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
#header .nav .ui.menu {
  display: flex;
  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 30px;
  font-size: 18px;
  font-weight: 600;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  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 li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  -ms-transition: .5s;
  -o-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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #ff0000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fff;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
  line-height: 2;
}
.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;
  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;
  -moz-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
}
#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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-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);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner ul li > img {
  width: 100%;
}
#banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#banner .content h2 {
  font-weight: 400;
  font-size: 72px;
  line-height: 1.4;
  color: #fff;
}
#banner .content h2 span {
  display: block;
}
#banner .content h2 small {
  display: block;
  font-size: 50px;
  color: #f90e02;
}
#banner .content h2 small::after {
  content: "";
  width: 135px;
  height: 1px;
  background-color: #f90e02;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#banner .more-btn {
  margin-top: 160px;
}
#banner .more-btn a {
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  padding: 10px 30px;
}
.i-about {
  background-color: #f2f2f2;
  padding: 90px 0 110px;
}
.i-about .left {
  max-width: 540px;
}
.i-about .left p {
  font-weight: 600;
  line-height: 2;
}
.i-about .left .more-btn {
  margin-top: 45px;
}
.i-about .left .more-btn a {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #ff0000;
}
.i-about .right {
  max-width: 730px;
  padding-right: 30px;
  line-height: 2;
}
.font-16 h1 {
    display: inline;
}
.ty-tit span {
  color: #ff0000;
}
.i-about .list {
  margin-top: 100px;
}
.i-about .list ul {
  margin: -14px;
}
.i-about .list ul li {
  width: 25%;
  padding: 14px;
}
.i-about .list .txtbox {
  padding: 70px 0 30px;
  background-color: #fff;
}
.i-about .list .txtbox .img {
  min-height: 90px;
  line-height: 90px;
}
.i-about .list .txtbox .img img {
  vertical-align: middle;
}
.i-about .list .txtbox .img img.two {
  display: none;
}
.i-about .list .txtbox .name {
  font-weight: 600;
}
.i-about .list .overbox {
  background-color: #ff0000;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  opacity: 0;
  transition: .3s ease;
  padding: 25px 20px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.i-about .list .overbox .over-name {
  font-weight: 600;
}
.i-about .list .content {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.i-about .list .content:hover .txtbox .name {
  opacity: 0;
}
.i-about .list .content:hover .txtbox .img img.one {
  display: none;
}
.i-about .list .content:hover .overbox {
  transform: scale(1);
  opacity: 1;
}
.i-about .list ul li:nth-child(1) .overbox {
  background-image: url(../images/about-icon1-c.png);
}
.i-about .list ul li:nth-child(2) .overbox {
  background-image: url(../images/about-icon2-c.png);
}
.i-about .list ul li:nth-child(3) .overbox {
  background-image: url(../images/about-icon3-c.png);
}
.i-about .list ul li:nth-child(4) .overbox {
  background-image: url(../images/about-icon4-c.png);
}
.poster {
  padding: 60px 0;
}
.poster .box {
  background: url(../images/poster-img.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 30px 25px 55px;
}
.poster .company-name {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  margin: 30px 0;
}
.poster .company-name span {
  display: block;
  line-height: 2;
}
.font-w-600 {
  font-weight: 600;
}
.our-product {
  padding: 40px 0 100px;
}
.our-product .nav-list {
  margin-top: 50px;
}
.our-product .nav-list ul {
  margin: 0 -30px;
}
.our-product .nav-list li {
  display: inline-block;
  padding: 0 30px;
}
.our-product .nav-list li a {
  border-bottom: 1px solid transparent;
}
.our-product .nav-list li.active a,
.our-product .nav-list li a:hover {
  border-color: #ff0000;
}
.our-product .list {
  margin-top: 70px;
}
.our-product .list ul {
  margin: 0 -24px;
}
.our-product .list ul li {
  width: 33.33%;
  padding: 0 24px;
}
.our-product .list .content .name {
  padding: 25px 0;
  line-height: 2;
}
.our-product .list .content .img {
  overflow: hidden;
  border: 3px solid #eeeeee;
  border-radius: 5px;
  transition: .5s ease;
}
.our-product .list .content:hover .img {
  border-color: #ff0000;
}
.our-product .list .content .img .buttons {
  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%);
}
.our-product .list .content .img .buttons > span {
  box-shadow: 0 0 10px 5px #ffffff;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0 1px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.our-product .list .content .img .buttons > span::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  z-index: -2;
}
.our-product .list .content .img .buttons > span img {
  vertical-align: middle;
  display: inline-block;
}
.our-product .list .content:hover .img .buttons > span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.i-advantage {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.i-advantage .list .content {
  padding-top: 90px;
}
.i-advantage .list .content h3 {
  font-size: 72px;
}
.i-advantage .list ul li {
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.i-advantage .list ul li:first-child {
  border: none;
}
.our-news .max-box {
  max-width: 1520px;
  width: 100%;
  margin-left: auto;
  display: flex;
  margin-top: 70px;
}
.our-news .max-box .left {
  flex: 1;
  max-width: 460px;
  font-size: 27px;
  padding: 80px 50px;
  background-color: #ff0000;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 2;
}
.our-news .max-box .left::after {
  content: url(../images/after-img.png);
  position: absolute;
  left: 0;
  top: 98%;
}
.our-news .max-box .right {
  flex: 1;
  background-color: #fff;
  color: #000;
  text-align: left;
  margin-left: 10px;
  border-radius: 5px 0 0 0;
}
.our-news .max-box .right .max-740 {
  max-width: 740px;
  padding: 90px 55px 0;
}
.our-news .max-box .right .tit {
  font-size: 27px;
  line-height: 2;
}
.our-news .max-box .right .link ul li {
  display: inline-block;
  margin-right: 15px;
  color: #b2b2b2;
}
.our-news .max-box .right .link ul li i {
  opacity: 0;
  margin-right: 15px;
}
.our-news .max-box .right .link ul li.active,
.our-news .max-box .right .link ul li a:hover {
  color: #ff0000;
}
.our-news .max-box .right .link ul li.active i,
.our-news .max-box .right .link ul li a:hover i {
  opacity: 1;
}
.txt-upp {
  text-transform: uppercase;
}
.our-news .news-list {
  padding: 70px 0 100px;
}
.our-news .news-list .box {
  padding: 0 85px;
}
.our-news .news-list ul {
  margin: -60px 0 0;
}
.our-news .news-list ul li {
  border-bottom: 1px solid #dddddd;
  padding: 60px 0;
}
.our-news .news-list .content {
  padding-left: 95px;
  position: relative;
}
.our-news .news-list .content .num {
  position: absolute;
  width: 95px;
  text-align: center;
  left: 0;
  top: 10px;
}
.our-news .news-list .content .num span {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: rgba(255, 0, 0, 0.4);
  display: inline-block;
  font-size: 18px;
  line-height: 52px;
  font-weight: 600;
  color: #ff0000;
}
.our-news .news-list .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-news .news-list .content .time {
  font-weight: 600;
  color: #ff0000;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .footer-top {
  padding: 100px 0 70px;
}
#footer .footer-top .top {
  max-width: 810px;
  margin: 0 auto;
}
#footer .footer-top .top .tit {
  font-size: 48px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 1px;
}
#footer .footer-top .top .form {
  margin-top: 40px;
}
#footer .footer-top .top .form ul li.one {
  width: 50%;
  margin-bottom: 14px;
}
#footer .footer-top .top .form ul li.text {
  padding-right: 8px;
}
#footer .footer-top .top .form ul li.email {
  padding-left: 8px;
}
#footer .footer-top .top .form input,
#footer .footer-top .top .form textarea {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  padding: 0 30px;
  border: none;
  color: black;
}
#footer .footer-top .top .form ul li.textarea {
  width: 80%;
}
#footer .footer-top .top .form ul li.send {
  width: 20%;
  display: inline-block;
  padding-left: 2px;
}
#footer .footer-top .top .form .send-btn a {
  display: block;
  background-image: url(../images/plane-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff0000;
  width: 100%;
  height: 65px;
}
#footer .footer-top .top .contact-box {
  max-width: 590px;
  margin: 80px auto 0;
}
#footer .footer-top .top .contact-box ul li {
  line-height: 2;
}
#footer .footer-top .top .contact-box ul li a:hover {
  color: #ff0000;
}
#footer .footer-top .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
#footer .footer-top .bottom .foot-nav ul li {
  display: inline-block;
  margin: 0 30px;
}
#footer .footer-top .bottom .foot-nav ul li:hover {
  color: #ff0000;
}
#footer .footer-top .bottom .other-link ul li {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-top .bottom .other-link ul li:hover {
  color: #ff0000;
}
#footer .footer-bottom {
  padding: 20px 0;
  opacity: .3;
}
@media screen and (max-width: 1310px) {
  .ui.container {
    width: 1200px;
  }
  .i-about .right {
    padding-right: 0;
    max-width: 600px;
  }
  #banner .more-btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #banner .content h2 {
    font-size: 50px;
  }
  #banner .content h2 small {
    font-size: 40px;
  }
  #banner .more-btn {
    margin-top: 30px;
  }
  .i-about .left {
    max-width: 400px;
  }
  .i-about .right {
    max-width: 550px;
  }
  .i-about .list ul li {
    width: 50%;
  }
  .our-product .list ul {
    margin: 0 -10px;
  }
  .our-product .list ul li {
    padding: 0 10px;
  }
  .our-news .max-box .left {
    font-size: 20px;
  }
  .our-news .max-box .right .tit {
    font-size: 20px;
  }
  .our-news .news-list .box {
    padding: 0;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
    line-height: 2;
  }
  #footer .footer-bottom .fl {
    white-space: normal;
    overflow: visible;
    width: 390px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content h2 small {
    font-size: 30px;
  }
  #banner .content h2 {
    font-size: 40px;
  }
  .i-about .left .more-btn {
    display: none;
  }
  .i-about .left {
    float: none;
    max-width: 100%;
  }
  .i-about .right {
    float: none;
    max-width: 100%;
    margin-top: 30px;
  }
  .i-about .list {
    margin-top: 30px;
  }
  .i-advantage .list ul li {
    width: 50%;
  }
  .i-advantage .list ul li:nth-child(3) {
    border: none;
  }
  .i-advantage .list .content {
    padding-top: 30px;
  }
  .i-advantage .list .content h3 {
    font-size: 50px;
  }
  .our-news .max-box .right .max-740 {
    padding: 50px 30px 0;
  }
  #footer .footer-top .bottom {
    display: block;
  }
  #footer .footer-top .bottom .foot-nav {
    margin: 30px 0;
    display: none;
  }
  #footer .footer-top .bottom .foot-nav ul li {
    margin: 0 15px;
  }
  .other-link, .jiuli, .hjiuli, .hyjl {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  .i-about .list {
    display: none;
  }
  .poster {
    display: none;
  }
  .i-advantage > .ui.container {
    display: none;
  }
  .our-news .max-box .left {
    display: none;
  }
  .our-news .max-box .right {
    margin-left: 0;
    border-radius: unset;
  }
  .our-news .max-box {
    margin-top: 0;
  }
  #banner .content h2 {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  #banner .content h2 small {
    font-size: 25px;
  }
  #banner .content h2 small::after {
    display: none;
  }
  .i-about {
    padding: 60px 0;
  }
  .our-product {
    padding: 60px 0;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-product .nav-list li {
    padding: 0 20px;
  }
  .our-news .news-list .content .num {
    display: none;
  }
  .our-news .news-list .content {
    padding-left: 0;
  }
  #footer .footer-top .top .tit {
    font-size: 25px;
  }
  #footer .footer-top .top .form ul li.one {
    width: 100%;
  }
  #footer .footer-top .top .form ul li.text {
    padding-right: 0;
  }
  #footer .footer-top .top .form ul li.email {
    padding-left: 0;
  }
  #footer .footer-top .top .form input,
  #footer .footer-top .top .form textarea {
    font-size: 14px;
  }
  .our-news .news-list .content .top {
    display: block;
  }
  .our-news .news-list .content .top .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .font-18 {
    font-size: 14px;
  }
  #banner .more-btn {
    margin-top: 10px;
  }
  #banner .content h2 {
    font-size: 20px;
  }
  #banner .content h2 small {
    font-size: 16px;
  }
  #banner .more-btn a {
    padding: 5px 15px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-36 {
    font-size: 25px;
  }
  #footer .footer-top .top .tit {
    display: none;
  }
  #footer .footer-top .top .form {
    display: none;
  }
  #footer .footer-top .top .contact-box {
    margin-top: 0;
  }
  .font-14 {
    font-size: 14px;
  }
  .our-news .max-box .right .max-740 {
    padding: 0 15px;
  }
  .font-24 {
    font-size: 18px;
  }
  #banner .content {
    text-align: center;
  }
  #banner .content h2 span {
    display: inline-block;
  }
}







/* 内页样式 */
body .grid-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin-left: 2em;
  margin-right: 2em;
  pointer-events: none;
  margin-left: 10vw;
  margin-right: 1.25vw;
}

body .grid-container .grid-columns {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
}

body .grid-container .grid-columns .column {
  width: 11.11111%;
  height: 100%;
  display: inline-block;
  position: relative;
}

body .grid-container .grid-columns .column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c4c4c4;
  opacity: .2;
}

.inner-banner img {
  width: 100%;
}

.inner-page.about-page .abt-1 .title {
  max-width: 830px;
  margin: 4rem auto;
  text-align: center;
}

.inner-page.about-page .abt-1 .title h3 {
  font-size: 1.9rem;
  letter-spacing: 1.3px;
  line-height: 2;
  color: #404040;
}

.inner-page.about-page .abt-1 .title p {
  color: #616161;
  font-size: 18px;
  line-height: 2;
  max-width: 850px;
  margin: auto;
}
.jlcab {
  color: #616161;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
  margin: auto;
}

.inner-page.about-page .abt-1 ul {
  font-size: 0;
}

.inner-page.about-page .abt-1 ul li {
  display: inline-block;
  width: 33.333%;
  padding: 0 2rem;
  margin-bottom: 1rem;
}

.inner-page.about-page .abt-1 ul li .ig {
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.5rem;
}

.inner-page.about-page .abt-1 ul li .ig h5 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #ff4015;
  text-transform: uppercase;
  padding: 1rem 0;
}

.inner-page.about-page .abt-1 ul li .ig h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
}

.inner-page.about-page .abt-1 ul li .ig p {
  font-size: 16px;
  color: #616161;
  padding-bottom: 1.7rem;
}

.inner-page.about-page .abt-1 ul li .ig .more {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-page.about-page .abt-1 ul li .ig .more a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  max-width: 185px;
  color: #2d2d2d;
  transition: .5s;
}

.inner-page.about-page .abt-1 ul li .ig .more a i {
  position: relative;
  left: 0;
  color: #ff4015;
  transition: .5s;
}

.inner-page.about-page .abt-1 ul li .ig .more a:hover {
  color: #ff4015;
}

.inner-page.about-page .abt-1 ul li .ig .more a:hover i {
  left: 5px;
}

.inner-page.about-page .abt-2 .title {
  text-align: center;
  margin: 4rem auto;
}

.inner-page.about-page .abt-2 .title span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #ff4015;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.inner-page.about-page .abt-2 .title h3 {
  font-size: 1.9rem;
  letter-spacing: 1.3px;
  line-height: 2.7rem;
  color: #404040;
  max-width: 500px;
  margin: auto;
}

.inner-page.about-page .abt-2 .title p {
  color: #616161;
  font-size: 18px;
  line-height: 2;
  max-width: 450px;
  margin: auto;
}

.inner-page.about-page .abt-2 .box .img img {
  width: 100%;
}

.inner-page.about-page .abt-2 .box .process {
  width: 59.5%;
  margin: auto;
  padding: 2rem 0;
}

.inner-page.about-page .abt-2 .box .process .left {
  position: relative;
  left: -50%;
}

.inner-page.about-page .abt-2 .box .process .right {
  position: relative;
  left: 50%;
}

.inner-page.about-page .abt-2 .box .link {
  margin-bottom: 2.5rem;
}

.inner-page.about-page .abt-2 .box .link p {
  color: #969696;
  opacity: .5;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-page.about-page .abt-2 .box .link a {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  transition: .5s;
}

.inner-page.about-page .abt-2 .box .link a i {
  position: relative;
  left: 0;
  color: #ff4015;
  transition: .5s;
}

.inner-page.about-page .abt-2 .box .link a:hover {
  color: #ff4015;
}

.inner-page.about-page .abt-2 .box .link a:hover i {
  left: 5px;
}

.inner-page.about-page .abt-2 .box .order h4 {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 26px;
}

.inner-page.about-page .abt-2 .box .order h4 span {
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(45, 45, 45, 0.15);
  background-color: #fff;
  border: 3.5px solid #ff4015;
  font-size: 17px;
  line-height: 21px;
  height: 42px;
  width: 42px;
  position: absolute;
  text-align: center;
  left: 0;
  color: #ff4015;
  -webkit-transform: translateX(-150%) translateY(-25%);
  transform: translateX(-150%) translateY(-25%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.inner-page.about-page .abt-2 .box .order p.body {
  font-size: 16px;
  margin: 1em 0 1.5em;
  color: #616161;
  line-height: 2;
}

.inner-page.about-page .abt-2 .box .order .tags p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #ff4015;
  text-transform: uppercase;
  margin: 14px 0 1rem;
}

.inner-page.about-page .abt-2 .box ul li .grid .left {
  width: 50%;
  padding: 5em 5em 5em 13vw;
  margin: 0;
}

.inner-page.about-page .abt-2 .box ul li .grid .left .link {
  margin-top: 2rem;
}

.inner-page.about-page .abt-2 .box ul li:nth-child(even) .grid .left {
  position: relative;
  left: 50%;
}

.inner-page.about-page .abt-2 .box ul li:nth-child(even) .grid .right {
  position: relative;
  left: -50%;
}

.inner-page.contact-page .contact-1 {
  background-color: #F5F5F5;
  padding: 2.5rem 0;
}

.inner-page.contact-page .contact-1 .ui.container {
  max-width: 1490px;
}

.inner-page.contact-page .contact-1 .contact-title {
  padding-bottom: 1rem;
}

.inner-page.contact-page .contact-1 .contact-title h3.tit {
  text-transform: uppercase;
  font-size: 14px;
  color: #ff4015;
  letter-spacing: 1px;
}

.inner-page.contact-page .contact-1 .contact-title h2 {
  font-size: 1.9rem;
  letter-spacing: .75px;
  line-height: 50px;
  text-transform: uppercase;
  color: #404040;
}

.inner-page.contact-page .contact-1 .contact-title p {
  font-size: 18px;
  line-height: 2;
  max-width: 75%;
  color: #616161;
}

.inner-page.contact-page .contact-1 .grid .left {
  vertical-align: top;
  padding-left: 2rem;
}

.inner-page.contact-page .contact-1 .grid .left {
  padding-left: 3rem;
}

.inner-page.contact-page .contact-1 .grid .left p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
}

.inner-page.contact-page .contact-1 .grid .left ul {
  margin-top: -1rem;
}
.inner-page.contact-page .contact-1 .grid .left ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-end;
}

.inner-page.contact-page .contact-1 .grid .left ul li:not(:first-child){
  padding-top: 55px;
}

.inner-page.contact-page .contact-1 .grid .left ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}

.inner-page.contact-page .contact-1 .grid .left ul li p {
  font-size: 16px;
  color: #122a88;
  font-family: 'poppins-regular';
  line-height: 2;
}
h1.hjiuli {
    font-size: 24px;
    color: #ff0000;
    font-weight: 900;
}
.hyjl {
    font-size: 16px;
    line-height: 2;
    margin: 15px;
}
.inner-page.contact-page .contact-1 .grid .right {
  vertical-align: top;
}

.layer-form .form-list {
  width: 100%;
}

.layer-form form {
  padding: 2rem 2.5rem;
}

.layer-form .form-list,
.inner-page.contact-page .contact-1 .grid .right .form .form-list {
  width: 100%;
  padding-bottom: 1.5rem;
}

.layer-form .form-list input,
.inner-page.contact-page .contact-1 .grid .right .form .form-list input {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  border: none;
  background-color: #fff;
  line-height: 46px;
  padding: 0 1rem;
}

.layer-form .form-list textarea,
.inner-page.contact-page .contact-1 .grid .right .form .form-list textarea {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  border: none;
  background-color: #fff;
  height: 100px;
  padding: 1rem;
}

.layer-form .form-list input[type="checkbox"],
.inner-page.contact-page .contact-1 .grid .right .form .form-list input[type="checkbox"] {
  width: auto;
}

.layer-form .form-list span,
.inner-page.contact-page .contact-1 .grid .right .form .form-list span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
}

.layer-form .form-list select,
.inner-page.contact-page .contact-1 .grid .right .form .form-list select {
  display: inline-block;
  border: none;
  width: 12rem;
  padding: 10px;
}

.layer-form .form-list input[type="submit"],
.inner-page.contact-page .contact-1 .grid .right .form .form-list input[type="submit"] {
  width: auto;
  color: #fff;
  background-color: #ff4015;
  border: 1px solid #ff4015;
  line-height: 44px;
  padding: 0 6rem;
  transition: .5s;
}

.layer-form .form-list input[type="submit"]:hover,
.inner-page.contact-page .contact-1 .grid .right .form .form-list input[type="submit"]:hover {
  color: #ff4015;
  background-color: #fff;
}

.inner-page.contact-page .contact-1 .grid .right .form .form-list p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-top: 15px;
}

.inner-page.contact-page .contact-1 .grid .right .form .form-list p span {
  color: #ff0000;
  font-weight: 400;
}

.layer-form .form-list input,
.layer-form .form-list select,
.layer-form .form-list textarea {
  background-color: #eaeaea;
}

.layer-form .form-list input[type="submit"] {
  display: block;
  margin: auto;
}

.layer-form .form-list.size {
  background-color: #eaeaea;
  padding: 0 15px;
  margin-bottom: 1.5rem;
}

.inner-page.contact-page .contact-2 ul {
  font-size: 0;
  text-align: center;
}

.inner-page.contact-page .contact-2 ul li {
  display: inline-block;
  width: 25%;
  text-align: left;
  padding: 2.5rem 2rem;
}

.inner-page.contact-page .contact-2 ul li .ig h3 {
  font-size: 1.9rem;
  line-height: 1.42;
  text-transform: uppercase;
  color: #2d2d2d;
}

.inner-page.contact-page .contact-2 ul li .ig p {
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 24px;
  color: #616161;
  margin-top: 1.3rem;
  cursor: pointer;
}

.inner-page.contact-page .contact-2 ul li .ig p:hover {
  opacity: 0.7;
}

.inner-page.contact-page .contact-2 ul li .ig a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 1.3rem 0;
}

.inner-page.contact-page .contact-2 ul li .ig a:hover {
  color: #ff4015;
}

.inner-page.contact-page .contact-2 ul li .ig a.email {
  font-size: 14px;
  color: #ff4015;
}

.inner-page.solution-page .title {
  text-align: center;
  max-width: 530px;
  margin: 4rem auto;
}

.inner-page.solution-page .title h3 {
  font-size: 1.9rem;
  line-height: 1.42;
  color: #404040;
}

.inner-page.solution-page .title p {
  color: #616161;
  font-size: 18px;
  line-height: 24px;
}

.inner-page.solution-page ul li {
  position: relative;
  margin-bottom: 24px;
}

.inner-page.solution-page ul li .ig .right {
  text-align: center;
}

.inner-page.solution-page ul li .ig .right .text {
  display: inline-block;
  width: 60%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 4rem;
}

.inner-page.solution-page ul li .ig .right .text .img img {
  max-width: 280px;
}

.inner-page.solution-page ul li .ig .right .text a.btn {
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff4015;
  padding: 5px 10px;
  margin: 1rem 0 1.8rem;
  transition: .5s;
}

.inner-page.solution-page ul li .ig .right .text a.btn:hover {
  color: #ff4015;
  border-color: #ff4015;
  background-color: #fff;
}

.inner-page.solution-page ul li .ig .right .text h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #404040;
}

.inner-page.solution-page ul li .ig .right .text p {
  font-size: 16px;
  color: #616161;
  margin: 1.3rem 0;
}

.inner-page.solution-page ul li .ig .right .text .more a {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  transition: .5s;
}

.inner-page.solution-page ul li .ig .right .text .more a i {
  position: relative;
  left: 0;
  color: #ff4015;
  transition: .5s;
}

.inner-page.solution-page ul li .ig .right .text .more a:hover {
  color: #ff4015;
}

.inner-page.solution-page ul li .ig .right .text .more a:hover i {
  left: 5px;
}

.inner-page.solution-page ul li::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #ff4015;
}

.inner-page.solution-page ul li:nth-child(odd) .grid .left {
  position: relative;
  left: 50%;
}

.inner-page.solution-page ul li:nth-child(odd) .grid .right {
  position: relative;
  left: -50%;
}

@media screen and (max-width: 1600px) {
  .inner-page.solution-page ul li .ig .right .text {
    width: 70%;
  }
}

@media screen and (max-width: 1300px) {
  .inner-page.about-page .abt-1 ul {
    text-align: center;
  }

  .inner-page.about-page .abt-1 ul li {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 2rem;
  }

  .inner-page.about-page .abt-1 ul li .ig .more {
    height: auto;
  }

  .inner-page.about-page .abt-2 .box .process {
    width: 100%;
    padding: 5em 5em 5em 13vw;
  }

  .inner-page.about-page .abt-2 .box .process .left,
  .inner-page.about-page .abt-2 .box .process .right {
    left: 0;
    width: 100%;
  }

  .inner-page.about-page .abt-2 .box .process .left {
    padding-top: 1rem;
  }

  .inner-page.about-page .abt-2 .box .link {
    margin-bottom: 1rem;
  }

  .inner-page.about-page .abt-2 .box ul li:nth-child(even) .grid .left,
  .inner-page.about-page .abt-2 .box ul li .grid .left {
    width: 100%;
    left: 0;
  }

  .inner-page.about-page .abt-2 .box ul li:nth-child(even) .grid .right,
  .inner-page.about-page .abt-2 .box ul li .grid .right {
    width: 100%;
    left: 0;
  }

  .inner-page.contact-page .contact-2 ul li {
    width: 30%;
  }

  .inner-page.solution-page ul li .ig .right .text {
    width: 80%;
    padding: 2rem;
  }
}


@media screen and (max-width: 992px) {
  .inner-page.contact-page .contact-1 .grid .left {
    width: 100%;
    padding-left: 0;
  }

  .inner-page.contact-page .contact-1 .grid .right {
    width: 100%;
  }

  .inner-page.contact-page .contact-2 ul li {
    width: 100%;
  }

  .inner-page.solution-page ul li:nth-child(odd) .grid .left,
  .inner-page.solution-page ul li:nth-child(odd) .grid .right {
    left: 0;
  }

  .inner-page.solution-page ul li .ig .left {
    width: 100%;
  }

  .inner-page.solution-page ul li .ig .right {
    width: 100%;
    transform: translateY(-50%);
  }
}

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

  .inner-page.about-page .abt-1 .title p,
  .inner-page.about-page .abt-2 .title p {
    font-size: 14px;
  }

  .inner-page.about-page .abt-1 ul li {
    padding: 2rem 1rem;
  }

  .inner-page.about-page .abt-1 ul li .ig {
    padding: 2rem 1rem;
  }

  .inner-page.about-page .abt-1 ul li .ig p {
    font-size: 14px;
  }

  .inner-page.about-page .abt-2 .box .process,
  .inner-page.about-page .abt-2 .box ul li .grid .left {
    padding-left: 70px;
    padding-right: 1rem;
  }

  .inner-page.about-page .abt-2 .box .order p.body {
    font-size: 14px;
  }

  .inner-page.solution-page ul li .ig .right {
    transform: translateY(-25%);
  }

  .inner-page.solution-page ul li .ig .right .text {
    width: 95%;
  }

  .inner-page.solution-page ul li .ig .right .text h4 {
    font-size: 16px;
  }

  .inner-page.solution-page ul li .ig .right .text p {
    font-size: 14px;
  }
}

.map {
  position: relative;
}


/* #1内页区域 */
.inner-page .grid-box {
  margin: 0 -15px;
}

.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column {
  padding: 0 15px;
}

.i-product {
  padding: 132px 0 166px;
}

.i-product .i-tit {
  color: #1b1b1b;
}

.i-product .pro-list {
  margin-top: 69px;
}

.i-product .pro-list>.column {
  margin-bottom: 19px;
}

.i-product .pro-list .column .img-box {
  text-align: center;
}

.i-product .pro-list .column .img-box img {
  max-height: 330px;
}

.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}

.i-product .pro-list .con-box a:hover {
  color: #f90e02 !important;
}

.i-product .pro-list .con-box .inner-box {
  text-align: center;
  padding: 10px;
}

.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
  height: 190px;
}

.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}

.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}

.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}

.i-whyUs {
  text-align: center;
}

.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8% !important;
}

.i-whyUs .why-list>.column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.i-whyUs .why-list>.column .icon,
.i-whyUs .why-list>.column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}

.i-whyUs .why-list>.column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}

.i-whyUs .why-list>.column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}

.i-whyUs .why-list>.column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}

.i-whyUs .why-list>.column:hover .icon {
  color: #f90e02;
  border-color: #f90e02;
}

.i-whyUs .why-list>.column:hover .tit {
  color: #f90e02;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }

  .f-bot a {
    display: block;
    line-height: 2em;
  }
}

.inner-banner {
  position: relative;
}

.inner-banner img {
  /*max-height: 348px;*/
  min-height: 200px;
  object-fit: cover;
}

.inner-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-left: -58px;
}

.inner-banner .text h2 {
  font-size: 2rem;
  color: #fff;
}

.inner-banner .text p {
  font-size: 0.8rem;
  color: #fff;
}

.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}

.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}

.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #333333;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}

.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}

.inner-page .sideBar .side-menu .nowCat {
  background: #333333 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}

.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #333333;
  left: 0;
  top: 100%;
}

.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}

.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}

.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}

.inner-page .inner-main-tit .nowTit {
  font-size: 20px;
  text-transform: capitalize;
}

.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}

.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}

.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}

.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}

.about-page .a-factory .swiper-slide img {
  width: 100%;
}

.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}

.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}

.about-page .a-whyUs .why-list {
  padding: 0 !important;
}

.product-page .i-product {
  padding: 11px 0 88px;
}

.m-page {
  text-align: center;
  /*padding: 45px 0;*/
  font-size: 14px;
}

.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}

.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}

.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}

.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #f90e02;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  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%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  line-height: 1.8;
  font-size: 16px;
  padding-left: 5%;
  width: 60%;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 2;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #f90e02;
  color: #fff;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #f90e02;
  color: white;
  text-align: center;
  border-radius: 5px;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}

.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}

.prodet-page .prodet-det-two .det img {
  display: block;
  margin: auto;
}

.prodet-page .recommand-product {
  padding: 31px 0 133px;
}

.prodet-page .recommand-product .i-product {
  padding: 0;
}

.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}

.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}

.prodetFeedback .ptForm {
  margin-top: 50px;
}

.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}

.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}

.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}

.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}

.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}

.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #f90e02;
}

.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}

.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}

.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #f90e02;
}

.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #f90e02 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}

.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}

.news-page .new-list {
  padding-top: 78px !important;
}

.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}

.news-page .new-list li:last-child {
  margin-bottom: 0;
}

.news-page .new-list li .new-pic {
  width: 30%;
}

.news-page .new-list li .new-con {
  width: 70%;
}

.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}

.news-page .new-list li .new-con .tit a:hover {
  color: #f90e02;
}

.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 35px;
}

.news-page .new-list li .new-con .abst a {
  color: #f90e02;
}

.news-page .new-list li .new-con .date span {
  color: #777777;
  font-size: 14px;
    line-height: 2;
}

.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}

.news-page .new-list li:last-child {
  margin-bottom: 50px;
}

.newdet-page .news {
  padding: 50px 0 60px !important;
  color: #777777;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}

.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}

.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 2;
}

.newdet-page .news .news_abst p {
  display: inline-block;
}

.newdet-page .news .news_contents {
  color: #555;
  line-height: 2;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
  font-size: 16px;
}

.newdet-page .news .news_contents.page {
  border-bottom: none;
}

.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 2;
  clear: both;
}

.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}

.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 2;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}

.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}

.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.newdet-page .news-fac ul li {
  display: inline-block;
}

.contact-page {
  padding-top: 0;
}

.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}

.contact-page .c-list-box .contactList {
  position: relative;
}

.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}

.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}

.contact-page .c-list-box .contactList .info i {
  width: 10px;
}

.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}

.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px !important;
  font-size: 18px;
}

.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}

.faq-page .faq-list {
  padding: 20px 0 40px;
}

.faq-page .faq-list h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 10px;
}

.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}

.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #f90e02;
  color: #fff;
}

.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}

.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 2;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

:-moz-placeholder {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

:-ms-input-placeholder {
  color: #777;
}

@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }

  .inner-banner {
    height: 150px;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100% !important;
    padding-left: 15px !important;
  }

  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }

  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}

.button-group .button {
  background: #f90e02 !important;
}

@media screen and (max-width: 1200px) {
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }

  .about-page .a-whyUs {
    padding: 50px 0;
  }

  .i-whyUs .why-list {
    margin-top: 20px;
  }

  .about-page .a-tit {
    font-size: 24px;
  }

  .i-whyUs .why-list>.column .tit {
    font-size: 16px;
  }

  .about-page .a-txt p {
    font-size: 14px;
  }

  .i-whyUs .why-list>.column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }

  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }

  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }

  .faq-page .faq-list dt {
    font-size: 16px;
  }

  .grid-box {
    margin: 0 -5px;
  }

  .grid-box>.column,
  .grid-box .swiper-slide.column {
    padding: 0 5px;
  }

  .i-product .pro-list {
    margin-top: 20px;
  }

  .product-page .i-product {
    padding: 20px 0;
  }

  .m-page {
    padding: 20px 0;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,
  .prodet-page .prodetTit,
  .contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }

  .prodetFeedback .innerTit {
    font-size: 28px;
  }

  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }

  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }

  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }

  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }

  .news-page .new-list {
    padding-top: 20px !important;
  }

  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}

@media screen and (max-width: 1000px) {
  .inner-page .inner-main-tit .nowTit{
    display: none;
  }

  .bread-crumbs{
    margin-top: 0;
  }

  .inner-page.contact-page .contact-1 .grid .left ul li.ewm{
    display: none;
  }

  .grid-box.four>.column {
    width: 33.3333%;
  }

  .grid-box.five>.column {
    width: 25%;
  }

  .inner-page .sideBar .side-menu {
    display: none;
  }

  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }

  .bread-crumbs {
    font-size: 14px;
    white-space: normal;
    line-height: 2;
    width: 390px;
  }

  .inner-page .sideBar {
    padding: 10px 0;
  }

  .about-page .inner-main-box {
    padding: 50px 0;
  }

  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }

  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }

  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }

  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }

  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }

  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }

  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }

  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
  }

  .newdet-page .news .news_contents p,
  .newdet-page .news .news_contents div,
  .newdet-page .news .news_contents span,
  .newdet-page .news .news_contents table {
    font-size: 14px;
  }

  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }

  .newdet-page .news {
    padding: 40px 0 !important;
  }

  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,
  .prodet-page .prodetTit,
  .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }

  .prodetFeedback .innerTit {
    font-size: 20px;
  }

  .prodetFeedback .ptForm label {
    font-size: 14px;
  }

  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }

  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 700px) {
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }

  .about-page .a-tit {
    font-size: 18px;
  }

  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }

  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 50%;
  }

  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
    line-height: 2;
  }

  .faq-page .faq-list dt i {
    top: 12px;
  }

  .faq-page .faq-list {
    padding: 20px 0;
  }

  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }

  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
    height: 100%;
  }

  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }

  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con {
    width: 100%;
  }

  .news-page .new-list li .new-con {
    padding-top: 10px;
  }

  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
    line-height: 2;
  }

  .news-page .new-list li .new-con .abst {
    line-height: 2;
    margin: 10px 0;
  }

  .newdet-page .news .news_title h1 {
    font-size: 16px;
    line-height: 2;
  }

  .newdet-page .news .news_contents p,
  .newdet-page .news .news_contents div,
  .newdet-page .news .news_contents span,
  .newdet-page .news .news_contents table {
    font-size: 14px;
    line-height: 2;
  }

  .newdet-page .news .news_next a {
    font-size: 14px;
  }

  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }

  .contact-page .c-list-box {
    padding: 40px 0;
  }

  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }

  .button-group .button:nth-child(2) {
    display: none !important;
  }

  #mapContainer {
    height: 250px !important;
  }

  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}

.amap-logo {
  z-index: 1;
}

/* 关于-厂房设备 */

.culture-page .culture-7 h3.tit {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.culture-page .culture-7 {
  padding: 3rem 0 6rem;
  background: url("../images/culture-7-bg.jpg") center center;
}

.culture-page .culture-7 .box {
  margin: 2rem 0 1.25rem;
  overflow: hidden;
  position: relative;
}

.culture-page .culture-7 .box ul {
  margin: -2px;
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.culture-page .culture-7 .box ul li {
  max-width: 400px;
  padding: 2px;
}

.culture-page .culture-7 .box ul li dl {
  margin: -2px;
  white-space: normal;
}

.culture-page .culture-7 .box ul li dl dd {
  padding: 2px;
}

.culture-page .culture-7 .box ul li dl dd a {
  display: block;
}

.culture-page .culture-7 .box ul li dl dd a img {
  width: 100%;
}

.culture-page .culture-7 .box ul li dl dd a h5 {
  line-height: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}

.culture-page .culture-7 .box ul li:nth-child(even) dl dd:first-child {
  width: 100%;
}

.culture-page .culture-7 .box ul li:nth-child(odd) dl dd:last-child {
  width: 100%;
}

.culture-page .culture-7 .scroll {
  position: relative;
  display: block;
  width: 100%;
}

.culture-page .culture-7 .scroll:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.culture-page .culture-7 .scroll .scroll-bar {
  width: 15%;
  height: 10px;
  border-radius: 5px;
  display: block;
  position: relative;
  left: 0;
  background: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.supplier-platform {
  background: #f3f4f4;
}

.supplier-platform-1 {
  padding: 50px 0;
}

.supplier-platform-1 li {
  padding: 0 25px;
  position: relative;
}

.supplier-platform-1 ul {
  margin: 0 -25px;
  text-align: center;
}

.supplier-platform-1 li h4 {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
  text-transform: uppercase;
}

.supplier-platform-1 li:after {
  content: '';
  height: 10px;
  width: 49px;
  background: url('../images/icon-supplier-jt.png') no-repeat center center;
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: -5px;
  margin-right: -25px;
}

.supplier-platform-1 li:last-child:after {
  display: none;
}

.supplier-platform-2 {
  padding: 50px 0 80px;
  text-align: center;
  background: url('../images/supplier-1.jpg') center center;
}

.supplier-platform-2 h3 {
  font-size: 18px;
  color: #5c5959;
  font-weight: bold;
  text-transform: uppercase;
}

.supplier-platform-2 .form {
  text-align: left;
  max-width: 850px;
  display: block;
  margin: 20px auto 0;
}

/* 关于-厂房设备End */


.inner-page.about-page .abt-2 .play {
  width: 60px;
  height: 60px;
  line-height: 60px;
  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;
}
.inner-page.about-page .abt-2 .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
  font-size: 24px;
}
.inner-page.about-page .abt-2 .play:after,
.inner-page.about-page .abt-2 .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;
}
.inner-page.about-page .abt-2 .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;
  }
}