body {
  font-family:"Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'Swiss721BT-BlackCondensed';
  display: inline-block;
  vertical-align: middle;
}
.hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.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: 12px;
  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 {
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#header .h-top .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .flex .left ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  color: white;
}
#header .h-top .flex .right {
  padding: 0 15px;
}
#header .h-top .flex .right img {
  vertical-align: middle;
}
#header .h-top .flex .right > ul > li {
  display: inline-block;
  color: white;
  position: relative;
}
#header .h-top .flex .right > ul > li:not(:last-child) {
  margin-right: 15px;
}
#header .h-top .flex .right > ul > li ul {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
#header .h-top .flex .right > ul > li ul li {
  background-color: white;
  color: black;
}
#header .h-top .flex .right > ul > li ul li:hover {
  background-color: black;
  color: white;
}
#header .h-top .flex .right > ul > li ul li a {
  display: block;
  padding: 5px;
}
#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 30px;
  font-size: 22px;
  font-family: 'Swiss721BT-BlackCondensed';
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a{
  color: #e19322;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  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 li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li: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: 30px;
  margin-right: 30px;
  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;
}
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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li 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%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner li {
  position: relative;
  height: 100vh;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 26, 26, 0.7);
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  max-width: 900px;
  margin: auto;
  color: #FFFFFF;
  font-size: 120px;
  font-family: 'Swiss721BT-BlackCondensed';
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#banner h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 30%;
  display: block;
  width: 270px;
  height: 10px;
  background: #e19322;
  opacity: .6;
}
#banner p {
  line-height: 2;
  color: #FFFFFF;
  max-width: 600px;
  margin: auto;
}
.more_btn a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #e19322;
  color: #FFFFFF;
  transition: .5s ease;
}
.more_btn a:hover{
  background: black;
}
.functional {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin: -75px 0 120px auto;
  max-width: 100%;
  width: 1680px;
  padding-left: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.functional .slideButton {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 10;
}
.functional .slideButton span {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.functional .slideButton span img {
  vertical-align: middle;
}
.functional .functional-title {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.functional .functional-title header {
  background-color: #e19322;
}
.functional .functional-title .panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #212026;
}
.functional header {
  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;
  height: 75px;
  padding: 0 30px;
}
.functional header span {
  position: relative;
}
.functional header span::after {
  content: '\20';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
}
.functional header img {
  display: block;
  margin: auto;
  margin-right: 0;
}
.functional .panel {
  position: relative;
  overflow: hidden;
}
.functional .panel img{
  background: #eee;
}
.functional .panel img.active{
  background: #dddddd;
}
.functional .list {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.functional .list li {
  -webkit-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
}
.functional .mml-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  border-bottom: 6px solid #e19322;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
  opacity: 0;
}
.functional .hline {
  width: 64px;
  margin: 40px 0;
  border-top: 1px solid #fff;
}
/*.functional li:hover {
  background-color: #0a0a0c;
}*/
.functional li:hover .mml-text {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.functional li:hover span:after {
  width: 100%;
}
h2.home-tit {
  font-size: 40px;
  font-family: 'Swiss721BT-BlackCondensed';
}
.our-about {
  background-color: #1c1f24;
  color: #FFFFFF;
}
.our-about .grid-box {
  margin: -15px;
}
.our-about .column {
  vertical-align: middle;
  padding: 15px;
}
.our-about h1 {
  font-size: 73px;
  line-height: 1.2;
  font-family: "Swiss721BT-BlackCondensed";
  position: relative;
}
.our-about h1 span {
  position: absolute;
  z-index: 1;
  left: -75px;
  top: -27px;
  overflow: hidden;
  width: 116px;
  height: 116px;
  border-radius: 100%;
  background-color: #ff9f19;
}
.our-about h1 i {
  position: absolute;
  z-index: 1;
  right: -34px;
  bottom: 1px;
  color: #292b37;
  overflow: hidden;
}
.our-about .left {
  width: 50%;
  z-index: 10;
}
.our-about .right {
  width: 50%;
}
.our-about .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .list ul li {
  text-align: center;
}
.our-about .list h2 {
  color: #e19322;
  font-size: 60px;
  line-height: 1;
  font-family: 'BebasNeue';
}
.our-about .list h2 small {
  font-size: 24px;
}
.our-about .list .line {
  width: 66px;
  height: 2px;
  background-color: #e19322;
  margin: auto;
}
.i-product {
  padding: 70px 0 100px;
}
.i-product h2 {
  font-size: 60px;
  font-family: 'Swiss721BT-BlackCondensed';
  text-transform: uppercase;
}
.i-product h2::after {
  content: "";
  display: block;
  width: 210px;
  height: 4px;
  background-color: #e19322;
  margin: auto;
}
.i-product .product-list {
  margin-top: 50px;
}
.i-product .product-list ul {
  margin: -10px;
}
.i-product .product-list ul li {
  padding: 10px;
}
.i-product .product-list ul li .img-box {
  position: relative;
  background: #ccc;
}
.i-product .product-list ul li .img-box .layer {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  background: #e19322;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.i-product .product-list ul li .img-box .layer p {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.i-product .product-list ul li .img-box:hover .layer {
  bottom: 0;
}
.i-application {
  background: url(../images/app_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 140px;
  position: relative;
}
.i-application h2 {
  font-size: 34px;
  font-family: 'Swiss721BT-BlackCondensed';
}
.i-application .i-app-tit {
  position: absolute;
  width: 39%;
  left: 0;
  top: -40px;
  z-index: 3;
}
.i-application .i-app-tit .text {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 20%;
  color: #fff;
}
.i-application .i-app-tit .text .arrow {
  cursor: pointer;
  margin-top: 30px;
  padding-right: 20px;
}
.i-application .i-app-tit .text .arrow .left {
  margin-right: 10px;
}
.i-application .i-app-tit .text p {
  text-align: left;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.i-application .application-list {
  padding-left: 35%;
  position: relative;
  z-index: 2;
}
.i-application .application-list ul li {
  padding: 0 38px;
  height: auto;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.i-application .application-list ul li .hover-img {
  height: 100%;
  position: relative;
  z-index: 2;
}
.i-application .application-list ul li .hover-img .img-box {
  position: relative;
  z-index: 2;
}
.i-application .application-list ul li .hover-img .img-box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.i-application .application-list ul li:hover .hover-img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: gray;
  filter: gray;
}
.i-advantage {
  background: url(/zjjwforging/2022/05/11/200.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 130px;
}
.i-advantage .waji{
  transition: .5s ease;
}
.i-advantage .waji:hover{
  transform: translateY(-10px);
}
.i-advantage .box {
  margin: -30px;
}
.i-advantage .item {
  width: 33.33%;
  padding: 30px;
}
.i-advantage .item li:first-child {
  margin-bottom: 80px;
}
.i-advantage .item li:hover {
  color: #e19322;
}
.i-advantage .item li:hover h4 i img {
  opacity: 0;
}
.i-advantage .item li:hover h4 i .img2 {
  opacity: 1;
}
.i-advantage h4 {
  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;
  font-size: 22px;
  font-family: "arial";
  font-weight: bold;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
}
.i-advantage h4 i {
  margin-right: 20px;
  position: relative;
}
.i-advantage h4 i img {
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
}
.i-advantage h4 i .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.i-advantage p {
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
}
.our-news {
  padding: 80px 0;
}
.our-news h2 {
  font-size: 66px;
  font-family: 'Swiss721BT-BlackCondensed';
}
.our-news h2::after {
  content: "";
  display: block;
  width: 390px;
  height: 15px;
  background: #e19322;
  margin: auto;
  margin-top: -35px;
}
.our-news time {
  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: #e19322;
}
.our-news time img {
  margin-right: 5px;
}
.our-news .content {
  padding: 10px;
  -webkit-box-shadow: 10px 10px 10px #dcdcdc;
  box-shadow: 10px 10px 10px #dcdcdc;
}
.our-news .mml-text {
  border: 1px solid #cccccc;
}
.our-news ul {
  margin: -12px;
}
.our-news ul li {
  padding: 12px;
}
.address_box {
  margin-bottom: -70px;
}
.address_box ul {
  position: relative;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.1);
}
.address_box ul li {
  width: 33.33%;
  padding: 20px 30px 0;
  text-align: center;
  min-height: 140px;
}
.address_box ul li:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.address_box .mml-text {
  margin: auto;
  padding-left: 100px;
  position: relative;
  display: inline-block;
  text-align: left;
  min-width: 330px;
}
.address_box .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.address_box .mml-text h4 {
  font-size: 26px;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  margin-bottom: 5px;
}
#footer {
  background: #1c1f24;
  color: #FFFFFF;
  padding-top: 70px;
}
#footer .footer-top {
  padding: 70px 0 20px;
}
#footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #FFFFFF;
  opacity: .3;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .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-block h4 {
  font-size: 24px;
  font-family: 'Swiss721BT-BlackCondensed';
  text-transform: uppercase;
  color: #e19322;
}
#footer .footer-block ul li {
  margin-bottom: 10px;
}
#footer .footer-block ul li i {
  color: #e19322;
}
#footer .footer-block.form {
  max-width: 270px;
}
#footer .footer-block.form input,
#footer .footer-block.form textarea {
  font-size: 16px;
  width: 100%;
  background: #454545;
  border: none;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#footer .footer-block.form button {
  font-size: 18px;
  background: #e19322;
  border: none;
  border-radius: 6px;
  width: 200px;
  height: 40px;
  text-transform: uppercase;
}
#footer .social-links a:not(:last-child) {
  margin-right: 20px;
}
#ewm {
  width: 100px;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  h2.home-tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .our-about h1 {
    font-size: 50px;
  }
  .our-about h1 span {
    display: none;
  }
  .i-product h2 {
    font-size: 50px;
  }
  .i-application .i-app-tit .text {
    padding-left: 5%;
    padding-right: 10%;
    width: 100%;
    left: 0;
  }
  .i-application {
    padding: 60px 0;
  }
  .i-application .application-list ul li {
    padding: 0 15px;
  }
  .our-news h2 {
    font-size: 50px;
  }
  .address_box .mml-text {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 20px;
  }
  .hover-language .zhuyu {
    font-size: 20px;
  }
  #banner h2 {
    font-size: 45px;
  }
  h2.home-tit {
    font-size: 24px;
  }
  .font-18 {
    font-size: 16px;
  }
  .functional {
    padding-left: 80px;
  }
  .our-about h1 {
    font-size: 40px;
  }
  .font-20 {
    font-size: 18px;
  }
  .i-advantage .item li:first-child {
    margin-bottom: 40px;
  }
  .address_box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address_box ul li {
    width: 50%;
  }
  .address_box ul li:nth-child(2) {
    border: none;
  }
  .address_box ul li:last-child {
    width: 100%;
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
  .functional .slideButton {
    display: none;
  }
  .functional {
    max-width: 700px;
    padding: 30px 0;
    margin: auto;
  }
  .functional .functional-title {
    width: 50%;
  }
  .functional .list {
    width: 50%;
  }
  .functional li {
    background-color: #0a0a0c;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  .i-application .i-app-tit {
    display: none;
  }
  .i-application .application-list {
    padding: 0;
  }
  .i-advantage .item:nth-child(2) {
    display: none;
  }
  .i-advantage .box {
    margin: 0;
  }
  .i-advantage .item {
    width: 100%;
    padding: 0;
  }
  .i-advantage .item ul {
    margin: -15px;
  }
  .i-advantage .item ul li {
    width: 50%;
    padding: 15px;
    margin-bottom: 30px!important;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .address_box ul {
    display: block;
  }
  .address_box ul li {
    width: 100%;
  }
  .address_box .mml-text {
    display: block;
  }
  .address_box ul li:first-child {
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .address_box {
    margin: 0;
    padding: 30px 0;
  }
  #footer .footer-top {
    display: none;
  }
  #footer {
    padding: 0;
  }
  .our-about .list h2 {
    font-size: 40px;
  }
  .address_box .mml-text {
    min-width: auto;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 35px;
  }
  .font-22 {
    font-size: 16px;
  }
  .functional {
    display: none;
  }
  .our-about h1 {
    font-size: 30px;
  }
  .i-product h2 {
    font-size: 30px;
  }
  .our-news h2 {
    font-size: 30px;
  }
  .i-product {
    padding: 60px 0;
  }
  .i-application {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news h2::after {
    display: none;
  }
  .address_box .mml-text h4 {
    font-size: 20px;
  }
  #banner h2::before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-16 {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 30px;
  }
  .font-20 {
    font-size: 14px;
  }
  .our-about .list ul {
    display: block;
  }
  .our-about .list ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
  }
}




