@font-face {
    font-family: 'atl';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Montserrat-Regular.woff2') format('woff2'), 
    url('../fonts/Montserrat-Regular.woff') format('woff'), 
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'atl';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Montserrat-Medium.woff2') format('woff2'), 
    url('../fonts/Montserrat-Medium.woff') format('woff'), 
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'atl';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), 
    url('../fonts/Montserrat-SemiBold.woff') format('woff'), 
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'atl';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Montserrat-Bold.woff2') format('woff2'), 
    url('../fonts/Montserrat-Bold.woff') format('woff'), 
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'atl';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Poppins-Light.woff2') format('woff2'), 
    url('../fonts/Poppins-Light.woff') format('woff'), 
    url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

body {
  font-family: 'atl';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}

#ewm{
  width: 100px;
  margin-top: 20px;
}
@-webkit-keyframes tmd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tmd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
.progress {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  text-align: center;
}
.progress > li {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: Lato;
  font-weight: 100;
  margin: 30px 0;
}
.progress svg {
  width: 5rem;
  height: 5rem;
  opacity: 0;
  transition: .3s ease;
}
.progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.progress li.active svg {
  opacity: 1;
}
.progress li.active svg:nth-child(2) path {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 629;
  stroke: #fff;
  -webkit-animation: load 5s;
  animation: load 5s;
}
.progress li.active svg {
  -webkit-animation: tmd 1s;
  animation: tmd 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
.progress > li::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  transition: .5s ease;
}
.t-header.-kv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  will-change: opacity;
  z-index: 200;
}
.t-header_inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: .3s ease;
}
.h-search {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  cursor: hand;
}
.h-search img {
  vertical-align: middle;
}
#header.header-two .h-search {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e9ebf3;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  color: #fff;
}
#header .h-top .fr a {
  margin: 0 10px;
  opacity: .5;
}
#header .h-top .fr a.active {
  opacity: 1;
}
#header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 25px;
  color: white;
  transition: .5s;
  z-index: 22;
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1630px;
  width: auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding: 5px 0;
  width: 166px;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: 0;
  width: 63%;
}
#header .nav .ui.menu .menu-box>div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 500;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  transition: .5s;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: #3e5eba;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search {
  margin: 0 40px;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .search form {
  font-size: 14px;
  width: 12em;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255,255,255,.3);
  border-radius: 1em;
  height: 2em;
  overflow: hidden;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  padding: 0 1em;
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .search form input::placeholder {
  color: white;
}
#header .nav .ui.menu .search form input[type="submit"] {
  width: 2em;
  background-image: url('../images/icon-search.png');
  background-position: center;
  background-repeat: no-repeat;
}
#header .nav .ui.menu .yuy {
  position: relative;
}
#header .nav .ui.menu .yuy span {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap:.5em;
}
#header .nav .ui.menu .yuy span em {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .yuy ul {
  position: absolute;
  right: 0;
  top: 100%;
  width: 120px;
  background-color: white;
  font-size: 14px;
  display: none;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  display: flex;
  align-items: center;
  column-gap: .5em;
  padding: .5em;
  color: black;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a:hover {
  color: white;
  background-color: #3e5eba;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
}
#header.active {
  background-color: black;
  top: 0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  /*word-break: break-word;*/
  text-align: center;
  table-layout: fixed;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
/*table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}*/
table tr:first-child {
    background-color: #3e5eba !important; 
    color: #ffffff;
    line-height: 3;
    font-size: 22px;
}
table tr:nth-child(even) {
    background-color: #ffffff; 
}
 
/* 设置奇数行的背景色 */
table tr:nth-child(odd) {
    background-color: #f2f2f2; 
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #3e5eba;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #3e5eba;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page {
    padding-top: 40px;
  }
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
#banner .content span.h2 {
  font-size: 72px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
