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

body {
  font-family: "Montserrat";
  font-weight: 300;
}
.mt-40 h3{
  color: #f08200;
  font-size: 18px;
  margin-top: 20px;
}
.dethyzs h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.dethyzs h3 {
    color: #f08200;
    font-size: 18px;
    margin-top: 20px;
}
.dethyzs {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 30px;
}

.ui.container {
  padding: 0;
  position: relative;
  width: 82%;
}
:root {
  --baseColor: #004b91;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.fixed {
  top: -55px;
}
#header .h-top {
  line-height: 55px;
  height: 55px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
#header .h-top .ui.menu {
  padding: 0 30px;
}
#header .h-top .ui.menu .social-links a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-right: 20px;
}
#header .h-top .ui.menu .menu-box > ul > li {
  margin: 0 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#header .h-top .ui.menu .menu-box > ul > li > a{
  font-size: 16px;
  color: #f08200;
  text-transform: uppercase;
  display: block;
}

#header .h-top .ui.menu .menu-box > ul > li ul li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  margin: 0;
}
#header .h-top .ui.menu .menu-box > ul > li ul li a {
  display: block;
}
#header .h-top .ui.menu .menu-box > ul > li ul li:hover {
  background: #222;
  color: white;
}

#header .h-top .ui.menu .menu-box > ul > li ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}

