/*@font-face {
  font-family: 'SJGrotesk-Black';
  src: url(../fonts/SJGrotesk-Black.ttf) format('truetype'), url(../fonts/SJGrotesk-Black.eot) format('eot'), url(../fonts/SJGrotesk-Black.woff) format('woff'), url(../fonts/SJGrotesk-Black.woff2) format('woff2');
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
  font-display:swap;
}*/

:root{
  --color:#012c9c;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
.font1 {
  font-weight: bold;
}
.font-w-300 {
  font-weight: 300;
}
#header {
  z-index: 1;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #012c9c;
}
#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;
  max-width: 1660px;
  padding: 0 15px;
}
#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: 0;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  padding: 25px 0;
  font-size: 18px;
  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: #ffe78f;
  border-color: #ffe78f;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#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);
  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 .Inquiry {
  margin: 0 50px;
  display: inline-block;
  padding: 5px 20px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  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;
}
.wrapper_con {
  width: 29px;
  height: 58px;
  position: absolute;
  top: -1px;
  overflow: hidden;
  display: none;
}
.circleProgress {
  width: 58px;
  height: 58px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: 0;
}
.leftcircle {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 10%;
}
#banner ul.slick-dots li {
  position: relative;
  font-size: 18px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid transparent;
  border-radius: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 4s linear infinite;
  -moz-animation: circleProgressLoad_right 4s linear infinite;
  animation: circleProgressLoad_right 4s linear infinite;
}
#banner ul.slick-dots li.slick-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 4s linear infinite;
  -moz-animation: circleProgressLoad_left 4s linear infinite;
  animation: circleProgressLoad_left 4s linear infinite;
}
#banner ul.slick-dots li.slick-active .wrapper_con {
  display: block;
}
#banner ul.slick-dots li .ll {
  left: -1px;
}
#banner ul.slick-dots li .rr {
  right: -1px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  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: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#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 i{
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#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,
  .mbx {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box 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;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
  height: 670px;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  width: 40%;
  vertical-align: middle;
}
#banner .right {
  width: 60%;
  vertical-align: middle;
}
#banner img {
  margin: auto;
}
#banner h4 {
  font-size: 38px;
  color: #ffe78f;
  font-style: italic;
}
#banner h2 {
  font-size: 91px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #b8b8b8 30%, #f0f0f0 40%, #b8b8b8 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SJGrotesk-Black';
  font-style: italic;
}
#banner p {
  font-size: 36px;
  color: #f0f0f0;
  text-transform: uppercase;
  font-family: 'SJGrotesk-Black';
  font-style: italic;
}
#banner .social-links {
  position: absolute;
  left: 50px;
  bottom: 60px;
}
#banner .social-links::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin: auto;
}
#banner .social-links a {
  color: #FFFFFF;
  margin-top: 20px;
}
#index-body {
  background: url(../images/bg.jpg);
}
.title1 * {
  color: #FFFFFF;
}
.tit1 {
  font-size: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'SJGrotesk-Black';
}
.tit1::before,
.tit1::after {
  content: url(../images/dian.png);
  font-size: 0;
  margin: 0 50px;
}
.btn1 {
  display: inline-block;
  background-color: #ffd025;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd025), to(#ffe78f));
  background-image: -webkit-linear-gradient(#ffd025, #ffe78f);
  background-image: -moz-linear-gradient(#ffd025, #ffe78f);
  background-image: linear-gradient(#ffd025, #ffe78f);
  padding: 0 15px;
  line-height: 34px;
  height: 34px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 10px #000000;
  box-shadow: 5px 5px 10px #000000;
}
.product-category table td,
.product-category table th {
  padding: 0;
}
.product-category table td.wid-25 {
  width: 25%!important;
}
.product-category .mml-text {
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
}
.product-category .mml-text span {
  font-size: 15px;
  color: #FFFFFF;
  background-color: #bb310b;
  border-radius: 4px;
  max-width: 95px;
  text-align: center;
  padding: 5px 0;
}
.product-category .mml-text h4 {
  font-size: 36px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: auto;
}
.product-category .mml-text h4 b {
  color: #ffe78f;
}
.product-category .mml-text h3 {
  font-size: 44px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.product-category .mml-text h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 9px solid #002ea5;
}
.product-category .slide {
  background: url(../images/cate-img-bg.jpg);
}
.product-category .slide img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-category .slide h2 {
  font-size: 74px;
  line-height: 1;
  position: absolute;
  left: -20%;
  top: 15%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.product-category .slide h2 strong:nth-child(1) {
  color: #ffffff;
}
.product-category .slide h2 strong:nth-child(2) {
  opacity: .1;
  color: transparent;
  /* 设置描边宽度及颜色 默认为字体内外描边 */
  text-stroke: 1px #ffffff;
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  -webkit-text-stroke: 1px #ffffff;
}
.product-category .slide h2 strong:nth-child(3) {
  opacity: .05;
  color: transparent;
  /* 设置描边宽度及颜色 默认为字体内外描边 */
  text-stroke: 1px #ffffff;
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  -webkit-text-stroke: 1px #ffffff;
}
.product-category .slide .tag {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 5%;
}
.product-category .slide .tag p {
  display: inline-block;
  vertical-align: bottom;
  color: #FFFFFF;
}
.product-category .slide .tag p i {
  color: #ffe78f;
}
.product-category .slide .arr span {
  font-size: 90px;
  color: #FFFFFF;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.product-category .slide .arr span.left {
  left: 30px;
}
.product-category .slide .arr span.right {
  right: 30px;
}
.our-product {
  padding: 90px 0;
}
.our-product .list {
  margin-top: 70px;
}
.our-product .list ul {
  margin: -20px;
}
.our-product .list ul li {
  padding: 20px;
}
.our-product .list .mml-text {
  border: 2px solid #8b8b8b;
}
.our-product .list .img {
  background: url(../images/product-bg.jpg);
  background-size: cover;
}
.our-product .list .text {
  padding: 20px 20px 30px;
  background-color: #282828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#282828));
  background-image: -webkit-linear-gradient(#373737, #282828);
  background-image: -moz-linear-gradient(#373737, #282828);
  background-image: linear-gradient(#373737, #282828);
}
.our-product .list .text h4 {
  color: #FFFFFF;
}
.our-product .list .text hr {
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #ffe78f;
}
.our-product .list .text p {
  color: #FFFFFF;
}
.our-about h4 {
  font-size: 60px;
  color: #FFFFFF;
  max-width: 760px;
  position: relative;
}
.our-about .left {
  width: 60%;
  position: relative;
}
.our-about .left .top {
  padding: 90px 0 90px 10%;
  position: relative;
  background: url(../images/about-img.jpg) no-repeat center;
  background-size: cover;
}
.our-about .left .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.our-about .left .bottom {
  padding: 60px 0 60px 10%;
  position: relative;
  background-color: #002ea6;
}
.our-about .left .bottom p {
  line-height: 2;
  color: #ffe78f;
  max-width: 700px;
}
.our-about .left .bottom a {
  position: absolute;
  left: 10%;
  bottom: 0;
  -webkit-transform: translateY(50%) skewX(-20deg);
  -moz-transform: translateY(50%) skewX(-20deg);
  -ms-transform: translateY(50%) skewX(-20deg);
  transform: translateY(50%) skewX(-20deg);
}
.our-about .right {
  width: 54%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.our-about .right .video {
  height: 100%;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  position: relative;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  overflow: hidden;
  background-color: #141414;
}
.our-about .right .video::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 200px;
  background-color: #ffe78f;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
.our-about .right .video::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #c2c2c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2c2c2), to(#929292));
  background-image: -webkit-linear-gradient(#c2c2c2, #929292);
  background-image: -moz-linear-gradient(#c2c2c2, #929292);
  background-image: linear-gradient(#c2c2c2, #929292);
}
.our-about .right .video > img {
  float: right;
  max-width: none;
  width: 100%;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
.our-about .right .video .play {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(15deg);
  -moz-transform: translate(-50%, -50%) skewX(15deg);
  -ms-transform: translate(-50%, -50%) skewX(15deg);
  transform: translate(-50%, -50%) skewX(15deg);
  cursor: pointer;
}
.our-about .right .video .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;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.i-advantage {
  padding: 100px 0;
}
.i-advantage .list ul li {
  padding: 50px 40px;
}
.i-advantage .list ul li .mml-text {
  position: relative;
  min-height: 320px;
  border: 8px solid #898989;
  -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
  -moz-transform: matrix(1, 0, -0.25, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
  transform: matrix(1, 0, -0.25, 1, 0, 0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list ul li .mml-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/adv-bg.jpg) no-repeat center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list ul li .mml-text .text {
  padding: 40px 10%;
  -webkit-transform: matrix(1, 0, 0.25, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0.25, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0.25, 1, 0, 0);
  transform: matrix(1, 0, 0.25, 1, 0, 0);
  position: relative;
}
.i-advantage .list ul li .mml-text:hover {
  color: #FFFFFF;
  background: #002ea6;
}
.i-advantage .list ul li .mml-text:hover::before {
  opacity: 0;
}

.our-honor ul{
  margin: -15px;
}
.our-honor ul li{
  padding: 15px;
}

.contact-us {
  background: url(../images/contact-us-bg.jpg) no-repeat center;
  background-size: cover;
}
.contact-us h2 {
  font-size: 44px;
  color: #FFFFFF;
}
.contact-us a {
  display: inline-block;
  line-height: 40px;
  min-width: 200px;
  border-radius: 4px;
  font-size: 19px;
  background-color: #ffd025;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd025), to(#ffe78f));
  background-image: -webkit-linear-gradient(#ffd025, #ffe78f);
  background-image: -moz-linear-gradient(#ffd025, #ffe78f);
  background-image: linear-gradient(#ffd025, #ffe78f);
}
#footer .foot-top {
  background-color: #e1e1e1;
}
#footer .foot-top .top {
  border-bottom: 1px solid #000000;
}
#footer .foot-top .top .left {
  width: 70%;
  vertical-align: middle;
}
#footer .foot-top .top .left .img {
  width: 130px;
  vertical-align: middle;
}
#footer .foot-top .top .left .text {
  border-left: 1px solid #000000;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  vertical-align: middle;
}
#footer .foot-top .top .left .text p {
  line-height: 2;
}
#footer .foot-top .top .right {
  width: 30%;
  vertical-align: middle;
}
#footer .foot-top .top .social-links a {
  margin: 0 20px;
}
#footer .foot-top .bottom .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .bottom .foot-content .foot-block.contact {
  max-width: 390px;
}
#footer .foot-top .bottom .foot-content .foot-block h4 {
  margin-bottom: 20px;
}
#footer .foot-top .bottom .foot-content .foot-block h4::after {
  content: "";
  margin-top: 20px;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #004a9f;
}
#footer .foot-top .bottom .foot-content .foot-block ul li {
  line-height: 2;
}
#footer .foot-top .bottom .foot-content .foot-block ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .foot-top .bottom .foot-content .foot-block ul li i img {
  vertical-align: text-top;
}
#footer .foot-top .bottom .slick-dots {
  margin-top: 30px;
}
#footer .foot-top .bottom .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #1444c2;
}
#footer .foot-top .bottom .slick-dots li.slick-active {
  background-color: #1444c2;
}
#footer .foot-top .bottom .slick-dots li button {
  display: none;
}
#footer .foot-top .bottom .slick-dots li + li {
  margin-left: 15px;
}
#footer .foot-bottom {
  color: #FFFFFF;
  background-color: #161616;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 120px;
  border: 10px solid #FFFFFF;
}
@media screen and (max-width: 1660px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 10px 0;
  }
  #header .nav .ui.menu .Inquiry {
    margin: 0 30px;
  }
  .product-category .mml-text h4 {
    font-size: 30px;
  }
  .product-category .mml-text h3 {
    font-size: 36px;
  }
  .product-category .slide h2 {
    font-size: 70px;
  }
  .our-about h4 {
    font-size: 50px;
    max-width: 700px;
  }
  .our-about .left .bottom p {
    max-width: 600px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  #banner h4 {
    font-size: 30px;
  }
  #banner h2 {
    font-size: 70px;
  }
  #banner p {
    font-size: 30px;
  }
  .tit1 {
    font-size: 38px;
  }
  .product-category .mml-text h3 {
    font-size: 30px;
  }
  .product-category .mml-text h4 {
    font-size: 24px;
  }
  .product-category .mml-text {
    padding: 15px;
  }
  .product-category .slide h2 {
    font-size: 50px;
  }
  .our-product .list ul {
    margin: -10px;
  }
  .our-product .list ul li {
    padding: 10px;
  }
  .our-about h4 {
    font-size: 40px;
  }
  .our-about .left .top {
    padding: 60px 5%;
  }
  .our-about .left .bottom {
    padding: 60px 5%;
  }
  .our-about .left .bottom p {
    max-width: 500px;
  }
  .our-about .right .video {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .our-about .right .video > img {
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
  }
  .our-about .right .video .play {
    -webkit-transform: translate(-50%, -50%) skewX(10deg);
    -moz-transform: translate(-50%, -50%) skewX(10deg);
    -ms-transform: translate(-50%, -50%) skewX(10deg);
    transform: translate(-50%, -50%) skewX(10deg);
  }
  .i-advantage .list ul li {
    padding: 30px;
  }
  .i-advantage .list ul li .mml-text {
    -webkit-transform: matrix(1, 0, -0.15, 1, 0, 0);
    -moz-transform: matrix(1, 0, -0.15, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.15, 1, 0, 0);
    transform: matrix(1, 0, -0.15, 1, 0, 0);
  }
  .i-advantage .list ul li .mml-text .text {
    -webkit-transform: matrix(1, 0, 0.15, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0.15, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.15, 1, 0, 0);
    transform: matrix(1, 0, 0.15, 1, 0, 0);
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  .language-box .zhuyu i {
    margin-left: 5px;
  }
  .language-box .language-img {
    margin-right: 5px;
  }
  #header .nav .ui.menu .Inquiry {
    display: none;
  }
  #banner h4 {
    font-size: 24px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner p {
    font-size: 24px;
  }
  .product-category .mml-text span {
    font-size: 12px;
  }
  .product-category .mml-text h4 {
    font-size: 18px;
  }
  .product-category .mml-text h3 {
    font-size: 24px;
  }
  .product-category .slide h2 {
    font-size: 40px;
  }
  .tit1 {
    font-size: 30px;
  }
  .our-about h4 {
    font-size: 30px;
  }
  .our-about .left .bottom p {
    max-width: 450px;
  }
  .font-22 {
    font-size: 18px;
  }
  .contact-us h2 {
    font-size: 30px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #tag {
    display: none;
  }
  #banner .social-links {
    display: none;
  }
  #banner li {
    height: 500px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner h4 {
    font-size: 20px;
  }
  #banner p {
    font-size: 20px;
  }
  .tit1::before,
  .tit1::after {
    display: none;
  }
  .tit1 {
    font-size: 24px;
  }
  .product-category {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    margin-top: 40px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .our-about .right .video {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .our-about .right .video > img {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
    height: 100%;
    max-width: 100%;
  }
  .our-about .right .video .play {
    -webkit-transform: translate(-50%, -50%) skewX(0);
    -moz-transform: translate(-50%, -50%) skewX(0);
    -ms-transform: translate(-50%, -50%) skewX(0);
    transform: translate(-50%, -50%) skewX(0);
  }
  .our-about .right .video::before,
  .our-about .right .video::after {
    display: none;
  }
  .our-about .left .top {
    text-align: center;
  }
  .our-about h4 {
    max-width: 100%;
  }
  .our-about .left .bottom p {
    max-width: 100%;
  }
  .our-about .left .bottom a {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .list ul li .mml-text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .i-advantage .list ul li .mml-text .text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list ul li {
    padding: 15px;
  }
  .font-30 {
    font-size: 22px;
  }
  .contact-us h2 {
    font-size: 24px;
  }
  #footer .foot-top .bottom .foot-content {
    display: block;
  }
  #footer .foot-top .bottom .foot-content .foot-block.ewm,
  #footer .foot-top .bottom .foot-content .foot-block.link,
  #footer .foot-top .bottom .foot-content .foot-block.product {
    display: none;
  }
  #footer .foot-top .bottom .foot-content .foot-block.contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .left {
    display: none;
  }
  #banner .right {
    width: 100%;
  }
  #banner li {
    height: 300px;
  }
  .i-advantage {
    display: none;
  }
  .contact-us {
    display: none;
  }
  #footer .foot-top .top .left {
    width: 100%;
  }
  #footer .foot-top .top .right {
    width: 100%;
  }
  #footer .foot-top .top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner h4 {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    font-size: 16px;
  }
  .our-about h4 {
    font-size: 24px;
  }
  .our-about .left .top {
    padding: 40px 15px;
  }
  .our-about .left .bottom {
    padding: 40px 15px;
  }
}