#banner .content .text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: lighter;
  margin: 1em 0 3em;
}
#banner .more-btn a {
  background-color: #3e5eba;
  color: white;
  display: inline-block;
  border: none;
}
#banner .content a.more:hover {
  background-color: black;
}
@-webkit-keyframes hg {
  0% {
    width: 0;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes hg {
  0% {
    width: 0;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes hg {
  0% {
    width: 0;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 0;
  }
}
@keyframes hg {
  0% {
    width: 0;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 0;
  }
}
.p-index-kv_scroll-line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-top: -1px;
  margin-right: 16px;
  animation: hg 3s linear infinite;
}
.p-index-kv_scroll {
  left: 80px;
  bottom: 125px;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: left bottom;
}
.p-index-kv_scroll {
  font-weight: 600;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  will-change: opacity;
}
#banner .banner-img {
  background-repeat: no-repeat;
  background-position: content;
  background-size: cover;
}
#banner .txt h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.t-header.-fixed .t-header_inner {
  position: fixed;
  color: inherit;
  align-items: center;
  background-color: #fff;
  box-shadow: 7.5px 13px 30px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .t-header_inner {
    padding: 0 100px;
  }
}
.txt-upp {
  text-transform: uppercase;
}
.more-btn a {
  display: inline-block;
}
.more-btn a img {
  vertical-align: middle;
}
/* Nanuk */
.button--nanuk {
  padding: 0 2em;
  overflow: hidden;
  background: #3e5eba;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button--nanuk.button--inverted {
  background: #fff;
  color: #3e5eba;
}
.button--nanuk > span {
  display: inline-block;
  padding: 1.2em 0;
}
.button--nanuk:hover {
  background-color: #3e5eba;
}
.button--nanuk:hover > span:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.5s forwards;
  animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.5s forwards;
  animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.button--nanuk:hover > span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.button--nanuk:hover > span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.button--nanuk:hover > span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.button--nanuk:hover > span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.button--nanuk:hover > span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.button--nanuk:hover > span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.button--nanuk:hover > span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.button--nanuk:hover > span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.button--nanuk:hover > span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.button--nanuk:hover > span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.button--nanuk:hover > span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-index-kv-pagination_text {
  position: absolute;
  z-index: 3;
  color: #fff;
}
.p-index-kv-pagination_text {
  bottom: 120px;
  right: 100px;
}
.p-index-kv-pagination_text .top::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 1px;
  background-color: #fff;
}
#header.-fixed .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
  margin-right: 70px;
  margin-left: 0;
}
#header.-fixed .h-top {
  display: none;
}
#header.-fixed .nav .ui.menu .menu-box ul.menu > li > a {
  width: auto;
}
#header.header-two .t-header_inner {
  transform: translateY(-100%);
  transition: .5s ease;
}
#header.header-two .nav .ui.menu .menu-box ul.menu > li > a::before,
#header.header-two .nav .ui.menu .menu-box ul.menu > li > a::after {
  display: none;
}
.our-product {
  padding-top: 100px;
}
.c-heading_en {
  font-size: 40px;
}
.c-heading_inner {
  padding-left: 30px;
  position: relative;
}
.c-heading_inner::before,
.c-heading_inner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 8px;
}
.c-heading_inner::before {
  background-color: #3e5eba;
  top: 10px;
}
.c-heading_inner::after {
  background-color: #0d2f46;
  top: 18px;
}
.c-heading_inner h2 {
  color: #3e5eba;
  font-weight: 300;
}
.bg-3 a {
  color: #3e5eba;
  border-color: #3e5eba;
}
.button--border-thin {
  border: 1px solid;
}
.our-product {
  background-color: #eef3f6;
}
.our-product .button--nanuk.button--inverted {
  background-color: transparent;
}
.our-product .button--nanuk.button--inverted:hover {
  background-color: #3e5eba;
}
.our-product .cat-list {
  padding: 60px 0;
}
.our-product .cat-list li {
  width: 20%;
}
.our-product .cat-list li a {
  opacity: .5;
  display: block;
}
.our-product .cat-list li.active a,
.our-product .cat-list li a:hover {
  opacity: 1;
}
.our-product .cat-list img {
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.our-product .cat-list li.active img,
.our-product .cat-list a:hover img {
  filter: none;
}
.our-product .cat-list li.active .cat-name,
.our-product .cat-list a:hover .cat-name {
  color: #3e5eba;
}
.our-product .cat-list .img {
  min-height: 65px;
  line-height: 65px;
}
.our-product .pro-list a {
  background-color: #fff;
  transition: .5s ease;
}
.our-product .pro-list a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.our-product .pro-list .content {
  padding: 30px 25px;
}
.our-product .pro-list .content .name {
  font-weight: 500;
}
.our-product .pro-list .content .font-14 {
  color: #999;
  margin-top: .5em;
}
.our-product .pro-list ul {
  margin: -10px;
}
.our-product .pro-list ul li {
  padding: 10px;
}
.our-product .tab-btn {
  margin-top: 40px;
  text-align: center;
}
.our-product .tab-btn span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #dddddd;
  font-size: 22px;
  margin: 0 8px;
  cursor: pointer;
}
.our-product .tab-btn span:hover {
  background-color: #3e5eba;
}
.c-business_heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.our-test .box {
  max-width: 1660px;
  z-index: 10;
}
.our-test .box img {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.our-test .bg-3 .button {
  border-color: transparent;
}
.c-business_pagination_item {
  display: flex;
  position: relative;
  padding-left: 21px;
  color: #c1c4cb;
  font-size: 18px!important;
  transition: color 0.6s;
}
.c-business_pagination_item:first-child {
  margin-top: 0;
}
.c-business_pagination_progress {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 25px;
  margin: auto;
  margin-top: 0;
  background-color: #d5d7de;
}
.c-business_pagination_progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3455fc;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-business_pagination_number {
  width: 35px;
}
.our-test {
  background-color: #eef3f6;
  padding-top: 100px;
}
.our-test .tab-list {
  width: 44%;
  position: absolute;
  left: 65%;
  top: 0;
}
.our-test .tab-list ul {
  display: flex;
  flex-wrap: wrap;
}
.our-test .tab-list ul li {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 5%;
}
.our-test .tab-list ul li.active .c-business_pagination_item {
  color: #3e5eba;
}
.our-test .tab-list ul li:last-child {
  margin-bottom: 0;
}
.our-test .slick-one {
  width: 63%;
}
.our-test {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.our-test:after {
  content: '';
  z-index: -1;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
}
.our-test .slick-two {
  max-width: 750px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 50px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.our-test .slick-two:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: white;
}
.our-test .slick-two .content {
  padding: 40px 0 60px 70px;
}
.our-test::before {
  left: -80px;
  right: -80px;
  height: 350px;
}
.our-test::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-color: #f2f4fb;
}
.our-test .num {
  color: #3e5eba;
}
.our-test .num::before {
  content: "";
  width: 115px;
  height: 1px;
  background-color: #3e5eba;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.our-test .slick-two .more-btn {
  margin-top: 100px;
}
.our-test .slick-two .more-btn a {
  color: #3e5eba;
}
.our-test .slick-slide .content {
  display: none;
}
.our-test .slick-active .content {
  display: block;
}
.our-test .slick-slide .content .font-36 {
  font-weight: 500;
  line-height: 1;
}
.our-test .slick-slide .content .font-30 {
  font-weight: 300;
  line-height: 1;
  margin-top: .7em;
}
.our-test .slick-slide .content .font-18 {
  font-weight: 300;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  margin: 30px 0 45px;
}
.our-test .slick-slide .content .font-18.more-btn,
.our-test .slick-slide .content .font-18.num {
  font-weight: 500;
  margin: 0;
}
.our-test .tab-list ul li.active i {
  opacity: 1;
  -webkit-transition: 5s height linear,opacity 0s;
  -moz-transition: 5s height linear,opacity 0s;
  -ms-transition: 5s height linear,opacity 0s;
  -o-transition: 5s height linear,opacity 0s;
  transition: 5s height linear,opacity 0s;
  height: 100%;
}
.our-test .tab-list i {
  height: 0;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #004694;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.our-test .more-btn.pa {
  bottom: -80px;
  right: 700px;
}
.bg-3 .button {
  color: #fff;
  border-color: #fff;
}
.our-company {
  padding: 130px 0 70px;
  background-color: #eef3f6;
}
.our-company .left {
  width: 50%;
  position: relative;
  z-index: 5;
}
.our-company .left .box2 {
  max-width: 700px;
  margin-left: auto;
}
.our-company .left .box2 .content {
  background-color: #fff;
  padding: 70px 35px 100px;
  border-radius: 10px;
}
.our-company .left .box2 .content h2 {
  font-size: 36px;
  letter-spacing: .04em;
  line-height: 1.2;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 2em;
}
.our-company .left .box2 .content p {
  padding: 20px 0;
  color: #999999;
}
.our-company .left .more-btn {
  color: #3e5eba;
  margin-top: 60px;
}
.our-company .right {
  width: 50%;
  position: relative;
  z-index: 1;
}
.our-company .right .img {
  margin-left: -19%;
}
.our-company .right .more-btn {
  display: inline-block;
  margin-left: 25px;
}
.our-company .right .list {
  padding-left: 10%;
  overflow: hidden;
}
.our-company .right .list ul {
  margin: 0 -30px;
}
.our-company .right .list ul li {
  padding: 0 30px;
}
.max-w-700 {
  margin-top: 55px;
  max-width: 700px;
  text-align: right;
}
.max-w-700 .button--nanuk > span {
  padding: 1em 0;
}
.our-company .bg {
  margin-left: -19%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.our-company .bg-content {
  width: 50%;
  bottom: 0;
  right: 0;
  height: 70%;
}
.our-company .button--nanuk {
  background-color: transparent;
}
.our-news {
  padding: 100px 0 60px;
}
.our-news .right {
  max-width: 880px;
  width: 100%;
}
.c-news-list_link {
  display: block;
  position: relative;
  border-bottom: 1px solid #e9ebf3;
  padding: 30px 150px 30px 20px;
}
.c-head {
  display: flex;
  align-items: center;
}
.c-head_date {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  color: #c1c4cb;
  font-size: 24px;
  line-height: 40px;
}
.c-news-list_text {
  margin-top: 19px;
  font-size: 18px;
  line-height: 32px;
}
.c-news-list_text span {
  display: inline-block;
  border: 1px solid #3e5eba;
  color: #3e5eba;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 32px;
  margin-left: 25px;
}
.c-head_category {
  letter-spacing: .05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9edef;
  border: 1px solid #dee2e5;
  width: 130px;
  height: 30px;
  margin-left: 19px;
  font-size:14px;
}
.c-news-list_link:hover .c-news-list_text {
  color: #3e5eba;
}
.c-news-list {
  border-top: 1px solid #e9ebf3;
}
.c-news-list_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c-news-list_line i {
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #004694;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.c-news-list a:hover .c-news-list_line i {
  opacity: 1;
  -webkit-transition: 1s width linear,opacity 0s;
  -moz-transition: 1s width linear,opacity 0s;
  -ms-transition: 1s width linear,opacity 0s;
  -o-transition: 1s width linear,opacity 0s;
  transition: 1s width linear,opacity 0s;
  width: 100%;
}
.init-1 .top {
  padding: 100px 0 40px;
  background-color: #eef3f6;
  text-align: center;
}
.init-1 .top .c-heading_inner {
  display: inline-block;
}
.init-1 .pre {
  height: 920px;
  position: relative;
  background-color: black;
  z-index: 1;
}
.init-1 .pre .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  opacity: 0;
  transition: .5s;
}
.init-1 .pre .mask i.active {
  opacity: 1;
  z-index: -1;
}
.init-1 .pre .list {
  height: 100%;
}
.init-1 .pre .list ul {
  height: 100%;
  display: flex;
}
.init-1 .pre .list ul li {
  width: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15% 0;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.init-1 .pre .list ul li span.h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  width: 100%;
}
.init-1 .pre .list ul li >span.h3 {
  padding: 0 15%;
  text-align: center;
  opacity: .63;
  transform: translateY(0);
  transition: .5s;
}
.init-1 .pre .list ul li .content {
  left: 0;
  width: 100%;
  padding: 0 15%;
  opacity: 0;
  transform: translateY(10%);
  transition: .5s;
}
.init-1 .pre .list ul li.active .content {
  transform: translateY(0);
  opacity: 1;
}
.init-1 .pre .list ul li.active >span.h3 {
  transform: translateY(10%);
  opacity: 0;
}
.init-1 .pre .list ul li .content .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: 3em 0;
}
.init-1 .pre .list ul li .content a.link {
  font-size: 20px;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #3e5eba;
  transition: .5s;
}
.init-1 .pre .list ul li .content a.link:hover {
  background-color: #3e5eba;
  color: white;
}
.Automation {
  background: url(../images/automation-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 150px 0 180px;
}
.Automation .line::before {
  content: "";
  width: 95px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.Automation .font-36 {
  font-size: 42px;
  line-height: 1;
}
.Automation .font-24 {
  line-height: normal;
}
.Automation .font-bold {
  font-weight: normal;
}
.Automation p.font-18 {
  font-weight: 300;
  opacity: .7;
  margin: 1.5em 0 2.2em;
}
.Automation .box {
  max-width: 700px;
}
.Automation .button--nanuk {
  background-color: transparent;
  padding: 0;
}
.Automation .button--nanuk > span {
  padding: 0;
}
#footer .footer-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-top .box {
  padding: 95px 0;
}
#footer .footer-top .list-warp {
  margin: -15px;
  padding-bottom: 210px;
}
#footer .footer-top .list-item {
  width: 25%;
  padding: 15px;
  font-size: 14px;
}
#footer .footer-top .list-item li {
  transition: .5s;
  color: #999;
}
#footer .footer-top .list-item li ul {
  display: none;
}
#footer .footer-top .list-item li:hover {
  color: #3e5eba;
}
.c-footer-list_title_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer-list_border {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e9ebf3;
  margin: 10px 0 20px;
}
.c-footer-list_border i {
  height: 1px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #004694;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
}
#footer .footer-top .list-item > a:hover .c-footer-list_border i {
  opacity: 1;
  -webkit-transition: .3s width linear,opacity 0s;
  -moz-transition: .3s width linear,opacity 0s;
  -ms-transition: .3s width linear,opacity 0s;
  -o-transition: .3s width linear,opacity 0s;
  transition: .3s width linear,opacity 0s;
  width: 100%;
}
#footer .footer-top .list-item ul li > a {
  padding-bottom: .5em;
  display: inline-block;
  position: relative;
}
.c-footer-list_hover-line {
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004694;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  opacity: 0;
}
#footer .footer-top .list-item ul li > a:hover .c-footer-list_hover-line {
  opacity: 1;
  -webkit-transition: .3s width linear,opacity 0s;
  -moz-transition: .3s width linear,opacity 0s;
  -ms-transition: .3s width linear,opacity 0s;
  -o-transition: .3s width linear,opacity 0s;
  transition: .3s width linear,opacity 0s;
  width: 100%;
}
#footer .footer-top .list-item ul li:nth-child(n+2) {
  margin-top: 10px;
}
#footer .footer-bottom {
  background-color: #3e5eba;
  padding: 35px 0;
  color: #fff;
}
.t-footer_content_smoothTop {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 24px;
  background-color: #3e5eba;
  border-color: #3e5eba;
  transition: .5s ease;
  border: 1px solid currentcolor;
}
.t-footer_content_smoothTop:hover {
  background-color: transparent;
  color: #3e5eba;
}
@media screen and (max-width: 1700px) {
  .t-header_inner {
    padding: 0 40px;
  }
  #header.header-two .h-search {
    width: 70px;
  }
  .our-test .tab-list {
    width: 34%;
  }
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    width: 140px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .our-test .tab-list ul li {
    margin-top: 30px;
  }
  .c-business_pagination_item {
    font-size: 16px;
  }
  .our-test .slick-two .content {
    min-height: 450px;
  }
  .our-test .slick-two .more-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1430px) {
  .ui.container {
    width: 1200px;
  }
  .t-header_inner {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    width: 110px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
  }
  .our-test .tab-list ul {
    column-count: unset;
  }
  .our-test .tab-list ul {
    font-size: 0;
  }
  .our-test .tab-list ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .our-test .tab-list ul li:nth-child(2) {
    margin-top: 0;
  }
  .our-test .tab-list ul li:nth-child(4) {
    margin-top: 20px;
  }
  .our-test .tab-list ul li {
    margin-top: 20px;
  }
  .our-test .slick-one {
    width: 60%;
  }
  .our-test .slick-two .content {
    min-height: auto;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .our-test::before {
    height: 300px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-test .more-btn.pa {
    bottom: -70px;
  }
  .our-test .slick-two {
    bottom: -63px;
  }
  .our-company .left .box2 .content h2 {
    font-size: 30px;
  }
  .our-company .left .more-btn {
    margin-top: 40px;
  }
  .c-news-list_link {
    padding: 30px 20px 30px;
  }
  .our-news .right {
    max-width: 750px;
  }
  .c-heading_en {
    font-size: 35px;
  }
  .ml-30 {
    margin-left: 15px;
  }
  .c-business_pagination_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    width: auto;
  }
  #header.-fixed .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header.-fixed .nav .ui.menu .menu-box {
    margin-right: auto;
  }
  #banner .txt h2 {
    font-size: 40px;
  }
  .our-product .pro-list .content {
    padding: 20px 15px;
  }
  .our-test .slick-two {
    max-width: 600px;
  }
  .our-test .slick-two .content {
    padding: 30px 40px;
  }
  .c-business_pagination_item {
    padding-left: 10px;
  }
  .c-business_pagination_item {
    font-size: 12px;
  }
  .our-test .more-btn.pa {
    right: 600px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }
  .our-news .right {
    max-width: 650px;
  }
  .our-test .more-btn.pa {
    bottom: -63px;
  }
  .our-test .slick-two {
    bottom: -56px;
  }
  .button--nanuk {
    padding: 0 1.6em;
  }
  .our-company .left .box2 .content {
    padding: 20px;
  }
  .our-company .left .box2 .content h2 {
    font-size: 25px;
  }
  .max-w-700 {
    margin-top: 30px;
  }
  .our-company .right .more-btn {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li > img {
    
  }
  .progress {
    display: none;
  }
  #banner .txt h2 {
    font-size: 25px;
  }
  .p-index-kv_scroll {
    display: none;
  }
  .font-24 {
    font-size: 18px;
  }
  #banner .more-btn {
    margin-top: 30px;
  }
  .our-product .cat-list li .img {
    
  }
  .our-product .cat-list li {
    width: 100%;
  }
  .our-product .cat-list li .cat-name {
    margin-top: 0;
  }
  .our-product .cat-list li a {
    padding: 10px;
    border: 1px solid #000;
  }
  .our-test .tab-list {
    display: none;
  }
  .our-test .slick-one {
    width: 100%;
  }
  .our-test .more-btn.pa {
    right: 405px;
    bottom: -100px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .our-news .right {
    max-width: 100%;
    margin-top: 30px;
  }
  .c-business_heading {
    margin-bottom: 40px;
  }
  #footer .footer-top .list-item {
    width: 50%;
  }
  .t-footer_content_smoothTop {
    display: none;
  }
  #footer .footer-top .list-warp {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .c-heading_en {
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  .our-product .pro-list ul {
    margin: -5px;
  }
  .our-product .pro-list ul li {
    padding: 5px;
  }
  .our-test {
    display: none;
  }
  .our-company .left {
    width: 100%;
  }
  .our-company .right .list ul li {
    padding: 0 5px;
  }
  .our-company .right .list ul {
    margin: 0 -5px;
  }
  .our-company .left .box2 {
    max-width: 100%;
  }
  .our-company {
    padding: 90px 15px;
  }
  .our-company .bg-content {
    display: none;
  }
  .Automation {
    padding: 50px 0 60px;
    margin-bottom: 20px;
  }
  .our-product {
    padding-bottom: 60px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-index-kv-pagination_text {
    display: none;
  }
  #banner .txt h2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 35%;
  }
  .font-24 {
    font-size: 16px;
    line-height: 30px;
  }
  #banner .more-btn {
    margin-top: 15px;
  }
  .our-product {
    padding-top: 40px;
  }
  .our-product .fl,
  .our-product .fr {
    float: none;
  }
  .our-product .fr {
    margin-top: 20px;
  }
  .our-product .cat-list {
    padding: 30px 0;
  }
  .our-company .left .box2 .content h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  #footer .footer-top .flex {
    display: block;
  }
  #footer .footer-top .more-btn {
    margin-top: 30px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-14 {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top .list-item ul li > a {
    padding-bottom: .1em;
  }
  #footer .footer-top .box {
    padding: 30px 0;
  }
  .our-company {
    padding: 30px 15px;
  }
  .our-news {
    padding: 60px 0;
  }
}
.inner-banner {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 290px;
  color: white;
  z-index: 1;
}
.inner-banner h2 {
  font-size: 32px;
  line-height: 70px;
}
.inner-banner .inner-line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}
.inner-banner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mbx {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.inner-slider ul li {
  display: inline-block;
}
.inner-slider ul li a {
  display: block;
  border-bottom: 4px solid transparent;
  padding: 30px 28px;
}
.inner-slider ul li.active a,
.inner-slider ul li a:hover {
  border-color: #3e5eba;
}
.my-about-page .my-about-1 {
  padding-top: 75px;
}
.my-about-page .my-about-1 .left {
  width: 50%;
  padding-top: 50px;
}
.my-about-page .my-about-1 .right {
  width: 50%;
}
.my-about-page .my-about-1 .left .content {
  max-width: 700px;
  padding-right: 120px;
  margin-left: auto;
}
.my-about-page .my-about-1 .left .txt {
  color: #999999;
  margin-top: 40px;
}
.my-about-page .my-about-1 .left .txt p {
  margin-bottom: 20px;
}
.my-about-page .my-about-1 .more-btn {
  color: #3e5eba;
}
.my-about-page .my-about-1 .right .img {
  margin-left: -90px;
}
.my-about-page .my-about-1 .right {
  padding-bottom: 90px;
}
.my-about-page .my-about-1 .right .bg {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.font-48 {
  font-size: 44px;
  line-height: 1.4;
}
.my-about-page .my-about-2 {
  padding: 40px 0 60px;
}
.my-about-page .my-about-2 .left,
.my-about-page .my-about-2 .right {
  width: 50%;
  vertical-align: middle;
}
.my-about-page .my-about-2 .right .content {
  padding: 0 135px;
}
.my-about-page .my-about-2 .right .txt {
  color: #999999;
}
.my-about-page .my-about-2 .right .txt p {
  line-height: 2;
}
.my-about-page .my-about-2 .right .c-heading {
  position: relative;
  left: -40px;
}

.my-about-page .my-about-3 .left{
  width: 50%;
  vertical-align: middle;
}
.my-about-page .my-about-3 .right{
  width: 50%;
  vertical-align: middle;
}

.my-about-page .my-about-3 .right .content{
  max-width: 760px;
  padding: 0 60px;
}

.my-about-page .my-about-3 .right .content .txt{
  color: #999999;
}
.my-about-page .my-about-3 .right .content .txt p:not(:last-child){
  margin-bottom: 20px;
}
.my-about-page .my-about-3 .box{
  padding: 30px 0;
}
.my-about-page .my-about-3 .box:nth-child(even) .left{
  position: relative;
  left: 50%;
}
.my-about-page .my-about-3 .box:nth-child(even) .right{
  position: relative;
  right: 50%;
}
.my-about-page .my-about-3 .box:nth-child(even) .right .content{
  margin-left: auto;
}


.my-about-page .my-history {
  background-color: #f2f4fb;
  padding: 50px 0 70px;
}
.my-about-page .my-history ul li {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #dddddd;
}
.my-about-page .my-history .year {
  min-width: 130px;
}
.my-about-page .my-history .txt {
  margin-left: 55px;
}
.my-about-page .my-honor {
  padding: 60px 0;
  background: #f7f8fa;
}
.my-about-page .my-honor ul {
  margin: 0 -5px;
}
.my-about-page .my-honor ul li {
  padding: 0 5px;
}
.my-about-page .my-honor .name {
  padding: 15px 0;
}
.my-about-page .my-factory {
  overflow: hidden;
}
.my-about-page .my-factory .tab-btn {
  text-align: center;
}
.my-about-page .my-factory .tab-btn span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #93a6df;
  font-size: 22px;
  margin: 0 8px;
  cursor: pointer;
}
.my-about-page .my-factory .tab-btn span:hover {
  background-color: #3e5eba;
}
.my-about-page .my-factory {
  padding: 95px 0;
}
.my-about-page .my-factory ul {
  margin: 0 -30px;
}
.my-about-page .my-factory ul li {
  padding: 0 30px;
}
.my-network .c-heading {
  position: relative;
  left: -40px;
}
.my-about-page .my-network {
  background: url(../images/network-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
}
.my-about-page .my-network .left,
.my-about-page .my-network .right {
  width: 50%;
  vertical-align: middle;
}
.my-about-page .my-network .button--nanuk.button--inverted {
  background-color: transparent;
}
.my-about-page .my-network .button--nanuk:hover {
  background-color: #3e5eba;
}
@media screen and (max-width: 1200px) {
  .font-48 {
    font-size: 35px;
  }
  .my-about-page .my-about-1 .left .txt {
    margin-top: 30px;
  }
  .my-about-page .my-about-2 .right .content {
    padding: 0 60px;
  }
  .my-about-page .my-factory ul {
    margin: 0 -10px;
  }
  .my-about-page .my-factory ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-slider {
    display: none;
  }
  .my-about-page .my-about-1 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .my-about-page .my-about-1 .left {
    width: 100%;
  }
  .my-about-page .my-about-1 .left .content {
    max-width: 100%;
    padding-right: 0;
  }
  .my-about-page .my-about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .my-about-page .my-about-1 .right .img {
    margin-left: 0;
  }
  .my-about-page .my-about-2 {
    padding: 40px 15px 60px;
  }
  .my-about-page .my-about-2 .left,
  .my-about-page .my-about-2 .right {
    width: 100%;
  }
  .my-about-page .my-about-2 .right .content {
    padding: 0 40px;
    margin-top: 30px;
  }
  .my-about-page .my-history .txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .my-about-page .my-about-1 .right .bg {
    display: none;
  }
  .my-about-page .my-about-1 .right {
    padding-bottom: 0;
  }
  .font-48 {
    font-size: 25px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 28px;
  }
  .my-about-page .my-factory .tab-btn {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .my-about-page .my-history ul li {
    display: block;
  }
  .my-about-page .my-history .year {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
  }
  .my-about-page .my-network .left,
  .my-about-page .my-network .right {
    width: 100%;
  }
  .my-about-page .my-network .right {
    text-align: left;
    margin-top: 30px;
  }
  .my-about-page .my-network {
    padding: 60px 0;
  }
}
.my-news-page .my-news-1 {
  padding: 60px 0;
}
.my-news-page .c-news-list_link {
  padding: 30px 20px;
}

.my-news-page .my-news-1 ul.grid-box.three {
    margin-top: 50px;
}
.my-news-page .my-news-1 ul.grid-box.three .item{
  margin: 20px;
}
.my-news-page .my-news-1 ul.grid-box.three .item .img-box{
  margin-bottom: 15px;
}








/* 模板样式 */
.about-page {
  font-family: roboto, sans-serif;
}
.about-page .abt-1 {
  padding: 7rem 0;
}
.about-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.about-page .abt-1 ul li {
  text-align: center;
}
.about-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #3e5eba;
}
.about-page .abt-1 ul li h5 {
  font-size: 16px;
  color: #5f5f5f;
}
.about-page .abt-2 {
  padding-bottom: 9rem;
}
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 20px;
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-3 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-3 ul {
  margin-top: 20px;
}
.about-page .abt-3 ul li {
  display: inline-block;
  padding: 0 10px;
}
.about-page .abt-3 ul li .ig {
  text-align: center;
}
.about-page .abt-3 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-3 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-4 {
  padding: 7rem 0;
}
.about-page .abt-4 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-4 ul {
  margin-top: 20px;
}
.about-page .abt-4 ul li {
  display: inline-block;
  padding: 0 5px 20px;
}
.about-page .abt-4 ul li .ig {
  text-align: center;
}
.about-page .abt-4 ul li .ig img {
  display: inline-block;
  margin-bottom: 10px;
}
.about-page .abt-4 ul li .ig h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-page .abt-5 {
  text-align: center;
}
.about-page .abt-5 h2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2c2c;
}
.about-page .abt-5 h4 {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  font-style: normal;
}
.about-page .abt-5 ul.grid-box {
  margin-top: 30px;
}
.about-page .abt-5 ul.grid-box li {
  display: inline-block;
  padding: 5px;
}
.about-page .abt-5 ul.grid-box li .text {
  background-color: #ebf1f2;
  padding: 40px 2rem;
}
.about-page .abt-5 ul.grid-box li .text h4 {
  margin-bottom: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul {
  text-align: left;
}
.about-page .abt-5 ul.grid-box li .text ul li {
  position: relative;
  padding-left: 20px;
}
.about-page .abt-5 ul.grid-box li .text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
.about-page .abt-6 {
  text-align: center;
  background-color: #ebf1f2;
  padding: 3rem 0;
  margin: 7rem 0;
}
.about-page .abt-6 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.about-page .abt-6 p {
  font-size: 14px;
  color: #5f5f5f;
}
.about-page .abt-7 {
  padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
  width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #b4181b;
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2c2c2c;
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 20px;
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #e8523d;
  margin-top: 3.5rem;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-8 {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 4rem 0;
}
.about-page .abt-8 .title {
  text-align: center;
}
.about-page .abt-8 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #222c47;
}
.about-page .abt-8 .title p {
  font-size: 14px;
  margin: 0 auto 40px;
  max-width: 780px;
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 4rem 0;
  }
  .about-page .abt-1 ul li {
    width: 50%;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
}

/* 产品页面 */
.product-page {
  background-color: #f7f8fa;
  padding: 5rem 0;
}
.product-page .grid-box .side {
  width: 25%;
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
  position: sticky;
  top: 100px;
}
.product-page .grid-box .side h2 {
  padding: 26px 30px;
  font-size: 22px;
  background-color: #333333;
  color: #fff;
}
.product-page .grid-box .side ul.list {
  background-color: #fff;
}
.product-page .grid-box .side ul.list > li:first-child {
  padding-top: 0;
}
.product-page .grid-box .side ul.list > li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #222c47;
  border-bottom: 1px solid #e6e6e6;
  /*padding: 25px 0;*/
  overflow: hidden;
}
.product-page .grid-box .side ul.list > li a {
  display: block;
  padding: 25px 30px;
}
.product-page .grid-box .side ul.list > li.active a,
.product-page .grid-box .side ul.list > li a:hover{
  background-color: #3e5eba;
  color: #fff;
}
.product-page .grid-box .side ul.list > li ul {
  display: none;
}
.product-page .grid-box .side ul.list > li ul li {
  font-size: 14px;
  font-weight: normal;
  color: #a2a7b3;
  padding-left: 1em;
  margin: 8px 0;
}
.product-page .grid-box .side ul.list > li ul li:hover {
  color: #000;
}
.product-page .grid-box .pro {
  position: relative;
  width: 75%;
  padding-left: 20px;
}
.product-page .grid-box .pro .top {
  /*position: absolute;*/
  /*bottom: 100%;*/
  margin-bottom: 30px;
}
.product-page .grid-box .pro .top h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #3e5eba;
}
.product-page .grid-box .pro .top .con {
  font-size: 14px;
  color: #4d4d4d;
}
.product-page .grid-box .pro .center .box.grid-box .list.column {
  padding: 0 20px 20px 0;
}
.product-page .grid-box .pro .center .box.grid-box .list.column:hover .ig.grid-box {
  box-shadow: 12px 16px 70px 0 rgba(69, 82, 139, 0.1);
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
  display: block;
  background-color: #fff;
  box-shadow: 4px 5px 20px 0 rgba(69, 82, 139, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 20px 40px;
  position: relative;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left {
  padding-right: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #222c47;
  padding-bottom: 15px;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .font-14 {
  line-height: 28px;
  font-size: 14px;
  padding-bottom: 10px;
  display: none;
}
.product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box .left i {
  font-size: 30px;
  color: #dddddd;
  bottom: 20px;
    left: 40px;
    position: absolute;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
}
.m-page a:hover {
  color: #3e5eba;
}
.m-page span {
  background-color: #3e5eba;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .product-page .grid-box .side {
    display: none;
  }
  .product-page .grid-box .pro {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
  }
}

/* 产品详情页 */
.prodet-page .det-1 {
  padding: 4rem 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 45%;
  text-align: center;
  padding-right: 1rem;
}
.prodet-page .det-1 .grid-box .left .ig {
  max-width: 500px;
  margin: auto;
}
.prodet-page .det-1 .grid-box .left .img {
  border: 1px solid #d8dce4;
  margin-bottom: 10px;
}
.prodet-page .det-1 .grid-box .left ul {
  margin: 0 -4px;
}
.prodet-page .det-1 .grid-box .left ul li {
  display: inline-block;
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left ul li a {
  display: block;
  border: 1px solid #d8dce4;
}
.prodet-page .det-1 .grid-box .left ul li a img {
  margin: auto;
}
.prodet-page .det-1 .grid-box .right {
  width: 55%;
  padding-left: 2rem;
}
.prodet-page .det-1 .grid-box .right h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #222c47;
  border-bottom: 1px solid #d8dce4;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.prodet-page .det-1 .grid-box .right .text h4 {
  font-weight: 600;
  font-size: 22px;
  color: #222c47;
}
.prodet-page .det-1 .grid-box .right .text ul li {
  font-size: 16px;
  line-height: 30px;
  color: #262e42;
  margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  width: 100%;
  max-width: 220px;
  text-align: center;
  color: #fff;
  background-color: #3e5eba;
  border-radius: 60px;
  padding: 15px 0;
}
.prodet-page .det-2 h2 {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  color: #394048;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 2rem 0;
}
.prodet-page .det-2 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background-color: #3e5eba;
}
.prodet-page .det-3 {
  padding: 40px 0;
}
.prodet-page .det-3 h2 {
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re {
  padding-bottom: 4rem;
}
.prodet-page .det-re h2 {
  font-size: 30px;
  line-height: 52px;
  font-weight: bold;
  color: #222c47;
  text-align: center;
  margin-bottom: 20px;
}
.prodet-page .det-re .box {
  padding-top: 2rem;
}
.prodet-page .det-re .box ul li {
  display: inline-block;
  padding: 8px;
}
.prodet-page .det-re .box ul li .ig {
  display: block;
  text-align: center;
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.1);
  padding: 20px 40px 20px;
  transition: .5s;
}
.prodet-page .det-re .box ul li .ig img {
  display: inline-block;
}
.prodet-page .det-re .box ul li .ig h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #222c47;
  margin-top: 2rem;
  height:54px;
  overflow: hidden;
}
.prodet-page .det-re .box ul li .ig:hover {
  box-shadow: 0px 0px 15px 0 rgba(69, 82, 139, 0.2);
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}


