@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-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
}
:root {
  --font: 'Anton';
  --primary: #036088;
}
body {
  font-family: "Montserrat";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#header .h-top {
  line-height: 55px;
  height: 55px;
  background-color: white;
  padding: 0 30px;
  border-bottom: 1px solid #dadada;
}
#header .h-top .social-links {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .social-links a {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
#header .h-top .social-links a + a {
  margin-left: 20px;
}
#header .h-top p {
  display: inline-block;
  vertical-align: top;
}
#header .h-top p i img {
  vertical-align: middle;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 0 30px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 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 {
  margin-left: 70px;
  font-size: 18px;
  color: #113e77;
  -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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 35px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  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);
  border-bottom: 3px solid #113e77;
  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 ul.sub-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 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 .baseMsg button {
  font-size: 18px;
  border: none;
  color: white;
  background-color: #113e77;
  height: 54px;
  padding: 0 25px;
  border-radius: 10px;
}
#header .nav .ui.menu .h-search {
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 10px;
  text-align: center;
  background-color: #ebebeb;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-right: 0;
  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 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  line-height: 2;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}

.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-banner {
    margin-top: 120px;
  }
  .xinhide {
    display: none !important;
  }
}
.language-box {
  display: inline-block;
  vertical-align: top;
}
.language-box .language-img {
  width: auto;
  vertical-align: top;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: top;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 150px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
  background-color: #113e77;
}
#banner video{
  display: block;
  margin-left: auto;
  position: absolute;
  width: 62%;
  height: 100%;
  object-fit: cover;
  right: 0;
  top: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 20px;
  font-size: 92px;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
  font-family: var(--font);
  text-shadow: 0 0 10px rgba(0, 0, 10, 0.2);
}
#banner p {
  margin-bottom: 70px;
  font-size: 18px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 5, 0.5);
}
#banner a.BTN {
  color: white;
  background-color: black;
  display: inline-block;
  line-height: 54px;
  padding: 0 35px;
}
.our-about {
  background: url(/xhxmat/2024/06/03/about.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
.our-about .box {
  max-width: 800px;
}
.our-about .box .desc {
  line-height: 2;
}
.our-about .name {
  font-size: 28px;
  font-weight: bold;
}
.our-about h1 {
  display: inline;
}
.our-about .rz {
  margin-bottom: 60px;
}
.our-about a.BTN {
  color: #0e43ad;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center top;
  color: white;
  padding: 100px 0;
}
.i-advantage .name {
  font-size: 36px;
  font-weight: bold;
}
.i-advantage ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}
.i-advantage ul li {
  width: auto;
}
.i-advantage ul li .num {
  font-size: 60px;
  font-family: var(--font);
}
.i-advantage ul li .num small {
  font-size: 30px;
  font-family: inherit;
}
.i-advantage .list {
  margin-top: 80px;
  padding: 0 100px;
}
.i-advantage .list button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background-color: #113e77;
  border: 1px solid white;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-advantage .list button.arrow_l {
  left: 0;
}
.i-advantage .list button.arrow_r {
  right: 0;
}
.i-advantage .swiper-container {
  padding: 0 300px;
}
.our-product {
  padding: 80px 0 140px;
}
.our-product .desc {
  width: 55%;
  float: right;
  font-style: italic;
  line-height: 2;
}
.our-product .name {
  font-size: 42px;
  font-weight: bold;
}
.our-product .nav ul {
  margin: -10px;
}
.our-product .nav ul li {
  padding: 10px;
}
.our-product .nav ul li span {
  color: white;
  background-color: #b5b5b5;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  cursor: pointer;
}
.our-product .nav ul li.active span {
  background-color: #113e77;
}
.our-product .list ul {
  margin: -60px;
}
.our-product .list ul li {
  padding: 60px;
  line-height: 2;
}
.our-case {
  color: white;
  background-color: #113e77;
}
.our-case .left {
  width: 35%;
  padding-left: 10%;
  padding-top: 10%;
  padding-right: 4%;
}
.our-case .left .name {
  font-size: 36px;
  font-weight: bold;
}
.our-case .left p {
  margin-bottom: 50px;
}
.our-case .left a {
  padding: 0 55px;
  display: inline-block;
  line-height: 55px;
  border: 2px solid white;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-case .left a:hover {
  color: #113e77;
  background-color: white;
}
.our-case .right {
  width: 65%;
}
.our-case .right ul {
  margin: -1px 0;
  border-left: 1px solid white;
}
.our-case .right ul li {
  border: 1px solid white;
}
.our-case .right ul li .img {
  overflow: hidden;
}
.our-case .right ul li img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-case .right ul li h4 {
  padding: 15px 40px;
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-case .right ul li h4.top {
  top: 15%;
}
.our-case .right ul li h4.bottom {
  bottom: 0;
  background-color: rgba(17, 62, 119, 0.7);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.our-case .right ul li:hover img {
  -webkit-filter: none;
  filter: none;
}
.our-case .right ul li:hover h4.top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.our-case .right ul li:hover h4.bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0 120px;
}
.our-news .name {
  font-size: 36px;
  font-weight: bold;
}
.our-news ul {
  margin-top: 70px;
}
.our-news ul li + li {
  margin-top: 90px;
}
.our-news ul li .img {
  height: 285px;
  width: 30%;
  vertical-align: middle;
}
.our-news ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news ul li .text {
  padding-left: 80px;
  width: 70%;
  vertical-align: middle;
}
.our-news ul li .text time {
  color: #8c8c8c;
}
.our-news ul li .text p {
  margin-bottom: 50px;
  line-height: 2;
}
.our-news ul li .text hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dadbdb;
}
.contact-box {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.contact-box .left {
  color: white;
  width: 45%;
  vertical-align: middle;
}
.contact-box .left .name {
  font-size: 33px;
  font-weight: bold;
}
.contact-box .right {
  width: 55%;
  vertical-align: middle;
}
.contact-box .right .form {
  background-color: #f0f1f5;
  padding: 12px 15px 12px 45px;
  border-radius: 40px;
}
.contact-box .right .form ul li {
  width: 20%;
  vertical-align: middle;
}
.contact-box .right .form ul li.wid-40 {
  width: 40%;
}
.contact-box .right .form input {
  width: 100%;
  border: none;
  font-size: 18px;
  padding-left: 15px;
  border-left: 1px solid #b5b5b5;
  background-color: transparent;
}
.contact-box .right .form button {
  height: 57px;
  width: 100%;
  color: white;
  background-color: #113e77;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
}
#footer .foot-top {
  padding: 60px 0 80px;
}
#footer .foot-top .foot-content .foot-block {
  width: 20%;
}
#footer .foot-top .foot-content .foot-block.one {
  width: 40%;
}
#footer .foot-top .foot-content .foot-block ul li {
  line-height: 2;
}
#footer .foot-top .social-links a + a {
  margin-left: 30px;
}
#footer .foot-bottom {
  border-top: 1px solid #999999;
}
#footer .foot-bottom .xinhangfoot {
  font-size: 16px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
}
#footer .foot-bottom p img,
#footer .foot-bottom a img {
  max-height: 16px;
}
#ewm {
  width: 80px;
}
@media (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 50px;
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 30px;
  }

  .our-case .left {
    padding-left: 5%;
    padding-top: 5%;
  }
}
@media (max-width: 1550px) {
  .ui.container {
    width: 1400px;
  }
  
  #header .nav .ui.menu .baseMsg button {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner p {
    font-size: 16px;
  }
  .i-advantage ul li .num {
    font-size: 40px;
  }
  .i-advantage .swiper-container {
    padding: 0 250px;
  }
  .contact-box .right .form input {
    font-size: 16px;
  }
  .contact-box .right .form button {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-product .name {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 20px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 25px 0;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner p {
    margin-bottom: 30px;
  }
  .i-advantage .swiper-container {
    padding: 0 150px;
  }
  .our-product .list ul {
    margin: -30px;
  }
  .our-product .list ul li {
    padding: 30px;
  }
  .our-case .left .name {
    font-size: 24px;
  }
  .our-case .left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .baseMsg {
    display: none;
  }
  .i-advantage ul {
    padding: 0;
  }
  .i-advantage .list {
    padding: 0;
  }
  .our-case .left a {
    padding: 0 20px;
    line-height: 40px;
  }
  .our-case .left p {
    margin-bottom: 30px;
  }
  .our-case .right ul li h4 {
    font-size: 18px;
  }
  .our-news ul li .text {
    padding-left: 40px;
  }
  .contact-box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-box .right {
    width: 100%;
  }
  .contact-box {
    padding: 40px 0;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #nav-height {
    display: none;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner a.BTN {
    line-height: 45px;
    padding: 0 15px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .name {
    font-size: 24px;
  }
  .our-about .rz {
    margin-bottom: 40px;
  }
  .i-advantage .name {
    font-size: 24px;
  }
  .i-advantage ul {
    margin-top: 40px;
  }
  .font-16 {
    font-size: 14px;
  }
  .i-advantage {
    padding: 60px 0;
    background-size: cover;
  }
  .i-advantage ul li .num {
    font-size: 30px;
  }
  .i-advantage ul li .num small {
    font-size: 20px;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .swiper-container {
    padding: 0 50px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .our-product .name br {
    display: none;
  }
  .our-product .desc {
    width: 100%;
    font-size: 16px;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list ul li {
    padding: 15px;
  }
  .our-case .left {
    width: 100%;
    padding: 30px 15px;
  }
  .our-case .right {
    width: 100%;
  }
  .our-case .right ul {
    border: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .name {
    font-size: 24px;
  }
  .our-news .name br {
    display: none;
  }
  .our-news ul {
    margin-top: 30px;
  }
  .our-news ul li .text p {
    margin-bottom: 30px;
  }
  .contact-box .left .name {
    font-size: 24px;
  }
  #ewm {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.two,
  #footer .foot-top .foot-content .foot-block.three {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.one {
    width: 50%;
  }
  #footer .foot-top .foot-content .foot-block.four {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    display: none;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .rz {
    margin: 0 -10px 30px;
  }
  .our-about .rz > div {
    padding: 10px;
  }
  .i-advantage {
    display: none;
  }
  .i-advantage ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 0;
  }
  .i-advantage ul li {
    width: 50%!important;
    padding: 10px;
  }
  .i-advantage ul li span {
    margin-top: 0;
  }
  .our-product .desc {
    font-size: 14px;
  }
  .our-case {
    display: none;
  }
  .our-news ul li .img {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
  .our-news ul li .text {
    width: 100%;
    padding-left: 0;
  }
  .font-24 {
    font-size: 18px;
  }
  .our-news ul li + li {
    margin-top: 40px;
  }
  .contact-box .right .form ul li {
    width: 100%!important;
  }
  .contact-box .right .form {
    padding: 15px;
    border-radius: 20px;
  }
  .contact-box .right .form input {
    border-left: none;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contact-box .right .form button {
    font-size: 14px;
    font-weight: 400;
  }
  #footer .foot-top .foot-content .foot-block.one {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.four {
    width: 100%;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-bottom p img,
  #footer .foot-bottom a img {
    max-height: 14px;
  }
  .contact-box .right .form button {
    height: 40px;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 20px;
  }
  #banner h2 br {
    display: none;
  }
  #banner a.BTN {
    font-weight: 400;
    line-height: inherit;
    padding: 5px 15px;
  }
  .our-about .name {
    font-size: 20px;
  }
  .our-product .name {
    font-size: 20px;
  }
  .our-news .name {
    font-size: 20px;
  }
  .contact-box .left .name {
    font-size: 20px;
  }
}



.inner-banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-banner h2{
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.inner-banner .bread-crumbs{
  color: white;
  line-height: 2;
}




.inner-page .m-page {
  text-align: right;
  display: block;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #113e77;
  border: 1px solid #113e77;
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--primary);
}
.inner-page .m-page span {
  margin: 0 3px;
}
.about-page h2.h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page p.p {
  font-size: 18px;
  color: #fff;
}


/* about */
.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left{
  position: relative;
  z-index: 1;
}
.about-ab .top h2 {
  color: var(--primary);
  font-size: 24px;
  padding-bottom: 20px;
}
.about-ab .top h3 {
  color: #000;
  font-size: 38px;
  /*margin-bottom: 10px;*/
}
.about-ab .top p {
  color: #363636;
  font-size: 18px;
  line-height: 1.8;
  padding: 15px 0;
}

.about-ab .about-factory .box:after {
  position: absolute;
  content: "";
  width: 402px;
  height: 389px;
  left: -92px;
  top: -113px;
}
.about-ab .about-factory .box img{
  width: 100%;
}
.about-ab .about-factory .box .play{
  position: absolute;
  top: 50%;
  left: calc(25% - 32.5px);
  transform: translateY(-50%);
}

.about-page .about-ab .factory .content ul{
  margin: -10px;
}
.about-page .about-ab .factory .content ul li{
  padding: 10px;
}
.about-page .about-ab .factory .content ul li img{
  border: 1px solid #ccc;
}

.about-page .about-num ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .about-num ul li {
    padding: 15px 18.5px 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center;
}


.about-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px;
}


.about-page .about-num ul li em {
    font-size: 48px;
    font-weight: bold;
}

.about-page .about-num ul li p {
    font-size: 16px;
    color: #545252;
}

.about-page .about-num ul li:nth-child(1) {
    background: url(/xhxmat/2024/01/18/10002.about-icon.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(2) {
    background: url(/xhxmat/2024/01/18/10001.about-icon2.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(3) {
    background: url(/xhxmat/2024/01/18/10003.about-icon3.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(4) {
    background: url(/xhxmat/2024/01/18/10004.71.png) no-repeat left center;
}
.about-page .about-num ul li:nth-child(5) {
    background: url(../images/kqwsl.png) no-repeat left center;
}
.about-page .about-num ul li:nth-child(6) {
    background: url(/xhxmat/2025/05/19/649d.png) no-repeat left center;
}


.corporate-culture {
  padding: 80px 0;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
  padding-right: 38px;
}
.corporate-culture .left h2 {
  color: var(--primary);
  font-size: 24px;
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid var(--primary);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}

.about-page .ab-2{
 background: url(../images/advantage-bg.jpg) no-repeat center center;
    padding-bottom: 100px;
}
.about-page .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
  padding-top: 50px;
}
.about-page .header span{
    font-size: 48px;
    color: #000;
    font-weight: bold;
}
.about-page .header h3{
  font-size: 36px;
}
.about-page .header p{
  font-size: 18px;
  color: #8c8d8d;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 122px;
  color: #fff;
}

.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;
 
  font-weight: bold;
  margin: 22.5px 0 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 19px;
  min-height: 56px;
}



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid white;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div.next {
  margin-left: 15px;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}

.about-page .i-semi {
  text-align: center;
  padding: 80px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: linear-gradient(#f1f7fc 50%, #ffffff 50%);
}
.about-page .i-semi p.p {
  color: #000;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}


.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}


.about-page .about-3 {
  padding: 90px 0 100px;
  background: #f7f7f7;
}
.about-page .about-3 h2,
.about-page .about-network h2 {
    display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: bold;
}
.about-page .about-3 .offerBox ul{
  margin: -15px;
}
.about-page .about-3 .offerBox ul li{
  padding: 15px;
}

.about-page .about-network ul{
  margin: -15px;
}

.about-page .about-network ul li{
  padding: 15px;
} 


@media screen and (max-width: 1600px) {
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  

  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }

  .about-page .about-num ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-page .about-num ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }

  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }

  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }

  .about-page h2.h2 {
    font-size: 25px;
  }

  .about-page .about-3 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1000px) {
  .about-ab .top .con{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
  .about-ab .top .con::-webkit-scrollbar-thumb{
    background: var(--primary);
  }
  .about-ab .about-factory .box:after{
    display: none;
  }

  .about-page .about-num ul {
    flex-wrap: wrap
  }

  .about-page .about-num ul li {
    width: 50%;
    margin-bottom: 20px
  }

  .about-page .about-num ul li:after {
    display: none
  }

  .about-page .about-num ul li p {
    font-size: 14px;
  }

  .about-page .about-num ul li em {
    font-size: 24px
  }

  .corporate-culture .ui.container{
    display: block;
  }
  .corporate-culture .left{
    width: 100%;
  }
  .corporate-culture .right{
    width: 100%;
    margin-top: 20px;
  }

  .about-page .ab-2 .header{
    width: 100%;
  }

  .about-page .ab-2 .header span{
    font-size: 24px;
  }

  .about-page .ab-2 .header h3{
    font-size: 16px;
  }

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

  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }

  .about-page .about-3 h2,
  .about-page .ab-4 h2,
  .about-page .about-network h2{
    font-size: 24px;
  }

  .about-page .about-3 .offerBox ul li{
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .about-ab .top h2{
    font-size: 20px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
  }
  .about-ab .top{
    padding-top: 30px;
  }
  .about-ab .top h3{
    font-size: 32px;
  }

  .corporate-culture{
    padding: 30px 0;
  }
  .corporate-culture .left ul{
    display: none;
  }
  .corporate-culture .right{
    width: 100%;
    display: none;
  }

  .corporate-culture .left h3{
    font-size: 30px;
  }

  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-gy,
  .about-page .i-semi {
    display: none;
  }

  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }

  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 .list ul li p {
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }

  .about-ab .top h2{
    font-size: 20px;
  }
  .about-ab .top h3{
    font-size: 28px;
  }
  .about-ab .top p{
    font-size: 14px;
  }
  
  .about-page .about-num ul li {
    width: 100%;
  }

  .corporate-culture .left h2{
    font-size: 20px;
  }
  .corporate-culture .left h3{
    font-size: 28px;
  }

  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
}


/* news */
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
}


@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
}

.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
  background-color: #113e77;
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}