#header .h-top .ui.menu .menu-box > ul > li:hover ul {
  -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 .h-top .ui.menu .language ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #7b7b7b;
  position: relative;
}
#header .h-top .ui.menu .language ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  border-left: 1px solid black;
  opacity: .15;
}
#header .h-top .ui.menu .language ul li:last-child a {
  margin-right: 0;
}
#header .h-top .ui.menu .language ul li a {
  margin: 0 15px;
}
#header .nav {
  background: white;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 30px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--baseColor);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-left: 1px solid black;
  opacity: .15;
  height: 20px;
  margin-top: -10px;
}
#header .nav .ui.menu .menu-box ul.menu > li > div {
  margin: 0 25px 0 45px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > div > a {
  display: block;
  padding: 40px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .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 .msgBtn {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  color: white;
  padding: 0 20px;
  border-radius: 10px;
  background-color: var(--baseColor);
  cursor: pointer;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .msgBtn:hover {
  background-color: black;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  margin-left: 15px;
  margin-right: 0;
  border-radius: 10px;
  background-color: #ebebeb;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots li {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li + li {
  margin-left: 30px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: var(--baseColor);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 500px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  #seo_other, .footlink, .seoIndustry {
    display: none !important;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}

.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: var(--baseColor);
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li.mask::before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner li video{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#banner .content {
  position: absolute;
  z-index: 2;
  width: 82%;
  left: 9%;
  top: 25%;
}
#banner h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
#banner hr {
  max-width: 570px;
  border: none;
  border-bottom: 1px solid white;
  opacity: .34;
  margin: 20px 0;
}
#banner p {
  margin-bottom: 20px;
  font-size: 22px;
  color: white;
}
#banner a.moreBtn {
  display: inline-block;
  line-height: 46px;
  padding: 0 22px;
  color: white;
  border-radius: 8px;
  background-color: var(--baseColor);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner a.moreBtn:hover {
  background-color: black;
}
#banner .page {
  position: absolute;
  left: 9%;
  top: 65%;
}
#banner .page button {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: none;
}
#banner .page em {
  color: var(--baseColor);
  vertical-align: middle;
  margin: 0 10px;
}
#banner .page span {
  color: white;
  vertical-align: middle;
  margin: 0 10px;
}
#banner .page .dots {
  display: inline-block;
  vertical-align: middle;
}
#banner .page .dots::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  border-bottom: 1px solid white;
  opacity: .5;
}
.baseBtn {
  display: inline-block;
  line-height: 54px;
  padding: 0 15px;
  border-radius: 10px;
  color: white;
  background-color: var(--baseColor);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: black;
}
.baseTit {
  font-size: 48px;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0 270px;
  position: relative;
}
.our-about h1 {
  display: inline;
}
.our-about .left {
  max-width: 690px;
}
.our-about .Tit {
  font-size: 32px;
  font-weight: bold;
  color: white;
}
.our-about .Tit span {
  font-size: 80px;
}
.our-about .desc {
  color: white;
  line-height: 2;
}
.our-about .bottom {
  background-color: white;
  right: 0;
  bottom: 0;
  padding: 40px 40px 20px;
  border-radius: 49px 0 0 0;
}
.our-about .bottom ul li {
  width: auto;
  margin-right: 80px;
}
.our-about .bottom ul li .box {
  min-width: 250px;
}
.our-about .bottom ul li .box i {
  line-height: 50px;
  height: 50px;
}
.our-about .bottom ul li .box i img {
  vertical-align: middle;
}
.our-about .bottom ul li .box .num {
  font-size: 48px;
  line-height: 50px;
  color: var(--baseColor);
}
.our-about .bottom ul li .box hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.our-about .bottom ul li .box p {
  text-align: center;
}
.our-case {
  padding: 140px 0;
}
.our-case .baseTit {
  padding-left: 30px;
  position: relative;
}
.our-case .baseTit::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  border-left: 6px solid #004da1;
}
.our-case .left {
  width: 46%;
  padding-right: 10%;
  line-height: 2;
}
.our-case .left .list {
  padding-top: 60px;
  padding-right: 80px;
  position: relative;
}
.our-case .left .list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: -280px;
  top: 140px;
  border-bottom: 1px solid #d9d9d9;
}
.our-case .left .list ul li .name {
  font-size: 24px;
  font-weight: 400;
  height: 80px;
  margin-bottom: 30px;
}
.our-case .left .list ul li .desc {
  color: #7b7b7b;
}
.our-case .left .list .tags {
  width: 310px;
  padding: 60px 30px 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 0 32px 32px 0;
}
.our-case .left .list .tags .pages {
  height: 80px;
  margin-bottom: 30px;
}
.our-case .left .list .tags .pages .page {
  font-size: 28px;
  font-weight: 400;
}
.our-case .left .list .tags .pages .page em {
  color: var(--baseColor);
}
.our-case .left .list .tags .pages .page span {
  font-size: 21px;
}
.our-case .left .list .tags .pages span.arrow {
  cursor: pointer;
}
.our-case .left .list .tags .pages span.arrow:hover {
  opacity: 1;
}
.our-case .left .list .tags ol li {
  font-size: 14px;
  list-style-type: disc;
  cursor: pointer;
}
.our-case .left .list .tags ol li + li {
  margin-top: 20px;
}
.our-case .left .list .tags ol li.active {
  font-weight: 400;
  color: var(--baseColor);
}
.our-case .right {
  width: 54%;
}
.our-case .right img {
  border-radius: 57px 0 57px 0;
}
.i-application {
  position: relative;
  padding: 120px 0;
}
.i-application ul.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.i-application ul.bg li {
  display: none;
  height: 100%;
}
.i-application ul.bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-application ul.bg li.active {
  display: block;
}
.i-application .wrap .left {
  vertical-align: middle;
  color: #fff;
  width: 60%;
  padding-right: 200px;
}
.i-application .wrap .left .item {
  visibility: hidden;
  height: 0;
}
.i-application .wrap .left .item > div {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.i-application .wrap .left .item.active {
  visibility: visible;
  height: auto;
}
.i-application .wrap .left .item.active > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.i-application .wrap .left span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.i-application .wrap .left p {
  font-size: 14px;
  line-height: 2;
  margin: 20px 0 60px;
}
.i-application .wrap .right {
  width: 40%;
  padding-left: 80px;
  vertical-align: middle;
}
.i-application .wrap .right ul {
  max-width: 420px;
  margin: -4px;
}
.i-application .wrap .right ul li {
  padding: 4px;
}
.i-application .wrap .right ul li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #fff;
  padding: 20px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
}
.i-application .wrap .right ul li .box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin-left: auto;
}
.i-application .wrap .right ul li .box p {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: auto;
  text-transform: uppercase;
}
.i-application .wrap .right ul li .box:hover {
  background: var(--baseColor);
}
.i-application .wrap .right ul li .box:hover p {
  color: #fff;
}
.i-application .wrap .right ul li .box:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-application .wrap .right ul li.active .box {
  background: var(--baseColor);
}
.i-application .wrap .right ul li.active .box p {
  color: #fff;
}
.i-application .wrap .right ul li.active .box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-news {
  padding: 120px 0 140px;
}
.our-news .list ul {
  margin: -30px;
}
.our-news .list ul li {
  padding: 30px;
}
.our-news .list ul li .box {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.our-news .list ul li .box .text {
  padding: 15px 30px 30px;
}
.our-news .list ul li .box .text .name {
  font-weight: 400;
  line-height: 2;
}
.our-news .list ul li .box .text a.moreBtn {
  font-weight: 400;
  color: #f08200;
  border-bottom: 1px solid currentColor;
}
.i-other {
  background-color: var(--baseColor);
  color: white;
  padding: 55px 0;
}
.i-other ul {
  margin: -5%;
}
.i-other ul li {
  padding: 5%;
}
.i-other ul li i {
  height: 40px;
  line-height: 40px;
}
.i-other ul li i img {
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-other ul li:hover i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#footer {
  background-color: #21232e;
  color: white;
}
#footer h4 {
  font-weight: 400;
}
#footer .foot-top {
  padding: 40px 0;
}
#footer .foot-top .form input {
  margin-right: 15px;
  font-size: 16px;
  width: 10%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#footer .foot-top .form input[name="content"] {
  width: 15%;
}
#footer .foot-top .form input[type="submit"] {
  margin-right: 0;
  text-transform: uppercase;
  background-color: var(--baseColor);
  border-color: transparent;
  width: auto;
  padding: 0 10px;
}
#footer .foot-top .email {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
#footer .foot-top .email > div.icon {
  margin: 0 20px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 50%;
  border: 1px solid white;
}
#footer .foot-top .email > div.icon img {
  vertical-align: middle;
}
#footer .foot-top .email > div:first-child,
#footer .foot-top .email > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .foot-top .email > div:first-child {
  text-align: right;
}
#footer .foot-top .email > div:last-child {
  text-align: left;
}
#footer .foot-top .social-links {
  margin-top: 40px;
}
#footer .foot-top .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  margin: 0 2px;
}
#footer .foot-top .social-links a:nth-child(1) {
  background-color: #3b5999;
}
#footer .foot-top .social-links a:nth-child(2) {
  background-color: #00aced;
}
#footer .foot-top .social-links a:nth-child(3) {
  background-color: #cb2027;
}
#footer .foot-top .social-links a:nth-child(4) {
  background-color: #cc2366;
}
#footer .foot-center .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-center .foot-content .foot-block {
  padding: 60px 40px 40px 5%;
}
#footer .foot-center .foot-content .foot-block + .foot-block {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot-center .foot-content .foot-block h4 {
  margin-bottom: 20px;
}
#footer .foot-center .foot-content .foot-block ul li {
  line-height: 30px;
}
#footer .foot-center .foot-content .foot-block ul li + li {
  margin-top: 15px;
}
#footer .foot-center .foot-content .foot-block ul li a:hover {
  opacity: 1;
}
#footer .foot-center .foot-content .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-bottom {
  background-color: black;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom .footlink {
  width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#footer .foot-bottom img {
  max-height: 16px;
}
.Fast_contact {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 97;
}
.Fast_contact > ul > li:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.Fast_contact > ul > li:nth-child(3) {
  border-radius: 0 0 0 10px;
}
.Fast_contact > ul > li:last-child {
  margin-top: 8px;
  border-radius: 10px 0 0 10px;
}
.Fast_contact ul li.onlineservice_li {
  width: 51px;
  height: 51px;
  line-height: 51px;
  position: relative;
  text-align: center;
  background-color: white;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.Fast_contact ul li.onlineservice_li.email_click {
  display: none;
}
.Fast_contact ul li.onlineservice_li > a {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.Fast_contact ul li:hover.onlineservice_li {
  background-color: var(--baseColor);
}
.Fast_contact ul li:hover.onlineservice_li > a {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Fast_contact ul li:hover .onlineservice_tips {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.onlineservice_tips {
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  right: 58px;
  top: 8px;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.onlineservice_tips::after {
  content: "";
}
.onlineservice_tips li {
  width: auto;
  height: auto;
  white-space: nowrap;
}
.onlineservice_tips li a {
  display: block;
  min-height: 22px;
  text-align: center;
  line-height: 22px;
  color: #737578;
  font-size: 15px;
}
.onlineservice_tips li a:hover {
  text-decoration: underline;
}
#ewm {
  width: 100px;
}
.i-category {
  padding: 110px 0 130px;
}
.i-category span.tag {
  color: #054370;
  letter-spacing: 3px;
}
.i-category .desc {
  margin-bottom: 60px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 40px;
}
.i-category .desc > div {
  display: inline-block;
  vertical-align: top;
  line-height: 2;
}
.i-category .desc > div:first-child {
  width: 50%;
}
.i-category .desc > div:last-child {
  width: 40%;
  margin-left: 10%;
}
.i-category .Tit {
  font-size: 32px;
  font-weight: 400;
}
.i-category .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
.i-category .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin: 0 -15px;
  min-width: 600px;
  height: 750px;
}
.i-category .options .option {
  position: relative;
  overflow: hidden;
  min-width: 10%;
  margin: 0 15px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.i-category .options .option.active {
  -webkit-box-flex: 10000;
  -webkit-flex-grow: 10000;
  -moz-box-flex: 10000;
  -ms-flex-positive: 10000;
  flex-grow: 10000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: 70%;
  border-radius: 50px;
  background-size: auto 100%;
}
.i-category .options .option.active .shadow {
  -webkit-box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.i-category .options .option.active .label {
  bottom: 5%;
  left: 5%;
}
.i-category .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.i-category .options .option:not(.active) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 50px;
}
.i-category .options .option:not(.active) .shadow {
  bottom: -40px;
  -webkit-box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.i-category .options .option:not(.active) .label {
  bottom: 5%;
  left: 50%;
  margin-left: -45px;
}
.i-category .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.i-category .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.i-category .options .option .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0px;
  height: 90px;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.i-category .options .option .label .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.i-category .options .option .label .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  color: white;
  min-width: 600px;
  max-width: 600px;
}
.i-category .options .option .label .info > div {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.i-category .options .option .label .info .main {
  font-weight: bold;
  font-size: 36px;
}
.i-category .options .option .label .info .sub {
  font-size: 16px;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 90%;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .page {
    position: absolute;
    left: 5%;
    top: 70%;
  }
  #header .h-top .ui.menu .menu-box ul li {
    margin: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > div {
    margin: 0 15px 0 25px;
  }
  .i-category .options {
    height: 600px;
  }
  .i-category .options .option .label .info .main {
    font-size: 30px;
  }
  .i-category .options .option .label .info {
    min-width: 500px;
    max-width: 500px;
  }
  .baseTit {
    font-size: 36px;
  }
  .our-case .left .list {
    padding-right: 30px;
  }
  .i-application .wrap .left {
    padding-right: 0;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list ul li {
    padding: 15px;
  }
  .i-other ul {
    margin: -3%;
  }
  .i-other ul li {
    padding: 3%;
  }
  #footer .foot-center .foot-content .foot-block {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 1400px) {
  #header .h-top .ui.menu .menu-box ul li {
    margin: 0 15px;
  }
  #header .h-top .ui.menu .language ul li a {
    margin: 0 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > div > a {
    padding: 25px 0;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: auto;
  }
  #header .nav .ui.menu .msgBtn {
    display: none;
  }
  #banner h2 {
    font-size: 34px;
  }
  #banner p {
    font-size: 16px;
  }
  #banner .page {
    top: 75%;
  }
  .i-category .options .option .label .info .main {
    font-size: 24px;
  }
  .i-category .options .option .label .info {
    min-width: 450px;
    max-width: 450px;
    margin-left: 15px;
  }
  .our-about .bottom ul li .box .num {
    font-size: 36px;
  }
  .our-about .bottom ul li {
    margin-right: 40px;
  }
  .our-about .Tit span {
    font-size: 60px;
  }
  .our-about .Tit {
    font-size: 24px;
  }
  .our-about .bottom ul li .box {
    min-width: 220px;
  }
  .i-application .wrap .right {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  #header .h-top .ui.menu .menu-box ul li {
    font-size: 14px;
    margin: 0 10px;
  }
  #header .h-top .ui.menu .language ul li {
    font-size: 14px;
  }
  #header .h-top .ui.menu .social-links a {
    margin-right: 10px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > div {
    margin: 0 15px;
  }
  #header .h-top .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .logo {
    width: 120px;
  }
  #header .nav .ui.menu .h-search {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    font-size: 14px;
  }
  #banner hr {
    max-width: 40%;
    margin: 10px 0;
  }
  .font-18 {
    font-size: 14px;
  }
  .i-category .Tit {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
  }
  .i-category .options .option .label .info .sub {
    font-size: 14px;
  }
  .i-category .options .option .label .info {
    min-width: 400px;
    max-width: 400px;
  }
  .i-category .options {
    margin: 0 -10px;
  }
  .i-category .options .option {
    margin: 0 10px;
  }
  .i-category .options {
    height: 500px;
  }
  .i-category .options .option .label {
    height: 70px;
  }
  .i-category .options .option:not(.active) .label {
    margin-left: -35px;
  }
  .i-category .options .option .label .icon {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
  .i-category .options .option .label .icon img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .i-category .options .option .label .info .main {
    font-size: 20px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-case .left .list ul li .name {
    font-size: 20px;
  }
  .i-application .wrap .left {
    width: 50%;
  }
  .i-application .wrap .right {
    width: 50%;
  }
  .i-application .wrap .right ul li .box p {
    font-size: 14px;
  }
  .our-news .list ul li .box .text {
    padding: 15px;
  }
  .font-20 {
    font-size: 16px;
  }
  .i-other ul {
    margin: -15px;
  }
  .i-other ul li {
    padding: 15px;
  }
  #footer .foot-top .form input {
    width: 15%;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 1000px) {
  #banner li video{
    display: none;
  }

  #banner li .img{
    display: block;
    height: 100%;
  }

  #header {
    display: none;
  }
  #nav-height {
    display: none;
  }
  #mobile {
    display: block;
  }
  .Fast_contact {
    display: none;
  }
  #banner .page {
    display: none;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .i-category {
    padding: 60px 0;
  }
  .i-category .desc > div {
    width: 100%!important;
  }
  .i-category .desc > div:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
  .i-category .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .i-category .options {
    margin: 0;
    min-width: 100%;
  }
  .i-category .options .option {
    min-width: 100%;
    height: 400px;
    margin: 10px 0;
  }
  .i-category .options .option:not(.active) {
    border-radius: 10px;
    background-size: cover;
  }
  .i-category .options .option.active {
    max-width: 100%;
    border-radius: 10px;
    background-size: cover;
  }
  .i-category .options .option:not(.active) .label {
    left: 5%;
    bottom: 10%;
    margin-left: 0;
  }
  .i-category .options .option.active .label {
    bottom: 10%;
  }
  .i-category .options .option:not(.active) .label .info > div {
    left: 0;
    opacity: 1;
  }
  .i-category .options .option:not(.active) .label .info > div {
    left: 0;
    opacity: 1;
  }
  .i-category .options .option .label .info {
    min-width: 80%;
    max-width: 80%;
  }
  .our-about .bottom {
    width: 100%;
    padding: 20px;
    border-radius: 0;
  }
  .our-about .bottom ul {
    margin: -15px;
  }
  .our-about .bottom ul li {
    width: 33.33%;
    margin-right: 0;
    padding: 15px;
  }
  .our-about .bottom ul li .box {
    min-width: auto;
  }
  .our-about .bottom ul li .box .num {
    font-size: 24px;
  }
  .our-about .bottom ul li .box hr {
    margin: 10px 0;
  }
  .our-about {
    padding: 60px 0 200px;
  }
  .our-case {
    padding: 60px 0;
  }
  .our-case .left {
    width: 100%;
    padding: 0;
  }
  .our-case .left .list {
    padding-top: 30px;
    padding-right: 0;
  }
  .our-case .left .list::before {
    display: none;
  }
  .our-case .left .list ul {
    margin: -15px;
  }
  .our-case .left .list ul li {
    padding: 15px;
  }
  .our-case .left .list ul li .name {
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
  .our-case .right {
    width: 100%;
    display: none;
  }
  .our-case .left .list .tags {
    display: none;
  }
  .i-application {
    padding: 60px 0;
  }
  .i-application .wrap .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .i-application .wrap .right {
    width: 100%;
    padding: 0;
  }
  .i-application .wrap .right ul {
    max-width: unset;
  }
  .i-application .wrap .right ul li {
    width: 33.33%;
  }
  .our-news {
    padding: 60px 0;
  }
  .i-other ul li {
    width: 50%!important;
  }
  #footer .foot-center .foot-content .foot-block {
    width: 100%;
  }
  #footer .foot-center .foot-content .foot-block:not(:first-child) {
    display: none;
  }
  #footer .foot-top .form input {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
    padding: 0 15px;
  }
  #banner .content {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  #banner .content .left {
    text-align: center;
  }
  #banner hr {
    margin: 10px auto;
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner a.moreBtn {
    line-height: 40px;
  }
  .i-category .Tit {
    font-size: 20px;
  }
  .i-category .options .option .label {
    display: block;
    height: auto;
  }
  .i-category .options .option .label .icon {
    display: none;
  }
  .i-category .options .option .label .info {
    margin-left: 0;
    margin-top: 20px;
  }
  .i-category .options .option .label .info {
    min-width: 95%;
    max-width: 95%;
  }
  .i-category .options .option {
    height: 300px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .Tit {
    font-size: 16px;
  }
  .our-about .Tit span {
    font-size: 40px;
  }
  .our-about .bottom {
    display: none;
  }
  .baseTit {
    font-size: 20px;
  }
  .our-case .left .list ul li .name {
    font-size: 17px;
  }
  .i-application {
    display: none;
  }
  .our-case {
    display: none;
  }
  .i-other {
    display: none;
  }
  #footer .foot-top .form {
    margin-top: 30px;
  }
  #footer .foot-top .form input {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  #footer .foot-top .form input[type="submit"] {
    margin: 0;
    padding: 10px;
  }
  #footer .foot-top .email > div:first-child {
    display: none;
  }
  #footer .foot-top .email > div.icon {
    margin-left: 0;
  }
  #footer .foot-top .social-links {
    text-align: left;
  }
  .i-category .desc {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .i-category .desc > div:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #banner p{
    display: none;
  }

  /*#banner li {
    height: 300px;
  }
  #banner li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }*/
}