/* 其他内页区域 */

.inner-page {
  font-size: 14px;
  line-height: 28px;
  position:relative;
  z-index:1;
}
/*.inner-page p {
  line-height: 1.8;
  font-size: 16px;
}*/
.inner-page .text {
  color: #828893;
  font-size: 16px;
}
.inner-page .text p {
  color: inherit;
  line-height: 30px !important;
}
.inner-page i.small-tit {
  color: #3e5eba;
  font-size: 18px;
  text-transform: uppercase;
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 52px;
  margin: 15px 0;
  position: relative;
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  line-height: 28px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #3e5eba;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 25%;
  padding-right: 15px;
  position: sticky;
    top: 100px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #3e5eba none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #3e5eba none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #3e5eba;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #3e5eba none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e5eba;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #3e5eba;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 75%;
  padding-left: 15px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #3e5eba;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #3e5eba;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 16px;
  line-height: 30px;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 0px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #3e5eba none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #3e5eba;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #3e5eba;
  border-left: 1px solid #3e5eba;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #3e5eba none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  line-height: 28px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #3e5eba;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p,
.newdet-page .news-content .content div {
  line-height: 30px;
  font-size: 16px;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #3e5eba;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #3e5eba;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #3e5eba !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #3e5eba none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
}
.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  color: #111;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #3e5eba;
  color: white;
}