.list.newsList ul li .content .right img{
  float: left;
  width: 35%;
}

.list.newsList ul li .content .right .text{
  padding-left: 40%;
  line-height: 1.8;
}

.list.newsList ul li .content .right h3 a {
  font-weight: bold;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  transition: all 0.5s ease;
  text-transform: capitalize;
}


@media screen and (max-width: 1000px) {
  .list.newsList ul li{
    padding: 15px;
  }

  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }

  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}


@media screen and (max-width: 500px) {
  .list.newsList ul li .content .right img{
    width: 100%;
    float: none;
  }

  .list.newsList ul li .content .right .text{
    padding-left: 0;
    margin-top: 15px;
  }
}


.newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: var(--primary);
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: var(--primary);
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  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;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: var(--primary);
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: var(--primary);
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .newdet-content{
    padding-right: 0;
  }

  .newdet-content .content{
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}






.contact-page .contact-1 {
  padding: 50px 0 50px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #113e77;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #0d294d;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 18px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}



.join-us-page .join-us-2 {
  padding: 100px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  margin-top: 20px;
}

.join-us-page .join-us-2 .from ul{
  margin: -10px -18px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color:#113e77;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 100px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  background: #113e77;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}



.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}

.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}



.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .faq-page{
    padding: 60px 0;
  }
   .faq-page ul li h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }

  .join-us-page .join-us-2 .from{
    width: 100%!important;
    padding: 0;
    margin-bottom: 60px;
  }
  .join-us-page .join-us-2 .map{
    width: 100%!important;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page{
    padding: 30px 0;
  }
}



