@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html, body {
    font-size: 62.5%;
}

body {
  font-family: "Poppins";
  max-width: 1920px;
  margin: 0 auto;
}
.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: #F4A500;
  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_cont1 {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont1 i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont1:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont1:hover {
  color: #F4A500;
}
.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_cont1: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_cont1:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.font_1 {
  font-family: 'Poppins';
}
.font_2 {
  font-family: 'Poppins';
  font-weight: bold;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.language-box {
  margin: 0 45px;
}
.language-box .zhuyu {
  font-size: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  color: #025B9D;
  margin-left: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 120px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.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 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: relative;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  background: #242424;
  font-size: 0;
}
#header .h-top .ui.menu {
  max-width: 1685px;
  padding-left: 15px;
  margin-left: auto;
}
#header .h-top ul {
  float: left;
  margin: 0 -35px;
}
#header .h-top ul li {
  padding: 0 35px;
  line-height: 50px;
  color: #b7b7b7;
  display: inline-block;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top ul li i {
  margin-right: 10px;
}
#header .h-top ul li i img {
  vertical-align: middle;
}
#header .h-top a.contact {
  float: right;
  color: #FFFFFF;
  padding-left: 45px;
  padding-right: 30px;
  background: url(../images/tx.png) no-repeat left center;
}
#header .h-top a.contact img {
  vertical-align: middle;
}
#header .nav {
  position: fixed;
  top: 50px;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
}
#header .nav.acs {
  top: 0;
  transition: 0.3s
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding: 8px 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 30px 0;
  margin: 0 30px;
  font-size: 18px;
  color: #3B3B3B;
  -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:hover > a:before {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #025B9D;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 200px;
  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 #025B9D;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  font-size: 16px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu{
  left: 100%;
  top: 0;
  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;
  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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .search-box {
  line-height: normal;
  position: absolute;
  top: 90px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 260%;
  z-index: 99999;
  display: none;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border: 1px solid #025b9d;
  font-size: 26px;
  color: #000;
  padding: 15px 0;
  padding-left: 20px;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#header .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .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: #eb623a;
}
#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: #eb623a;
  -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: #eb623a;
  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;
}
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;
}
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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  /*border-radius: 5px;*/
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more_btn a {
  display: inline-block;
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
padding: 15px 42px;
background: #F4A500;
transition: 0.3s
}
.more_btn a:hover{
  background-color: #025B9D;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  margin-right: 90px;

}
#banner p {
  font-family: Poppins;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 30px;
max-width: 650px;
margin-top: 25px
}
#banner h2 {
  font-family: Poppins;
font-weight: bold;
font-size: 75px;
color: #FFFFFF;
line-height: 1;
text-transform: uppercase;
}
#banner h2 span {
  display: block
}
#banner .dots {
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 130px;
  font-weight: bold
}
#banner .dots i {
  display: inline-block;
  width: 180px;
  height: 1px;
  background: #FFFFFF;
  vertical-align: middle;
  position: relative;
}
#banner .dots i:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 100%;
  right: 0;
  top: -3px;
}
#banner .dots h4 {
  font-size: 31px;
  color: #025B9D;
  display: inline-block;
}
#banner .dots span {
  display: inline-block;
}
#index-body {
  background: #f5f5f5;
}
.section_title {
  font-size: 48px;
}
.our-about {
  position: relative;
  z-index: 11;
  background: url(../images/about_bg.jpg) no-repeat center top;
  overflow: hidden;
  padding-bottom: 100px;
}