/* 内页区域 Start */
/*.inner-page .ui.container {
  max-width: 1250px;
}*/
.inner-banner {
  position: relative;
}
.inner-banner .bread-crumbs {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.inner-banner .bread-crumbs h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  display: inline-block;
  font-size: 16px;
  font-family: 'SJGrotesk-Black';
}
/* Product Start */
.product-page .pro-1 {
  padding: 80px 0;
}
.product-page .pro-1 .title {
  text-align: center;
  /*max-width: 600px;*/
  margin: 0 auto 20px;
}
.product-page .pro-1 .title h3 {
  font-size: 48px;
  color: #000;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
}
.product-page .pro-1 .title .con {
  font-size: 18px;
  color: #303030;
  padding: 30px;
}
.product-page .pro-1 .pro-box ul li {
  padding: 0 15px;
  margin-bottom: 20px;
}
.product-page .pro-1 .pro-box ul li .ig {
  position: relative;
}
.product-page .pro-1 .pro-box ul li .ig h4 {
  font-size: 26px;
  font-weight: 500;
  /* font-family: 'SJGrotesk-Black'; */
  text-align: center;
  color: #000000;
  margin: 10px 0 5px;
}
.product-page .pro-1 .pro-box ul li .ig h4.font-18 {
  font-size: 18px;
  width: auto;
}
.product-page .pro-1 .pro-box ul li .ig .img {
  text-align: center;
  overflow: hidden;
  padding: 30px 20px 15px;
}
.product-page .pro-1 .pro-box ul li .ig .img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: auto;
}
.product-page .pro-1 .pro-box ul li .ig:hover h4 {
  text-decoration: underline;
}
.product-page .pro-1 .pro-box ul li .ig:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*  Product End */
/* History Start */
.history-page .his-1 {
  padding-top: 50px;
}
.history-page .his-1 .title {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.history-page .his-1 .title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.history-page .his-1 .title .con {
  font-size: 20px;
  color: #777;
  margin-bottom: 60px;
}
.history-page .his-2 img {
  margin-bottom: 35px;
}
.history-page .his-2 .his-2-box ul li {
  margin-bottom: 28px;
}
.history-page .his-2 .his-2-box ul li .ig .year {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding-right: 30px;
  margin-right: 22px;
  border-right: 5px solid #EC8103;
}
.history-page .his-2 .his-2-box ul li .ig h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.history-page .his-2 .his-2-box ul li .ig .con {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  opacity: 0.8;
  margin-top: 15px;
}
@media screen and (max-width: 700px) {
  .history-page .his-1 .title .con,
  .history-page .his-2 .his-2-box ul li .ig .con {
    font-size: 16px;
  }
}
/* History End */
/*  Newdet Start */
.newsdet-page .init-1 h1 {
  color: #2a2a2a;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  padding-top: 40px;
}
.newsdet-page .init-1 time {
  font-size: 18px;
  color: #ccc;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px #d1d1d1 dashed;
  display: block;
  text-align: center;
}

.newsdet-page .init-1 p a {
  color: #b1824a;
}
.newsdet-page .news_next {
  margin: 40px 0;
  font-size: 16px;
  color: #ccc;
  line-height: 2;
}
.newsdet-page .news_next a {
  color: inherit;
}
.newsdet-page .news_next a:hover {
  color: #b1824a;
}
@media screen and (max-width: 996px) {
  .newsdet-page .init-1 h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*  Newdet End */
/* Prodet Start*/
.prodet-page .det-1 {
  padding: 80px 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 65%;
  text-align: center;
}

.prodet-page .det-1 .grid-box .left > div{
  padding-left: 25%;
}

.prodet-page .det-1 .grid-box .left .gallery{
  width: 25%;
  left: 0;
  top: 0;
}

.prodet-page .det-1 .grid-box .left .gallery .slick-vertical .slick-slide{
  border: none;
}


.prodet-page .det-1 .grid-box .left img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .right {
  width: 35%;
}
.prodet-page .det-1 h1 {
  font-size: 40px;
  color: #000;
  line-height: 2;
}
.prodet-page .det-1 h1:after{
  content: "";
  display: block;
  width: 100px;
  border-bottom: 4px solid #012c9c;
  margin: auto;
}

.prodet-page .det-1 .grid-box .right .Tit{
  border-bottom: 1px solid #d1d1d1;
}

.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.659);
  line-height: 2;
  margin: 20px 0;
}
.prodet-page .det-1 .grid-box .right .text .det-contact {
  border-top: 1px solid #d1d1d1;
  padding: 30px 0;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .det-email {
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  line-height: 2;
}
/*.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more {
  text-align: right;
  vertical-align: middle;
}*/
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a {
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
  color: #fff;
  background-color: #012c9c;
  padding: 10px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a:hover {
  background-color: #000;
}
.prodet-page .det-1 .gallery ul {
  margin: -10px;
}
.prodet-page .det-1 .gallery ul li {
  display: inline-block;
  padding: 10px;
}
.prodet-page .det-1 .gallery ul li a {
  position: relative;
  display: block;
  color: #fff;
  font: normal normal normal 35px/1 FontAwesome;
}
.prodet-page .det-1 .gallery ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .gallery ul li a::after {
  content: '\f06e';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .gallery ul li a:hover::after {
  opacity: 1;
}
.prodet-page .det-1 .gallery ul li a:hover::before {
  opacity: 1;
}
.prodet-page .det-2 {
  margin-bottom: 80px;
}
.prodet-page .det-2 h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  border-bottom: 1px solid #d4d4d4;
  color: #000;
  margin-bottom: 40px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 2;
}
.prodet-page .det-2 h3.txt-center{
  justify-content: center;
}
.prodet-page .det-2 h3 i{
  width: 58px;
  height: 58px;
  line-height: 50px;
  border: 4px solid #cccccc;
  border-radius: 50%;
  color: #012c9c;
  margin-right: 30px;
}
.prodet-page .det-2 .content {
  font-size: 18px;
  line-height: 2;
}
.prodet-page .det-2 .content table tr:nth-child(even) {
  background: #f8f8f8;
}
.prodet-page .det-2 .content table tr td {
  padding: 5px;
  border-color: #ddd;
}
.prodet-page .det-3 h3 {
  font-size: 36px;
  border-bottom: 1px solid #D4D4D4;
  color: #000;
  margin-bottom: 20px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 2;
}
.prodet-page .det-3 ul {
  margin: 0 -12px;
}
.prodet-page .det-3 ul li {
  display: inline-block;
  border-bottom: none;
  padding: 0 12px;
}
.prodet-page .det-3 ul li .ig .grid-box .left {
  width: 100%;
  text-align: center;
}
.prodet-page .det-3 ul li .ig .grid-box .left a {
  display: block;
}
.prodet-page .det-3 ul li .ig .grid-box .left a img {
  display: inline-block;
  width: 100%;
}
.prodet-page .det-3 ul li .ig .grid-box .right {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  padding: 20px 20px 0 0;
  margin: 40px 0 60px;
}
.prodet-page .det-3 ul li .ig .grid-box .right h4 {
  font-size: 24px;
  line-height: 2;
  color: #323232;
}
.prodet-page .det-3 ul li .ig .grid-box .right .con {
  font-size: 16px;
  line-height: 2;
  color: #3e3e3e;
  margin: 20px 0;
  height: 95px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prodet-page .det-3.catnews ul li .ig .grid-box .right .con {
  height: 160px;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more {
  text-align: left;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more a {
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
  color: #fff;
  background-color: #012c9c;
  padding: 6px 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more a:hover {
  background-color: #000;
}

@media screen and (max-width: 1440px) {
  .prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .det-email{
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .right .text .con{
    font-size: 16px;
    line-height: 2;
  }

  .det-3.catnews {
    display: none;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding: 20px 0;
  }
  .prodet-page .det-3 ul li .ig .grid-box .right h4 {
    font-size: 18px;
    line-height: 2;
  }
  .prodet-page .det-3 ul li .ig .grid-box .right .more a {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more{
    text-align: left;
  }

  .prodet-page .det-2 h3{
    font-size: 24px;
  }
  
  .prodet-page .det-2 .content{
    font-size: 14px;
  }
}
/* Prodet End*/
/* Lg-page Start */
.lg-page {
  padding: 80px 0;
}
.lg-page h2 {
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: 'SJGrotesk-Black';
}
.lg-page .text {
  font-size: 16px;
  margin-top: 20px;
  opacity: .7;
  line-height: 1.6;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  padding: 15px;
}
.lg-page ul li .ig {
  display: block;
  text-align: center;
}
.lg-page ul li .ig img {
  margin: auto;
}
.lg-page ul li .ig h4 {
  font-size: 18px;
  padding-top: 20px;
  color: #303030;
}
/* Lg-page End */
/* 内页区域 End */
/* 内页区域第二版 Start */
.inner-page p,
.inner-page .con {
  color: #1c1c1c;
}
/* About Start */
.about-page .abt-1 {
  /*background-color: #F5F7F6;*/
  padding: 120px 0;
}
.about-page .abt-1 .grid-box .left {
  width: 45%;
  vertical-align: middle;
}
.about-page .abt-1 .grid-box .left .ig {
  text-align: center;
}
.about-page .abt-1 .grid-box .right {
  width: 55%;
  padding: 0 4%;
  vertical-align: middle;
}
.about-page .abt-1 .grid-box .right .text .top {
  position: relative;
  padding-left: 150px;
}
.about-page .abt-1 .grid-box .right .text .top small {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 108px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1;
  color: #012c9c;
}
.about-page .abt-1 .grid-box .right .text .top h3 {
  font-size: 66px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #012c9c;
}
.about-page .abt-1 .grid-box .right .text .top h4 {
  font-size: 34px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #212121;
}
.about-page .abt-1 .grid-box .right .text h5 {
  font-size: 40px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #1c1c1c;
  padding: 30px 0 10px;
}
.about-page .abt-1 .grid-box .right .text .con {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  margin-top: 10px;
}
.about-page .abt-2 {
  padding: 60px 0 50px;
  /*margin: 0 0 80px;*/
  background-color: #f5f7f6;
}
.about-page .abt-2 .grid-box {
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  text-align: center;
}
.about-page .abt-2 .grid-box .column {
  padding: 10px;
}
.about-page .abt-2 .grid-box .column .ig h4 {
  font-size: 44px;
  color: #012c9c;
}
.about-page .abt-2 .grid-box .column .ig h4 em {
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  color: #012c9c;
}
.about-page .abt-2 .grid-box .column .ig p {
  font-size: 18px;
  color: #212121;
}
.about-page .abt-3 .title {
  text-align: center;
  max-width: 970px;
  margin: auto;
}
.about-page .abt-3 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.about-page .abt-3 .title .con {
  font-size: 16px;
  color: #3d3d3d;
}
.about-page .abt-3 .box {
  margin-top: 30px;
}
.about-page .abt-3 .box ul {
  margin: 0 -20px;
}
.about-page .abt-3 .box ul li {
  display: inline-block;
  padding: 0 20px;
}
.about-page .abt-3 .box ul li .ig img {
  margin: auto;
}
.about-page .abt-4 {
  margin: 40px 0;
}
.about-page .abt-4 .grid-box {
  /*border-top: 1px solid #B4B4B4;*/
  padding: 80px 0;
}
.about-page .abt-4 .grid-box .left {
  width: 45%;
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .left .ig {
  text-align: center;
}
.about-page .abt-4 .grid-box .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 10%;
}
.about-page .abt-4 .grid-box .right .text h4 {
  font-size: 48px;
  line-height: 1.2;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}
.about-page .abt-4 .grid-box .right .text .con {
  font-size: 16px;
  color: #212121;
}
.about-page .abt-solid {
  font-family: 'SJGrotesk-Black';
  background-color: #F5F7F6;
  padding: 70px 0 90px;
  /*margin-bottom: 10*20px;*/
}
.about-page .abt-solid ul {
  font-size: 0;
}
.about-page .abt-solid ul li {
  display: inline-block;
  width: 46%;
}
.about-page .abt-solid ul li.strong {
  width: 54%;
}
.about-page .abt-solid ul li .ig {
  padding: 0 15px;
}
.about-page .abt-solid ul li .ig .grid-box .left {
  z-index: 2;
  position: relative;
  width: 61%;
  vertical-align: bottom;
}
.about-page .abt-solid ul li .ig .grid-box .right {
  width: 39%;
  text-align: right;
  vertical-align: bottom;
}
.about-page .abt-solid ul li .ig .grid-box .right .text {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.about-page .abt-solid ul li .ig .grid-box .right .text::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 55%;
  content: 'Solid';
  font-size: 110px;
  line-height: 1;
  color: #f5f7f6;
  text-shadow: #8b8b8b 1px 0 0, #8b8b8b 0 1px 0, #8b8b8b -1px 0 0, #8b8b8b 0 -1px 0;
}
.about-page .abt-solid ul li.strong .ig .grid-box .right .text::before {
  content: 'Strong';
}
.about-page .abt-solid ul li .ig .grid-box .right .text h4 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #161616;
}
.about-page .abt-solid ul li .ig .grid-box .right .text span {
  font-size: 21px;
  font-weight: 600;
  color: #161616;
}
.about-page .abt-5 {
  background: url(../images/probgc.png) repeat center;
  background-color: #121212;
  padding: 60px 0 90px;
}
.about-page .abt-5 .title {
  text-align: center;
}
.about-page .abt-5 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #fff;
}
.about-page .abt-5 .box {
  text-align: center;
  margin-top: 70px;
}
.about-page .abt-5 .box ul li {
  padding: 0 2.8%;
}
.about-page .abt-5 .box ul li .ig .img {
  display: inline-block;
  width: 124px;
  height: 124px;
  line-height: 118px;
  background: url(../images/serbgc.jpg) no-repeat center;
  background-size: cover;
  border: 3px solid #707071;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.about-page .abt-5 .box ul li .ig .img img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .abt-5 .box ul li .ig .text h4 {
  font-size: 26px;
  font-weight: bold;
  color: #ffe78f;
  margin: 44px 0 10px;
}
.about-page .abt-5 .box ul li .ig .text .con {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
.about-page .abt-5 .box ul li .ig:hover .img {
  background-position: 124px;
  background-color: #ffe78f;
}
.about-page .abt-his {
  padding: 100px 0 0;
}
.about-page .abt-his .ui.container {
  border-bottom: 1px solid #E3DAD0;
  padding-bottom: 120px;
}
.about-page .abt-his .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  /*padding: 0 0 20px 1.5*20px;*/
}
.about-page .abt-his .his-box {
  position: relative;
}
.about-page .abt-his .his-box .prev-next span {
  position: absolute;
  right: -8px;
  font-size: 30px;
  color: #838383;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.about-page .abt-his .his-box .prev-next span:hover {
  color: #012c9c;
}
.about-page .abt-his .his-box .prev-next span.prev {
  bottom: 100%;
}
.about-page .abt-his .his-box .prev-next span.next {
  top: 100%;
  color: #012c9c;
}
.about-page .abt-his .his-box ul.list li.item .ig {
  position: relative;
  padding-right: 120px;
}
.about-page .abt-his .his-box ul.list li.item .ig::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 0;
  height: 110%;
  width: 1px;
  background-color: #D3D3D3;
}
.about-page .abt-his .his-box ul.list li.item .ig::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #838383;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .abt-his .his-box ul.list li.item .ig:hover::after {
  background-color: #012c9c;
}
.about-page .abt-his .his-box ul.list li.item .ig .grid-box {
  border-bottom: 1px solid #D9D9D9;
  padding: 36px 0 24px;
}
.about-page .abt-his .his-box ul.list li.item:last-child .ig .grid-box {
  border: none;
}
.about-page .abt-his .his-box ul.list li.item .ig .grid-box .left {
  width: 240px;
  text-align: center;
  padding: 0 30px;
}
.about-page .abt-his .his-box ul.list li.item .ig .grid-box .left h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'SJGrotesk-Black';
  border-radius: 40px;
  min-width: 140px;
  color: #fff;
  background-color: #012c9c;
  /*padding: 0 2*20px;*/
}
.about-page .abt-his .his-box ul.list li.item .ig .grid-box .right {
  width: -webkit-calc(-140%);
  width: -moz-calc(-140%);
  width: calc(-140%);
  padding: 5px 0;
}
.about-page .abt-his .his-box ul.list li.item .ig .grid-box .right .con {
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .abt-his .his-box ul.list li.item:hover .ig .grid-box .right .con {
  color: #012c9c;
}
.about-page .abt-6 {
  padding: 60px 0 110px;
}
.about-page .abt-6 .title {
  text-align: center;
}
.about-page .abt-6 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #212121;
}
.about-page .abt-6 .box {
  margin-top: 40px;
}
.about-page .abt-6 .box ul li {
  display: inline-block;
  padding: 0 11px;
}
.about-page .abt-6 .box ul li .ig img {
  width: 100%;
}



@media screen and (max-width: 1200px) {
  .about-page .abt-2 .grid-box .column .ig h4 em{
    font-size: 30px;
  }
  .about-page .abt-2 .grid-box .column .ig h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .abt-1 .grid-box .right .text h5{
    font-size: 30px;
  }

  det-3.catnews {
    display: none;
  }
  .about-page .abt-1 .grid-box .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
  }

  .about-page .abt-5 .box ul li {
    width: 50%;
    padding: 30px 20px;
  }
  .about-page .abt-5 .box ul li .ig .text h4 {
    font-size: 18px;
  }

  .about-page .abt-5 .title h3{
    font-size: 24px;
  }

  .about-page .abt-6 .title h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .abt-1 .grid-box .right .text .top{
    padding-left: 120px;
  }

  .about-page .abt-1 .grid-box .right .text .top small{
    font-size: 80px;
  }

  .about-page .abt-1 .grid-box .right .text .top h3{
    font-size: 40px;
    line-height: initial;
  }

  .about-page .abt-1 .grid-box .right .text .top h4{
    font-size: 20px;
  }

  .about-page .abt-1 .grid-box .right .text h5{
    font-size: 24px;
  }

  

  .contact-1 form input {
    font-size: 16px;
  }
  .contact-1 form textarea {
    font-size: 16px;
  }

  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
  }
  .about-page .abt-5 .box ul li {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .con,
  .about-page .abt-3 .title .con,
  .about-page .abt-4 .grid-box .right .text .con,
  .about-page .abt-5 .box ul li .ig .text .con {
    font-size: 16px;
  }
  .about-page .abt-his .his-box ul.list li.item .ig .grid-box .left {
    width: 100%;
  }
  .about-page .abt-his .his-box ul.list li.item .ig .grid-box .right {
    width: 100%;
  }
  .about-page .abt-his .his-box ul.list li.item .ig {
    padding-right: 30px;
  }
  .about-page .abt-his .his-box ul.list li.item .ig .grid-box .left h4 {
    font-size: 20px;
  }
  .about-page .abt-his .his-box ul.list li.item .ig .grid-box .right .con {
    font-size: 16px;
  }
}
/* About End */
/* News Start */
/*.news-page .ui.container {
  max-width: 1380px;
}*/
.news-page .news-1 {
  padding: 80px 0 0;
  /*background: -webkit-linear-gradient(-90deg, #F5F7F6 0%, #F5F7F6 80%, #fff 80%, #fff 100%);*/
  background: -moz-linear-gradient(180deg, #F5F7F6 0%, #F5F7F6 80%, #fff 80%, #fff 100%);
  background: -ms-linear-gradient(180deg, #F5F7F6 0%, #F5F7F6 80%, #fff 80%, #fff 100%);
  /*background: linear-gradient(180deg, #F5F7F6 0%, #F5F7F6 75%, #fff 75%, #fff 100%);*/
}
.news-page .news-1 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
}
.news-page .news-1 .title p {
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
}
.news-page .news-1 .box {
  margin-top: 40px;
}
.news-page .news-1 .box ul {
  margin: -10px -25px;
}
.news-page .news-1 .box ul li {
  padding: 10px 25px;
}
.news-page .news-1 .box ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 28px;
}
.news-page .news-1 .box ul li .ig .img {
  overflow: hidden;
}
.news-page .news-1 .box ul li .ig .img img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .box ul li .ig .text {
  margin-top: 20px;
}
.news-page .news-1 .box ul li .ig .text h4 {
  font-size: 22px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  border-left: 5px solid #012c9c;
  color: #222;
  padding: 5px 12px;
}
.news-page .news-1 .box ul li .ig .text .con {
  font-size: 16px;
  color: #636363;
  padding: 15px 0;
}
.news-page .news-1 .box ul li .ig .text .more small {
  display: inline-block;
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #00173c;
  text-transform: capitalize;
}
.news-page .news-1 .box ul li .ig .text .more span {
  font-size: 14px;
  font-family: 'SJGrotesk-Black';
  color: #9c9c9c;
  padding-top: 3px;
}
.news-page .news-1 .box ul li .ig:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .box .more-link {
  text-align: center;
  margin: 40px 0;
}
.news-page .news-1 .box .more-link a {
  display: inline-block;
  font-size: 32px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #212121;
}
.news-page .news-1 .box .more-link a span {
  color: #012c9c;
}
.news-page .news-2 .grid-box {
  border-top: 1px solid #828282;
  padding: 100px 0;
}
.news-page .news-2 .grid-box .left {
  vertical-align: middle;
  padding: 0 2%;
}
.news-page .news-2 .grid-box .left .text h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
}
.news-page .news-2 .grid-box .left .text .con {
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  color: #4e4e4e;
  margin: 20px 0;
}
.news-page .news-2 .grid-box .left .text .pdf-link {
  font-size: 24px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #012c9c;
}
.news-page .news-2 .grid-box .left .text .more {
  margin-top: 5px;
}
.news-page .news-2 .grid-box .left .text .more a {
  font-size: 20px;
  font-family: 'SJGrotesk-Black';
  color: #3c3c3c;
}
.news-page .news-2 .grid-box .right {
  vertical-align: middle;
  padding: 0 2%;
}
.news-page .news-3 {
  background: url(../images/news-3bgc.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
}
.news-page .news-3 .title {
  text-align: center;
}
.news-page .news-3 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.news-page .news-3 .box {
  max-width: 1105px;
  margin: 40px auto 0;
}
.news-page .news-3 .box .ig .img {
  position: relative;
  text-align: center;
}
.news-page .news-3 .box .ig .img img {
  display: inline-block;
  width: 100%;
}
.news-page .news-3 .box .ig .text {
  padding: 25px 0;
}
.news-page .news-3 .box .ig .text h4 {
  font-size: 24px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #dcdcdc;
  margin-bottom: 10px;
}
.news-page .news-3 .box .ig .text .con {
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  line-height: 1.75;
  color: #8d8d8d;
}
.news-page .news-3 .box .more {
  text-align: center;
  margin: 20px 0;
}
.news-page .news-3 .box .more a {
  display: inline-block;
  font-size: 32px;
  line-height: 1.1;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  text-transform: capitalize;
  color: #e3e3e3;
}
.news-page .news-3 .box .more a span {
  color: #012c9c;
}
@media screen and (max-width: 992px) {
  .news-page .news-1 .box ul li {
    width: 50%;
  }
  .news-page .news-1 .box ul li .ig .text h4 {
    font-size: 20px;
  }
  .news-page .news-2 .grid-box .left {
    width: 100%;
  }
  .news-page .news-2 .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .box ul li {
    width: 100%;
  }
  .news-page .news-1 .box ul li .ig .text h4 {
    font-size: 18px;
  }
  .news-page .news-1 .box ul li .ig .text .more small,
  .news-page .news-2 .grid-box .left .text .pdf-link,
  .news-page .news-2 .grid-box .left .text .more a {
    font-size: 16px;
  }
  .news-page .news-3 .box .ig .text h4 {
    font-size: 20px;
  }
  .news-page .news-1 .box ul li .ig .text .con,
  .news-page .news-2 .grid-box .left .text .con,
  .news-page .news-3 .box .ig .text .con {
    font-size: 14px;
  }
}
/* News End */
/* Support Start */
/*.support-page .ui.container {
  max-width: 1250px;
}*/
.support-page .sup-1 {
  /*background-color: #F5F7F6;*/
  padding: 80px 0 100px;
}
.support-page .sup-1 .top .grid-box .left {
  width: 60%;
  vertical-align: middle;
  padding-right: 3%;
}
.support-page .sup-1 .top .grid-box .left .text .title h5 {
  font-size: 22px;
  font-family: 'SJGrotesk-Black';
  /*font-weight: 600;*/
  color: #012c9c;
}
.support-page .sup-1 .top .grid-box .left .text .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
  margin: 5px 0;
}
.support-page .sup-1 .top .grid-box .left .text .title p {
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  color: #1c1c1c;
}
.support-page .sup-1 .top .grid-box .left .text ul {
  max-width: 666px;
}
.support-page .sup-1 .top .grid-box .left .text ul li {
  margin-top: 30px;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig small {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  letter-spacing: -2px;
  line-height: .9;
  color: #012c9c;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig h4 {
  font-size: 22px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  margin: 5px 0;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig .con {
  font-size: 16px;
  color: #1c1c1c;
}
.support-page .sup-1 .top .grid-box .right {
  width: 40%;
  vertical-align: middle;
  text-align: right;
}
.support-page .sup-1 .top .grid-box .right .ig img {
  display: inline-block;
}
.support-page .sup-1 .bot {
  margin-top: 70px;
}
.support-page .sup-1 .bot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -20px;
}
.support-page .sup-1 .bot ul li {
  max-width: 500px;
  padding: 10px 20px;
}
.support-page .sup-1 .bot ul li .ig {
  height: 100%;
  text-align: center;
  background: url(../images/sup1-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 20px 40px;
}
.support-page .sup-1 .bot ul li .ig h4 {
  font-size: 16px;
  margin-top: 15px;
}
.support-page .sup-1 .bot ul li .ig a {
  display: inline-block;
  font-size: 16px;
}
.support-page .sup-2 {
  padding: 50px 0 80px;
  /*background-color: #f5f7f6;*/
}
.support-page .sup-2 .title {
  text-align: center;
  color: #1c1c1c;
}
.support-page .sup-2 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
}
.support-page .sup-2 .title p {
  font-size: 18px;
}
.support-page .sup-2 .box {
  margin-top: 25px;
}
.support-page .sup-2 .box ul li {
  padding: 15px 0;
}
.support-page .sup-2 .box ul li .ig h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  -webkit-box-shadow: 0 0 8px 5px #ededed;
  box-shadow: 0 0 8px 5px #ededed;
  color: #212121;
  padding: 10px 50px 10px 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.support-page .sup-2 .box ul li .ig h4 i {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #212121;
  font-size: 30px;
}
.support-page .sup-2 .box ul li .ig h4::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '·';
  color: #012c9c;
}
.support-page .sup-2 .box ul li .ig .con {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #EFEFEF;
  color: #4e4e4e;
  padding: 20px 50px 15px;
}
.support-page .sup-2 .box ul li .ig.active h4,
.support-page .sup-2 .box ul li .ig:hover h4 {
  color: #012c9c;
}
.support-page .sup-3 {
  background: url(../images/probgc.png) repeat center;
  background-color: #121212;
  padding: 40px 0 90px;
}
.support-page .sup-3 .title {
  text-align: center;
}
.support-page .sup-3 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #fff;
}
.support-page .sup-3 .top-map {
  text-align: center;
  margin-top: 50px;
}
.support-page .sup-3 .top-map img {
  display: inline-block;
}
.support-page .sup-3 .bot-text .grid-box .left {
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .left .text {
  color: #fff;
}
.support-page .sup-3 .bot-text .grid-box .left .text h3 {
  font-size: 36px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
}
.support-page .sup-3 .bot-text .grid-box .left .text .con {
  font-size: 16px;
  font-family: 'SJGrotesk-Black';
  color: #ebebeb;
}
.support-page .sup-3 .bot-text .grid-box .right {
  text-align: center;
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num {
  display: inline-block;
  padding: 0 60px;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num small {
  font-size: 90px;
  letter-spacing: -5px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: .7;
  color: #012c9c;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num p {
  font-size: 26px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num:last-child {
  border-left: 1px solid #939393;
}
.support-page .sup-3 .red {
  padding: 20px 0;
  background: #f5f7f6;
  margin-top: 20px;
}
.support-page .sup-3 .bot-brand {
  /*background-color: #FFFFFF;*/
  padding: 10px 5%;
  margin-top: 40px;
  max-height: 560px;
  overflow: auto;
}
.support-page .sup-3 .bot-brand.odd {
  padding: 10px 0;
  margin-top: 40px;
  max-height: 560px;
  overflow: auto;
}
.support-page .sup-3 .bot-brand ul {
  max-width: 1140px;
  margin: -10px;
}
.support-page .sup-3 .bot-brand ul li {
  display: inline-block;
  padding: 10px;
}
.support-page .sup-3 .bot-brand ul li .ig {
  background: white;
}
.support-page .sup-3 .bot-brand ul li .ig img {
  display: block;
  margin: auto;
}
.support-page .sup-3 .bot-brand ul .slick-dots {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.support-page .sup-3 .bot-brand ul .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  margin: 0 10px;
}
.support-page .sup-3 .bot-brand ul .slick-dots li.slick-active {
  background: #012c9c;
}
.support-page .sup-3 .bot-brand ul .slick-dots li button {
  display: none;
}
.support-page .sup-4 {
  padding: 70px 0 50px;
}
.support-page .sup-4 ul li {
  margin-bottom: 70px;
}
.support-page .sup-4 ul li .ig .grid-box .left {
  vertical-align: middle;
}
.support-page .sup-4 ul li .ig .grid-box .left .text {
  max-width: 550px;
}
.support-page .sup-4 ul li .ig .grid-box .left .text h4 {
  font-size: 40px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .con {
  font-size: 18px;
  /*line-height: 1.75;*/
  margin: 20px 0;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a {
  display: inline-block;
  font-size: 22px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #012c9c;
  min-width: 220px;
  padding: 5px 20px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a:hover {
  background-color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .right {
  vertical-align: middle;
  padding-left: 30px;
}
.support-page .sup-4 ul li .ig .grid-box .right .ig img {
  width: 100%;
}
.support-page .sup-4 ul li:nth-child(even) .ig .left {
  position: relative;
  left: 50%;
  padding: 0 0 0 30px;
}
.support-page .sup-4 ul li:nth-child(even) .ig .right {
  position: relative;
  left: -50%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 992px) {
  .support-page .sup-1 .top .grid-box .left {
    width: 100%;
  }
  .support-page .sup-1 .top .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .support-page .sup-1 .bot ul {
    display: block;
    text-align: center;
  }
  .support-page .sup-1 .bot ul li {
    width: 100%;
  }
  .support-page .sup-4 ul li .ig .grid-box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .support-page .sup-4 ul li .ig .grid-box .right {
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .left {
    left: 0;
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .right {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .support-page .sup-1 .top .grid-box .left .text .title p {
    font-size: 16px;
  }
  .support-page .sup-1 .top .grid-box .left .text ul li .ig h4,
  .support-page .sup-1 .bot ul li .ig h4 {
    font-size: 20px;
  }
  .support-page .sup-2 .box ul li .ig h4 {
    font-size: 18px;
    padding: 10px 35px 10px 25px;
  }
  .support-page .sup-2 .box ul li .ig h4:before {
    left: 10px;
  }
  .support-page .sup-2 .box ul li .ig .con {
    padding: 20px 15px 15px;
  }
  .support-page .sup-3 .bot-text .grid-box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-page .sup-3 .bot-text .grid-box .right {
    width: 100%;
  }
  .support-page .sup-3 .bot-text .grid-box .left .text .con {
    font-size: 14px;
  }
  .support-page .sup-4 ul li .ig .grid-box .left .text .more a {
    font-size: 16px;
  }
}
/* Support End */
/* Contact Start */
/*.contact-page .ui.container {
  max-width: 1250px;
}*/
.contact-page .contact-tit {
  /*background-color: #F5F7F6;*/
  padding: 60px 0;
}
.contact-page .contact-tit .grid-box .left {
  vertical-align: middle;
}
.contact-page .contact-tit .grid-box .left .text h4 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'SJGrotesk-Black';
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1c1c1c;
  /*margin-bottom: 18px;*/
}
.contact-page .contact-tit .grid-box .left .text h3 {
  font-size: 20px;
  font-family: 'SJGrotesk-Black';
  line-height: 1.5;
  color: #012c9c;
}
.contact-page .contact-tit .grid-box .left .text .con {
  font-size: 14px;
  color: #1c1c1c;
  max-width: 630px;
  margin-top: 30px;
}
.contact-page .contact-tit .grid-box .right {
  padding: 0 2%;
  vertical-align: middle;
  text-align: center;
}
.contact-page .contact-top {
  padding: 70px 0 0;
  background-color: #f5f7f6;
}
.contact-page .contact-top .title {
  text-align: center;
}
.contact-page .contact-top .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1c1c1c;
}
.contact-page .contact-top .title p {
  font-size: 18px;
  color: #1c1c1c;
}
.contact-page .contact-top .box {
  margin-top: 50px;
}
.contact-page .contact-top .box ul {
  text-align: center;
}
.contact-page .contact-top .box ul li .ig {
  text-align: center;
}
.contact-page .contact-top .box ul li .ig .img {
  position: relative;
  display: inline-block;
  /*width: 80px;*/
  height: 80px;
  line-height: 80px;
  /*background-color: #FC8100;*/
}
/*.contact-page .contact-top .box ul li .ig .img::after {
  content: '';
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 1px solid #C1C1C1;
}*/
.contact-page .contact-top .box ul li .ig .img img {
  vertical-align: middle;
}
.contact-page .contact-top .box ul li .ig .text h4 {
  font-size: 20px;
  font-family: 'SJGrotesk-Black';
  font-weight: bold;
  color: #1c1c1c;
  margin: 20px 0 15px;
}
.contact-page .contact-top .box ul li .ig .text p {
  font-size: 20px;
  /* font-weight: 600; */
  color: #1c1c1c;
}
.contact-page .contact-1 {
  padding: 60px 0 100px;
  background-color: #f5f7f6;
}
/*.contact-page .contact-1 .ui.container {
  max-width: 1200px;
}*/
.contact-page .contact-1 h3 {
  font-size: 42px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 30px;
}
.contact-page .contact-1 .grid-box {
  margin: 0 -15px;
}
.contact-1 .grid-box .column {
  padding: 0 15px;
}
.contact-1 form input {
  display: inline-block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  border: 2px solid #e1e4eb;
  color: #333;
  background-color: transparent;
  padding: 12px 13px;
  margin-bottom: 20px;
}
.contact-1 form textarea {
  display: inline-block;
  width: 100%;
  height: 172px;
  font-size: 16px;
  border: 2px solid #e1e4eb;
  color: #333;
  background-color: transparent;
  padding: 12px 13px;
  margin-bottom: 20px;
}
.contact-1 form input[type="submit"] {
  display: block;
  font-size: 22px;
  width: 145px;
  min-width: 145px;
  margin: auto;
  border: none;
  color: #fff;
  background-color: #1c1c1c;
  padding: 6px 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-1 form input[type="submit"]:hover {
  background-color: #012c9c;
}
.contact-page .amap-logo {
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-top .box ul li {
    width: 33.33333%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 992px) {
  .contact-page .contact-top .box ul li {
    width: 50%;
    margin-top: 35px;
  }
  .contact-page .contact-tit .grid-box .left .text h4 {
    font-size: 18px;
  }
  .contact-page .contact-tit .grid-box .left .text h3 {
    font-size: 30px;
  }
  .contact-page .contact-tit .grid-box .left .text .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-tit .grid-box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .contact-tit .grid-box .right {
    width: 100%;
  }
  .contact-page .contact-1 .grid-box .column {
    width: 100%;
  }
  .contact-page .contact-top .box ul li {
    width: 100%;
  }
  .contact-page .contact-top .box ul li .ig .text h4 {
    font-size: 26px;
    font-family: 'SJGrotesk-Black';
    font-weight: 600;
    color: #2d2d2d;
    margin: 20px 0 15px;
  }
  .contact-page .contact-top .box ul li .ig .text p {
    font-size: 16px;
  }
}
/* Contact End */
/* Online Start */
/*.online-page .ui.container {
  max-width: 1380px;
}*/
.online-page .on-1 {
  /*background-color: #F5F7F6;*/
  padding: 80px 0 30px;
}
.online-page .on-1 .title {
  text-align: center;
}
.online-page .on-1 .title h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  color: #1c1c1c;
}
.online-page .on-1 .box {
  margin-top: 30px;
}
.online-page .on-1 .box ul li {
  padding: 0 40px;
}
.online-page .on-1 .box ul li .ig {
  text-align: center;
}
.online-page .on-1 .box ul li .ig .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  height: 160px;
  border: 8px solid #D0D0D0;
  background: url(../images/hotbgc1.jpg) no-repeat;
  padding: 25px 20px 15px;
}
.online-page .on-1 .box ul li .ig .img h4 {
  font-size: 22px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-top: 10px;
}
.online-page .on-1 .box ul li .ig .text {
  margin-top: 26px;
}
.online-page .on-1 .box ul li .ig .text p {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 1.3;
}
.online-page .on-2 {
  padding: 90px 0;
  background-color: #f5f7f6;
}
/*.online-page .on-2 .ui.container {
  max-width: 1230px;
}*/
.online-page .on-2 .title {
  text-align: center;
  color: #1c1c1c;
}
.online-page .on-2 .title h3 {
  font-size: 48px;
  line-height: 1.1;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  margin-bottom: 15px;
}
.online-page .on-2 .title p {
  font-size: 18px;
  line-height: 1.2;
}
.online-page .on-2 .box {
  margin-top: 40px;
}
.online-page .on-2 .box .grid-box .column label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: -1px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1;
  width: 140px;
  color: #1c1c1c;
}
.online-page .on-2 .box .grid-box .column input,
.online-page .on-2 .box .grid-box .column select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 38px;
  line-height: 38px;
  max-width: 360px;
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 0 10px;
}
.online-page .on-2 .box .grid-box .column input::-webkit-input-placeholder, .online-page .on-2 .box .grid-box .column select::-webkit-input-placeholder, .online-page .on-2 .box .grid-box .column textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column input:-moz-placeholder, .online-page .on-2 .box .grid-box .column select:-moz-placeholder, .online-page .on-2 .box .grid-box .column textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column input::-moz-placeholder, .online-page .on-2 .box .grid-box .column select::-moz-placeholder, .online-page .on-2 .box .grid-box .column textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column input:-ms-input-placeholder, .online-page .on-2 .box .grid-box .column select:-ms-input-placeholder, .online-page .on-2 .box .grid-box .column textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column input::placeholder,
.online-page .on-2 .box .grid-box .column select::placeholder,
.online-page .on-2 .box .grid-box .column textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column label.text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 38px;
  line-height: 38px;
  max-width: 360px;
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 0 10px;
}
.online-page .on-2 .box .grid-box .column label.text input {
  display: none;
}
.online-page .on-2 .box .grid-box .column label.text:after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  padding: inherit;
}
.online-page .on-2 .box .grid-box .column textarea {
  display: inline-block;
  width: 80%;
  height: 180px;
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 15px 10px;
  overflow: hidden;
}
.online-page .on-2 .box .grid-box ul li {
  padding: 15px 0;
}
.online-page .on-2 .box .grid-box .column.other {
  width: 100%;
  padding: 15px 0;
}
.online-page .on-2 .box .grid-box .column.other label {
  vertical-align: top;
  padding-top: 10px;
}
.online-page .on-2 .box .grid-box .column.other input[type="submit"] {
  display: block;
  width: 245px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #FF8100;
  padding: 0 20px;
  margin: auto;
  margin-top: 45px;
}
@media screen and (max-width: 992px) {
  .online-page .on-1 .box ul li {
    width: 50%;
    padding: 20px;
  }
  .online-page .on-2 .box .grid-box .column {
    width: 100%;
  }
  .online-page .on-2 .box .grid-box ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .online-page .on-2 .box .grid-box .column label {
    font-size: 15px;
  }
  .online-page .on-2 .box .grid-box .column input,
  .online-page .on-2 .box .grid-box .column select,
  .online-page .on-2 .box .grid-box .column textarea {
    max-width: 100%;
    width: 100%;
  }
  .online-page .on-2 .box .grid-box .column.other label {
    padding: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .online-page .on-1 .box ul li {
    width: 100%;
  }
  .online-page .on-2 .title p {
    font-size: 14px;
  }
  .online-page .on-2 .box .grid-box ul li {
    display: block;
    padding: 8px 0;
  }
  .online-page .on-2 .box .grid-box .column label {
    width: 100%;
    padding: 8px 0;
  }
  .online-page .on-2 .box .grid-box .column.other input[type="submit"] {
    font-size: 18px;
  }
}
/* Online End */
/*Custom Service Start */
.customer-page {
  padding: 80px 0 0;
}
/*.customer-page .ui.container {
  max-width: 1250px;
}*/
.customer-1 .title {
  text-align: center;
}
.customer-1 .title h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  font-family: 'SJGrotesk-Black';
}
.customer-1 .title i {
  display: inline-block;
  height: 3px;
  width: 78px;
  background-color: #012c9c;
}
.customer-1 .customer-box {
  margin-top: 10px;
}
.customer-1 .customer-box ul {
  font-size: 0;
  text-align: center;
  margin: 0 -11px;
}
.customer-1 .customer-box ul li {
  display: inline-block;
  max-width: 33.3333%;
  vertical-align: top;
  padding: 50px 11px 0;
}
/*.customer-1 .customer-box ul:nth-child(2) {
  margin-top: 2.5*20px;
}*/
.customer-2 {
  margin: 60px 0;
  color: #1c1c1c;
}
.customer-2 .title {
  text-align: center;
}
.customer-2 .title h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'SJGrotesk-Black';
}
.customer-2 .title i,
.customer-1 .title i {
  display: inline-block;
  width: 45%;
  height: 1px;
  background-color: #012c9c;
  margin: 26px 0 30px;
  font-size: 16px;
  font-family: 'SJGrotesk-Black';
}
.customer-2 .title p,
.customer-1 .title p {
  font-size: 18px;
  line-height: 28px;
  max-width: 90%;
  margin: auto;
}
.customer-2 .title p span,
.customer-1 .title p span {
  font-weight: 600;
}
.customer-2 .box {
  margin-top: 80px;
}
.customer-2 .box ul {
  padding: 0 10px;
}
.customer-2 .box ul li {
  padding: 0 5px;
}
.customer-2 .box .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  border: none;
  width: 33px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  background-color: #012c9c;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.customer-2 .box .slick-arrow:hover {
  color: #1c1c1c;
}
.customer-2 .box .slick-arrow.slick-prev {
  left: 0;
}
.customer-2 .box .slick-arrow.slick-next {
  right: 0;
}
.customer-3 {
  color: #1c1c1c;
  background-color: #FCFCFC;
  padding: 40px 0;
}
.customer-3 .table table thead tr td {
  font-size: 24px;
  text-transform: capitalize;
  border: none;
}
.customer-3 .table table thead tr td:nth-child(1) {
  font-size: 36px;
  font-weight: 600;
  color: #012c9c;
}
.customer-3 .table table tbody tr td {
  height: 92px;
  font-size: 18px;
  font-family: 'SJGrotesk-Black';
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}
.customer-3 .table table tbody tr td em {
  color: #012c9c;
  font-size: 24px;
}
.customer-3 .table table tbody tr td img {
  display: block;
  margin: auto;
}
.customer-3 .table table tbody tr td:nth-child(1) {
  border-left: none;
  padding: 0 20px;
}
.customer-3 .table table tbody tr td:nth-child(1) small {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.customer-3 .table table tbody tr td:nth-child(1) small span {
  font-size: 18px;
  font-weight: normal;
  color: #012c9c;
}
.customer-3 .table table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .customer-3 .table {
    display: block;
    overflow: auto;
  }
  .customer-3 .table table {
    min-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .customer-1 .customer-box ul li {
    max-width: 50%;
    height: 160px;
    overflow: hidden;
  }
  .customer-1 .customer-box ul li .ig img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .customer-3 .table table thead tr td:nth-child(1) {
    font-size: 22px;
  }
  .customer-3 .table table thead tr td {
    font-size: 16px;
  }
  .customer-3 .table table tbody tr td:nth-child(1) small {
    font-size: 18px;
  }
  .customer-3 .table table tbody tr td,
  .customer-3 .table table tbody tr td:nth-child(1) small span {
    font-size: 15px;
  }
  .customer-3 .table table tbody tr td:nth-child(1) {
    padding: 0 5px;
  }
}
/*Custom Service End */
/* Why Choose Us Start */
.choose-page {
  color: #1c1c1c;
  padding: 80px 0;
}
/*.choose-page .ui.container {
  max-width: 1470px;
}*/
.choose-page .choose-1 .title {
  text-align: center;
}
.choose-page .choose-1 .title h5 {
  font-size: 20px;
  color: #012c9c;
}
.choose-page .choose-1 .title h3 {
  font-size: 44px;
  font-weight: 600;
  font-family: 'SJGrotesk-Black';
  line-height: 1.2;
}
.choose-page .choose-1 .title i {
  display: inline-block;
  width: 78px;
  height: 3px;
  background-color: #012c9c;
  margin: 10px 0 38px;
}
.choose-page .choose-1 .title p {
  font-size: 16px;
  color: #000;
}
.choose-page .choose-1 .choose-box {
  margin-top: 50px;
}
.choose-page .choose-1 .choose-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.choose-page .choose-1 .choose-box ul li {
  display: inline-block;
  padding: 30px;
}
.choose-page .choose-1 .choose-box ul li .ig {
  height: 100%;
  display: block;
  border-bottom: 1px solid #012c9c;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  padding: 48px 48px 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig .grid-box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig .grid-box .column {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 0;
  font-family: 'SJGrotesk-Black';
}
.choose-page .choose-1 .choose-box ul li .ig i {
  display: inline-block;
  width: 78px;
  height: 3px;
  background-color: #012c9c;
  margin: 2px;
}
.choose-page .choose-1 .choose-box ul li .ig .con {
  font-size: 16px;
}
.choose-page .choose-1 .choose-box ul li .ig:hover {
  background-color: #012c9c;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column {
  position: relative;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column.img {
  opacity: 0;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column.tit {
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
.choose-page .choose-1 .choose-box ul li:nth-child(1) .ig:hover .grid-box {
  background: url(../images/choose-1-1-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(2) .ig:hover .grid-box {
  background: url(../images/choose-1-2-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(3) .ig:hover .grid-box {
  background: url(../images/choose-1-3-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(4) .ig:hover .grid-box {
  background: url(../images/choose-1-4-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(5) .ig:hover .grid-box {
  background: url(../images/choose-1-5-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(6) .ig:hover .grid-box {
  background: url(../images/choose-1-6-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(7) .ig:hover .grid-box {
  background: url(../images/choose-1-7-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(8) .ig:hover .grid-box {
  background: url(../images/choose-1-8-w.png) no-repeat right top;
}
@media screen and (max-width: 1200px) {
  .choose-page .choose-1 .choose-box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .choose-page .choose-1 .choose-box ul li {
    width: 100%;
  }
  .choose-page .choose-1 .choose-box ul li .ig h4 {
    font-size: 22px;
  }
  .choose-page .choose-1 .title h5,
  .choose-page .choose-1 .choose-box ul li .ig .con {
    font-size: 14px;
  }
}
/* Why Choose Us End */
/* Quality Start */
.quality-page {
  color: #1c1c1c;
  padding: 60px 0;
}
.quality-page .title {
  text-align: center;
}
.quality-page .title h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'SJGrotesk-Black';
}
.quality-page .title i {
  display: inline-block;
  height: 3px;
  width: 78px;
  background-color: #012c9c;
}
.quality-page .quality-1 {
  margin-top: 70px;
}
.quality-page .quality-1 .grid-box .right {
  padding-left: 3%;
}
.quality-page .quality-1 .grid-box .right .text {
  border-top: 1px solid #012c9c;
  padding-top: 30px;
}
.quality-page .quality-1 .grid-box .right .text h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
}
.quality-page .quality-1 .grid-box .right .text h4 span {
  font-size: 36px;
}
.quality-page .quality-1 .grid-box .right .text .con {
  font-size: 16px;
  max-width: 590px;
  line-height: 1.8;
  margin-top: 16px;
}
.quality-page .quality-1 .grid-box .right .text .con ul {
  margin: 6px 0;
}
.quality-page .quality-1 .grid-box .right .text .con ul li {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: 40%;
  padding: 0px 0 5px 10px;
}
.quality-page .quality-1 .grid-box .right .text .con ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #012c9c;
}
.quality-page .quality-1.quality-1-2 .grid-box .right {
  padding-left: 0;
  padding-right: 3%;
}
.quality-page .quality-1.quality-1-3 {
  background-color: #F6F6F6;
  margin-top: -44px;
  padding: 90px 0;
}
.quality-page .quality-1.quality-1-3 .grid-box .left {
  vertical-align: middle;
}
.quality-page .quality-1.quality-1-3 .grid-box .right {
  vertical-align: middle;
  padding-left: 0;
  padding-right: 3%;
}
.quality-page .quality-1.quality-1-3 .grid-box .right .text {
  font-size: 0;
  border: none;
}
.quality-page .quality-1.quality-1-3 .grid-box .right .text img {
  width: 48%;
  margin: 0 1%;
}
.quality-page .quality-1.quality-1-3 .grid-box .right .text h4 {
  margin-top: 40px;
}
.quality-page .quality-1.quality-1-4 .grid-box {
  position: relative;
  border-bottom: 1px solid #012c9c;
  padding-bottom: 90px;
}
.quality-page .quality-1.quality-1-4 .grid-box::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #012c9c;
}
.quality-page .quality-1.quality-1-4 .grid-box .left {
  vertical-align: middle;
  padding-right: 3%;
}
.quality-page .quality-1.quality-1-4 .grid-box .right {
  vertical-align: top;
}
.quality-page .quality-1.quality-1-4 .grid-box:after {
  top: 0;
  width: 47%;
}
.quality-page .quality-1.quality-1-4 .grid-box .right .text {
  border: none;
  padding-top: .7em;
}
.quality-page .quality-1.quality-1-4 .grid-box .right .text .con {
  line-height: 1.8;
}
.quality-page .quality-1.quality-1-4 .grid-box .right .text .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quality-page .quality-1.quality-1-4 .grid-box .right .text .flex img {
  width: 49%;
}
.quality-page .quality-pack {
  padding: 80px 0;
}
.quality-page .quality-pack .tit {
  font-size: 36px;
  font-weight: 600;
}
.quality-page .quality-pack .pack-box {
  margin-top: 30px;
}
.quality-page .quality-pack .pack-box ul {
  margin: 0 -10px;
}
.quality-page .quality-pack .pack-box ul li {
  padding: 0 10px;
}
.quality-page .quality-pack .pack-box ul li .ig .img {
  overflow: hidden;
}
.quality-page .quality-pack .pack-box ul li .ig .img img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-pack .text h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  padding: 20px 0 10px;
  font-family: 'SJGrotesk-Black';
}
.quality-page .quality-pack .text .con {
  font-size: 16px;
  line-height: 1.8;
}
.quality-page .quality-pack .pack-box ul li .ig:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .quality-page .quality-1 .grid-box .right .text h4 {
    font-size: 18px;
  }
  .quality-page .quality-1 .grid-box .right .text h4 span {
    font-size: 24px;
  }
  .quality-page .quality-pack .tit {
    font-size: 22px;
  }
  .quality-page .quality-1 .grid-box .left {
    width: 100%;
    text-align: center;
  }
  .quality-page .quality-1 .grid-box .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .quality-page .quality-1 .grid-box .right .text .con {
    max-width: 100%;
  }
  .quality-page .quality-1 .grid-box .right .text .con ul li {
    text-align: left;
  }
  .quality-page .quality-1.quality-1-2 .grid-box .right {
    padding: 0;
  }
  .quality-page .quality-1.quality-1-2 .grid-box .left {
    margin-top: 40px;
  }
  .quality-page .quality-1.quality-1-3 .grid-box .right {
    padding: 0;
    margin-bottom: 40px;
  }
  .quality-page .quality-1.quality-1-3 .grid-box .right .text {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-pack .pack-box ul li .ig .text h4 {
    font-size: 18px;
  }
  .quality-page .quality-1 .grid-box .right .text .con,
  .quality-page .quality-pack .pack-box ul li .ig .text .con {
    font-size: 14px;
  }
  .quality-page .quality-1 .grid-box .right .text .con ul li {
    width: 48%;
  }
}
/* Quality End */
.m-page {
  text-align: center;
  margin-top: 40px;
}
.m-page a,
.m-page span {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  color: #1c1c1c;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  color: #fff;
  background-color: #012c9c;
}
@media screen and (max-width: 700px) {
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/* 内页区域第二版 End */
.production-page {
  padding: 50px 0;
}
.production-page .production-1 {
  text-align: center;
}
.production-page .production-1 .title {
  text-align: center;
}
.production-page .production-1 .title h3 {
  font-size: 48px;
  font-weight: 600;
  color: #1c1c1c;
}
.production-page .production-1 .title i {
  display: inline-block;
  height: 3px;
  width: 78px;
  background-color: #012c9c;
}
.production-page .production-1 .img {
  margin-top: 35px;
}
.production-page .production-2 {
  margin-top: 40px;
  text-align: center;
}
.production-page .production-2 h3 {
  font-size: 48px;
  font-weight: 600;
  color: #1c1c1c;
  font-family: 'SJGrotesk-Black';
}
.production-page .production-2 .text {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
  margin-top: 25px;
}
.production-page .production-2 .top .list {
  margin-top: 60px;
}
.production-page .production-2 .top .list ul {
  max-width: 1220px;
  text-align: center;
  width: 100%;
}
.production-page .production-2 .top .list.active ul {
  position: fixed;
  top: 0;
  z-index: 2;
}
.production-page .production-2 .top .list.active {
  padding-bottom: 60px;
}
.production-page .production-2 .top .list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  line-height: 60px;
  height: 60px;
  color: white;
  background: #012c9c;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.production-page .production-2 .top .list ul li:hover,
.production-page .production-2 .top .list ul li.active {
  background: #111;
}
.production-page .production-2 .bottom {
  margin-top: 40px;
}
.production-page .production-2 .bottom .slide {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.production-page .production-2 .bottom .slide:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.production-page .production-2 .bottom .slide h4 {
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 1;
}
.production-page .production-2 .bottom .slide .list {
  margin-top: 50px;
}
.production-page .production-2 .bottom .slide .list ul {
  margin: -10px;
}
.production-page .production-2 .bottom .slide .list ul li {
  padding: 10px;
  width: 33.333%;
  float: left;
}
.production-page .production-2 .bottom .slide .list img {
  width: 100%;
}
.production-page .production-2 .bottom .slide.float .list li:first-child {
  width: 50%;
}
.production-page .production-2 .bottom .slide.float .list li {
  width: 25%;
  float: left;
}
.support-page .sup-1 .bot h3 {
  font-size: 48px;
  font-family: 'SJGrotesk-Black';
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
  padding-bottom: 25px;
  margin: 5px 0;
}
.mbx {
  padding: 10px 0;
  /*background: #f8f8f8;*/
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
/*.mbx .ui.container {
  max-width: 1250px;
}*/
.mbx a {
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mbx a:first-child {
  margin-left: 0;
}
.mbx a:hover {
  opacity: 2;
}
.mbx span {
  color: black;
  font-size: 17px;
}
.our-team-page {
  color: #1c1c1c;
}
.our-team-page h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'SJGrotesk-Black';
}
.our-team-page .our-team-1 {
  padding: 100px 0;
}
.our-team-page .our-team-1 .list {
  margin-top: 50px;
}
.our-team-page .our-team-1 .list ul li {
  padding: 0 50px;
  text-align: center;
}
.our-team-page .our-team-1 .list ul li a.img-box {
  display: block;
}
.our-team-page .our-team-1 .list ul li a.img-box img {
  width: 100%;
}
.our-team-page .our-team-1 .list ul li h5 {
  font-size: 28px;
  font-weight: 600;
  margin: 15px 0;
  line-height: 1;
}
.our-team-page .our-team-1 .list ul li p {
  font-size: 16px;
  line-height: 1.4;
}
.our-team-page .our-team-2 {
  padding: 50px 0 80px;
  background: #f6f6f6;
}
.our-team-page .our-team-2 .img {
  margin-top: 50px;
  text-align: center;
}
.product-page .pro-1 .ui > form h6 {
  font-size: 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .pro-1 .ui > form input,
.product-page .pro-1 .ui > form button {
  line-height: 32px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #eee;
  font-size: 14px;
  display: inline-block;
  width: 300px;
}
.product-page .pro-1 .ui > form button {
  width: 32px;
  margin-left: 5px;
  background: #e98323;
  color: white;
  padding: 0;
}