/* 内页区域 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: 36px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  line-height: 70px;
  /*padding-bottom: 15px;*/
  text-shadow: 2px 2px 2px #000000;
}
.inner-banner .text .grid-box .right {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins';
  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-size: 16px;
  font-family: 'Poppins';
  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: 38px;
  width: 35px;
  line-height: 38px;
  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 .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;
  width: 100%;
}
.about-page .abt-1 .grid-box .left .img::after {
  background-color: #e77116;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con
  width: 45%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
  font-size: 26px;
  line-height: 50px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #e77116;
}
.about-page .abt-1 .grid-box .right .text .title p {
  font-size: 20px;
  font-family: 'Roboto',sans-serif;
  /*font-weight: 700;*/
  line-height: 1.5;
  color: #333;
  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-family: 'Poppins';
  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-family: 'Poppins';
  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;
  line-height: 32px;
  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-family: 'Poppins';
  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: 16px;
  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;
  font-family: 'Roboto',sans-serif;

}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
  font-size: 14px;
  line-height: 28px;
  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;
  font-family: 'Roboto',sans-serif;
  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: 18px;
  line-height: 32px;
  font-family: 'Roboto',sans-serif; 
}
.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: 4rem 0;
}
.about-page .abt-3 .title{
  margin-bottom: 30px;
}
.about-page .abt-3 .title h3 {
  text-align: center;
  font-size: 40px;
 font-family: 'Roboto',sans-serif;
  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: 1.1rem;
  font-family: 'Poppins';
  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-family: 'Poppins';
  font-size: 4rem;
  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;
  line-height: 44px;
  font-family: 'Roboto',sans-serif;
  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-family: 'Poppins';
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 600;
  line-height: 30px;
  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-family: 'Poppins';
  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: 40px;
  font-family: 'Roboto',sans-serif;
  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: 32px;
}
.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-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
  font-size: 20px;
  font-family: 'Poppins';
  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: 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%;
  }
  .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: auto;
    margin: 15px;
  }
}
@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: 30px;
  }
  .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: 20px;
    line-height: 36px;
  }
  .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .abt-3 .title {
    width: 100%;
  }
  .about-page .abt-3 .bg-title {
    display: none;
  }
}
/* 图片展示 Start */
.lg-page {
  padding: 4rem 0;
  background: #eee;
}
.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: 28px;
  line-height: 52px;
  font-family: 'Roboto',sans-serif;
  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-family: 'Poppins';
  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;
  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-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #e77116;
}
.lg-page .lg-2 ul li .ig .text h4 {
  font-size: 30px;
  line-height: 56px;
  font-family: 'Roboto',sans-serif;
  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: 34px;
  line-height: 64px;
  font-family: 'Roboto',sans-serif;
  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;
  font-family: 'Poppins';
  padding: 5px 0;
}
.product-page .grid-box .sidebar .pro-category ul li a:hover{
  color: #e19322;
}
.product-page .grid-box .sidebar .pro-best {
  color: #1c1c1c;
  margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
  font-size: 34px;
  line-height: 64px;
  font-family: 'Roboto',sans-serif;
  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;
  border: 2px solid #d6d6d6;
  -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;
  font-family: 'Poppins';
  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: 300px;
  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;
  line-height: 30px;
  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: 30px;
}
.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: 2px solid #eee;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.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 h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 5rem;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -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%;
    padding: 0 5px;
  }
  .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 14px;
  }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
  padding: 4rem 0;
}
.faq-page .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.faq-page .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: #e77116;
  margin-bottom: 5px;
}
.faq-page .title h3 {
  font-size: 34px;
  line-height: 64px;
  font-family: 'Roboto',sans-serif;
  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-family: 'Poppins';
  font-weight: 700;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  color: #1c1c1c;
  padding: 0 1.5rem 1rem 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: 16px;
  line-height: 30px;
  color: #616161;
  margin-top: 1.1rem;
}