.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
  background-color: var(--primary);
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.p05 .slick-dots button{display:none}
.p05 .slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}
.p05 .slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}


.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;       
    color: #363636;
    line-height: 1.3;
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }

    .p06-1-s5 h2{
      font-size: 24px;
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}




.product-page{
  padding: 90px 0;
  background-color: #f1f1f1;
}

.product2-page .product-list ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}





.inner-page .sideBox .sidebar-left {
  width: 25%;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 100px;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center center #113e77;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--primary);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat > ul > li > ul > li > a.active{
  font-weight: bold;
  color: #113e77;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat > ul > li > ul > li > ul > li > a.active {
  color: #113e77;
  font-weight: bold;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat > ul > li > ul > li > ul > li > ul > li > a.active {
  border-bottom: 1px solid currentColor;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
     color: var(--primary);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 215px 40px 55px;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 22px;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--primary);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 26px;
 
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}



.inner-page .sideBox {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}





.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}
.inner-page .sideBox .sidebar-right .Auxil-h1 {
    line-height: 2;
}


@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}


/*pro-list*/
product2-page {
    padding: 100px 0;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product2-page .product-list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}

.product2-page .product-list ul li .img img{
height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;

    background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 20px 0 0;
}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 26px;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
    overflow-y: auto;
    max-height: 145px;
    margin-top: 10px;
    padding-right: 10px;
    line-height: 2;
}