.our-about::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 327px;
height: 241px;
background: url(../images/init14.png) no-repeat center;
z-index: 1;
}
.our-about ul.history {
  padding: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about ul.history li h4 {
  font-size: 52px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.our-about ul.history li .line {
  width: 3px;
  height: 100%;
  background: #F4A500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.our-about ul.history li p {
  line-height: 1.2;
  color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
}
.our-about .left {
  width: 65%;
  vertical-align: bottom;
}
.our-about .right {
  width: 35%;
  vertical-align: bottom;
}
.our-about .right .mml-text {
  margin-left: -230px;
  margin-bottom: -88px;
  position: relative;
  z-index: 1;
  padding: 60px 0 40px 80px;
}
.our-about .right .mml-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  bottom: -5px;
  left: 0;
  right: -500px;
  background: #FFFFFF;
}
.our-about .right .mml-text > span {
  display: inline-block;
  width: 86px;
  height: 86px;
  background: #025B9D;
  color: #FFFFFF;
  text-align: center;
  line-height: 86px;
  border-radius: 100%;
  position: absolute;
  left: -43px;
  top: 50px;
}
.our-about .right .mml-text > span img {
  vertical-align: middle;
}
.our-about .right .mml-text .start_box i {
  color: #025B9D;
}
.our-about .right .mml-text ul li {
  display: inline-block;
  margin-top: 20px
}
.our-about .right .mml-text ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.our-product {
  padding: 40px 0 90px;
}

.our-product .section_title {
  position: relative;
  padding-left: 84px;
}
.our-product .section_title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
height: 50px;
background: url(/cosunbearing/2024/10/30/acs.png) no-repeat center;

}
.our-product .pro_categroy ul {

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.our-product .pro_categroy li:not(:last-child):after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
}*/
.our-product .pro_categroy li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease;
  color: #777777;
  cursor: pointer
}
.our-product .pro_categroy li::after {
  content: '';
  position: absolute;
  right: -55%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #777
}
.our-product .pro_categroy li:nth-child(2)::after {
right: -40%;
}
.our-product .pro_categroy li:nth-child(3)::after {
  display: none
}
.our-product .pro_categroy li:hover,
.our-product .pro_categroy li.active{
  color: #025B9D;
}
.our-product .pro_list ul {
  margin: -25px -12px;
}
.our-product .pro_list ul li {
  padding: 25px 12px;
}
.our-product .pro_list .pro_box {
  background: #FFFFFF;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .pro_list .pro_box:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 4px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #025B9D;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .pro_list .pro_box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.our-product .pro_list .pro_box:hover:after {
  width: 100%;
}
.our-product .pro_list .mml-text {
  padding: 10px 0 25px;
}
.r_d {
  background: url(../images/r_d_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.r_d h2 {
  font-family: Poppins;
font-weight: bold;
font-size: 55px;
color: #FFFFFF;
line-height: 1.2;
text-align: center
}
.r_d h2 span {
  display: block
}

.section_line {
  display: none
}

.r_d .more_btn a {
  font-family: Poppins;
font-weight: bold;
line-height: 1;
font-size: 22px;
color: #FFFFFF;
padding: 15px 35px;
}


.i-advantage .section_title {
  position: relative;
  padding-left: 84px;
}
.i-advantage .section_title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
height: 50px;
background: url(/cosunbearing/2024/10/30/acs.png) no-repeat center;

}

.i-advantage {
  padding: 60px 0 40px;
  position: relative;
}
.i-advantage:before {
  content: "";
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i-advantage .section_title{
  transform: translateY(75px);
}
.i-advantage .box {
  margin-top: 45px;
  position: relative;
}
.i-advantage .box p{
  max-width: 700px;
  position: absolute;
  right: -15px;
  bottom: 40px;
}
.i-advantage .box ul {
  margin: -25px;
}
.i-advantage .box ul li {
  width: 50%;
  padding:100px 25px 25px;
  transition: all 0.5s;
}
.i-advantage .box ul li p{
  opacity: 0;
  transition: all 0.5s;
}
.i-advantage .box ul .slick-current li {
  padding:0px 25px 25px;
}
.i-advantage .box ul .slick-current li p{
  opacity: 1;
}
.i-advantage .box ul li:nth-child(2) {
  margin-top: -160px;
}
.i-advantage .list{
  position: relative;
}
.i-advantage .advantage-btn{
  position: absolute;
  bottom: 40px;
  right:0;
}
.i-advantage .advantage-btn button{
  border:2px solid #888;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 30px;
  color: #888;
  border-radius:50%;
  background-color: transparent;
}
.i-advantage .advantage-btn button:last-child{
  margin-left: 5px;
}
.i-advantage .advantage-btn button:hover{
  color:#025B9D;
  border-color:#025B9D;
}
.i-advantage .list ul {
  margin: -75px;
}
.i-advantage .list ul li {
  padding: 75px;
  transition: transform 0.5s;
}
.i-advantage .list ul .slick-current li {
 transform: translateY(55px);
}
.i-advantage .list ul .slick-current + .slick-slide li {
  transform: translateY(-55px);
}
.i-advantage .list .mml-text {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
.i-advantage .list .mml-text i{
  background: #025B9D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.i-advantage .list .mml-text p {
  min-height: 108px;
  line-height: 30px;
}


.our-news {
  background: #FFFFFF;
  padding: 100px 0 130px;
}

.our-news .section_title {
  margin-bottom: 60px;
}

.our-news .left {
  width: 35%;
  padding: 40px;
}
.our-news .left .text {
  color: #757575;
}
.our-news .left li {
  padding: 30px 0;
}
.our-news .left li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.our-news .right {
  width: 100%;
 
}

.our-news .right .list {
  margin-top: 70px;
}
.our-news .right .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.our-news .right .title h3 {
  font-size: 151px;
  line-height: 1;
  opacity: .08;
}
.our-news .right .title span {
  cursor: pointer;
}
.our-news .right ul.grid-box {
  margin: 0 -55px;
}
.our-news .right ul.grid-box li.column {
  padding: 0 55px;
}
.our-news .right time:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #025B9D;
  vertical-align: middle;
  margin: 0 5px;
}
.our-news .right a.more {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .right .mml-text {

  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
/*.our-news .right .mml-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 0;
  background: #025B9D;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .right .mml-text:hover:after {
  width: 100%;
}*/
.our-news .right .mml-text:hover a.more {
  color: #025B9D;
}
.our-news .right .slick-dots {
  text-align: center;
  margin-top: 60px;
}
.our-news .right .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #e5e5e5;
  display: inline-block;
  margin: 0 5px;
}
.our-news .right .slick-dots li button {
  display: none;
}
.our-news .right .slick-dots li.slick-active {
  background: #F4A500;
}
.contact-us {
  background: #242424;
  padding: 60px 0;
}
.contact-us h2 {
  color: #FFFFFF;
}
.contact-us .form {
  width: 100%;
  max-width: 1100px;
}
.contact-us .form input,
.contact-us .form button {
  width: 100%;
  height: 60px;
  border: none;
  /*border-radius: 5px;*/
}
.contact-us .form input {
  font-size: 18px;
  padding: 0 15px;
}
.contact-us .form button {
  background: #F4A500;
}
.contact-us .form ul {
  margin: -5px;
}
.contact-us .form li {
  padding: 5px;
}
.contact-us .form li:nth-child(1),
.contact-us .form li:nth-child(2) {
  width: 25%;
}
.contact-us .form li:nth-child(3) {
  width: 30%;
}
.contact-us .form li:nth-child(4) {
  width: 20%;
}
#footer {
  position: relative;
  background: #242424;
}
#footer #top {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background: #025B9D;
  color: #FFFFFF;
  font-size: 50px;
  cursor: pointer;
}
#footer .social-links a {
  font-size: 18px;
  color: #625e5e;
  margin-right: 20px;
}
#footer .footer-top {
  position: relative;
}
#footer .footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 160px;
  background: #FFFFFF;
}
#footer .footer-top .ui {
  padding: 40px 15px;
  background: #FFFFFF;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-top .footer-content .footer-block {
  margin-right: 0px;
}
#footer .footer-top .footer-content .footer-block.foot-logo p {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
color: #777777;
line-height: 1.5;
max-width: 353px;
margin-top: 22px
}
#footer .footer-top .footer-content .footer-block li {
  margin-bottom: 10px;
  color: #5d5d5d;
}
#footer .footer-top .footer-content .footer-block li p {
  padding-left: 35px;
  position: relative;
}
#footer .footer-top .footer-content .footer-block li p i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .footer-content .footer-block li p i img {
  vertical-align: middle;
}
#footer .footer-top .footer-content .footer-block.contact {
  max-width: 387px;
  margin-right: 0
}
#footer .footer-bottom {
  padding: 12px 0
}
#footer .footer-bottom .acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-bottom .acc .icon {
  display: flex;
}
#footer .footer-bottom .acc .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
height: 32px;
background: rgba(255, 255, 255, 0.47);
font-size: 14px;
border-radius: 50%;
margin: 0 8px;
color: #242424;
transition: 0.3s
}
#footer .footer-bottom .acc .icon a:hover {
  background: #025B9D
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 130px;
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  #footer #top {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner .left {
    margin-right: 0;
  }
  #banner .dots {
    margin-top: 60px;
  }
  .font-22 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-about ul.history li h4 {
    font-size: 40px;
  }
  .section_title {
    font-size: 40px;
  }
  .font-18 {
    font-size: 16px;
  }

  .our-news .right .title h3 {
    font-size: 100px;
  }
  .contact-us {
    text-align: center;
  }
  .contact-us .fl,
  .contact-us .fr {
    float: none;
  }
  .contact-us .form {
    margin-top: 30px;
    max-width: 100%;
  }
  .contact-us .form li {
    width: 25%!important;
  }
  #footer .footer-top .footer-content .footer-block {
    margin-right: 0;
  }
  #footer #top {
    display: none;
  }
  #footer .footer-top:before {
    right: 0;
  }
  .our-product .pro_categroy li::after {
    display: none
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .font-16 {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 20px;
  }
  .our-product .pro_categroy ul li {
    margin: 10px 0
  }
  .language-box {
    margin: 0 20px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  .font-24 {
    font-size: 18px;
  }
  #banner h2 {
    font-size: 50px;
  }
  .font-22 {
    font-size: 18px;
  }
  #banner .dots {
    margin-top: 30px;
  }
  .font-20 {
    font-size: 16px;
  }
  .section_title {
    font-size: 30px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .right .mml-text {
    margin-left: -150px;
    padding: 30px 0 30px 60px;
  }
  .r_d h2 {
    font-size: 30px;
  }
  .our-news .box {
    margin: -15px;
  }
  .our-news .right {
    padding: 15px;
  }
  .our-news .left {
    padding: 15px;
  }
  .our-news .right .mml-text {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #ewm {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-24 {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .font-22 {
    font-size: 16px;
  }
  #banner .dots {
    display: none;
  }
  .our-about ul.history {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }
  .our-about ul.history li {
    width: 50%;
    padding: 20px;
  }
  .our-about ul.history li h4 {
    min-width: 100px;
    text-align: center;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .right .mml-text {
    margin-left: 0;
    margin-bottom: 0;
    padding: 30px 15px;
    background: #FFFFFF;
  }
  .our-about .right .mml-text:before {
    display: none;
  }
  .our-about .right .mml-text > span {
    display: none;
  }
  
  .our-news .left {
    width: 100%;
  }
  .our-news .right {
    width: 100%;
  }
  .contact-us .form li {
    width: 50%!important;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.link,
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 100%;
  }
  #footer .footer-bottom {
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner p {
    display: none
  }
  .our-about ul.history {
    display: none;
  }
  .our-about {
    padding: 60px 0;
    background: none;
  }
  .font-24 {
    font-size: 14px;
  }
  .font-22 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 14px;
  }
  .r_d {
    display: none;
  }

  .our-news .right .title {
    display: none;
  }
  .our-news .right .mml-text {
    padding: 15px;
  }
  .contact-us .form input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .section_title {
    font-size: 24px;
  }
  #banner h2 {
    font-size: 30px;
  }
  .contact-us {
    padding: 30px 0;
  }
  .contact-us .form li {
    width: 100%!important;
  }
}