.faq-page ul li .ig .con div,
.faq-page ul li .ig .con p,
.faq-page ul li .ig .con span{
  font-family:"Microsoft YaHei"!important;
}


.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-family: 'Poppins';
  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-family: 'Poppins';
  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-family: 'Poppins';
  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-family: 'Poppins';
  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;
  font-family: 'Poppins';
  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%;
  border: 2px solid #e1e1e1;
}
.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;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.chanpin{
  font-size: 28px;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  line-height: 52px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e77116;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text h3 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2;
    color: #1c1c1c;
    margin-bottom: 1rem;
}
.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;
}
.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-family: 'Poppins';
  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: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.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;
  font-family: 'Roboto',sans-serif;
  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;
  font-size: 28px;
  line-height: 50px;
}
.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-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;
  font-family: 'Roboto',sans-serif;
  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;
  -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: 18px;
  line-height: 32px;
  min-height: 4rem;
  font-family: 'Poppins';
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -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;
  }
  .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: 14px;
    line-height: 28px;
    min-height: 9rem;
  }
}
/* 产品详情 End */

/* 新闻列表&详细 Start */
.news-page {
  padding: 4rem 0;
}
.news-page .news-box ul {
  margin: 0 -0.75rem 0 -1rem;
}
.news-page .news-box ul li {
  padding: 0 0.75rem 0 1rem;
  margin-bottom: 2rem;
}
.news-page .news-box ul li .ig{
  background-color: #000;
  color: #fff;
  background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat;
  padding: 30px;
}
.news-page .news-box ul li .ig .img {
  position: relative;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link {
  position: relative;
  display: block;
}
.news-page .news-box ul li .ig .img .img-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate {
  position: absolute;
  left: -2rem;
  top: .5rem;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #e77116;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate:hover {
  background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover .img-link::before {
  opacity: 1;
}
.news-page .news-box ul li .ig .text {
  margin-top: 0.75rem;
}
.news-page .news-box ul li .ig .text .date {
  font-size: 16px;
  line-height: 30px;
  color: #9E9E9E;
  padding-bottom: 1.5rem;
  text-align: right;
}
.news-page .news-box ul li .ig .text h3 {
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: .5rem;
  transition: .5s;
}
.news-page .news-box ul li .ig .text h3:hover {
  color: #e77116;
}
.news-page .news-box ul li .ig .text p{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 3rem;
}
.news-page .news-box ul li .ig .text .more a {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #e77116;
}
@media screen and (max-width: 992px) {
  .news-page .news-box ul li.column {
    width: 50%;
  }
}
@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;
    line-height: 28px;
  }
  .news-page .news-box ul li .ig .text h4 {
    font-size: 18px;
  }
  .news-page .news-box ul li .ig .text .more a {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .news-page .news-box ul li.column {
    width: 100%;
  }
}
.newdet-page {
  padding: 2.5rem 0;
}
.newdet-page .grid-box .main {
  width: 75%;
  padding-right: 1rem;
}
.newdet-page .grid-box .main .text .con {
  color: #616161;
  font-size: 16px;
  line-height: 30px;
}
.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: 16px;
  line-height: 30px;
}
.newdet-page .grid-box .main .text .share {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #1c1c1c;
  padding: 1rem 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;
  width: 270px;
}
.newdet-page .grid-box .sidebar .list h3 {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Poppins';
  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: 32px;
}
.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: 1.3;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  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: 14px;
    line-height: 28px;
  }
}
/* 新闻列表&详细 End */