.product2-page .product-list ul li .pro-box:hover{

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--primary);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  line-height: 1.7;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 50px;
}
.product2-page .product-list ul li .pro-box .text {
    font-size: 16px;
    color: #757575;
    padding: 0 20px 30px;

}
.product2-page .product-list ul li .pro-box .text p {
position: relative;
    font-size: 16px;
    color: #555;
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
  width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 24px;
  font-size: 12px;
}



.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list ul li .pro-box h5 a{
  text-transform: capitalize;

}

@media screen and (max-width: 1200px) {
  .product2-page .product-list ul{
    margin: 0 -5px;
  }
  .product2-page .product-list ul li{
    width: 50%!important;
    padding: 0 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box .text{
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 500px) {
  .product2-page .product-list ul li .pro-box .text{
    padding: 0 5px 5px;
  }

  .product2-page .product-list ul li .pro-box .text .neirong {
    display: none;
  }

  .product2-page .product-list ul li .pro-box h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
  }
}






.prodet-page .prodet-1 .left{
  padding-right:90px;
}

.prodet-page .prodet-1 .left .big{
  border: 1px solid #ccc;
}

.prodet-page .prodet-1 .left .small{
  left:25%;
  right:25%;
  bottom:30px;
}

.prodet-page .prodet-1 .left .small ul{
  margin:-7px;
}

.prodet-page .prodet-1 .left .small ul li{
  padding:7px;
}

.prodet-page .prodet-1 .left .small img{
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.prodet-page .prodet-1 .left .small .slick-current img{
  border-color:#00549d;
}

.prodet-page .prodet-1 .right{
  padding-left:30px;
}
.prodet-page .prodet-1 .right .m-link {
  line-height: 2;
}
.prodet-page .prodet-1 .right .desc{
  line-height: 1.8;
    max-height: 15em;
    overflow-y: auto;
}

.prodet-page .prodet-2 .content strong{
  font-weight: bold;
}

.red-pro ul{
  margin: -15px;
}

.red-pro ul li{
  padding: 15px;
}

.red-pro ul li .box{
  box-shadow: 5px 10px 5px rgba(0,0,0,.05);
}

.red-pro ul li .box .img{
  border: 1px solid #ccc;
}

.red-pro ul li .text{
  background-color:#f7f7f7;
  line-height: 1.8;
}

.base-form .form{
  box-shadow: 5px 10px 15px rgba(0,0,0,.1);
}

.base-form .form ul{
  margin:-10px;
}

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

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

.base-form .form input,
.base-form .form textarea{
  width:100%;
  padding:10px 15px;
  font-size:16px;
  border: 1px solid #dbdbdb;
}

.base-form .form input[type='submit']{
  width:auto;
  padding:10px 80px;
  color:white;
  background-color:#033261;
  border-color:#033261;
}


@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding: 0;
  }

  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 0;
  }

  .prodet-page .prodet-1 .right .desc{
    min-height: auto;
  }
}