.inner-banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 246px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins;
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 2;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #025B9D;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #025B9D;
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner {
    height: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-family: Poppins;
}
.inner-page span.tt {
  font-size: 18px;
  line-height: 2;
  color: #025B9D;
  position: relative;
  padding-left: 50px;
  font-family: Poppins;
}
.inner-page span.tt:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #025B9D;
  left: 0;
  top: 50%;
  position: absolute;
}
.f_56 {
  font-size: 45px;
}
.f_20 {
  font-size: 20px;
}

.i-advantage1 {
  background-color: white;
  padding: 100px 0
}
.i-advantage1 .list ul {
  margin: 0 -60px;
}
.i-advantage1 .list ul li .box {
  padding: 40px 60px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.i-advantage1 .list ul li .box:hover {
  background-color: #f8f8f8;
}
.i-advantage1 .list ul li .box .icon-styled {
  display: inline-block
}
.i-advantage1 .list ul li .box .icon .circlar {
  -webkit-animation: iqrotation 10s infinite linear;
  -moz-animation: iqrotation 10s infinite linear;
  animation: iqrotation 10s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
.i-advantage1 .list ul li .box .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.i-advantage1 .list ul li .box .icon .icon-styled:hover .circlar {
  -webkit-animation: iqrotation 10s infinite linear;
  -moz-animation: iqrotation 10s infinite linear;
  animation: iqrotation 10s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.i-advantage1 .list ul li .box .name {
  font-size: 30px;
  font-family: Poppins;
  color: #025B9D;
  font-weight: 700;
}
.i-advantage1 .list ul li .box p {
  color: #777777;
  line-height: 2;
}
.circlar path {
  fill: none;
}
.circlar {
  width: 100px;
  height: 100px;
  margin: 10px;
}
.circlar svg {
  display: block;
  overflow: visible;
}

@-webkit-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}


.about-page .about-1 {
  padding-top: 130px;
  padding-bottom: 60px;
  background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 30%;
  /*text-align: center;*/
}
.about-page .about-1 .ui.container .left .title {
  margin-bottom: 40px;
  display: inline-block;
  font-family: Poppins;
  font-size: 45px;
}
.about-page .about-1 .ui.container .left .imgbox {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
  width: 65%;
  padding-top: 11px;
}
.about-page .about-1 .ui.container .right .tit {
  color: #383838;
  margin-bottom: 40px;
  font-family: Poppins;
}
.about-page .about-1 .ui.container .right p {
  color: #636363;
  margin-bottom: 35px;
}
.about-page .about-1 .ui.container .right ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
    padding-top: 30px;
}
.about-page .about-1 .ui.container .right ul.data li {
  display: inline-block;
  text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
  margin: 10px 0;
  font-size: 15px;
}
.about-page .about-1 .ui.container .right ul.data li span {
  font-weight: 800;
  color: #025B9D;
  font-size: 48px;
}
.about-page .about-3 {
  background-color: #f4f6f8;
  padding-top: 100px;
  padding-bottom: 133px;
}
.about-page .about-3 .top {
  margin-bottom: 80px;
}
.about-page .about-3 .top h3 {
  font-size: 45px;
  font-family: Poppins;
}
.about-page .about-3 .top .content {
  font-size: 18px;
}
.about-page .about-3 ul {
  margin: -18px;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 ul li {
  padding: 18px;
}
.about-page .about-3 ul li .item {
  background-color: white;
  padding: 55px 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 100%;
}

.about-page .about-3 ul li .item img {
  float: left;
}
.about-page .about-3 ul li .item .box {
  width: 75%;
  padding-left: 30px;
  display: inline-block;
}
.about-page .about-3 ul li .item .box h4 {
  font-size: 25px;
}
.about-page .about-3 ul li .item .box p {
  font-size: 18px;
}
.about-page .about-3 ul li .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background-color: #F4A500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .item:hover {
  -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
  box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
}
.about-page .about-3 ul li .item:hover::after {
  bottom: 0;
}
.about-page .about-4 {
  padding: 130px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.mores {
  display: inline-block;
  vertical-align: middle;
  color: #025B9D;
  line-height: 40px;
  height: 40px;
  padding: 0 18px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.mores:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #025B9D;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.mores i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.mores:hover {
  color: white;
}
.about-page .about-4 .top .right a.mores:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  -webkit-box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  /*padding: 10px;*/
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #025B9D;
  color: white;
}
.about-page .about-2 {
  /*padding: 100px 0;*/
  /*background: url(../images/about-2.jpg);*/
  background-color: #f5f6f8;
}
.about-page .about-2 .ui.container {
  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;
  width: 1500px;
}
.about-page .about-2 .ui.container .left {
  position: relative;
}
.about-page .about-2 .ui.container .left .img {
  margin-left: calc((-100vw + 1470px) / 2)
}
.about-page .about-2 .ui.container .right {
  padding-left: 100px;
  /*margin-top: -40px;*/
  color: #000;
  margin: auto 0;
}
.about-page .about-2 .ui.container .right span.tt {
  color: #000;
}
.about-page .about-2 .ui.container .right span.tt:before {
  background: #000;
}
.about-page .about-2 .ui.container .right ul {
  margin-top: 35px;
}
.about-page .about-2 .ui.container .right ul li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-2 .ui.container .right ul li p {
  line-height: 2;
}
.play2 {
  display: inline-block;
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

/*.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins;
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: #025B9D;
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
  font-family: 'Poppins';
  font-weight: 300;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  padding: 4px 0;
  position: relative;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: #025B9D;
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}*/
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #025B9D;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: #025B9D;
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.product-page {
  padding: 110px 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 2;
}
.product-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;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
/*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  /*padding: 10px 35px;*/
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image .acc1 {
  position: relative;
  z-index: 11;
  transition: 0.3s
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image .acc2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.3s
}

.product-page .product-list ul li:hover .product-block .product-transition .product-inner .product-image .acc2 {
  opacity: 1;
  z-index: 19
}

.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #025B9D;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 10px 0;
  text-align: center;
  margin-bottom: 10px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 22px;
  /*line-height: 2;*/
  color: #000;
  text-transform: capitalize;
  /*margin-bottom: 12px;*/
  /*min-height: 66px;*/
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: Poppins;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
  /*padding-top: 10px;*/
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #025b9d;;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  font-family: Poppins;
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: #025B9D;;
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  font-family: Poppins;
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height:1.6;
  max-height: 293px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;

}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
/*.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  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;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.more 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;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #025B9D;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.more::before{
  display: none;
}*/
.prodet-page .prodet-1 .right .inquiry-box {
  padding-top: 30px;
  /*border-bottom: 1px solid #e7e7e7;*/
}
/*.prodet-page .prodet-1 .right .inquiry-box .more{
  display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #025B9D;
    color: #025B9D;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    padding: 5px 4px 5px 22px;
}*/
.prodet-page .prodet-1 .right .inquiry-box .more em {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .inquiry-box .more span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px 20px 16px;
    background: #025B9D;
    margin-left: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more i:before{
  background: url(../images/ann.png) no-repeat center;
}
/*.prodet-page .prodet-1 .right .inquiry-box .more::before{
  content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #025B9D;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover{
  color: var(--white);
}
.prodet-page .prodet-1 .right .inquiry-box .more:hover::before{
  -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #025B9D;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
  font-family: Poppins;
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}

.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-family: Poppins;
      color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 2;
}

.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: #025B9D;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.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: 2;
  padding: 13px 15px;
  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: #025B9D;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: #025B9D;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.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%;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-48 {
  font-size: 48px;
}
.contact-page{
  position: relative;
  z-index: 1;
}
.contact-page .tips_title_cont .tips p{
  display: inline-block;
  border-bottom: 2px solid #025B9D;
}
.contact-page .tips_title_cont .tips_title{
  margin-top: 20px;
}
.contact-page .init-1 .tips_title_cont{
  text-align: center;
}
.contact-page .init-1 .container .list_cont{
  margin: 0 -15px;
}
.contact-page .init-1 .container .list_cont .list{
  margin-top: 40px;
  width: 33.33%;
  padding: 0 15px;
}
.contact-page .init-1 .container .list_cont .list .img{
  border-radius: 10px;
  overflow: hidden;
}
.contact-page .init-1 .container .list_cont .list .title{
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .list_cont .list .des{
  font-size: 16px;
  margin-top: 10px;
}
.contact-page .init-2{
  margin-top: 100px;
  padding: 0 16px;
}
.contact-page .init-2 .container{
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 70px;
}
.contact-page .init-2 .container .left{
  vertical-align: middle;
  padding-right: 70px;
  width: 50%;
  border-right: 1px solid rgba(204 204 204 / 0.4);
}
.contact-page .init-2 .container .left .tips{
  font-size: 26px;
}
.contact-page .init-2 .container .left form input,
.contact-page .init-2 .container .left form textarea{
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn{
  padding: 8px 20px;
  border-radius: 50px;
  margin-top: 20px;
  border: 1px solid #025B9D;
  display: inline-block;
  cursor: pointer;
  color: #025B9D;
  transition: all .5s;
  font-size: 16px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn:hover{
  color: #fff;
  background: #025B9D;
}

.contact-page .init-2 .container .right{
  width: 50%;
  vertical-align: middle;
  padding-left: 70px;
}

.contact-page .init-2 .container .right .des{
  font-size: 18px;
  margin-top: 20px;
  line-height: 2;
}
.contact-page .init-2 .container .right .share_list{
  margin-top: 20px;
}
.contact-page .init-2 .container .right .share_list a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all .5s;
  background: #272727;
  color: #fff;
  font-family: 'FontAwesome';
}

.contact-page .init-2 .container .right .share_list a:hover{
  background: #025B9D;
  color: #fff;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.contact-page .init-3 iframe{
  width: 100%;
}
.f_16 {
   font-size: 16px;
  }
  .f_44 {
   font-size: 44px;
   line-height: 1.2;
   font-weight: 700;
  }
  .pt_80{
  padding-top: 80px;
}
.inner-page .sidebox {
  padding:120px 0 60px 0;;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #025B9D;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: Poppins;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  /*margin-bottom: 15px;*/
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  /*padding-left: 20px;*/
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #025B9D;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #025B9D;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 80px;
  overflow: hidden;
  float: left;
  /*padding: 10px;*/
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  /*margin-left: 99px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #025B9D;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 32px 14px 0;
  position: relative;
  /*position: absolute;*/
  background: 0 0;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  /*top: 32px;
  left: 0;*/
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  font-family: Poppins;
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 9px;
  left: 0;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: Poppins;
}
.inner-page #index-body .product{
  padding: 50px 0 0 0;
}
.inner-page #index-body .product .content ul li{
  padding-top: 0;
}
.inner-page #index-body .product .content ul li .ig .text .tit{
  font-size: 18px;
  padding: 0 15px;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: Poppins;
  line-height: 2;
  padding: 16px 24px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