.sustainability-page .sustainability-1 .container {
  width: 100% !important;
  padding: 0;
}
.sustainability-page .sustainability-1 .img {
  position: relative;
  z-index: 10;
  overflow: hidden
}
.sustainability-page .sustainability-1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300%;
  width: 100%;
  height: 100%;
  background: url(/cnunderwearfactory/2023/11/13/acc12.png) no-repeat center;
  transition: 0.5s
}
.sustainability-page .sustainability-1 .img:hover::after {
  bottom: 0
}
.sustainability-page .sustainability-1 .img .mask {
  position: absolute;
  left: 0;
  bottom: 105px;
  width: 100%;
  text-align: center;
  z-index: 11
}
.sustainability-page .sustainability-1 .img .mask .tit3 {
  font-size: 48px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 1054px;
  margin: 0 auto;
  margin-top: 40px;
}
.sustainability-page .sustainability-2 {
  background: #F5F5F5;
}
.sustainability-page .sustainability-2 .img {
  position: relative;
  padding: 241px 0 212px;
}
.sustainability-page .sustainability-2 .img .title {
  position: absolute;
  left: 0;
  top: 13.3%;
  text-align: left;
}
.sustainability-page .sustainability-2 .img .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.sustainability-page .sustainability-2 .img .title p {
  font-size: 18px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 30px;
  margin-top: 25px;
  max-width: 645px;
}
.sustainability-page .sustainability-2 .img ul li {
  text-align: center;
}
.sustainability-page .sustainability-2 .img ul li .imga {
  display: inline-block;
  position: relative;
}
.sustainability-page .sustainability-2 .img ul li .imga::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(5, 32, 83, 0.88);
  box-shadow: 0px 10px 10px 0px rgba(163, 163, 163, 0.88);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sustainability-page .sustainability-2 .img ul li .imga:hover::after {
  opacity: 1;
}
.sustainability-page .sustainability-2 .img ul li .tit {
  font-size: 24px;
  
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 17.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(2) {
  position: absolute;
  left: 20.25%;
  bottom: 9.9%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(3) {
  position: absolute;
  left: 41.125%;
  bottom: 9.5%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(4) {
  position: absolute;
  right: 20.5%;
  bottom: 22.4%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
  position: absolute;
  right: 2.8%;
  bottom: 37.8%;
}
.sustainability-page .sustainability-3 {
  padding-top: 143px;
}
.sustainability-page .sustainability-3 ul li .box {
  background: linear-gradient(265deg, #0C398F, #134AAC);
}
.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  padding: 0 70px;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-size: 36px;
  
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: 18px;
  
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  height: 121px;
  overflow: hidden;
  transition: 0.5s;
}

.sustainability-page .sustainability-3 ul li .box:hover .con .cona {
  height: auto;

}

.sustainability-page .sustainability-3 ul li:nth-child(even) .box .img {
  position: relative;
  left: 50%;
}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .con {
  position: relative;
  left: -50%;
}
.sustainability-page .sustainability-4 {
  padding: 130px 0;
}
.sustainability-page .sustainability-4 .title span {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px
}
.sustainability-page .sustainability-4 .title p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 937px;
  margin-top: 25px;
}
.sustainability-page .sustainability-4 .list {
  margin-top: 50px;
}
.sustainability-page .sustainability-4 .list ul li .box {
  max-width: 475px;
  margin: 0 auto;
}
.sustainability-page .sustainability-4 .list ul li .box .img {
  overflow: hidden;
}
.sustainability-page .sustainability-4 .list ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sustainability-page .sustainability-4 .list ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sustainability-page .sustainability-4 .list ul li .box .tit {
  font-size: 18px;
  
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}


.m-page {
    margin-top: 75px
}

.m-page .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center
}

.m-page .wp-pagenavi a,.m-page .wp-pagenavi span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    background: #fff;
    font-size: 16px;
    font-weight: bold
}