@media screen and (max-width: 1250px) {
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1000px) {
.inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page h3.title {
    font-size: 20px!important;
    line-height: 36px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
    font-size: 16px!important;
    line-height: 30px!important;
  }
}

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

  .my-about-page .my-about-3 .left,
  .my-about-page .my-about-3 .right{
    width:100%;
    padding: 0 15px;
  }
  .my-about-page .my-about-3 .box:nth-child(2n) .left{
    left: 0;
  }
  .my-about-page .my-about-3 .box:nth-child(2n) .right{
    right: 0;
  }
  .my-about-page .my-about-3 .right .content{
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .inner-page p,
  .inner-page {
    font-size: 16px!important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
}

.info-middle img {
  width: 50%
}



/* Support Start */
.support-page .box .gallery-item {
  padding: 3.5rem 0;
}
.support-page .title .grid-box .left {
  vertical-align: bottom;
}
.support-page .title .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2c2c2c;
}
.support-page .title .grid-box .left .text .con {
  font-size: 15px;
  color: #5f5f5f;
}
.support-page .title .grid-box .right {
  vertical-align: bottom;
  text-align: right;
}
.support-page .title .grid-box .right .more a {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e8523d;
}
.inner-page.support-page .list .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  border: none;
  color: #000;
  background-color: #fff;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page.support-page .list .slick-arrow:hover {
  color: #fff;
  background-color: #e8523d;
}
.inner-page.support-page .list .slick-prev {
  left: 20%;
}
.inner-page.support-page .list .slick-next {
  right: 20%;
}
.inner-page.support-page .list {
  position: relative;
  padding: 2.5rem 0;
}
.inner-page.support-page .list ul li {
  display: inline-block;
}
.inner-page.support-page .list ul .draggable {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.inner-page.support-page .list ul .slick-slide {
  transform: scale(1);
  transition: .5s;
  opacity: 0;
}
.inner-page.support-page .list ul .slick-slide.slick-active {
  opacity: 1;
}
.inner-page.support-page .list ul .slick-slide.slick-active + div {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
.inner-page.support-page .list ul .slick-slide.slick-center {
  position: relative;
  z-index: 3 !important;
  transform: scale(1.4) !important;
}
.inner-page.support-page .list ul .slick-slide.slick-center + div + div {
  transform: scale(1);
  z-index: 1 !important;
}
@media screen and (max-width: 1300px) {
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1.2) !important;
  }
  .inner-page.support-page .list ul .slick-slide.slick-active + div {
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .inner-page.support-page .list ul .slick-slide {
    opacity: 1;
  }
  .inner-page.support-page .list ul .slick-slide.slick-center {
    transform: scale(1) !important;
  }
  .inner-page.support-page .list ul li {
    padding: 0 10px;
  }
}
/* Support End */

/* Gallery 第二版 Start */
.gallery-page .lg-1 .box .list {
  position: relative;
  padding: 2.5rem 0 5rem;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list::after {
  content: '\20';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  bottom: 151px;
  width: 800px;
  background-color: #f7f8fa;
  border-radius: 0 50px 50px 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text {
  max-width: 520px;
  padding: 3rem 20px 3rem 0;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text span.tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #222c47;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
  margin: 20px 0 15px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .left .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #262e42;
  margin-bottom: 25px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text {
  position: relative;
  padding-left: 60px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a {
  position: absolute;
  left: 0;
  width: 60px;
  top: 0;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a {
  display: inline-block;
  margin-bottom: 1px;
  width: 60px;
  line-height: 60px;
  background-color: #054586;
  color: #fff;
  text-align: center;
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .nav-a a.active {
  opacity: 1;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img img {
  width: 100%;
  border-radius: 0 50px 0 50px;
}
.gallery-page .lg-1 .box .list .ig .grid-box .right .text .img h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #222c47;
  margin-top: 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even)::after {
  left: auto;
  right: 0;
  border-radius: 50px 0 0 50px;
  width: 800px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
  position: relative;
  left: 50%;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
  text-align: right;
  margin-left: auto;
  padding: 3rem 0 3rem 20px;
}
.gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 860px) {
  .gallery-page .lg-1 .box .list .ig .grid-box .left {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .left .text {
    padding: 20px 0;
  }
  .gallery-page .lg-1 .box .list .ig .grid-box .right {
    width: 100%;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left {
    left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .left .text {
    text-align: left;
    padding: 20px 0;
    margin-left: 0;
  }
  .gallery-page .lg-1 .box .list:nth-child(even) .ig .grid-box .right {
    left: 0;
  }
}

/* Gallery 第二版 End */

/* Service Start */
.service-page {

}
.service-page .ser-1 {
  background-image: url(/template/en/images/21215-1.jpg);
  padding: 80px 0;
}
.service-page .ser-1 .grid-box .left {
  width:100%;
  vertical-align: middle;
}
.service-page .ser-1 .grid-box .left .text {
  padding: 1.5rem 0;
}
.service-page .ser-1 .grid-box .left .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3e5eba;
  margin: 30px 0 10px;
}
.service-page .ser-1 .grid-box .left .text .con {
  font-size: 14px;
  color: #262e42;
  margin-bottom: 15px;
}
.service-page .ser-1 .grid-box .left .text ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.service-page .ser-1 .grid-box .left .text ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  margin-right: 8px;
  color: #0aab0a;
}
.service-page .ser-1 .grid-box .left .text ul li span {
  display: inline-block;
  font-size: 16px;
  color: #262e42;
}
.service-page .ser-1 .grid-box .right {
  width: 60%;
  vertical-align: middle;
}
.service-page .ser-2 {
  margin: 80px auto;
}
.service-page .ser-2 .title {
  position: relative;
}
.service-page .ser-2 .title i {
  z-index: -1;
  position: absolute;
  bottom: 45%;
  left: 0;
  font-size: 100px;
  color: #f5f5f5;
  opacity: 0.9;
}
.service-page .ser-2 .title h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #222c47;
}
.service-page .ser-2 .top .grid-box .text {
  font-size: 14px;
  color: #262e42;
  /*max-width: 500px;*/
  padding-right: 10px;
  margin: 20px auto 20px 0;
}
.service-page .ser-2 .bot ul {
  margin: 0 -10px;
}
.service-page .ser-2 .bot ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.service-page .ser-2 .bot ul li .ig {
  position: relative;
  max-width: 214px;
}
.service-page .ser-2 .bot ul li .ig::after {
  content: '1';
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
}
.service-page .ser-2 .bot ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.service-page .ser-2 .bot ul li .ig h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #222c47;
}
.service-page .ser-2 .bot ul li:nth-child(2) .ig::after {
  content: '2';
}
.service-page .ser-2 .bot ul li:nth-child(3) .ig::after {
  content: '3';
}
.service-page .ser-2 .bot ul li:nth-child(4) .ig::after {
  content: '4';
}
.service-page .ser-3 {
  text-align: center;
  background-color: #f5f7fa;
  padding: 4rem 0;
}
.service-page .ser-3 .grid-box {
  border-radius: 30px;
  overflow: hidden;
}
.service-page .ser-3 .grid-box .column .text {
  background-color: #fff;
  padding: 7.5rem 0;
}
.service-page .ser-3 .grid-box .column .text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222c47;
  margin: auto auto 20px;
}
.service-page .ser-3 .grid-box .column .text .con {
  font-size: 16px;
  color: #262e42;
  margin: 0 auto;
  max-width: 320px;
}
.service-page .ser-3 .grid-box .column .text .more {
  margin-top: 2.9rem;
}
.service-page .ser-3 .grid-box .column .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #b4181b;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
}
.service-page .ser-3 .grid-box .column .text .more a:hover {
  opacity: 0.8;
}
.service-page .ser-3 .grid-box .right {
  border-left: 1px solid #ddd;
}
.service-page .ser-3 .grid-box .right .text .more a {
  background-color: #526390;
}
.service-page .ser-4 {
  margin: 5rem 0;
}
.service-page .ser-4 .grid-box .left {
  width: 40%;
  /*vertical-align: middle;*/
  position: sticky;
    top: 150px;
}
.service-page .ser-4 .grid-box .left .ig {
  /*max-width: 430px;*/
  margin: auto;
}
.service-page .ser-4 .grid-box .left .ig img {
  width: 100%;
}
.service-page .ser-4 .grid-box .right {
  width: 60%;
  padding-left: 96px;
  vertical-align: middle;
}
.service-page .ser-4 .grid-box .right .text {
  max-width: 660px;
  margin-right: 300px;
}
.service-page .ser-4 .grid-box .right .text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222c47;
  margin: 20px 0 30px;
  max-width: 400px;
}
.service-page .ser-4 .grid-box .right .text ul li {
  margin: 20px 0;
}
.service-page .ser-4 .grid-box .right .text ul li .txt {
  position: relative;
  padding-left: 20px;
}
.service-page .ser-4 .grid-box .right .text ul li .txt::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '\f14a';
  font: normal normal normal 18px/1 FontAwesome;
  color: #0aab0a;
}
.service-page .ser-4 .grid-box .right .text ul li .txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222c47;
}
.service-page .ser-4 .grid-box .right .text ul li .txt .con {
  font-size: 14px;
}
.service-page .ser-5 {
  padding: 35px 0;
  background-color: #2a344e;
}
.service-page .ser-5 .grid-box .left {
  width: 80%;
  vertical-align: middle;
}
.service-page .ser-5 .grid-box .left h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 20px 0 0;
}
.service-page .ser-5 .grid-box .right {
  width: 20%;
  vertical-align: middle;
  text-align: right;
}
.service-page .ser-5 .grid-box .right .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 15px 30px;
  background-color: #b4181b;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.service-page .ser-5 .grid-box .right .more a:hover {
  background-color: #d62b39;
}
@media screen and (max-width: 992px) {
  .service-page .ser-1 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-1 .grid-box .right {
    width: 100%;
  }
  .service-page .ser-2 .top .grid-box .column {
    width: 100%;
  }
  .service-page .ser-2 .bot ul li {
    width: 50%;
  }
  .service-page .ser-2 .bot ul li .ig {
    margin: auto;
  }
  .service-page .ser-3 .grid-box .column {
    width: 100%;
  }
  .service-page .ser-3 .grid-box .column.right {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .service-page .ser-4 .grid-box .left {
    width: 100%;
  }
  .service-page .ser-4 .grid-box .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .ser-5 .grid-box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .service-page .ser-5 .grid-box .right {
    width: 100%;
    text-align: center;
  }
}
/* Service End */


@media screen and (max-width: 700px) {
  .about-page .abt-1 {
    padding: 2rem 0;
}
.about-page .abt-8 .title h3 {
    font-size: 20px;
}

.prodet-page table{
  display: block;
  overflow-x: scroll;
}
.prodet-page table td,
.prodet-page table th{
  word-break: keep-all;
}
}

.fenlei{
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  color: #3e5eba;
  margin-bottom: 10px;
}
.chanpin{
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #222c47;
  border-bottom: 1px solid #d8dce4;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.xinwen{
  color: #111;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 40px;
  margin: 15px 0;
  position: relative;
}
.shangxia{
font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #222c47;
    border-bottom: 1px solid #d8dce4;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    padding-top: 20px;
}
.tuijian{
  padding-top: 10%;
}
.tuijianproduct{
  font-size: 16px;
line-height: 30px;
font-weight: bold;
color: #222c47;
margin-top: 2rem;
}
.shouye{
  font-size: 18px;
  line-height: 32px;
  color: #999999;
}
.shouye h1{
	display: inline;
}
.jianjieshangjianju{
  padding-top: 0px!important;
}
.shangjianju{
  margin-top: 0px!important;
}
.haha{
	margin-top: 40px;
	margin-bottom: 40px;
}
.zhishi{
	font-size: 24px!important;
	line-height: 40px!important;
	color: #3e5eba!important;
	text-align: center!important;
}
.bankuai{
	font-size: 18px!important;
	line-height: 32px!important;
}
.shangmianjuli{
  padding-top:20px;
}
.huhu{
  margin-left: 20px;
}
.miaoshu{
  color: #222c47;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.lianxi{
  margin-top: 20px;
}
.jianju{
  padding: 20px 5px 20px;
}

@media screen and (max-width: 500px) {
.banner-img{
  height: 250px!important;
  margin-top: 120px;
}
.our-product .tab-btn span{
  width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #dddddd;
    font-size: 22px;
    margin: 0 8px;
    cursor: pointer;
}
.our-product .tab-btn{
  margin-top: 20px;
  text-align: center;
}
.c-news-list_text span{
  font-size: 14px;
  line-height: 28px;
}
.shouye{
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.zidonghua{
  padding-left: 10px;
}
.yj-jishu{
  display: none!important;
}
.yj-guanyu{
  display: none!important;
}
.huhu{
  display: none!important;
}
.haha{
	display: none!important;
}
.inner-banner{
    height: 340px;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 25%;
    color: white;
    z-index: 1;
}
.jutiye{
    height: 400px;
}
.inner-banner h2{
  font-size: 16px;
  line-height: 36px;
  margin-top: 15%;
}
.miaoshu{
  display: none!important;
}
.chanpinye{
  font-size: 18px!important;
  line-height: 32px!important;
  margin-top: 10%;
}
.guanyumf{
  display: none;
}
.chanpin{
  font-size: 24px;
  line-height: 44px;
}
}



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

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.h2 {
    font-weight: 700;
    font-size: 40px;
    display: block;
    line-height: 1.5;
    color: black
}

span.tag {
    font-weight: 500;
    font-size: 20px;
    color: #3e5eba;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5em
}

.manufacturing-page span.h2 {
  font-weight: normal;
}
.manufacturing-page .text {
  font-weight: 300;
}
.manufacturing-page .manufacturing-1 {
  padding-top: 90px;
}
.manufacturing-page .manufacturing-1 .box {
  margin-top: 45px;
}
.manufacturing-page .manufacturing-1 .box .left {
  padding-right: 2%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .left .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: block;
}
.manufacturing-page .manufacturing-1 .box .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .right .text {
  margin-top: 2em;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  vertical-align: middle;
  width: 40%;
}
.manufacturing-page .manufacturing-2 .right {
  width: 60%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-2 .right ul li {
  width: auto;
  color: #3e5eba;
  text-align: center;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 {
  font-size: 50px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 sup {
  font-size: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li .text {
  margin-top: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li i.line {
  height: 80%;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e5eba), to(transparent));
  background-image: -webkit-linear-gradient(top, #3e5eba, transparent);
  background-image: -moz-linear-gradient(top, #3e5eba, transparent);
  background-image: linear-gradient(to bottom, #3e5eba, transparent);
  display: block;
  margin-top: 5px;
}
.manufacturing-page .manufacturing-3 {
  padding-bottom: 140px;
}
.manufacturing-page .manufacturing-3 .box {
  height: 540px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.manufacturing-page .manufacturing-3 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3e5eba), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #3e5eba, transparent);
  background-image: -moz-linear-gradient(bottom, #3e5eba, transparent);
  background-image: linear-gradient(to top, #3e5eba, transparent);
  z-index: -1;
}
.manufacturing-page .manufacturing-3 .box .box2 {
  padding: 8%;
  color: white;
  width: 100%;
}
.manufacturing-page .manufacturing-3 .box .box2 span.h2 {
  color: inherit;
}
.manufacturing-page .manufacturing-3 .box .box2 .left {
  padding-right: 5%;
}
.manufacturing-page .manufacturing-4 {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.manufacturing-page .manufacturing-4 .left {
  vertical-align: middle;
  padding-right: 11%;
}
.manufacturing-page .manufacturing-4 .left .text {
  margin-top: 1.5em;
}
.manufacturing-page .manufacturing-4 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-4 .right .list ul {
  margin: -10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li {
  padding: 10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-5 {
  padding: 110px 0;
  text-align: center;
  background-color: #3e5eba;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manufacturing-page .manufacturing-5 .waves {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}
.manufacturing-page .manufacturing-5 .waves.ie1 {
  left: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie1 canvas {
  -webkit-transform: rotate(90deg) translateX(50%);
  -moz-transform: rotate(90deg) translateX(50%);
  -ms-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.manufacturing-page .manufacturing-5 .waves.ie2 {
  right: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie2 canvas {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.manufacturing-page .manufacturing-5 span.h2 {
  color: inherit;
  margin-bottom: 0.5em;
}
.manufacturing-page .manufacturing-5 .list {
  position: relative;
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-5 .list ul {
  font-size: 20px;
  margin: 0 -1em;
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#1a2f68), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, #1a2f68, transparent);
  background-image: -moz-linear-gradient(right, transparent, #1a2f68, transparent);
  background-image: linear-gradient(to left, transparent, #1a2f68, transparent);
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 0 1em;
}
.manufacturing-page .manufacturing-5 .list ul li span.h6 {
  padding: 1.5em .5em;
  display: block;
  font-weight: 500;
  border-radius: 2em;
  background-color: rgb(35 58 125 / 50%);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  line-height: 1.2;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #e9a924;
  position: relative;
  display: block;
  margin: 2.5em auto;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  opacity: .5;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.manufacturing-page .manufacturing-5 .list ul li span.num {
  height: 2.8em;
  font-size: 1.5em;
  display: block;
  line-height: 1.2;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li span.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-5 .list .btn {
  font-size: 20px;
}
.manufacturing-page .manufacturing-5 .list .btn div {
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  color: #3e5eba;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-5 .list .btn div.prev {
  left: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div.next {
  right: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div:hover {
  background-color: #3e5eba;
  color: white;
}
.manufacturing-page .manufacturing-6 {
  padding: 110px 0;
  text-align: center;
}
.manufacturing-page .manufacturing-6 span.h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
.manufacturing-page .manufacturing-6 .list ul {
  margin: -15px -20px;
}
.manufacturing-page .manufacturing-6 .list ul li {
  padding: 15px 20px;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3e5eba), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #3e5eba, transparent);
  background-image: -moz-linear-gradient(bottom, #3e5eba, transparent);
  background-image: linear-gradient(to top, #3e5eba, transparent);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box img {
  width: 100%;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box span {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  padding: 1em;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover:before,
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover span {
  opacity: 1;
}
/*.quality-page {
  padding-top: 90px;
}*/
.quality-page .ui.container {
  max-width: 1430px;
}
.quality-page .mbx .ui.container {
  max-width: none;
}
.quality-page span.h2 {
  font-weight: normal;
}
.quality-page .text {
  font-weight: 300;
}
.quality-page span.h3 {
  font-size: 34px;
  line-height: 1.5;
  display: block;
  margin-bottom: 1em;
  color: #3e5eba;
}
.quality-page .quality-1 {
  padding: 60px 0 100px;
  text-align: center;
}
.quality-page .quality-1 .text {
  margin-top: 2em;
}
.quality-page .quality-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-page .quality-2 .slide .left {
  padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
  height: 100%;
}
.quality-page .quality-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
  direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}
.quality-page .quality-3 {
  padding: 70px 0 90px;
  background-color: #f2f4fb;
}
.quality-page .quality-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.quality-page .quality-3 .box .left {
  width: 60%;
}
.quality-page .quality-3 .box .right {
  padding-left: 10%;
  width: 40%;
}
.quality-page .quality-3 .list {
  margin-top: 60px;
}
.quality-page .quality-3 .list ul {
  margin: -7px;
}
.quality-page .quality-3 .list ul li {
  padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
  display: block;
}
.quality-page .quality-4 .list ul {
  margin: -10px;
}
.quality-page .quality-4 .list ul li {
  padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
  width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: #3e5eba;
  display: block;
  margin-top: .6em;
  text-align: center;
}
.quality-page .quality-4 .btn {
  font-size: 20px;
}
.quality-page .quality-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
  right: 103%;
}
.quality-page .quality-4 .btn div.next {
  left: 103%;
}
.quality-page .quality-4 .btn div:hover {
  background-color: #3e5eba;
  color: white;
}
.quality-page .quality-5 {
  padding-bottom: 110px;
}
.quality-page .quality-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
  margin-bottom: .5em;
}
.quality-page .quality-5 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  background-color: #3e5eba
}
.quality-page .quality-5 .list ul li.active span.h6 {
  color: #3e5eba;
}
.quality-page .quality-5 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick {
  position: relative;
}
.quality-page .quality-5 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-page .quality-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}
.quality-page .quality-7 {
  padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
  margin-top: 60px;
}
.quality-page .quality-7 .box .left {
  width: 66%;
  padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
  font-size: 14px;
}
.quality-page .quality-7 .box .left .text>* {
  margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
  font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
  font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
  font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
  color: #3e5eba;
}
.quality-page .quality-7 .box .right {
  width: 34%;
}
.cornerstone-page span.h2 {
  font-weight: 500;
}
.cornerstone-page span.h3 {
  font-size: 34px;
  display: block;
  line-height: 1;
  color: #3e5eba;
}
.cornerstone-page .text {
  font-weight: 300;
}
.cornerstone-page .cornerstone-1 {
  padding: 90px 0 150px;
}
.cornerstone-page .cornerstone-1 span.h2 {
  margin-top: 1em;
}
.cornerstone-page .cornerstone-1 .text {
  margin-top: 2em;
  max-width: 780px;
}
.cornerstone-page .cornerstone-1 .options {
  margin-top: 90px;
  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;
  font-size: 20px;
  color: #3e5eba;
  line-height: 1;
  border-bottom: 1px solid #dfdfdf;
}
.cornerstone-page .cornerstone-1 .options span {
  margin: 0 1.5em;
  padding-bottom: 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.cornerstone-page .cornerstone-1 .options span:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #3e5eba;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-1 .options span:hover:before,
.cornerstone-page .cornerstone-1 .options span.active:before {
  opacity: 1;
}
.cornerstone-page .cornerstone-1 .ret {
  margin-top: 70px;
}
.cornerstone-page .cornerstone-1 .ret ul {
  margin: -10px;
}
.cornerstone-page .cornerstone-1 .ret ul li {
  padding: 10px;
}
.cornerstone-page .cornerstone-1 .ret ul li img {
  width: 100%;
}
.cornerstone-page .cornerstone-2 {
  padding: 16% 0 10%;
  background-image: url("../images/cornerstone-2-bg.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}
.cornerstone-page .cornerstone-2 span.h3 {
  color: inherit;
  margin-bottom: 1em;
}
.cornerstone-page .cornerstone-2 .text {
  max-width: 620px;
}
.cornerstone-page .cornerstone-3 {
  padding: 110px 0 80px;
  background-color: #f2f4fb;
  text-align: center;
}
.cornerstone-page .cornerstone-3 .ui.container {
  max-width: 1230px;
}
.cornerstone-page .cornerstone-3 span.h3 {
  margin-bottom: 2.6em;
}
.cornerstone-page .cornerstone-3 .list ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-3 .list ul li {
  padding: 15px;
}
.cornerstone-page .cornerstone-3 .list ul li .box {
  background-color: white;
  padding: 7%;
  height: 100%;
  -o-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
}
.cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 22px;
  color: #3e5eba;
  display: block;
  margin: 1em 0;
}
.cornerstone-page .cornerstone-3 .list ul li .box .text {
  text-align: left;
}
.cornerstone-page .cornerstone-3 .list ul li i.arrows {
  height: 100%;
  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;
}
.cornerstone-page .cornerstone-4 {
  padding: 100px 0;
}
.cornerstone-page .cornerstone-4 .ui.container {
  max-width: 1230px;
}
.cornerstone-page .cornerstone-4 .box {
  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;
}
.cornerstone-page .cornerstone-4 .box .left {
  width: 30%;
  padding-right: 5%;
}
.cornerstone-page .cornerstone-4 .box .left span.h2 {
  font-weight: normal;
}
.cornerstone-page .cornerstone-4 .box .right {
  width: 70%;
}
.cornerstone-page .cornerstone-4 .box .right .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li {
  font-size: 22px;
  width: 100%;
  padding: 10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span {
  font-size: 1.09090909em;
  color: #e9a924;
  line-height: 1.2;
  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-bottom: .2em;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3e5eba), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, #3e5eba, transparent);
  background-image: -moz-linear-gradient(right, transparent, #3e5eba, transparent);
  background-image: linear-gradient(to left, transparent, #3e5eba, transparent);
}
.cornerstone-page .cornerstone-4 .box .right .list ul li p {
  font-weight: bold;
  color: #3e5eba;
  white-space: nowrap;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child {
  width: auto;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child span:after {
  display: none;
}
.cornerstone-page .cornerstone-5 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.cornerstone-page .cornerstone-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-5 .box .left {
  width: 37.5%;
  padding-right: 8%;
}
.cornerstone-page .cornerstone-5 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cornerstone-page .cornerstone-5 .box .right {
  padding: 90px 0;
  width: 62.5%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 {
  max-width: 990px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .text {
  margin-top: 1.5em;
  max-width: 840px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form {
  margin-top: 60px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
  margin: -10px -20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
  padding: 10px 20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #acacac;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  padding: .7em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-webkit-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-webkit-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-ms-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-ms-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::placeholder,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:focus,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:focus {
  border-color: #3e5eba;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  height: 140px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li.wid-100 {
  width: 100%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li a.more {
  margin-top: 2em;
}
.cornerstone-page .cornerstone-6 {
  padding: 80px 0;
  color: white;
  background-image: url('../images/service-5.jpg');
  background-position: center;
  background-size: cover;
}
.cornerstone-page .cornerstone-6 span.h2 {
  color: inherit;
}
.cornerstone-page .cornerstone-6 .options {
  display: block;
  font-size: 14px;
  margin: 3em 0;
}
.cornerstone-page .cornerstone-6 .options span {
  display: inline-block;
  padding: .5em 2em;
  border-radius: 2em;
  background-color: white;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  cursor: pointer;
  cursor: hand;
  color: black;
}
.cornerstone-page .cornerstone-6 .options span.active {
  background-color: #3e5eba;
  color: white;
}
.cornerstone-page .cornerstone-6 .box {
  background-color: white;
  padding: 25px 0;
  color: black;
}
.cornerstone-page .cornerstone-6 .box .slide span.h5{
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}
.cornerstone-page .cornerstone-6 .box .slide .text {
  font-size: 14px;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td {
  border: none;
  padding: .8em 5%;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:first-child {
  width: 25% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:last-child {
  width: 30% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table {
  border: none;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr {
  background-color: transparent;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr:first-child {
  font-weight: 500;
  background-color: #e9e9e9;
}
.cornerstone-page .cornerstone-7 {
  padding-top: 120px;
  background-color: #f9f9f9;
}
.cornerstone-page .cornerstone-7 .left {
  width: 78%;
  margin-top: 5%;
}
.cornerstone-page .cornerstone-7 .left .map {
  position: relative;
}
.cornerstone-page .cornerstone-7 .left .map i {
  position: absolute;
  transform-origin: center bottom;
  transform: scale(.5);
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.cornerstone-page .cornerstone-7 .left .map i.active {
  transform: scale(1);
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(1) {
  left: 23%;
  top: 29%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(2) {
  left: 46%;
  top: 28%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(3) {
  left: 42%;
  top: 61%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(4) {
  left: 70%;
  top: 47%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(5) {
  left: 71%;
  top: 56%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(6) {
  left: 75%;
  top: 39%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(7) {
  left: 79%;
  top: 38%;
}
.cornerstone-page .cornerstone-7 .right {
  width: 27%;
  margin-left: -5%;
}
.cornerstone-page .cornerstone-7 .right span.h2 {
  font-weight: normal;
  margin-bottom: 2em;
}
.cornerstone-page .cornerstone-7 .right .slide {
  font-size: 30px;  
  padding-left: 1em;
}
.cornerstone-page .cornerstone-7 .right span.h6 {
  font-weight: 500;
  padding: .7em 0;
  position: relative;
  display: block;
  margin-bottom: .2em;
}
.cornerstone-page .cornerstone-7 .right span.h6:before {
  content: '';
  width: .3em;
  height: .3em;
  background-color: #3e5eba;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.cornerstone-page .cornerstone-7 .right span.h6:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -.85em;
  top: 0;
  background-color: #3e5eba;
}
@media screen and (max-width: 1600px) {
  .cornerstone-page .cornerstone-1 .options {
    font-size: 16px;
    margin-top: 50px;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 1em;
  }
  .cornerstone-page .cornerstone-1 .ret {
    margin-top: 40px;
  }
  .cornerstone-page .cornerstone-1,
  .cornerstone-page .cornerstone-3,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .manufacturing-page .manufacturing-5,
  .manufacturing-page .manufacturing-6 {
    padding: 70px 0;
  }
  .cornerstone-page .cornerstone-3 span.h3 {
    margin-bottom: 1.5em;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box {
    padding: 10% 7%;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding-right: 15px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 40px;
  }
  .manufacturing-page .manufacturing-1,
  .quality-page {
    padding-top: 70px;
  }
  .manufacturing-page .manufacturing-3 {
    padding-bottom: 70px;
  }
  .manufacturing-page .manufacturing-4 .left {
    padding-right: 7%;
  }
  .manufacturing-page .manufacturing-5 span.h2 {
    margin-bottom: 2em;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-5 .list ul li span.h6 {
    padding: 1em .5em;
  }
  .quality-page .quality-1 {
    padding: 50px 0;
  }
  .quality-page span.h3,
  .cornerstone-page span.h33 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 .list ul li span.num {
    height: 2.1em;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page span.h3,
  .cornerstone-page span.h3 {
    font-size: 24px;
  }
  .cornerstone-page .cornerstone-4 {
    padding: 70px 0;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 .5em;
  }
  .cornerstone-page .cornerstone-1 .options {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .cornerstone-page .cornerstone-1 .options {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 25%;
  }
  .cornerstone-page .cornerstone-1 .ret .slide {
    display: block !important;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li:nth-child(2) {
    display: none;
  }
  .cornerstone-page .cornerstone-4 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .cornerstone-page .cornerstone-4 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-4 .box {
    display: block;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    padding: 5px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 32px;
  }
  .cornerstone-page .cornerstone-1,
  .cornerstone-page .cornerstone-3,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .manufacturing-page .manufacturing-5,
  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .box .left .img {
    height: 240px;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .left,
  .manufacturing-page .manufacturing-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .right,
  .manufacturing-page .manufacturing-4 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 14px;
  }
  .quality-page .quality-2 .slide .left,
  .quality-page .quality-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .quality-page .quality-2 .slide .right,
  .quality-page .quality-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-2 .slide,
  .quality-page .quality-3 .box {
    direction: ltr !important;
    display: block;
  }
  .quality-page .quality-2 .slide .left .img {
    height: 240px;
  }
  .quality-page .quality-3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.prev {
    left: 1em;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.next {
    right: 1em;
  }
  .manufacturing-page .manufacturing-1,
  .quality-page {
    padding-top: 50px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 22px;
  }
  .cornerstone-page .cornerstone-5 .box .left {
    display: none;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    width: 100%;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding: 0 15px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form {
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 16px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 500px) {
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacturing-page .manufacturing-2 .right ul li {
    width: 100%;
    text-align: left;
    padding: 5px;
  }
  .manufacturing-page .manufacturing-2 .right ul li i.line {
    display: none;
  }
  .manufacturing-page .manufacturing-2 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
}

.my-about-page .about-4 {
  height: 615px;
  position: relative;
  background: url(../images/about-4-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 500px;
}
.my-about-page .about-4 span.tag {
  color: #3e5eba;
}
.my-about-page .about-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.my-about-page .about-4 .ui.container {
  /*text-align: center;*/
  position: absolute;
  left: 50%;
  bottom: 0;
   -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 60px;
}
.my-about-page .about-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.my-about-page .about-4 ul{
  margin: -10px;
}
.my-about-page .about-4 ul li{
  padding: 10px;
  text-align: center;
}
.my-about-page .about-4 ul li a{
  background: white;
  display: block;
  padding: 10px;
}
.my-about-page .about-4 ul li img{
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .my-about-page .about-4 {
    height: 500px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 500px) {
  .my-about-page .about-4{
    height: 610px;
  }
}

.my-about-page .about-1 .list {
    margin-top: 45px;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.my-about-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.my-about-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.my-about-page .about-1 .list ul li span {
    font-size: 66px;
    font-weight: bold;
    color: #3e5eba;
    line-height: 1;
    display: block;
}
.my-about-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
    font-size: 20px;
}
.my-about-page .about-1 .list ul li p {
    font-size: 18px;
    opacity: .8;
    display: block;
}
@media screen and (max-width: 1000px) {
    .my-about-page .about-1 .list ul li p {
        font-size: 14px;
    }
    .my-about-page .about-1 .list ul li span {
        font-size: 32px;
    }
}
@media screen and (max-width: 500px) {
    .my-about-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
}

.my-about-page .about-2 .c-heading_en {
  color: white;
}
.my-about-page .about-2 .c-heading_inner::after {
  background-color: white;
}
.my-about-page .about-2 {
  background: #1a2229;
  padding: 90px 0 40px;
}
.my-about-page .about-2 .title {
  color: white;
  margin-bottom: 120px;
}
.my-about-page .about-2 ul {
  margin: -15px;
  position: relative;
  z-index: 1;
}
.my-about-page .about-2 ul li {
  padding: 15px;
  position: relative;
}
.my-about-page .about-2 ul li i {
  width: 20px;
  height: 20px;
  background: #0046ae;
  display: block;
}
.my-about-page .about-2 ul li .h4 {
  font-size: 36px;
  font-weight: bold;
  color: #0046ae;
  margin: 25px 0 10px;
}
.my-about-page .about-2 ul li .des {
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.my-about-page .about-2 ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 50px;
}
.my-about-page .about-2 ul .slick-dots li {
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid white;
  margin: 0 5px;
  display: inline-block;
}
.my-about-page .about-2 ul .slick-dots li button {
  display: none;
}
.my-about-page .about-2 ul .slick-dots li.slick-active {
  background: #3e5eba;
  border-color: #3e5eba;
}
.my-about-page .about-2 ul .slick-dots::after {
  content: none;
}
.my-about-page .about-2 ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 2px;
  background: white;
  z-index: -1;
}
.my-about-page .about-2 .slick-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid white;
}
.my-about-page .about-2 .slick-prev {
  left: -70px;
  background: url(../images/arrow-white-r.png) no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.my-about-page .about-2 .slick-next {
  right: -70px;
  background: url(../images/arrow-white-r.png) no-repeat center;
}
@media screen and (max-width: 1700px) {
  .my-about-page .my-about-1 .left .content {
    padding-left: 60px;
  }
  .my-about-page .my-about-1 .left .txt {
    max-height: 200px;
    overflow: auto;
  }
  .init-1 .pre .list ul li {
    padding: 5% 0;
  }
  .init-1 .pre .list ul li span.h3 {
    font-size: 24px;
  }
  .init-1 .pre {
    height: 700px;
  }
  .my-about-page .about-2 .slick-next {
    right: 0;
    background-color: black;
    z-index: 1;
  }
  .my-about-page .about-2 .slick-prev {
    left: 0;
    background-color: black;
    z-index: 1;
  }
}
@media screen and (max-width: 1430px) {
  .service-page .ser-4 .grid-box .right .text {
    margin-right: 0;
  }
  #banner .content span.h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1250px) {
  .init-1 .pre .list ul li span.h3 {
    font-size: 24px;
  }
  .init-1 .pre .list ul li .content .text {
    font-size: 16px;
  }
  .init-1 .pre .list ul li .content a.link {
    font-size: 16px;
  }
  .init-1 .pre .list ul li {
    padding: 8% 0;
  }
  .init-1 .pre {
    height: 700px;
  }
  .our-test .tab-list {
    display: none;
  }
  .our-news .right {
    max-width: none;
  }
  .c-business_heading {
    margin-bottom: 30px;
  }
  .Automation {
    padding: 80px 0;
  }
  #footer .footer-top .box {
    padding: 60px 0;
  }
  .t-footer_content_smoothTop {
    zoom: .7;
  }
  #footer .footer-top .list-warp {
    padding-bottom: 120px;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 5%;
    margin-top: 40px;
  }
  .inner-banner h2 {
    line-height: 28px;
  }
  .inner-banner .inner-line {
    margin: 15px 0;
  }
  .product-page .grid-box .pro {
    width: 100%;
  }
  .product-page .grid-box .side {
    display: none;
  }
  .my-about-page .my-about-1 .left .content {
    padding-left: 15px;
  }
  .my-about-page .my-about-1 .left {
    padding-top: 0;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column .ig.grid-box {
    padding: 15px;
  }
  table tr:first-child {
    font-size: 18px;
  }
  .c-news-list_text span {
    zoom: .7;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  #banner .content span.h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .my-about-page .my-about-1 .left .content {
    padding-left: 0;
  }
  .my-about-page .my-about-1 .left .txt {
    max-height: none;
    overflow: unset;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 iframe {
    height: 300px;
  }
  .more-btn a {
    zoom: .7;
  }
  #footer .footer-top .box img {
    max-height: 70px;
  }
  #footer .footer-top .list-item {
    display: none;
  }
  #footer .footer-top .list-item:last-child {
    width: 100%;
    display: block !important;
  }
  #footer .footer-top .list-warp {
    padding-bottom: 60px;
  }
  #footer .footer-bottom .fr,
  #footer .footer-bottom .fl {
    float: none;
  }
  .service-page .ser-4 .grid-box .left {
    position: static;
  }
  .service-page .ser-4 .grid-box .right {
    padding-left: 0;
  }
  .service-page .ser-4 {
    margin: 1rem 0;
  }
  .h2 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 {
    display: none;
  }
  .manufacturing-page .manufacturing-3 .box .box2 {
    padding: 5%;
  }
  .quality-page .quality-5 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .quality-page .quality-5 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .service-page .ser-2 {
    margin-bottom: 0;
  }
  .manufacturing-page .manufacturing-1 {
    padding-top: 0;
  }
  .inner-page .text {
    font-size: 14px;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    width: 100%;
  }
  table tbody{
    min-width: 800px;
  }
  table{border-collapse:collapse;border-spacing:0;font:inherit;margin-bottom:20px;word-break:break-word;width:100%!important;height:auto!important;display:block;overflow:auto}table tbody{display:table;min-width:700px;width:100%!important}table td,table th{padding:5px 10px;border:1px solid #888;width:auto!important;height:auto!important}table tr{width:auto!important;height:auto!important}
  #banner .content span.h2 {
    font-size: 32px;
  }
  #banner .content .text {
    font-size: 16px;
    margin: .5em 0 1em;
  }
  .our-company .left {
    width: 100%;
  }
  .our-company .right {
    width: 100%;
  }
  .our-company .right .img {
    margin-left: 0;
  }
  .our-company .right .list {
    padding: 0 5%;
  }
  .our-company .left .box2 {
    max-width: none;
  }
  .c-heading_inner::before, .c-heading_inner::after {
    left: 5px;
  }
  .our-company {
    padding: 70px 0 40px;
  }
  #index-body .init-1 {
    display: none;
  }
  #footer .footer-bottom .fl a.footaoli1,
  #footer .footer-bottom .fl a.footaoli2,
  .inner-banner .small-tit.font-18 {
    display: none !important;
}
h1.fenlei {
    font-size: 20px !important;
}
.product-page {
    padding: 2rem 0 !important;
}
  .our-product {
    padding-top: 50px;
  }
  .our-product .pro-list {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  .our-test {
    padding-top: 50px;
  }
  .our-test .slick-two {
    position: static;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .our-news {
    padding: 60px 0 40px;
  }
  .our-company .play {
    zoom: .6;
  }
  .Automation .font-36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding: 6% 0;
  }
  .product-page .grid-box .pro {
    padding-left: 0;
  }
  .my-about-page .my-about-1 .left .content {
    padding-left: 0;
  }
  .inner-banner h2 {
    margin-top: 0;
  }
  .my-about-page .about-4 {
    height: auto;
    padding-top: 80px;
  }
  .my-about-page .about-4 .ui.container {
    position: relative;
    transform: unset;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .my-about-page .about-2 .ui.container {
    overflow: unset;
  }
  .manufacturing-page .manufacturing-3 .box .box2 {
    padding: 7%;
  }
  .h2 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-3 .box {
    height: auto;
  }
  .my-news-page .c-news-list_link {
    padding: 20px 0;
  }
  .Automation .line::before {
    width: 30px;
  }
  .our-company {
    padding-top: 40px;
  }
  .product-page .grid-box .pro .center .box.grid-box .list.column {
    padding-right: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more a {
    zoom: .7;
  }
  .shangxia {
    font-size: 15px;
  }
  .service-page .ser-2 {
    margin-top: 40px;
  }
  .service-page .ser-1 .grid-box .left .text h3,.service-page .ser-4 .grid-box .right .text h3 {
    font-size: 1.2rem;
  }
  .service-page .ser-1 {
    background-image: none;
  }
  .service-page .ser-4 .grid-box .right .text ul li .txt h4 {
    font-size: 16px;
  }
  .xinwen {
    font-size: 18px;
  }
  .prodet-page .det-re {
    padding-bottom: 0;
  }
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #3e5eba;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #3e5eba;
        color: #3e5eba;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #3e5eba;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #3e5eba;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: #3e5eba;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .seoPublic .Auxil-through a:hover {
        background: #3e5eba;
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #3e5eba;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #3e5eba;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #3e5eba;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #3e5eba;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #3e5eba;
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
.my-about-page .my-honor .slick-track {
  display: flex;
  align-items: center;
}
.my-about-page .my-honor .slick-track .slick-slide {
  height: auto;
}