.production-sec{
  padding-bottom: 100px;
}
.production-sec .pur-sec {
  padding: 5rem 0;
}
.production-sec .pur-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 50%;
  /*max-width: 700px;*/
  /*padding-top: 90px;*/
  padding-right: 40px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: Poppins;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 760px;*/
}
.production-sec .pur-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: Poppins;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #025B9D;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #025B9D;
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
/*.production-sec .prints-sec {
  padding-bottom: 4rem;
}*/
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 50%;
  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;
  /*max-width: 760px;*/
  padding-left: 40px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: Poppins;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: Poppins;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#025B9D), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #025B9D 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #025B9D 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #025B9D 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #025B9D;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: Poppins;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.news-page{
  padding:80px 0 0 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: middle;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: #025B9D;
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: 90%;
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .img{
  width: 20%;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 30px;
  font-family: Poppins;
  /*width: 900px;*/
  font-weight: 700;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #025B9D;
}
.news-page .ui.container ul.newslist li .text p {
  color: #2e2e2e;
  line-height: 2;
    font-size: 16px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;

}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}

.newdet-page {
  padding-bottom: 40px
}


.newdet-page .ui.container .newst {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-weight: bold;
  margin-top: 90px;
  font-size: 36px;
  line-height: 2;
}
.newdet-page .ui.container .content {
  color: #777777;
  font-size: 18px;
padding-top: 30px;
    line-height: 2;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: #025B9D;
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: #025B9D;
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  filter: grayscale(1) brightness(2);
}
.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
    
  color: #151515;
  font-weight: bold;
}
 .m-link a em {
  font-size: 18px;
   
}
 .m-link .next {
  text-align: right;
}
.quality-page .service-2 {
  padding: 100px 0 50px;
}
.quality-page .service-2 img {
  width: 100%;
}
.quality-page .service-2 .box {
  position: relative;
}
.quality-page .service-2 .box .box2 {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.quality-page .service-2 .box .box2 h4 {
  font-size: 48px;
  /*font-weight: 600;*/
  line-height: 1.3;
  font-family: Poppins;
}
.quality-page .service-2 .box .box2 .text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 25px;
  color: white;
}
.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.container,.mml-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    
}
.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: #025B9D;
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: #025B9D;
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: #025B9D;
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}