.m-page .wp-pagenavi span {
    background: #0f42a1;
    color: #fff
}

.m-page .wp-pagenavi a.prev {
  margin-right: 20px;
  font-size: 20px;
}
.m-page .wp-pagenavi a.next {
  margin-left: 20px;
  font-size: 20px;
}


/*.inner-page {
  padding-top: 98px;
}*/
.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .container {
  position: static;
}
.inner-banner .box {
  position: absolute;
  left: 8.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner.certification-banner .box {
  left: 50%;
  transform: translate(-50%,-50%);
}
.inner-banner .box .tit2 {
  font-size: 48px;
  
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
}
.inner-banner .box .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 25px;
}
.about-page {
  padding-top: 100px;
}
.about-page .title span {
  font-size: 18px;
  
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.about-page .title .tit {
  font-size: 60px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
}
.about-page .about-1 .top .left {
  width: 33.75%;
}
.about-page .about-1 .top .left .tit {
  margin-top: 25px;
}
.about-page .about-1 .top .left .img {
  margin-top: 50px;
}
.about-page .about-1 .top .right {
  width: 66.25%;
  padding-left: 110px;
}
.about-page .about-1 .top .right p {
  font-size: 18px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  margin-bottom: 30px;
}
.about-page .about-1 .top .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-1 .bot {
  margin-top: 80px;
  background: linear-gradient(265deg, #0C398F, #134AAC);
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-1 .bot ul li {
  position: relative;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-1 .bot ul li h2 {
  font-size: 48px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  height: 48px;
}
.about-page .about-1 .bot ul li h2 sub {
  position: relative;
  top: -13px;
  font-size: 34px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .bot ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  opacity: 0.7;
}
.about-page .about-1 .bot ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  padding: 140px 0 94px;
}
.about-page .about-2 .top .left {
  width: 54.6%;
}
.about-page .about-2 .top .left .tit {
  margin-top: 30px;
}
.about-page .about-2 .top .left p {
  font-size: 16px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 24px;
  max-width: 600px;
  margin-top: 20px;
}
.about-page .about-2 .top .left .btn {
  margin-top: 45px;
}
.about-page .about-2 .top .left .btn a {
  display: inline-block;
  background: #0F42A1;
  border-radius: 5px;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding: 16px 36px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .top .left .btn a:hover {
  background: #E37600;
}
.about-page .about-2 .top .right {
  width: 45.4%;
}
.about-page .about-2 .top .right ul {
  margin: 0 -10px;
}
.about-page .about-2 .top .right ul li {
  padding: 0 10px;
}
.about-page .about-2 .img.acc {
  max-width: 1228px;
  margin-top: 40px;
}
.about-page .about-2 .img {
  overflow: hidden;
}
.about-page .about-2 .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-3 {
  padding: 260px 0 220px;
  background: url(../images/about-31.jpg) no-repeat center;
}

.about-page .about-3 .box .tit {
  font-size: 36px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-3 .box .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 25px;

}
.about-page .about-4 {
  position: relative;
  padding-top: 75px;
}
.about-page .about-4 .tit {
  font-size: 48px;
  margin-top: 0;
}
.about-page .about-4 .acc {
  position: relative;
  padding-left: 105px;
  z-index: 11;
}
.about-page .about-4 .acc .arrows {
  position: absolute;
  z-index: 2;
  left: 23px;
  top: 40%;
}
.about-page .about-4 .acc .arrows .swiper-button-prev,
.about-page .about-4 .acc .arrows .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 9px;
  background: url(../images/aoorws.png) no-repeat center;
  opacity: 1;
}
.about-page .about-4 .acc .arrows .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 .acc .list {
  padding-bottom: 200px;
}
.about-page .about-4 .acc .list ul li .box {
  padding: 0 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 465px;
}
.about-page .about-4 .acc .list ul li .box span {
  display: inline-block;
  font-size: 60px;
  
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
}
.about-page .about-4 .acc .list ul li .box .tit4 {
  font-size: 60px;
  
  font-weight: bold;
  color: var(--baseColor);
  line-height: 1.2;
  margin: 25px 0;
}
.about-page .about-4 .acc .list ul li .box .cona {
  font-size: 16px;
  
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-4 .acc .list ul li:hover .box .cona {
  opacity: 1;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-active .box {
  margin-top: 208px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next {
  margin-top: 139px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next + li {
  margin-top: 69px;
}
.about-page .about-4::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/cnunderwearfactory/2023/11/10/history.png) no-repeat right bottom;
  z-index: -1;
}
.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 36px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 16px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  max-width: 953px;
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 400;
  color: #00378C;
  line-height: 2;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
}
.oem-page .oem-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li h4:hover {
  background: #0F42A1;
  color: #fff;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}
.manufacture-page .img {
  overflow: hidden;
}
.manufacture-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manufacture-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.manufacture-page .manufacture-1 .mbx {
  padding: 49px 0 89px;
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-1 .title .tit4 {
  font-size: 36px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.2;
  margin-top: 20px;
  max-width: 1200px;
}
.manufacture-page .manufacture-1 .top {
  margin-top: 80px;
}
.manufacture-page .manufacture-1 .top p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  margin-top: 50px;
}
.manufacture-page .manufacture-1 .top .left {
  width: 46.18%;
}
.manufacture-page .manufacture-1 .top .right {
  width: 53.82%;
  padding-left: 110px;
}
.manufacture-page .manufacture-2 {
  margin-top: 110px;
}
.manufacture-page .manufacture-2 .num {
  margin-top: 130px;
}
.manufacture-page .manufacture-2 .num ul li {
  text-align: center;
}
.manufacture-page .manufacture-2 .num ul li h2 {
  font-size: 60px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 40px;
}
.manufacture-page .manufacture-3 {
  padding: 170px 0 160px;
}
.manufacture-page .manufacture-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .manufacture-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-3 .title .acc .tit {
  font-size: 60px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  max-width: 770px;
}
.manufacture-page .manufacture-3 .top {
  margin-top: 100px;
}
.manufacture-page .manufacture-3 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
.manufacture-page .manufacture-3 .top ul li {
  padding: 0 6px;
}
.faq-page .faq-1 {
  padding: 85px 0 140px;
}

.faq-page .tit {
  font-size: 48px;
  
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.faq-page .top {
  margin-top: 45px;
}
.faq-page .top ul li {
  margin-bottom: 12px;
}
.faq-page .top ul li .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 18px 40px;
  background: #EEEEEE;
  cursor: pointer;
}
.faq-page .top ul li .text {
  display: none;
  font-size: 16px;
  
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 18px 40px;
}
.certification-banner {
  text-align: center
}
.certification-banner .box .mbx {
  margin-top: 0
}
.certification-banner .box .tit2 {
  margin-top: 20px
}
.certification-page .certification-1 {
  padding: 34px 0 160px;
}
.certification-page .certification-1 .top ul {
  margin: 0 -49px;
}
.certification-page .certification-1 .top ul li {
  padding: 0 49px;
  margin-top: 164px;
}
.certification-page .certification-1 .top ul li .box {
  display: block;
  position: relative;
  background: #F0F0F0;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 486px;
  padding: 0 50px;
}
.certification-page .certification-1 .top ul li .box .img {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.certification-page .certification-1 .top ul li .box .tit {
  font-size: 36px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-top: 180px;
}
.certification-page .certification-1 .top ul li .box .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 30px;
}
.certification-page .certification-1 .top ul li:hover .box {
  background: #0E3D95;
}
.certification-page .certification-1 .top ul li:hover .box .tit,
.certification-page .certification-1 .top ul li:hover .box .cona {
  color: #ffffff;
}
.inner-banner.news-banner {
  position: relative;
  height: 610px;
}
.inner-banner.news-banner .box {
  top: 34.4%;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.inner-banner.news-banner .tab {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: 25px;
}
.inner-banner.news-banner .tab span {
  display: inline-block;
  width: 73%;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}
.inner-banner.news-banner .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 34px;
}
.inner-banner.news-banner .tab ul li a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 39px;
}
.inner-banner.news-banner .tab i {
  display: inline-block;
  width: 29px;
  height: 16px;
  background: url(../images/news-12.png) no-repeat center;
  cursor: pointer;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-1 .top ul {
  margin: 0 -20px;
}
.news-page .news-1 .top ul li {
  margin: 50px 0;
  padding: 0 20px;
}
.news-page .news-1 .top ul li .box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img {
  overflow: hidden;
}
.news-page .news-1 .top ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .top ul li .box .con {
  padding: 40px 25px;
}
.news-page .news-1 .top ul li .box .con .tit {
  font-size: 24px;
  
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #0f42a1;
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  
  font-weight: 300;
  color: #878787;
  line-height: 2;
  margin: 35px 0;
}
.news-page .news-1 .top ul li .box .con .time p {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.news-page .news-1 .top ul li:hover .box {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
}


.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.odm-page .title {
  text-align: center;
}
.odm-page .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-size: 48px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.odm-page .title .tit i {
  display: block;
}
.odm-page .title p {
  font-size: 18px;
  
  font-weight: 400;
  color: #000;
  line-height: 2;
  max-width: 1088px;
  margin: 0 auto;
}
.odm-page .odm-1 .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-top: 33px;
}
.odm-page .odm-1 .title span {
  margin-top: 70px;
}
.odm-page .odm-1 .title .tit {
  margin: 20px 0;
}
.odm-page .odm-1 .list {
  margin-top: 85px;
}
.odm-page .odm-1 .list ul li .img {
  position: relative;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px;
  padding-bottom: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  overflow: hidden;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask .tit4 {
  font-size: 24px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.odm-page .odm-1 .list ul li .img .mask .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 17px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 145px;
  overflow: auto;
}
.odm-page .odm-1 .list ul li .img .mask::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 100%;
  background: #0F42A1;
  border-radius: 0px 0px 20px 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask {
  padding-bottom: 30px;
}
.odm-page .odm-1 .list ul li:hover .img .mask .cona {
  opacity: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask::after {
  opacity: 1;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.odm-page .odm-2 {
  padding-top: 135px;
}
.odm-page .odm-2 .container {
  width: 100% !important;
  padding: 0;
}
.odm-page .odm-2 .title .tit {
  font-size: 36px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.3;
  margin-top: 20px;
}
.odm-page .odm-2 .title .tit i {
  display: block;
}
.odm-page .odm-2 .title .btn {
  margin-top: 30px;
}
.odm-page .odm-2 .title .btn a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background: #0F42A1;
  border-radius: 5px;
  padding: 16px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.odm-page .odm-2 .title .btn a:hover {
  background: #e37600;
}
.odm-page .odm-2 .top {
  margin-top: 70px;
}
.odm-page .odm-3 {
  padding: 89px 0 160px;
}
.prodet2-page .news-page {
  padding: 0
}
.prodet2-page .prodet-page {
  padding: 0
}

.prodet2-page .prodet-page .prodet-3 {
  padding: 0
}
.prodet2-page .prodet-page .prodet-2 {
  padding: 139px 0 60px
}

.prodet2-page .tit3 {
  font-size: 36px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.prodet2-page .title4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.prodet2-page .title4 .btn a {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
}
.prodet2-page .title4 .btn a span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet2-page .title4 .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 15px;
}
.prodet2-page p.acp {
  margin-top: 25px;
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .mbx {
  padding-top: 45px;
  font-size: 14px;

font-weight: 400;
color: #000000;
line-height: 1.5
}
.prodet2-page .prodet2-1  {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top .left .img {
  background: #f6f6f6
}
.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}
.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}
.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}
.prodet2-page .prodet2-1 .top .right {
  padding-left: 100px;
  margin-top: 45px;
}
.prodet2-page .prodet2-1 .top .right span.ads {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 20px;
  
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin-top: 25px;
  text-transform: uppercase;
}
.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}
.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.prodet2-page .prodet2-2 {
  margin-top: 160px;
}
.prodet2-page .prodet2-2 .list {
  margin-top: 60px;
}
.prodet2-page .prodet2-2 .list ul {
  align-items: center
}
.prodet2-page .prodet2-3 {
  margin-top: 100px;
}
.prodet2-page .prodet2-3 .options {
  margin-top: 65px;
}
.prodet2-page .prodet2-3 .options ul {
  margin: 0 -5px;
}
.prodet2-page .prodet2-3 .options ul li {
  padding: 0 5px;
}
.prodet2-page .prodet2-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet2-page .prodet2-3 .options ul li h4:hover {
  background: #0F42A1;
  color: #fff;
}
.prodet2-page .prodet2-4 .top ul {
  margin: 0 -17px;
}
.prodet2-page .prodet2-4 .top ul li {
  padding: 0 17px;
  text-align: center;
  width: 12.5%;
  margin-top: 50px;
}
.prodet2-page .prodet2-4 .top ul li .tit4,
.prodet2-page .prodet2-5 .top ul li .tit4
 {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 5px;
}
.prodet2-page .prodet2-5 .top ul {
  margin: 0 -24px;
}
.prodet2-page .prodet2-5 .top ul li {
  padding: 0 24px;
  text-align: center;
  margin-top: 50px;
  width: 16.6666%;
  position: relative;
}
.prodet2-page .prodet2-5 .top ul li .tit5 {
  font-size: 14px;
  
  font-weight: 400;
  line-height: 1.5;
  margin-top: 35px;
  color: #000000;
  opacity: 0.8;
}
.prodet2-page .prodet2-5 .top ul li .img {
  position: relative;
}
.prodet2-page .prodet2-5 .top ul li .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.prodet2-page .prodet2-6 .top ul {
  margin: 0 -30px;
}
.prodet2-page .prodet2-6 .top ul li {
  padding: 0 30px;
  text-align: center;
  width: 20%;
  margin-top: 50px;
}
.prodet2-page .btnac {
  margin-top: 84px;
  text-align: center;
}
.prodet2-page .btnac a {
  width: 718px;
  height: 67px;
  background: #0F42A1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 34px;
  margin: 0 auto;
}
.prodet2-page .prodet2-7 {
  padding: 105px 0 195px;
}
.prodet2-page .prodet2-7 .title5 {
  text-align: center;
}
.prodet2-page .prodet2-7 .title5 .tit3 {
  text-transform: uppercase;
}
.prodet2-page .prodet2-7 .title5 p {
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
.prodet2-page .prodet2-7 .list {
  margin-top: 70px;
}
.prodet2-page .prodet2-7 .list ul li .box .img {
  height: 60px;
}
.prodet2-page .prodet2-7 .list ul li .box .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}
.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}


.prodet-page .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 30px;
}
.prodet-page .prodet-1 {
  padding-top: 110px;
}
.prodet-page .prodet-1 .container {
  width: 1520px;
}
.prodet-page .prodet-1 .top .left {
  width: 68%;
  padding-left: 56px;
}
.prodet-page .prodet-1 .top .left .img-box {
  background: #EEEEEE
}
.prodet-page .prodet-1 .top .right {
  width: 32%;
  padding-left: 65px;
}
.prodet-page .prodet-1 .top .right span {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  margin-top: 39px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-1 .top .right .asli {
  position: relative;
  padding-bottom: 30px;
}
.prodet-page .prodet-1 .top .right .asli::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  opacity: 0.2;
}
.prodet-page .prodet-1 .top .right h1 {
  position: relative;
  font-size: 20px;
  
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .top .right .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 22px 0;
}
.prodet-page .prodet-1 .top .right .profea {
  font-size: 16px;
  
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.prodet-page .prodet-1 .top .right .prointo {
  font-size: 16px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.prodet-page .prodet-1 .top .right .btn {
  margin-top: 85px;
}
.prodet-page .prodet-1 .top .right .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-1 .top .right .btn a p {
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-1 .top .right .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
}
.prodet-page .prodet-2 {
  padding: 180px 0 275px;
}

.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-2 .list {
  margin-top: 80px;
}
.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}
.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #0F42A1;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover p,
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover i {
  color: #fff;
}
.prodet-page .prodet-2 .list ul li .box .tit {
  font-size: 16px;
  
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box .tit a{
  display: block;
  min-height: 4.5em;
}
.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: #0F42A1;
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}
.prodet-page .prodet-3 .container {
  width: 1260px;
}
.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  margin-top: 25px;
}
.prodet-page .prodet-3 .top .right {
  width: 57%;
  padding-left: 125px;
}
.prodet-page .prodet-3 .top .right .form ul li {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .top .right .form ul li:last-child {
  margin-bottom: 0
}
.prodet-page .prodet-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li label {
  display: block;
  font-size: 16px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding-top: 25px;
}
.prodet-page .prodet-3 .top .right .form ul li textarea {
  width: 100%;
  height: 168px;
  margin-top: 7px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 14px;
  
  font-weight: 400;
  color: #9D9D9D;
  line-height: 2;
  padding-left: 14px;
  padding-top: 5px;
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit] {
  width: 230px;
  height: 49px;
  background: #0F42A1;
  border-radius: 5px;
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit]:hover {
  background: #e37600;
}
.product-page .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-top: 40px;
}
.product-page .product-1 {
  padding: 100px 0 0;
}
.product-page .product-1 .top .left {
  width: 20%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 60px;
  line-height: 2;
}
.product-page .product-1 .top .right .cate-img {
  position: relative;
  margin-bottom: 50px;
  border-radius: 5em;
  overflow: hidden;
}
.product-page .product-1 .top .right .cate-img:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-page .product-1 .top .right .cate-img > img{
  width: 100%;
}
.product-page .product-1 .top .right .cate-img .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-width: 875px;
  margin: 0 auto;
}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 48px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 35px;
}
/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
  height: 100%;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a p {
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: #0F42A1;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover p,
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .product-1 .top .right .bottom ul li .box .tit {
  font-size: 16px;
  
  font-weight: bold;
  color: #333333;
  line-height: 2;
  padding: 20px;
  text-align: center;
  min-height: 120px;
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #0F42A1;
}
.contact-page .contact-1 {
  padding: 120px 0 85px;
}
.contact-page .container {
  max-width: 1230px;
}
.contact-page .contact-1 .top .tit {
  font-size: 30px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left {
  width: 62.5%;
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
   width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
 font-size: 14px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 330px center no-repeat;
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;

}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  
  font-weight: 300;
  color: #000000;
  opacity: 0.6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #e37600;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right {
  width: 37.5%;
  padding-left: 85px;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 50px;
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  position: absolute;
  left: 0;
  top: 40px;
}
.contact-page .contact-1 .top .right .acc ul li p {
  font-size: 18px;
  
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 115px 0 85px;
}
.rad-page .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  padding: 43px 0 82px;
  line-height: 1;
}
.rad-page .rad-1 {
  padding-bottom: 100px;
}
.rad-page .rad-1 .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 400;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.rad-page .rad-1 .title .tit {
  font-size: 30px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 1190px;
  margin-top: 15px;
}
.rad-page .rad-1 .top {
  margin-top: 55px;
}
.rad-page .rad-1 .top ul {
  margin: 0 -20px;
}
.rad-page .rad-1 .top ul li {
  padding: 0 20px;
  margin-bottom: 65px;
}
.rad-page .rad-1 .top ul li .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .tit4:hover {
  color: #0F4099;
}
.rad-page .rad-1 .top ul li .cona {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .cona:hover {
  color: #0F4099;
}
.rad-page .rad-1 .top ul li:last-child .acc {
  background: #0F4099;
  padding: 135px 0 105px;
  text-align: center;
}
.rad-page .rad-1 .top ul li:last-child .acc .btn a {
  display: inline-block;
  font-size: 20px;
  
  font-weight: bold;
  color: #F3F2F2;
  line-height: 1;
  padding: 28px 35px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li:last-child .acc .btn a:hover {
  background: #e37600;
}
.rad-page .rad-1 .top ul li:last-child .acc p {
  font-size: 24px;
  
  font-weight: bold;
  text-decoration: underline;
  color: #F3F2F2;
  line-height: 1;
  margin-top: 25px;
}
.rad-page .rad-2 {
  background: url(../images/rad-22.jpg) no-repeat center;
}
.rad-page .rad-2 .container {
  width: 100% !important;
  padding: 0;
}
.rad-page .rad-2 .top .left {
  width: 57.5%;
  vertical-align: middle;
}
.rad-page .rad-2 .top .right {
  width: 42.5%;
  padding-left: 60px;
  vertical-align: middle;
  padding-right: 8.3%;
}
.rad-page .rad-2 .top .right .tit {
  font-size: 30px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul {
  padding-top: 15px;
}
.rad-page .rad-2 .top .right ul li {
  margin-top: 50px;
}
.rad-page .rad-2 .top .right ul li .box {
  position: relative;
  padding-left: 123px;
}
.rad-page .rad-2 .top .right ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.rad-page .rad-2 .top .right ul li .box .con .tit4 {
  font-size: 18px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul li .box .con p {
  font-size: 16px;
  
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.8;
  margin-top: 15px;
}
.rad-page .rad-2 .top .right ul li:hover .box .img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.rad-page .prodet-3 {
  padding: 155px 0 110px;
}
.rad-page .prodet-3 .container {
  width: 1630px;
}

.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 10000;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: #0F42A1;
  color: #fff;
  border: 1px solid #fff;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: #0F42A1;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.more_cont:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

@media screen and (max-width: 1100px) {
 .about-page .about-4 .acc .list ul li .box .cona {
   color: #333333;
   font-weight: bold;
 }


}

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

.right_nav_list ul li {
  width: 35px;
  height: 35px;
}

  .right_nav_list ul li .more_cont {
    font-size: 20px
  }

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

  .right_nav_list {
    right: 10px;
  }

}
@media screen and (max-width: 1630px) {
  .sustainability-page .sustainability-2 .img ul li:nth-child(1) {
    left: 0;
  }
  .sustainability-page .sustainability-2 .img ul li .tit {
    font-size: 20px;
    margin-top: 10px;
  }
.sustainability-page .sustainability-3 ul li .box .con .cona {
  height: 140px!important;
  overflow: auto;
  padding-right: 20px;
}

  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit {
    font-size: 48px;
  }
  .about-page .about-1 .top .right {
    padding-left: 40px;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 42px;
  }
  .sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: -3%;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 48px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 120px;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    padding: 25px;
  }
  .prodet-page .prodet-1 .top .left {
    padding-left: 0;
  }
  .product-page .product-1 .top .right {
    padding-left: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn {
    width: 85%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc {
    padding: 80px 0;
  }
  .rad-page .rad-2 .top .right {
    padding: 0;
    padding-left: 30px;
  }
  .rad-page .rad-2 .top .right ul li {
    margin-top: 30px;
  }
  .rad-page .rad-2 .top .left {
    width: 45%;
  }
  .rad-page .rad-2 .top .right {
    width: 55%;
    padding: 30px 0;
  }

  .prodet2-page .prodet2-1 .top .right {
    padding-left: 40px;
  }
  .prodet2-page .prodet2-1 .top .right h1 {
    margin-top: 15px;
  }
  .prodet2-page .prodet2-1 .top .right .tit5 {
    margin-top: 30px;
  }
  .prodet2-page .prodet2-3 .options ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .sustainability-page .sustainability-3,
  .about-page,
  .odm-page .odm-2,
  .prodet-page .prodet-1 {
    padding-top: 80px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 80px;
  }
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3,
  .certification-page .certification-1 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    font-size: 24px;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 0 30px;
  }
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3 {
    font-size: 36px;
  }
  .product-page .product-1 .top .right .cate-img .mask .cona,
  .sustainability-page .sustainability-1 .img .mask p {
    margin-top: 10px;
  }
  .odm-page .odm-2 .title .tit i {
    display: initial;
  }
  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .mbx {
    padding: 40px 0;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 36px;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .certification-page .certification-1 .top ul li .box {
    padding: 0 20px;
  }
  .certification-page .certification-1 .top ul li {
    margin-top: 50px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    font-size: 32px;
    padding-top: 90px;
  }
  .certification-page .certification-1 .top ul li .box .cona {
    margin-top: 15px;
  }
  .inner-banner .box .tit2 {
    font-size: 42px;
  }
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }
  .news-page .news-1 .top ul li .box .con .cona {
    margin: 15px 0;
  }
  .certification-page {
    padding-bottom: 80px;
  }
  .odm-page .odm-1 .title span {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .top .right {
    padding-left: 30px;
  }
  .prodet-page .prodet-2 .list ul li .box {
    text-align: center;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 60px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .product-page .product-1 .top .left {
    display: none;
  }
  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .rad-page .rad-1 .top ul li {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .rad-page .rad-1 {
    padding-bottom: 80px;
  }
  .rad-page .rad-2 .top .left {
    width: 100%;
  }
  .rad-page .rad-2 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .rad-page .rad-2 {
    background: #0F42A1;
  }
  .rad-page .rad-2 .top .right ul li {
    padding: 40px 0;
    margin: 0;
  }

   .prodet2-page .prodet2-1 .top .right {
    margin-top: 20px;
    padding-left: 30px;
  }
  .prodet2-page .prodet2-2 {
    margin-top: 80px;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 25%!important;
    margin-top: 20px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 20%;
  }
  .prodet2-page .prodet2-7 {
    padding: 80px 0;
  }
  .prodet2-page .prodet-page .prodet-2 {
    padding: 60px 0
  }
}
@media screen and (max-width: 1100px) {
  /*.inner-page {
    padding-top: 40px;
  }*/
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    height: auto!important;
    padding-right: 0
  }
  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }
  .rad-page .mbx {
    padding: 40px 0
  }
  .sustainability-page .sustainability-2 .img {
    padding-bottom: 50px;
  }
  .sustainability-page .sustainability-3 ul li .box .img {
    width: 100%;
    left: 0 !important;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    width: 100%;
    left: 0 !important;
    padding: 30px;
  }
  .sustainability-page .sustainability-3 ul li .box {
    margin: 20px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .title p {
    margin-top: 15px;
  }
  .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 .top .left .tit {
    margin-top: 15px;
  }
  .about-page .about-1 .top .left .img {
    margin-top: 30px;
  }
  .about-page .about-1 .bot ul li {
    width: 25%;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 36px;
  }
  .about-page .about-2 .top .left {
    width: 100%;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .top .left .tit,
  .about-page .about-2 .top .left p {
    margin-top: 15px;
  }
  .about-page .about-3 .box .cona {
    height: auto;
  }
  .about-page .about-3 {
    padding: 150px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 60px;
  }
  .manufacture-page .manufacture-1 .top p {
    margin-top: 20px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 25%;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .title .acc {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .title .acc .tit,
  .manufacture-page .manufacture-3 .title p {
    margin-top: 15px;
    max-width: 100%;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 50px;
  }
  .certification-page .certification-1 .top ul li {
    width: 50%;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 150px;
  }
  .news-page .news-1 .top ul li {
    width: 50%;
  }
  .odm-page .odm-1 .title .tit {
    margin: 15px 0;
    line-height: 2;
  }
  .prodet-page .prodet-1 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .left {
    width: 100%;
  }
   .prodet2-page .prodet2-1 .top .right {
    width: 100%;
    padding: 0;
  }
  .prodet2-page .prodet2-1 .top .left {
    width: 100%;
    text-align: center;
  }
  .prodet2-page .prodet2-1 .top .left .slick-slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 972px) {
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3,
  .certification-page .certification-1 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3,
  .about-page,
  .odm-page .odm-2,
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 60px;
  }
  .sustainability-page .sustainability-1 .img .mask {
    position: static;
    padding: 25px 0;
  }
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .sustainability-page .sustainability-1 .img .mask p {
    color: #000;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 32px;
  }
  .about-page .about-3 {
    padding: 100px 0;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 36px;
  }
  .about-page .about-4 .acc .list {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .about-page .about-4 .acc .list ul li .box,
  .about-page .about-4 .acc .list ul li {
    margin-top: 0 !important;
  }
  .about-page .about-4::after{
    display: none;
  }
  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 50%;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  .manufacture-page .manufacture-1 .top {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .top p {
    font-size: 18px;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 32px;
  }
  .manufacture-page .manufacture-3 .title p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 20px;
  }
  .faq-page .tit {
    font-size: 36px;
  }
  .certification-page .certification-1 .top ul {
    margin: 0 -15px;
  }
  .certification-page .certification-1 .top ul li {
    padding: 0 15px;
  }
  .certification-page .certification-1 .top ul li .box .img {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-top: 30px;
  }
  .certification-page .certification-1 .top ul li .box .tit {
    padding-top: 20px;
  }
  .certification-page .certification-1 .top ul li .box .img img {
    width: 30%;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    position: static;
    opacity: 1;
    z-index: 111;
    background: #0f42a1;
  }
  .odm-page .odm-1 .list ul li .img .mask::after {
    display: none;
  }
  .odm-page .odm-1 .list ul li .img .mask .cona {
    opacity: 1;
  }
  .odm-page .odm-1 .list ul li .img .mask .tit4 {
    line-height: 2;
  }
  .odm-page .title span {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .top .right .btn {
    margin-top: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 25%;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 33.333% !important;
  }
  .prodet2-page .title4 .btn {
    display: none;
  }
  .prodet2-page .title4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .rad-page .rad-2 .top .right ul li .box .img {
    position: static;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1{
    line-height: 40px!important;
  }
  .newdet-page .wpulike.wpulike-default{
  display: block;
} 
  .rad-page .rad-2 .top .right ul li {
    padding: 15px 0;
  }
  .rad-page .rad-2 .top .right ul li .box {
    padding: 0 15px;
  }
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 32px;
  }
  .sustainability-page .sustainability-2 .img .title {
    position: static;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .img {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-2 .img .title p {
    margin-top: 15px;
  }
  .inner-banner .box .tit2 {
    font-size: 32px;
  }
  .inner-banner .box .mbx {
    margin-top: 15px;
  }
  .about-page .about-1 .bot ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .bot ul li {
    padding: 20px 0;
    width: 50%;
  }
  .about-page .about-2 .img img {
    margin-bottom: 15px;
  }
  .about-page .about-4 .acc {
    padding-left: 0;
  }
  .about-page .about-4 .acc .arrows {
      left: 50%;
      top: auto;
      bottom: 25px;
      transform: translateX(-50%);
  }
  .about-page .about-4 .acc .arrows .swiper-button-prev,
  .about-page .about-4 .acc .arrows .swiper-button-next {
    display: inline-block;
  }
  .about-page .about-4 .acc .list ul li .box .cona {
    opacity: 1;
  }
  .rad-page .rad-1 .top ul li {
    width: 50%;
  }
  .product-page .product-1 .top .right .cate-img .mask {
    position: static;
    padding: 30px 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .product-page .product-1 .top .right .cate-img .mask .cona {
    color: #000;
  }
  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
  .manufacture-page .manufacture-1 .top .left {
    width: 100%;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 50%;
    margin: 15px 0;
  }
  .manufacture-page .manufacture-3 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .top ul li {
    margin: 10px 0;
  }
  .faq-page .top ul li .tit4,
  .faq-page .top ul li .text {
    padding: 12px 20px;
  }
  .certification-page .certification-1 .top ul li {
    width: 100%;
  }
  .news-page .news-1 .top ul li {
    width: 100%;
  }
  .odm-page .title .tit i {
    display: initial;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 100%;
    text-align: center;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-page .contact-1 .top .left .form ul li select {
    background: url(../images/contact-16.png) 95% center no-repeat;
  }
  .rad-page .rad-1 .top ul li {
    width: 100%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc .btn a {
    padding: 12px 20px;
  }
   .prodet2-page .prodet2-3 .options ul li {
    width: 50%!important;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    width: 50%;
  }
  .prodet2-page .tit3 {
    font-size: 32px;
    line-height: 1.5;
  }
  .prodet2-page .btnac a {
    width: 80%;
    font-size: 18px;
  }
  .prodet2-page .prodet2-7 .list,
  .prodet2-page .prodet2-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .about-page .title .tit,
  .manufacture-page .manufacture-3 .title .acc .tit,
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit,
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit,
  .prodet-page .prodet-3 .top .left .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 26px;
    line-height: 2;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px;
  }
  .sustainability-page .sustainability-4,
  .about-page .about-2,
  .oem-page .oem-3,
  .manufacture-page .manufacture-3,
  .faq-page .faq-1,
  .odm-page .odm-3,
  .prodet-page .prodet-2,
  .product-page .product-1,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .rad-page .prodet-3 {
    padding: 40px 0;
  }
  .sustainability-page .sustainability-1 .img .mask p,
  .sustainability-page .sustainability-2 .img .title p,
  .sustainability-page .sustainability-3 ul li .box .con .cona,
  .sustainability-page .sustainability-4 .title p,
  .about-page .about-1 .top .right p,
  .oem-page .oem-3 .title .acc p {
    font-size: 16px;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    line-height: 1.5;
  }
  .about-page .about-1 .bot ul li {
    width: 100%;
  }
  .about-page .about-1 .bot ul li::after {
    display: none;
  }
  .about-page .about-3 .box .tit {
    font-size: 24px;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 26px;
  }
  .about-page .about-4 .acc .list ul li .box .tit4 {
    margin: 15px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 100%;
  }
  .inner-banner .box .tit2 {
    font-size: 26px;
  }
  .inner-banner.news-banner .tab ul li a {
    margin: 0 15px;
  }
  .prodet-page .prodet-2 .list ul li .box .img .btn {
    width: 95%;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 40px;
  }
  .contact-page .contact-1 .top .left .form ul li label {
    line-height: 1.2;
  }
  .prodet2-page .tit3 {
    font-size: 24px;
  }
  .prodet2-page .prodet2-3 .options ul li {
    width: 100%!important;
  }
  .prodet2-page .prodet2-4 .top ul,
  .prodet2-page .prodet2-5 .top ul,
  .prodet2-page .prodet2-6 .top ul {
    margin: 0 -10px;
  }
  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    padding: 0 10px;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}


.lg-page ul{
  margin: -15px;
}

.lg-page ul li{
  padding: 15px;
}
#news_list ._table {
  line-height: 2;
}
#seo_other ._text {
 line-height: 2;
}





/* project */

.case-page {
    padding: 100px 0 140px
}

.case-page .list ul {
    margin: -40px -15px;
    display: flex;
    flex-wrap: wrap
}

.case-page .list ul li {
    padding: 40px 15px
}

.case-page .list ul li .box {
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%
}

.case-page .list ul li .content {
    padding: 40px;
    background: #f7f7f7;
    width: 100%
}

.case-page .list ul li .content span.h6 {
    display: block;
    font-weight: 600;
    font-size: 22px
}

.case-page .list ul li .content .text {
    font-weight: 300;
    font-size: 16px;
    color: gray;
    line-height: 1.8;
    margin: 1.5em 0
}

.case-page .list ul li .content a.link {
    line-height: 44px;
    height: 44px;
    padding: 0 28px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    color: var(--baseColor);
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.case-page .list ul li .content a.link i.fa {
    margin-right: .5em
}

.case-page .list ul li .content a.link:hover {
    background: var(--baseColor);
    color: #fff
}

.case-page .list ul li img {
    display: block;
    width: 100%
}

@media screen and (max-width: 1000px) {
  .case-page .list ul li {
    width: 50%!important;
  }
}

@media screen and (max-width: 600px) {
  .case-page .list ul li {
    width: 100%!important;
  }
}