/* 联系我们我们 Start */
.contact-page {
  padding: 4rem 0 0;
}
.contact-page .contact-1 {
  overflow: hidden;
}
.contact-page .contact-1 .grid-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  text-align: center;
}
.contact-page .contact-1 .grid-box .column {
  padding: 30px 0.75rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  color: #fff;
  background-color: #000;
  padding: 50px 1.5rem 28px;
  overflow: hidden;
  max-width: 350px;
  margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
  content: '01';
  z-index: -1;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: #666;
  font-size: 5rem;
  font-family: 'Gotham-Bold';
  line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
  font-size: 40px;
  color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Gotham-Bold';
  margin-top: 1.2rem;
}
.contact-page .contact-1 .grid-box .column .text p {
  font-size: 16px;
  line-height: 30px;
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
  color: #fff;
  background: url(/template/en/images/newdet-sidebar.jpg) center center / cover no-repeat;
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
  content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
  color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
  color: #fff;
 background-size: cover;
 background: url(/template/en/images/newdet-sidebar.jpg) center center/cover no-repeat;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
  content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
  color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
  color: #eee;
}
.contact-page .contact-2 {
  padding: 5rem 0;
}
.contact-page .contact-2 .title {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-page .contact-2 .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #666;
  margin: 0px 0px 5px 0px;
}
.contact-page .contact-2 .title h3 {
  font-size: 28px;
  font-family: 'Gotham-Bold';
  line-height: 52px;
  color: #1c1c1c;
}
.contact-page .contact-2 .form ul {
  font-size: 0;
}
.contact-page .contact-2 .form ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
  height: 7.5rem;
  padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  width: auto;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 0 1.7rem;
  margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
  width: 50%;
  padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
  width: 50%;
  padding-left: 0.75rem;
}
.contact-page .contact-3 {
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }

  .inner-banner{
    
  }
}
@media screen and (max-width: 700px) {

   .inner-banner{
      height: 200px;
    }
    .inner-banner>img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li:nth-child(1),
  .contact-page .contact-2 .form ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  table{
    display: block;
    overflow: auto;
    white-space: nowrap;
  }

  #footer .f-menu .grid-box .right dl dd {
    font-size: 16px;
    line-height: 30px;
    color: #a7a7a7;
  }
  #footer .f-menu .grid-box .right dl dd p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .news-page .news-box ul li.column{
    width: 100%;
  }
}
/* 联系我们我们 End */
/* 内页区域 End */