/*.p05-how .info p {
    max-width: 465px
}*/
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #025B9D;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #025B9D;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #025B9D;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #025B9D;
    color: white;
}
.inner-page .sidebar-box {
  /*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;*/
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: #025B9D;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-family: Poppins;
  font-weight:700;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.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/tc-zoom.png) 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: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #025B9D;
}
.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: #025B9D;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.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;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #025B9D;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-pdf .inner-title{
  border-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: Poppins;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .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 .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #025B9D;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1600px) {
  .about-page .about-3 ul li .item {
    padding: 50px 23px;
  }
   .i-advantage .list ul .slick-current + .slick-slide li,
  .i-advantage .list ul .slick-current li{
    transform: translateY(0px);
  }
  .i-advantage .advantage-btn{
    display: none;
  }
  .our-news{
    padding: 80px 0;
  }
  .i-advantage .box p {
    max-width: 575px;
    right: -15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 38px;
  }
  .f_44 {
    font-size: 30px;
  }

  .about-page .about-2 .ui.container{
    width: 100%;
  }

  .about-page .about-2 .ui.container .left .img{
    margin-left: -15px;
  }

  .about-page .about-2 .ui.container .right{
    padding-left: 50px;
  }
    .i-advantage .list ul {
    margin: -25px;
  }
  .i-advantage .list ul li {
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 ul li .item .box {
    width: 70%;
  }
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }

  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
  .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 ul li .item .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 40px;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 36px;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