.top_news{
  background-color: #fff;
  padding: 30px;
}
.top_news .left{
  width: 30%;
}
.top_news .right{
  width: 70%;
  padding-left: 5%;
}

@media screen and (max-width: 500px) {
  .top_news .left{
    width: 100%;
  }
  .top_news .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}


.fk-honor {
  margin: -15px;
}
.fk-honor .item {
  padding: 15px;
}




.fixed-video {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 222;
  width: 10%;
  box-shadow: rgb(214 0 24 / 18%) 0px 0px 13px 1px;
}

.fixed-video .close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}





.our-news2 {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0 120px;
}
.our-news2 .name {
  font-size: 36px;
  font-weight: bold;
}
.our-news2 ul {
  margin: -40px;
}
.our-news2 ul li {
  padding: 40px;
}
.our-news2 .newsbtn a{
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #113e77;
  border-radius: 5px;
}


@media (max-width:1000px) {
 .our-news2{
   padding: 60px 0;
 }
 .our-news2 .name {
   font-size: 24px;
 }
 .our-news2 ul {
    margin: -15px;
  }
  .our-news2 ul li {
    padding: 15px;
  }
}




.our-seo {
  padding:120px 0;
}
.our-seo .name {
  font-size: 36px;
  font-weight: bold;
}
.our-seo ul {
  margin: -15px;
}
.our-seo ul li {
  padding: 15px;
}

@media (max-width:1000px) {
  .our-seo {
    padding: 60px 0;
  }

  .our-seo .name {
   font-size: 24px;
 }
}

@media (max-width:700px) {
  .our-seo {
    display: none;
  }
}






.fix-tool {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.fix-tool .box {
    display: flex;
}

.fix-tool .box .left {
    width: 15%;
    color: #ffffff;
    background-color: #ff3d00;
    padding: 15px;
    border-radius: 5px 0 0 5px;
}
.fix-tool .box .right {
    width: 85%;
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 0 5px 5px 0;
}
.fix-tool .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.fix-tool .social-links a{
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
}

.fix-tool .social-links a + a{
  margin-left: 15px;
}

@media (max-width: 1000px) {
  .fix-tool {
    display: none;
  }
}