.info-middle img{
  display: block;
}


@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  #header .nav .ui.menu .grid-box .left .logo img{
    width: 250px;
  }

  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .grid-box .menu-box ul.menu>li{
    padding: 0 15px;
  }
}

.fenlei{
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  color: #1c1c1c;
}
.xinwen{
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 10px;
}
.shijian{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.shouye{
  font-size: 26px;
  font-family: 'Arial';
  line-height: 50px;
  text-shadow: 2px 2px 2px #00000047;
  text-align: center;
  margin-left: 10px;
}
.huhu{
  display: block;
  max-width: 390px;
  text-align: left;
  margin-left: auto;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #a7a7a7;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .shouye{
  font-size: 18px;
  line-height: 32px;
  }
 #index-body .product .fp-tableCell, #index-body .application .fp-tableCell{
   padding-top: 50px;
 }
 #index-body .application .grid-box .right .box h3{
   font-size: 28px;
   line-height: 50px;
 }
 #index-body .application .grid-box .right .box ul li .ig h4{
   font-size: 20px;
   line-height: 36px;
 }
 #index-body .product .title h3{
   font-size: 28px;
   line-height: 50px;
 }
 #index-body .news .grid-box .right ul li .text span{
   font-size: 16px;
   line-height: 30px;
 }
 #footer .f-menu .grid-box .left .text h3{
   font-size: 22px;
   line-height: 40px;
 }
 .huhu{
   display: none!important;
 }
 .fenlei{
   display: none!important;
 }
 .miaoshu{
   display: none!important;
 }
 .inner-banner .text .grid-box .left h2{
   font-size: 20px;
   line-height: 36px;
 }
 .inner-banner .text .grid-box .right{
   font-size: 14px!important;
   line-height: 28px!important;
 }
 .chanpin{
   font-size: 24px;
   line-height: 44px;
 }
 .about-page .abt-1 .grid-box .right .text .title h3{
   font-size: 18px;
   line-height: 32px;
 }
 .about-page .abt-1 .grid-box .right .text .title h4{
   font-size: 24px;
   line-height: 44px;
 }
 .xiangqing{
   font-size: 16px!important;
   line-height: 30px!important;
   margin-top: -20px!important;
 }
 .prodet-page .det-3 .title h3{
   font-size: 24px;
   line-height: 44px;
 }
 .about-page .abt-3 .title h3{
   font-size: 24px;
   line-height: 44px;
 }
 .about-page .abt-3 .abt-3-box ul li .ig .top h4{
   font-size: 22px;
   line-height: 40px; 
 }
 .about-page .abt-4 .grid-box .right .title h4{
   font-size: 24px;
   line-height: 44px;
 }
 .lg-page .lg-1 .title h3{
   font-size: 26px;
   line-height: 50px;
 }
 .faq-page .title h3{
   font-size: 26px;
   line-height: 50px;
 }
 .xinwen{
   font-size: 20px;
   line-height: 40px;
 }
 .chanpinbanner{
   display: none!important;
 }
}


.button-group{
  display: none!important;
}