.i-advantage .box ul li {
    width: 100%;
  }
  .i-advantage .box ul li:nth-child(2) {
    margin-top: 0;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list ul li {
    padding: 15px;
    width: 100%!important;
  }
  .i-advantage .list ul li:nth-child(2) {
    margin-top: 0;
  }
  .i-advantage .list ul li:nth-child(3) {
    margin-top: 0;
  }
  .i-advantage .box p {
    max-width: 325px;
    bottom: 15px;
  }
  .f_56 {
    font-size: 36px;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-3 ul li {
    width: 50% !important;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-4 .top .right a.mores {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
  .about-page .about-3{
    padding: 60px 0;
  }
  .about-page .about-4 .top .left{
    width: 100%;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .about-page .about-2 .ui.container{
    display: block;
  }
  .about-page .about-2 .ui.container .left {
    display: none;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 0;
    width: 100%;
    padding: 60px 0;
  }

  .body-overflow-box{
    overflow: hidden;
  }
  .contact-page .init-1 .container .list_cont .list{
    width: 100%;
    text-align: center;
  }
  .contact-page .init-2 .container .left{
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-page .init-2 .container .right{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .prints-sec .mml-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-sec .prints-sec .mml-row .img-wrap{
    width: 100%;
    order: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap{
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .faq-page .faq-1,
    .faq-page .faq-2{
      padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .gallery-page{
      padding: 40px 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
     .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-page .about-3 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .top .content,
  .about-page .about-3 .top h3 {
    width: 100%;
  }
  .about-page .about-3 ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .left .title{
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 20px;
  }
  .about-page .about-2 {
    padding: 40px 0 30px;
  }
  
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .top{
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li .item{
    padding: 20px 15px;
  }
  .f_56 {
    font-size: 30px;
  }

  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .prints-sec .mml-row .text-wrap h3,
  .production-sec .pur-sec .container .text-wrap h3{
    font-size: 28px;
    line-height: 32px;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  .p05-how .tab-blk:not(:last-child) {
        margin-bottom: 60px
    }

    .p05-how .info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .p05-how .info p {
        max-width: 100%
    }

    .p05-how .img {
        width: 100%;
        margin: 0 auto 30px
    }
    .p05-how .nav-tab {
        border-bottom: none
    }

    .p05-how .nav-tab a {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding-left: 15px!important
    }

    .p05-how .nav-tab a:nth-child(even)::before {
        display: none
    }

    .p05-how .tab-outer {
        margin-top: 30px
    }
    .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {

  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
   .pt_80{
    padding-top: 40px;
  }
  .f_56 {
    font-size: 22px;
  }
   .f_20 {
    font-size: 16px;
  }
  .font-40{
    font-size: 32px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .about-page .about-2 .ui.container {
    margin-left: 0;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right p{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right ul.data{
    display: none;
  }
  .about-page .about-3 .top .content{
    font-size: 15px;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
 
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .contact-page .init-2{
    margin-top: 40px;
  }
  .contact-page .init-2 .container{
    padding: 20px 16px;
  }
  .contact-page .init-2 .container .left .tips{
    font-size: 20px;
  }
  .contact-page .init-3{
    margin-top: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 24px;
  }
  .quality-page .service-2 .box .box2 {
    position: static;
    margin-top: 20px;
    width: 100%;
    color: black;
  }
  .quality-page .service-2 .box .box2 .text {
    color: inherit;
    font-size: 16px;
  }
  .p05-how .title {
        margin-bottom: 30px
    }

    .p05-how .tab-blk h3 {
        margin-bottom: 30px
    }

    .p05-how .nav-tab a:first-child {
        padding-left: 15px
    }

    .p05-how .nav-tab a .num {
        font-size: 26px;
        margin-right: 10px
    }
}
@media screen and (max-width:400px) {
    .p05-how .nav-tab a {
        width: 100%
    }

    .p05-how .nav-tab a::before {
        display: none!important
    }

    .p05-how .nav-tab a p {
        max-width: 100%
    }
}
.sustainable-page .init-5{
  padding-bottom: 80px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
  font-family: Poppins;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #025B9D;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content .slick li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: Poppins;
}
.sustainable-page .init-5 .container .content .slick li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}

@media screen and (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1000px) {
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    width: 100%;
  }
  .sustainable-page .init-5{
  padding-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right .des {
    margin-top: 10px;
  }
}

.technology-page #index-body .init{
  padding: 108px 0;
}
.technology-page #index-body .init ul li{
  margin-bottom: 0;
}
.technology-page #index-body .init ul li .img-box{
  width: 50%;
}
.technology-page #index-body .init ul li .text{
  width: 50%;
  padding: 0 15px 0 110px;
}
.technology-page #index-body .init ul li:nth-child(even) .text{
  padding: 0 58px 0 82px;
}
@media screen and (max-width: 1440px) {
  .news-page .ui.container ul.newslist li .text h5,
  .news-page .ui.container ul.newslist li .text .content p{
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .technology-page #index-body .init ul li .text{
    padding: 0 15px 0 30px;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 0 30px 0 15px;
  }
  .quality-page .service-2 .box .box2{
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .technology-page #index-body .init{
    padding: 60px 0;
  }
  .technology-page #index-body .init ul li .text{
    padding: 0 15px;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 0 15px;
  }
  .p05-how .info{
    padding-left: 20px;
  }
  .p05-how .info h2{
    font-size: 20px;
    line-height: 1.4;
  }
  .p05-how .info p{
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    width: auto;
    display: block;
  }
  .news-page .ui.container ul.newslist li .img{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
  }
  .quality-page .service-2 .box .box2{
    width: 100%;
    left: 0;
    display: block;
    color: #000;
  }
  .quality-page .service-2 .box .box2{
    position: initial;
  }
  .quality-page .service-2 .box .box2 .text{
    color: #000;
    line-height: 1.6;
  }
}
@media screen and (max-width: 700px){
  .quality-page .service-2{
    padding: 30px 0;
  }
  .mml-row{
    padding: 30px 10px 0 0;
  }
  .quality-page .service-2 .box .box2 h4{
    font-size: 36px;
  }
  .p05-how .tab-blk h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .technology-page #index-body .init{
    padding: 30px 0;
  }
  .technology-page #index-body .init ul li{
    display: block;
    margin-bottom: 20px;
  }
  .technology-page #index-body .init ul li .img-box{
    width: 100%;
  }
  .technology-page #index-body .init ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .technology-page #index-body .init ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
  .technology-page #index-body .init ul li:last-child{
    margin-bottom: 0;
  }
  .p05-how .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .service-2 .box .box2 .text{
    line-height: 1.8;
  }
  .p05-how .tab-blk h3{
    font-size: 30px;
  }
}





/* service */
.more_cont {
    overflow: hidden;
    position: relative;
    background-color: #025B9D;
    color: #fff;
    cursor: pointer
}

.more_cont span,.more_cont i {
    position: relative;
    z-index: 2
}

.more_cont:before {
    background-color: #025B9D;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    z-index: 1
}

.more_cont:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}
.service-page .init-1 .container .left .tips {
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: #025b9d;
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
  padding-top: 55px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: #025B9D;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid #025B9D;
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: #025b9d;
  width: 900px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  font-family: Poppins;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
  width: 70%
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;
  font-family: Poppins;
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-family: Poppins;
  text-transform: uppercase;
  /*border-radius: 60px;*/
  background-color: #111;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
  width: 30%
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  font-family: Poppins;
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  font-family: Poppins;
  text-transform: uppercase;
  line-height: 1.4;
  /*border-radius: 40px;*/
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(24%);
  width: -moz-calc(24%);
  width: calc(49% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  display: inline-block;
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  /*border-radius: 40px;*/
}

@media (max-width: 1250px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
}

@media (max-width: 1000px) {
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}


@media (max-width: 700px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
}
#seo_other {
  padding: 60px 0;
}
#seo_other ._text {
  line-height: 1.8;
}



.new-join ul {
  margin: -15px;
}

.new-join ul li {
  padding: 15px;
}



#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none
}

#mask.active {display: block!important}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 16%;
    top: 15%;
    color: #000;
    cursor: pointer;
    font-size: 18px
}

/*#mask .container {
  width: 1100px
}*/

#mask .mask-inner {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   width: 70%;
   
}


#mask .prodet-page {
  padding: 50px 30px;
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    background: #f5f5f5;
}
.prodet-page .container {
  max-width: 1370px;
}

/*.prodet-page .prodet-1 .prodet-box {
  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;

}*/
#mask .prodet-page .prodet-11 .prodet-box .left {
  width: 50%;
  /*padding-right: 3.5rem;*/
}
#mask .prodet-page .prodet-11 .prodet-box .left .big {
  position: relative;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big ul li img {
  width: 100%;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: #20584f;
    border: 1px solid #20584f;
    background: #ffffff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .list .acc .add .img {}
#mask .prodet-page .prodet-11 .prodet-box .left .big .btn a:hover {
  background: #20584f;
  border: 1px solid #20584f;
  color: #fff;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: #20584f;
}
#mask .prodet-page .prodet-11 .prodet-box .left .big .btn a.on:hover {
  background: #20584f;
}
#mask .prodet-page .prodet-11 .prodet-box .right {
  width: 50%;
      padding-top: 25px;
      padding-left: 40px;
}
#mask .prodet-page .prodet-11 .prodet-box .right h3 {
  font-size: 40px;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: capitalize;
}
#mask .prodet-page .prodet-11 .prodet-box .right p {
    font-size: 15px;
    color: #000;
    line-height: 2;
    font-family: 'Montserrat-ExtraLight';
    font-weight: 700;
    text-transform: capitalize;
}
#mask .prodet-page .prodet-11 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  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-family: 'Montserrat';
}
#mask .prodet-page .prodet-11 .prodet-box .right .tit {
  padding-bottom: 1rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .text {
  padding-bottom: 1.8rem;
      max-height: 220px;
    overflow: overlay;
    line-height: 2;

}
#mask .prodet-page .prodet-11 .prodet-box .right .text table {
  font-size: 16px;
}
/*#mask .prodet-page .prodet-11 .prodet-box .right .text h4 {
  margin-bottom: 2rem;
}*/
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery {
   
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick-track {
  margin: 0;
  margin-right: auto
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .list1 .acc .add {
  padding: 10px;
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery h4 {
  margin-bottom: 2.8rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick ul {
  margin: 0 -1.3rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick ul li {
  padding: 0 1.3rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick ul li a {
  display: block;
  overflow: hidden;
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mask .prodet-page .prodet-11 .prodet-box .right .pro-gallery .slick ul li a img {
  width: 100%;
}
#mask .prodet-page .prodet-11 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}
#mask .prodet-page .prodet-11 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}
#mask .prodet-page .prodet-11 .prodet-box .right .btn {
  margin-top: 20px
}
#mask .prodet-page .prodet-11 .prodet-box .right .btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #025B9D;
  text-transform: uppercase;
  padding: 15px 30px;
  }
#mask .prodet-page .prodet-11 .prodet-box .right .btn a:hover {
  background: #F4A500;
}
#mask .prodet-page .prodet-11 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}
#mask .prodet-page .prodet-11 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}
#mask .prodet-page .prodet-11 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
#mask .prodet-page .prodet-11 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;

  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1730px) {
#mask .mask-close {
  right: 17%;
  top: 20%;
}
}
@media screen and (max-width: 1450px) {
  #mask .mask-inner {
    width: 95%
  }
      #mask .mask-close {
        right: 5%;
        top: 13%;
    }
}

@media screen and (max-width: 1320px) {
#mask .mask-inner {
    width: 95%;
    height: 95%
  }
  #mask .mask-close {
        right: 6%;
        top: 6%;
    }
}


@media screen and (max-width: 972px) {
  #mask{
    top:20px;
  }
  #mask .prodet-page .prodet-11 .prodet-box .left {
    width: 100%;
    padding-right: 0;
  }
  #mask .prodet-page .prodet-11 .prodet-box .right h3 {
    font-size: 24px;
  }
  #mask .prodet-page .prodet-11 .prodet-box .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  #mask .prodet-page .prodet-11 .prodet-box .left {
    width: 100%;
  }
  #mask .prodet-page .prodet-11 .prodet-box .right .text {
    max-height: unset;
  }


      #mask .mask-inner {
        height: calc(100% - 90px);
        overflow-y: auto;
    }
    #mask .prodet-page .prodet-11 .prodet-box .right .text table{
      overflow: unset;
    }
    #mask .prodet-page .prodet-11 .prodet-box .right .text table tr td{
      min-width: 120px;
    }
}



.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  /*margin-bottom: 2em;*/
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 2;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #F4A500;
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #F4A500;
  color: #F4A500;
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #F4A500;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: #F4A500;
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .text a {
  color: #F4A500;
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 2;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: #F4A500;
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: #F4A500;
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #F4A500;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #F4A500;
  margin-top: 20px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #F4A500;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
    font-size: 18px;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #F4A500;
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}