@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Helvetica_bold';
  src: url(../fonts/Helvetica\ Neue\ CE\ 75\ Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url(../fonts/Rubik-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'arial';
  src: url(../fonts/arial.ttf) format('truetype');
}
table tbody td, table tbody th{
    padding-left: 10px;
    padding-right: 10px;
    word-break:keep-all;
}
body {
  font-family: 'Poppins-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
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 tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody 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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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;
  line-height: 36px;
  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;
  font-size: 16px;
  line-height: 30px;
}
#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: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  line-height: 28px;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#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-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #232323;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  padding: 14px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  background-color: rgba(255, 255, 255, 0);
}
#header.active {
 background: rgba(18,124,168, .7)
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
  justify-content: center;
}
#header > .nav > .menu {
  padding: 0;
  width: 1500px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  align-items: center;
  text-align: center;
}
#header > .nav > .menu .menu-box .logo {
  width: 160px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 60px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #127ca8;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 170px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #127ca8;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #e7efff;
  padding: 10px;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .subline {
  background-color: #333333;
  width: 1px;
  height: 20px;
  margin: 0 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 40px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins';
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-weight: bold;
  margin-left: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #127ca8;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
.f_16 {
  font-size: 16px;
}
.f_18 {
  font-size: 18px;
}
.f_20 {
  font-size: 20px;
  line-height: 36px;
}
.f_24 {
  font-size: 24px;
}
.f_26 {
  font-size: 26px;
}
.f_30 {
  font-size: 24px;
}
.f_60 {
  font-size: 60px;
}
.f_64 {
  font-size: 60px;
  line-height: 1.4;
}
.f_70 {
  font-size: 70px;
}
.more_cont {
  background-color: #127ca8;
  font-family: 'Poppins-Regular';
  border: #127ca8 solid 1px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont:hover {
  color: #127ca8;
}
.more_cont:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#banner .container {
  width: 100%;
  padding: 0;
}
#banner .container .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#banner .container .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div {
  width: 1500px;
  color: #fff;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .title {
  width: 950px;
  text-transform: uppercase;
  font-family: 'Helvetica_bold';
  line-height: 1.4;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .subline {
  width: 100px;
  height: 3px;
  background-color: #fff;
  margin-top: 40px;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .des {
  margin-top: 40px;
  font-family: 'Poppins-Regular';
  width: 530px;
  font-size: 20px;
  line-height: 36px;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .more_cont {
  margin-top: 70px;
  padding: 8px 24px;
}
#index-body {
  background-color: #f5f5f5;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1500px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  padding-top: 6.5vw;
}
#index-body .init-1 .container {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 210px;
  padding-right: 130px;
  position: relative;
}
#index-body .init-1 .container .sub_img_2{
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 570px;
}
#index-body .init-1 .container .left {
  width: 26%;
  z-index: 2;
}
#index-body .init-1 .container .left .title {
  font-family: 'Poppins-Regular';
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  color: #127ca8;
}
#index-body .init-1 .container .left .title span{
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .left .title:before{
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #aaaaaa;
  content: '';
}
#index-body .init-1 .container .left .title_2 {
  font-family: 'Helvetica_bold';
  margin-top: 30px;
  font-size: 36px;
  line-height: 1.4;
  color: #222222;
}
#index-body .init-1 .container .left .des {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
#index-body .init-1 .container .left .more_cont{
  display: inline-block;
  padding: 8px 15px;
  margin-top: 20px;
}
#index-body .init-1 .container .right {
  width: 72%;
  padding: 50px 0;
  padding-left: 22px;
  margin: 0;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 8px 14px;
  padding-bottom: 20px;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 530px;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  color: #127ca8;
  text-align: center;
  margin-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 20px;
  line-height: 36px;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide-active {
  z-index: 3;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide-active .title {
  color: #127ca8;
}
#index-body .init-1 .container .right .swiper-wrapper .swiper-slide-next {
  z-index: 2;
}
#index-body .init-1 .container .s_page {
  position: absolute;
  top: 35%;
  right: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50px;
  z-index: 3;
  border: none;
}
#index-body .init-1 .container .s_page div {
  border: none;
  width: 44px;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  background-color: #cbcbcb;

}
#index-body .init-1 .container .s_page div img{
  width: 38%;
}
#index-body .init-1 .container .s_page div:hover {
  color: #127ca8;
  border: #127ca8 solid 1px;
}
#index-body .init-1 .container .s_page div:hover img{
  filter: brightness(1);
}
#index-body .init-1 .container .s_page .next {
  margin-top: 20px;
}
#index-body .init-2 {
  margin-top: 6.5vw;
  width: 100%;
}
#index-body .init-2 .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-2 .container .left {
  width: 50%;
  height: 700px;
}
#index-body .init-2 .container .right {
  color: #fff;
  height: 700px;
  width: 50%;
  padding: 80px 280px 110px 70px;
  background-color: #303030;
}
#index-body .init-2 .container .right .subline {
  width: 130px;
  height: 8px;
  background-color: #127ca8;
}
#index-body .init-2 .container .right .title {
  font-family: 'Helvetica_bold';
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body .init-2 .container .right .cont {
  max-height: 360px;
  overflow-y: auto;
  margin-top: 20px;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 32px;
}
#index-body .init-2 .container .right .cont p {
  margin-top: 30px;
}
#index-body .init-2 .container .right .more_cont {
  margin-top: 60px;
  display: inline-block;
  padding: 7px 24px;
}
#index-body .init-3 {
  margin-top: 4vw;
}
#index-body .init-3 .container .tip_title {
  font-family: 'Helvetica_bold';
  text-align: center;
  line-height: 1;
}
#index-body .init-3 .container .tip_des {
  width: 550px;
  margin: auto;
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  line-height: 36px;
}
#index-body .init-3 .container .swiper {
  margin-top: 50px;
  height: 950px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  border: #ccc solid 1px;
  height: calc((100% - 50px) / 2);
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  padding: 10px 6px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  border-top: #ccc solid 1px;
  padding: 5px;
  font-family: 'Poppins-Regular';
  color: #000;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
   overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    font-size: 20px;
    line-height: 36px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  background-color: #127ca8;
  color: #fff;
}
#index-body .init-3 .container .s_page {
  color: #000;
  margin-top: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-3 .container .s_page div {
  border-color: #000;
  background-color: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 26px;
}
#index-body .init-3 .container .s_page div:last-child {
  margin-left: 30px;
}
#index-body .init-3 .container .s_page div::before {
  background-color: #127ca8;
}
#index-body .init-3 .container .s_page div:hover {
  color: #fff;
  border-color: #fff;
}
#index-body .init-4 {
  margin-top: 4vw;
  padding: 6.5vw 0;
  background-image: url(../images/index_5.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#index-body .init-4 .container {
  text-align: center;
  color: #fff;
}
#index-body .init-4 .container .tip_title {
  font-family: 'Rubik-Regular';
  font-size: 20px;
  line-height: 36px;
}
#index-body .init-4 .container .des {
  font-family: 'Helvetica_bold';
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body .init-4 .container .subline {
  width: 650px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 3px;
  margin: auto;
  margin-top: 30px;
  position: relative;
}
#index-body .init-4 .container .subline div {
  width: 200px;
  height: 6px;
  background-color: #fff;
  margin-top: -2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#index-body .init-5 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-5 .container .list {
  width: 25%;
  padding: 50px 35px;
  border-right: #c4dee9 solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-5 .container .list:last-child {
  border: none;
}
#index-body .init-5 .container .list img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 60px;
}
#index-body .init-5 .container .list div {
  margin-left: 25px;
}
#index-body .init-5 .container .list div p{
  transition: all .5s;
}
#index-body .init-5 .container .list div p:first-child {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins-Medium';
  font-size: 20px;
  line-height: 36px;
}

#index-body .init-5 .container .list div p:last-child {
  line-height: 30px;
  font-size: 16px;
  margin-top: 8px;
  /*font-weight: bold;*/
  color: #333;
  font-family: 'Poppins-Regular';
}
#index-body .init-5 .container .list:hover img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .init-5 .container .list:hover p{
  color: #127ca8;
}
#index-body .init-5 .container .list:hover p:last-child{
  color: #127ca8;
}
#index-body .init-6 {
  padding: 3vw 0;
  background-color: #fff;
  background-image: url(../images/index_10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#index-body .init-6 .container .tip_title {
  text-align: center;
  font-family: 'Helvetica_bold';
}
#index-body .init-6 .container .tip_title2 {
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
#index-body .init-6 .container .swiper {
  margin-top: 50px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  padding: 20px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: #ccc solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 315px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
  border: #ccc solid 1px;
  border-top: none;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  box-shadow: 10px 10px 8px rgba(89, 88, 88, 0.2);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont a:hover {
  color: #127ca8;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'arial';
  min-height: 60px;
  font-size: 20px;
  line-height: 36px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'Poppins-Regular';
  color: #555555;
  margin-top: 10px;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-size: 16px;
  line-height: 30px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
  color: #999;
  font-size: 14px;
  line-height: 28px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time img {
  width: 16px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time span {
  margin-left: 6px;
}
#footer {
  background-color: #212529;
}
#footer .container {
  width: 1500px;
}
#footer .container a,
#footer .container img {
  display: block;
}
#footer .container .top {
  padding: 5vw 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .container .top .list_cont {
  color: #fff;
}
#footer .container .top .list_cont .first {
  text-transform: uppercase;
  font-family: 'Poppins';
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 50px;
}
#footer .container .top .list_cont .list_2 {
  font-family: 'Poppins-Regular';
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
  /*font-weight: bold;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .top .list_cont .list_2:hover {
  color: #127ca8;
}
#footer .container .top .list_cont #ewm {
  padding: 3px;
  background-color: #fff;
  width: 50%;
  margin-top: 30px;
}
#footer .container .top .list_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .container .top .list_cont .f_form input,
#footer .container .top .list_cont .f_form textarea {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  background-color: #454545;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
}
#footer .container .top .list_cont .f_form .more_cont {
  display: inline-block;
  text-transform: uppercase;
  margin: auto;
  margin-top: 15px;
  padding: 8px 70px;
  border-radius: 8px;
  cursor: pointer;
}
#footer .container .top .list_cont:first-child {
  width: 24%;
}
#footer .container .top .list_cont:first-child .logo {
  margin-bottom: 30px;
  width: 230px;
}
#footer .container .top .list_cont:first-child .logo img {
  width: 100%;
}
#footer .container .top .list_cont:first-child .list {
  line-height: 32px;
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  font-family: 'Poppins-Regular';
}
#footer .container .top .list_cont:first-child .list img {
  width: 15px;
  margin-top: 3px;
}
#footer .container .top .list_cont:first-child .list span {
  margin-left: 10px;
}
#footer .container .top .list_cont:first-child .list.tel img {
  margin-top: 5px;
  width: 20px;
}
#footer .container .top .list_cont:first-child .list.fax img {
  margin-top: 3px;
  width: 22px;
}
#footer .container .top .list_cont:first-child .list.email img {
  margin-top: 6px;
  width: 22px;
}
#footer .container .top .list_cont:first-child .list.address img {
  margin-top: 4px;
  width: 18px;
}
#footer .container .top .list_cont:last-child {
  width: 20%;
}
#footer .container .copyright {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .container .copyright a {
  margin-left: 10px;
}
#footer .container .copyright a:nth-child(2) {
  margin-left: 3vw!important;
}
#footer .container .copyright a img {
  height: 14px;
}


.go_top {
  display: block;
  position: fixed;
  z-index: 30;
  right: 30px;
  bottom: 160px;
  cursor: pointer;
}
.go_top div {
  width: 65px;
  height: 65px;
  background-color: #127ca8;
  border: 1px solid #127ca8;
  color: #fff;
  border-radius: 10px;
  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;
  font-size: 30px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.go_top div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: #127ca8;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.go_top div i {
  position: relative;
  z-index: 2;
}
.go_top div:hover {
  color: #fff;
}
.go_top div:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  border-radius: 0;
}


@media (max-width: 1700px) {
  #index-body .init-1 .container {
    width: 100%;
    padding-left: 10vw;
    padding-right: 6vw;
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img{
    height: 25vw;
  }
  #index-body .init-1 .container .sub_img_2{
    width: 30vw;
  }
 
  #index-body .init-2 .container .left {
    height: 42vw;
  }
  #index-body .init-2 .container .right {
    height: 42vw;
    padding: 4vw 14vw 5.5vw 3.5vw;
  }
  #index-body .init-2 .container .right .cont {
    max-height: 20vw;
  }
  #index-body .init-6 {
    background-size: auto 100%;
  }
}
@media (max-width: 1500px) {
  .f_70 {
    font-size: 46px;
  }
  .f_64 {
    font-size: 40px;
  }
  .f_60 {
    font-size: 40px;
  }
  #header {
    padding: 30px 20px;
  }
  
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 3vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 18px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    padding: 0 20px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .subline {
    margin-top: 2vw;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .des {
    margin-top: 2vw;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .more_cont {
    margin-top: 3.5vw;
  }

  #index-body .init-2 .container .right {
    padding: 30px 20px;
  }
  #index-body .init-2 .container .right .cont p:first-child {
    margin-top: 0;
  }
  #index-body .init-2 .container .right .more_cont {
    margin-top: 3vw;
  }
  #index-body .container {
    padding: 0 20px;
  }
  #index-body .init-3 .container .swiper {
    height: 75vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    padding: 20px 4vw;
    height: 28vw;
  }
  #index-body .init-4 {
    background-size: auto 100%;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 10px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 20vw;
  }
  #footer .container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .f_70 {
    font-size: 30px;
  }
  .f_64 {
    font-size: 26px;
  }
  .f_60 {
    font-size: 24px;
  }
  .f_24 {
    font-size: 18px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .title {
    width: 100%;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .subline {
    margin: auto;
    margin-top: 2vw;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .des {
    width: 100%;
  }
  #index-body .init-1 .container .s_page{
    display: none;
  }
  #index-body .init-1 .container .sub_img_2{
    display: none;
  }
  
  #index-body .init-1 .container {
    padding: 0 20px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .container .left .subline {
    margin: auto;
    margin-top: 10px;
  }
  #index-body .init-1 .container .left .title_cont {
    justify-content: center;
  }
  #index-body .init-1 .container .left .title_cont .list {
    margin-right: 2vw;
  }
  #index-body .init-1 .container .left .title_cont .list:last-child {
    margin-right: 0;
  }
  #index-body .init-1 .container .left .content .list {
    justify-content: center;
    text-align: left;
  }
  #index-body .init-1 .container .left .more_cont {
    margin-top: 20px;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
  
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide-next {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img {
    height: 36vw;
    padding: 10px 10px;
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide {
    padding: 20px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide .title {
    min-height: 54px;
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-1 .container .s_page {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
  }
  #index-body .init-1 .container .s_page .next {
    margin-top: 0 ;
    margin-left: 20px;
  }
  #index-body .init-1 .container .s_page div {
    border-color: #127ca8;
    color: #127ca8;
  }
  #index-body .init-1 .container .s_page div img{
    filter: brightness(1);
  }
  #index-body .init-3 .container .swiper {
    height: auto;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 45vw;
  }
  #index-body .init-4 .container .subline {
    width: 80%;
  }
  #index-body .init-4 .container .subline div {
    width: 20%;
  }
  #index-body .init-5 .container {
    padding: 20px;
    justify-content: space-between;
  }
  #index-body .init-5 .container .list {
    padding: 10px;
    margin-top: 10px;
    width: 49%;
    border: #127ca8 dashed 1px;
  }
  #index-body .init-5 .container .list:last-child {
    border: #127ca8 dashed 1px;
  }
  #footer .container .top .list_cont:first-child {
    width: 40%;
  }
  #footer .container .top .list_cont:nth-child(2) {
    display: none;
  }
  #footer .container .top .list_cont:nth-child(3) {
    width: 150px;
  }
  #footer .container .top .list_cont:nth-child(3) .top_2 {
    display: none;
  }
  #footer .container .top .list_cont:last-child {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img {
    height: 57vw;
  }
  #index-body .init-2 .container {
    padding: 0 20px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    height: 70vw;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    text-align: center;
    height: auto;
  }
  #index-body .init-2 .container .right .subline {
    width: 50px;
    height: 4px;
    margin: auto;
  }
  #index-body .init-2 .container .right .cont {
    max-height: inherit;
  }
  #index-body .init-3 .container .tip_des {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-3 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 75vw;
  }
  #index-body .init-5 .container .list img {
    width: 30px;
  }
  #index-body .init-5 .container .list div p:first-child {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-5 .container .list div p:last-child {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 32vw;
  }
  #footer .container .top .list_cont:first-child .logo {
    margin: auto;
  }
  #footer .container .top .list_cont:first-child {
    width: 100%;
  }
  #footer .container .top .list_cont:last-child {
    margin-top: 20px;
    width: 100%;
  }
  #footer .container .top .list_cont .first {
    text-align: center;
  }
  #footer .container .top .list_cont:nth-child(3) {
    margin: auto;
  }
  #footer .container .top .list_cont:nth-child(3) #ewm {
    width: 100%;
  }
  #footer .container .top .list_cont:nth-child(3) img {
    width: 100%;
  }
  #footer .container .copyright {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .f_70 {
    font-size: 24px;
  }
  .f_64 {
    font-size: 18px;
    line-height: 32px;
  }
  .f_60 {
    font-size: 18px;
    line-height: 32px;
  }
  .f_30 {
    font-size: 18px;
  }
  .f_26 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 14px;
    line-height: 28px;
  }
  .f_18 {
    font-size: 14px;
    line-height: 2;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .subline {
    width: 50px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div {
    padding: 0 10px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .more_cont {
    padding: 4px 15px;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  .more_cont {
    font-size: 14px;
  }
  #index-body .init-1 .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container .left .subline {
    height: 4px;
    width: 50px;
  }
  #index-body .init-1 .container .left .content .list {
    margin-top: 10px;
    justify-content: left;
  }
  #index-body .init-1 .container .left .more_cont {
    margin-top: 10px;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 .container .right {
    padding: 10px;
  }
  #index-body .init-1 .container .right .swiper-wrapper .swiper-slide .img {
    padding: 0;
    height: 80vw;
  }
  
  #index-body .init-1 .container .left .title_2{
    margin-top: 20px;
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-1 .container .left .title{
    font-size: 16px;
  }
  #index-body .init-1 .container .left .des{
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-2 .container {
    padding: 0 10px;
  }
  #index-body .init-2 .container .right {
    padding: 20px 10px;
  }
  #index-body .init-2 .container .right .title {
    margin-top: 10px;
  }
  #index-body .init-2 .container .right .cont {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-2 .container .right .cont p {
    margin-top: 14px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    padding: 20px 45px;
    height: 95vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
    padding: 10px;
    -webkit-line-clamp: inherit;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-3 .container .s_page {
    margin-top: 10px;
  }
  #index-body .init-3 .container .s_page div {
    width: 30px;
    height: 30px;
  }
  #index-body .init-3 .container .s_page div:last-child {
    margin-left: 10px;
  }
  #index-body .init-4 {
    padding: 30px 0;
  }
  #index-body .init-4 .container .des {
    margin-top: 10px;
  }
  #index-body .init-4 .container .subline {
    margin-top: 10px;
  }
  #index-body .init-5 .container .list {
    width: 100%;
  }
  #index-body .init-6 .container .tip_title2 {
    font-size: 14px ;
    line-height: 28px;
  }
  #index-body .init-6 .container .swiper {
    margin-top: 10px;
    text-align: center;
  }
  
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 64vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title{
    min-height: auto;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 14px ;
    line-height: 28px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    justify-content: center;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .container .top .list_cont:first-child .logo {
    width: 180px;
  }
  #footer .container .top .list_cont:first-child .list img {
    width: 14px;
  }
  #footer .container .top .list_cont:first-child .list.tel img {
    height: 16px;
  }
  #footer .container .top .list_cont:first-child .list.fax img {
    width: 18px;
  }
  #footer .container .top .list_cont:first-child .list.email img {
    width: 17px;
  }
  #footer .container .top .list_cont:first-child .list.address img {
    width: 16px;
  }
  #footer .container .top .list_cont .first {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #footer .container .top .list_cont .f_form input,
  #footer .container .top .list_cont .f_form textarea {
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
    padding: 5px;
    border-radius: 5px;
  }
  #footer .container .top .list_cont .f_form .more_cont {
    padding: 8px 50px;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .container .copyright {
    font-size: 14px;
    line-height: 28px;
  }
}
























@media screen and (max-width: 1000px){
  .honyuhide {
    display: none !important;
  }

  .inner-banner > img {
    height: 200px !important;
  }

}

.container {
  width: 1525px;
}
html, body {
    font-size: 62.5% !important;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.i-service {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
.i-service .max {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.i-service .max h2 {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}
.i-service .max h2 .fa {
  margin: 0 8px;
  font-size: 28px;
}
.i-service .max p {
  padding: 30px 0;
  font-size: 18px;
  line-height: 32px;
}
.i-service .max a.more {
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
}
.i-service .max a.more:hover {
  color: #127ca8;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: white;
}
svg text {
  fill: white;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }

}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }

}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }

}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

}



/*inner*/
.inner-page {
  padding: 100px 0;
}
.inner-page h2.tit,.inner-page h1.tit {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.about-page .init-1 {
  padding-bottom: 100px;
}
.about-page .init-1 p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .init-2 .column {
  width: 80%;
  vertical-align: middle;
}
.about-page .init-2 .column h2.tit {
  margin-bottom: 10px;
}
.about-page .init-2 .column p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.about-page .init-2 .column:nth-child(2) {
  width: 20%;
}
.about-page .init-2 .column:nth-child(2) .btn {
  width: 100px;
  float: right;
  cursor: pointer;
  padding: 0;
}
.about-page .init-2 .factory-list {
  margin-top: 30px;
}
.about-page .init-2 .factory-list ul li {
  padding: 0 20px;
}
.about-page .init-3 {
  padding: 100px 0;
}
.about-page .init-3 .grid-box .column:nth-child(1) {
  position: relative;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box {
  position: absolute;
  width: 90%;
  left: 292px;
  bottom: 10px;
  z-index: 2;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column {
  width: 40%;
  background: #127ca8;
  margin: 0 1%;
  padding: 30px;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column p {
  font-size: 16px;
  font-weight: 700;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3 {
  font-size: 68px;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column:nth-child(2) {
  background: #000;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-3 .grid-box .column:nth-child(2) {
  padding-left: 5%;
}
.about-page .init-3 .grid-box .column .about-faq-list {
  margin-top: 10px;
}
.about-page .init-3 .grid-box .column .about-faq-list li {
 
  border-bottom: 1px solid #ccc;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  padding: 25px 20px;
  padding-left: 40px;
  font-weight: bold;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 i {
  position: absolute;
  left: 5px;
  top: 35px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 15px 10px;
}
.about-page .init-3 .grid-box .column .about-faq-list li .ig .con p {
  font-size: 16px;
  line-height: 2;
}
.about-page .init-3 .grid-box .column .about-faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.about-page .init-3 .grid-box .column .about-faq-list li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.about-page .init-4 {
  padding: 80px 0 0px;
}
.about-page .init-4 .grid-box .column {
  width: 38%;
  padding-right: 4%;
}
.about-page .init-4 .grid-box .column a {
  background: #127ca8;
  padding: 3px 20px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.about-page .init-4 .grid-box .column h2 {
  margin: 20px 0;
  font-size: 38px;
  line-height: 2;
}
.about-page .init-4 .grid-box .column p {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}
.about-page .init-4 .grid-box .column .btn-right {
  padding: 15px 35px;
  font-size: 18px;
  line-height: 32px;
}
.about-page .init-4 .grid-box .column:nth-child(2) {
  width: 62%;
  padding: 0;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list {
  margin-top: 30px;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list .slick-prev.slick-arrow {
  display: none !important;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list ul li {
  padding: 30px 15px;
}
.about-page .init-4 .grid-box .column:nth-child(2) .honor-list ul .slick-slide:nth-child(2n) {
  margin-top: -30px;
}

.faq-page .about-6 h2 {
    font-size: 34px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Big Shoulders Display';
    font-weight: bold;
    line-height: 60px;
}
.faq-page .about-6 h2 small {
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 300;
    margin-top: 10px;
}
.faq-page .about-6 .box {
    padding-top: 40px;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}
.faq-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.faq-page .about-6 .box ul li:last-child {
    padding-bottom: 0;
}
.faq-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url(../images/icon-lt.png);
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.faq-page .about-6 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.faq-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}
.faq-page .about-6 .box ul li.active h4 {
    background-color: #127ca8;
    color: white;
    background-image: url(../images/icon-lt2.png);
}
.faq-page .about-6 .box ul li.active h4:after {
    content: "\f106";
}
.contact-page .grid-box .column {
  vertical-align: mmiddle;
}
.contact-page .grid-box .column:nth-child(1) {
  padding-right: 3%;
}
.contact-page .grid-box .column:nth-child(1) h3 {
  color: #333333;
  font-size: 30px;
  line-height: 1.4;
}
.contact-page .grid-box .column:nth-child(1) h3 span {
  color: #127ca8;
  font-weight: 700;
}
.contact-page .grid-box .column:nth-child(1) form {
  padding: 20px 0;
  overflow: hidden;
}
.contact-page .grid-box .column:nth-child(1) form ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(2) {
  margin-right: 0;
}
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(3),
.contact-page .grid-box .column:nth-child(1) form ul li:nth-child(4) {
  width: 100%;
  margin-right: 0;
}
.contact-page .grid-box .column:nth-child(1) form ul li input,
.contact-page .grid-box .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: #f0f0f0;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 28px;
  color: #a6abaa;
}
.contact-page .grid-box .column:nth-child(1) form ul li textarea {
  min-height: 120px;
}
.contact-page .grid-box .column:nth-child(1) form ul li input[type="submit"] {
  background: #127ca8;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(1) .i-message {
  margin-top: 40px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box {
  padding: 0;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column {
  background: url(../images/mail.png) no-repeat left center;
  padding-left: 50px;
  margin-bottom: 30px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column h2 {
  font-size: 18px;
  line-height: 32px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column p {
  font-size: 18px;
  line-height: 32px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column:nth-child(2) {
  background: url(../images/mail.png) no-repeat left center;
}
.contact-page .grid-box .column:nth-child(1) .i-message .grid-box .column:nth-child(3) {
  background: url(../images/add.png) no-repeat left center;
  width: 100%;
}
.prodet-page {
  background: url(../images/pro-bg.jpg) no-repeat top center;
}
.prodet-page .mbx {
  font-size: 14px;
  line-height: 2;
}
.prodet-page p {
  font-size: 16px;
  line-height: 2;
}

.prodet-page .init-1 .max {
  max-width: 978px;
  margin: 0 auto;
  word-break:break-all;
  text-align: center;
}
.prodet-page .init-1 .max h2 {
  font-size: 28px;
  text-transform: capitalize;
}
.prodet-page .init-1 .max h1 {
  font-size: 28px;
  line-height: 52px;
  font-weight: bold;
  text-transform: capitalize;
}
.prodet-page .init-1 .max p {
  margin: 35px 0;
}
.prodet-page .init-1 .max a.more {
  background: #127ca8;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.prodet-page .prodet-tit {
  font-size: 30px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .init-3 {
  padding: 60px 0 0;
}
.prodet-page .init-3 .prodet-tit {
  margin-bottom: 20px;
}
.prodet-page .init-3 .grid-box.three {
  padding: 70px 0;
}
.prodet-page .init-3 .grid-box.three .column {
  vertical-align: middle;
  margin-bottom: 70px;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column {
  width: 26%;
  margin-bottom: 0;
  cursor: pointer;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 74%;
  padding: 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) h3 {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  padding-right: 30px;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.prodet-page .prodet-1 .four{
			position:relative;
}
.point,.point::before,.point::after{position: absolute;width: 18px; height: 18px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(3);opacity:0;}}
.point,.point::before,.point::after{
  background-color: #fff;
}
.prodet-page .init-4 {
  padding: 0 0 30px;
}
.prodet-page .init-4 .content {
  padding: 30px 0;
}
.prodet-page .init-4 .container .m-link{
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-4 .container .m-link>a{
  display: block;
}
.prodet-page .init-faq-table {
  background: #eeeeef;
  padding: 60px 0;
}
.prodet-page .init-faq-table .column h2 {
  font-size: 24px;
  line-height: 44px;
}
.prodet-page .init-faq-table .column h2 span {
  color: #127ca8;
}
.prodet-page .init-faq-table .column p {
  color: #525252;
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0;
}
.prodet-page .init-faq-table .column form {
  padding: 20px 0;
}
.prodet-page .init-faq-table .column form ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.prodet-page .init-faq-table .column form ul li:nth-child(2n) {
  margin-right: 0;
}
.prodet-page .init-faq-table .column form ul li:nth-child(5),
.prodet-page .init-faq-table .column form ul li:nth-child(6) {
  width: 100%;
  margin-right: 0;
}
.prodet-page .init-faq-table .column form ul li input,
.prodet-page .init-faq-table .column form ul li textarea {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 28px;
  color: #a6abaa;
}
.prodet-page .init-faq-table .column form ul li textarea {
  height: 200px;
}
.prodet-page .init-faq-table .column form ul li input[type="submit"] {
  background: #127ca8;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.prodet-page .init-faq-table .column:nth-child(1) {
  padding-right: 8%;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list {
  margin-top: 10px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li {
  margin-bottom: 15px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 {
  position: relative;
    font-size: 14px;
    font-weight: bold;
  line-height: 28px;
  padding: 25px 20px;
  padding-right: 30px;
  background: #fff;
  margin-bottom: 2px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 i.fa-angle-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  background: #f7f7f7;
  padding: 15px 10px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con p {
  font-size: 16px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li.active .ig h4 i.fa-angle-down {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.prodet-page .init-recommend {
  padding-top: 100px;
}
.prodet-page .init-recommend .prodet-tit span {
  color: #127ca8;
}
.prodet-page .init-recommend .product-list2 {
  margin-top: 60px;
}
.prodet-page .init-recommend .product-list2 ul li {
  padding: 0 20px;
}
.prodet-page .init-recommend .product-list2 ul li .img-box img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 50%, rgba(250, 250, 250, 0.12));
}
.prodet-page .init-recommend .product-list2 ul li .img-box .text {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.prodet-page .init-recommend .product-list2 ul li .img-box .text p {
  font-size: 18px;
  line-height: 32px;
}

.prodet-page .prodet-1{
  width:100%;
  margin: 0 auto;
}
.prodet-page .prodet-1 a {
  display: block;
  /*border: 1px solid #eee;*/
}
.prodet-page .prodet-1 a img {
  width: auto;
  display: block;
}
.prodet-page .prodet-1 ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 ul li {
  padding: 5px;
}
.prodet-page .prodet-1 ul li i,
.prodet-page .prodet-1 ul li span {
  display: none !important;
}
.prodet-page .prodet-1 ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .four ul li{
  padding: 0 100px;
}
.prodet-page .prodet-1 .four ul .slick-slide.slick-active{
  position: relative;
}
.prodet-page .prodet-1 .four ul .slick-slide img{
  position: relative;
  z-index: 2;
  width: 60%;
}
.prodet-page .prodet-1 .four ul .slick-slide.slick-active:after{ 
  content: '';position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  border: 1px dashed #fff;
  top:50%;
  left:0;
  }
.prodet-page .prodet-1 .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 125px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}

/*add*/

.inner-banner {
  position: relative;
}
.inner-banner > img {
  width: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12rem;
}
.inner-banner .mbx-box .text {
  width: 100%;
}
.inner-banner .mbx-box .text .mbx {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.inner-banner .mbx-box .text .mbx a,
.inner-banner .mbx-box .text .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .text .mbx a:hover {
  color: #127ca8;
}
.inner-banner .mbx-box .text h2 {
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1.5rem 0 1.2rem;
}
.inner-banner .mbx-box .text p {
  max-width: 627px;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  text-transform: capitalize;
}
.product-banner {
  position: relative;
}
.product-banner .banner-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15%;
}
.product-banner .banner-link a {
    display: inline-block;
    padding: 1rem 2.5rem;
    margin: 0 4rem;
    border-bottom: 2px solid rgba(250,250,250,.2);
    position: relative;
}
.product-banner .banner-link a:hover::after {
  width: 100%;
}
.product-banner .banner-link a::after {
  position: absolute;
  width: 0;
  height: 2px;
  background: rgba(215, 0, 15, 0.5);
  left: 0;
  bottom: -2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  content: "";
}
.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 25%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  border: none;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 5rem 0 2.5rem;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
          text-transform: capitalize;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.8rem 0 1.8rem 25px;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #127ca8;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #127ca8;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #127ca8;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #127ca8;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #127ca8;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #127ca8;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  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-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #127ca8;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 2rem 8.5rem;
  border-radius: 5px;
  background: url(../images/sidebar-info.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 75%;
}
.inner-footer {
  background: url(../images/footer-bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.inner-footer .i-inquiry {
  padding: 7.2rem 0;
}
.inner-footer .i-inquiry .container {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-footer .i-inquiry .container h3 {
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
}
.inner-footer .i-inquiry .container .inquiry-box a {
  display: inline-block;
  width: 20.3rem;
  padding: 1.5rem 1rem;
  border-radius: 6px;
  background: rgba(250, 250, 250, 0.1);
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
}
.inner-footer .i-inquiry .container .inquiry-box a:hover {
  background: #127ca8;
}
.inner-footer .i-inquiry .container .inquiry-box .inquiry {
  margin-right: 5rem;
}
.inner-footer-info {
  background: url(../images/inner-footer-info-bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
.inner-footer-info .footer-info {
  padding: 6.7rem 0 5.6rem;
}
.inner-footer-info .footer-info .container {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-footer-info .footer-info .container .left {
  width: 50%;
}
.inner-footer-info .footer-info .container .left .service {
  margin: 0 auto;
  max-width: 570px;
}
.inner-footer-info .footer-info .container .left .service h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'BackNine';
  margin-bottom: 1.5rem;
}
.inner-footer-info .footer-info .container .left .service h3 {
  font-size: 4rem;
  line-height: 1.2;
  color: rgba(250, 250, 250, 0.8);
  font-weight: 900;
  max-width: 422px;
}
.inner-footer-info .footer-info .container .left .service p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  margin: 3rem 0 5rem;
}
.inner-footer-info .footer-info .container .left .service .icon a {
  margin-right: 2.5rem;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-footer-info .footer-info .container .left .service .icon a:hover {
  color: #127ca8;
}
.inner-footer-info .footer-info .container .left .faq h2 {
  font-size: 2.8rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'BackNine';
}
.inner-footer-info .footer-info .container .left .faq h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  color: rgba(250, 250, 250, 0.8);
  max-width: 350px;
  margin-top: 2rem;
}
.inner-footer-info .footer-info .container .left .faq .faq-list {
  margin-top: 5rem;
}
.inner-footer-info .footer-info .container .left .faq .faq-list dt {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  background: #cfd2d2;
  margin-bottom: 10px;
  cursor: pointer;
}
.inner-footer-info .footer-info .container .left .faq .faq-list dd {
  font-size: 14px;
  line-height: 2;
  color: #000;
  padding: 25px 6rem 30px 20px;
  border-radius: 10px;
  background: #cfd2d2;
  margin-bottom: 10px;
  display: none;
}
.inner-footer-info .footer-info .container .form {
  width: 50%;
  padding: 0 4rem;
}
.inner-footer-info .footer-info .container .form form {
  max-width: 560px;
  margin: 0 auto;
  background: #cfd1d0;
  border-radius: 10px;
  padding: 4rem 4rem 4.8rem;
}
.inner-footer-info .footer-info .container .form form h2 {
  font-size: 2.47rem;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Bold';
  margin-bottom: 2.5rem;
}
.inner-footer-info .footer-info .container .form form h5 {
  font-size: 15.9px;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Bold';
  padding: 5px 0 10px;
}
.inner-footer-info .footer-info .container .form form 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-footer-info .footer-info .container .form form ul li {
  width: 48%;
}
.inner-footer-info .footer-info .container .form form ul li.text {
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul li.textarea {
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul input[type="text"] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 15.9px;
  color: #000;
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.inner-footer-info .footer-info .container .form form ul textarea {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  font-size: 15.9px;
  color: #000;
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.inner-footer-info .footer-info .container .form form button {
  width: 100%;
  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;
  height: 58px;
  border-radius: 10px;
  border: none;
  background: #000;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-footer-info .footer-info .container .form form button:hover {
  background: #127ca8;
}
.inner-footer-info .footer-info .container .form form button img {
  margin-right: 10px;
}
.about-page .about-1 {
  padding: 8.6rem 0;
  background: url(../images/about-bg01.png) no-repeat;
  background-size: 100% 100%;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-page .about-1:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/about-bg02.jpg) no-repeat right center;
  background-attachment: fixed;
}
.about-page .about-1 .left {
  width: 56%;
  padding: 0 3.5rem 0 15px;
}
.about-page .about-1 .left .text {
  margin: 0 0 0 auto;
  max-width: 835px;
}
.about-page .about-1 .left .text h5 {
  font-size: 16px;
  line-height: 1;
  color: #127ca8;
}
.about-page .about-1 .left .text h3 {
  font-size: 3.2rem;
  line-height: 1;
  color: #010101;
  margin: 2.2rem 0 3.5rem;
}
.about-page .about-1 .left .text p {
  font-size: 16px;
  line-height: 2;
  color: #636363;
}
.about-page .about-1 .right {
  width: 44%;
  text-align: right;
  position: relative;
}
.about-page .about-1 .right .play {
  position: absolute;
  top: 50%;
  left: 63%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 156px;
  height: 73px;
  background: url(../images/play.png) no-repeat center center;
  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;
}
.about-page .about-1 .right .play:hover span {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  transform: translateX(62px);
}
.about-page .about-1 .right .play span {
  display: inline-block;

  font-size: 12px;
  line-height: 1;
  color: #fff;

  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-2 .swiper-slide img {
  width: 100%;
}
.about-page .about-2 .swiper-slide .text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .swiper-slide .text h4 {
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'BackNine';
}
.about-page .about-2 .swiper-slide .text p {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
  margin-top: 3rem;
}
.about-page .about-3 {
  padding: 8.4rem 0 7.5rem;
}
.about-page .about-3 .top {
  text-align: center;
}
.about-page .about-3 .top h3 {
  font-size: 3.2rem;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Bold';
}
.about-page .about-3 .top p {
  font-size: 14px;
  line-height: 1.8;
  color: #5d5d5d;
  font-family: 'Montserrat-Regular';
  margin: 2rem auto 0;
  max-width: 560px;
}
.about-page .about-3 .businessBox {
  margin: 3rem auto 0;
  max-width: 1590px;
}
.about-page .about-3 .businessBox .swiper-container {
  padding: 10px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide {
  border-radius: 5px;
  position: relative;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide:hover .business-img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide:hover .content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img img {
  width: 100%;
      width: 100%;
    border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img h4 {
  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%);
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'Montserrat-Bold';
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  padding: 3rem 2.5rem;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
}
.about-page .about-3 .businessBox .swiper-container .swiper-slide .content p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.about-page .about-4 {
  padding: 9rem 0 13rem;
  position: relative;
  z-index: 2;
  background: url(../images/about-4-bg.png) no-repeat left 11.5rem center;
}
.about-page .about-4 ul {
  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;
}
.about-page .about-4 ul li {
  position: relative;
}
.about-page .about-4 ul li::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  background: #fff;
  right: 0;
  top: 3rem;
}
.about-page .about-4 ul li span {
  font-size: 5rem;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.about-page .about-4 ul li p {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Montserrat-Regular';
  margin-top: 2.5rem;
}
.about-page .about-4 ul li:nth-child(1) {
  padding-right: 6.5rem;
}
.about-page .about-4 ul li:nth-child(2) {
  padding: 0 6.5rem;
}
.about-page .about-4 ul li:nth-child(3) {
  padding-left: 6.5rem;
}
.about-page .about-4 ul li:nth-child(3)::after {
  display: none;
}
.about-page .about-5 {
  padding: 27.5rem 0 9rem;
  background: url(../images/about-5-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -20rem;
}
.about-page .about-5 .honor-box {
  margin: 0 auto;
  max-width: 1280px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .honor-box .left {
  width: 41%;
  padding-right: 3rem;
}
.about-page .about-5 .honor-box .left h6 {
  font-size: 14.11px;
  letter-spacing: 3px;
  line-height: 1;
  color: #6d6d6d;
  font-family: 'Raleway-SemiBold';
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-5 .honor-box .left h6 span {
  font-size: 12px;
  display: inline-block;
  padding: 5px 22px;
  border-radius: 2px;
  background: #127ca8;
  color: #fff;
  margin-left: 1.8rem;
}
.about-page .about-5 .honor-box .left h3 {
  font-size: 3.8rem;
  line-height: 1.3;
  color: #000000;
  margin: 4rem 0 3.5rem;
  font-weight: bold;
}
.about-page .about-5 .honor-box .left p {
  font-size: 14px;
  line-height: 2.2;
  color: #000000;
  max-width: 445px;
}
.about-page .about-5 .honor-box .left .more {
  display: inline-block;
  margin-top: 3rem;
  padding: 14px 22px 14px 24px;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #127ca8;
}
.about-page .about-5 .honor-box .left .more:hover {
  background: #000;
}
.about-page .about-5 .honor-box .left .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
.about-page .about-5 .honor-box .honorBox {
  width: 59%;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide {
  padding-top: 3.3rem;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .honor-box .honorBox .swiper-slide-next a {
  -webkit-transform: translateY(-3.3rem);
  -moz-transform: translateY(-3.3rem);
  -ms-transform: translateY(-3.3rem);
  transform: translateY(-3.3rem);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page {
  position: relative;
  padding: 8.9rem 0;
}
.news-page::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: #fafafa;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.news-page .news-list {
  padding: 0 1.5rem;
}
.news-page .news-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;
}
.news-page .news-list ul li {
  padding: 0 1.4rem;
  width: 33.3333%;
  margin-bottom: 6rem;
}
.news-page .news-list ul li a {
  display: block;
}
.news-page .news-list ul li a .news-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.news-page .news-list ul li a .news-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-list ul li a .news-img img {
  width: 100%;
}
.news-page .news-list ul li a .news-img .time {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  font-size: 16px;
  line-height: 30px;
  color: black;
}
.news-page .news-list ul li a .content {
  padding: 2rem 1rem 0;
}
.news-page .news-list ul li a .content h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
}
.news-page .news-list ul li a .content h4:hover {
  color: #127ca8;
}
.news-page .news-list ul li a .content p {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  margin-top: 1rem;
}
.newdet-page {
  padding: 6rem 0;
}
.newdet-page .news-content {
  padding-right: 5.5rem;
}
.newdet-page .news-content h1.title{
  font-size: 24px;
  line-height: 44px;
  color: #000;
  font-weight: bold;
}
.newdet-page .news-content .content{
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-top: 20px;
}
.newdet-page .news-content .m-link {
  margin-top: 3rem;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.newdet-page .news-content .m-link a {
  display: inline-block;
  margin-bottom: 1.5rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .news-content .m-link a:hover {
  color: #127ca8;
}
.product-page {
  padding: 10.5rem 0 7rem;
}
.product-page .product-list {
  padding-left: 6rem;
}
.product-page .product-list .honyupro1 {
  font-size: 26px;
  font-weight: bold;
  color: #127ca8;
  line-height: 2;
  margin-bottom: 20px;
}
.product-page .product-list .honyupro2 {
  line-height: 2;
  font-size: 15px;
  margin-top: 20px;
  color: #757575;
}
.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;
  margin: 0 -1.75rem;
}
.product-page .product-list ul li {
  padding: 0 1.75rem;
  width: 50%;
  margin-bottom: 3.7rem;
}
.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #127ca8;
}
.product-page .product-list ul li .pro-box::after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 32px;
  min-height: 5rem;
  color: #000000;
text-transform: capitalize;
border-bottom: 2px solid #e1e1e1;
  padding: 1rem 1rem 2rem;
  transition: all .5s;

}
.product-page .product-list ul li .pro-box h5:hover a{
  color: #127ca8;
}
.msys{
  padding-bottom: 0!important;
}
.xw{
  background: white!important;
  padding-top: 0!important;
}
.xw .init-recommend{
  padding: 0!important;
}
.xw p{
  margin-bottom: 10px!important;
}
.xw time{
  margin-bottom: 10px!important;
}
.haha{
	margin-top: 40px;
	margin-bottom: 40px;
}
.zhishi{
	font-size: 24px;
	line-height: 40px;
	color: black;
}
.bankuai{
	font-size: 18px;
	line-height: 32px;
}

.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  padding: 30px 15px;
  text-align: center;
}
.product-page .product-list ul li .pro-box .text {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 30px;
  color: #757575;
}
.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 1.5rem;
  line-height: 2;
  padding-left: 10px;
  position: relative;
  word-break:break-all;
}
.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-2-1.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 15px 10px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product-page .product-list ul li .pro-box .more:hover {
  background: #127ca8;
}
.product-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-1 {
  padding: 1.8rem 0;
}
.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 59.5%;
  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;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 23%;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul {
  margin: -7.5px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  padding: 7.5px 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
  position: absolute;
  width: 100%;
  height: 43px;
  z-index: 5;
  color: transparent;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-prev {
  background: url(../images/p-up.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 7.5px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
  background: url(../images/p-up.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 7.5px;
  left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .img-big {
  width: 72.5%;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 40.5%;
  padding: 2rem 0 2rem 4.5rem;
}
.prodet-page .prodet-1 .prodet-box .right .text h3.title {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}
.prodet-page .prodet-1 .prodet-box .right .text .content {
  padding: 4rem 0;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .text .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .text .share {
  display: block;
}
.prodet-page .prodet-1 .prodet-box .right .text .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat-Regular';
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 1.5rem;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul li:hover {
  color: #127ca8;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn {
  margin-top: 3rem;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'Montserrat-Regular';
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a:hover {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a.active {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.prodet-page .prodet-2 {
  position: relative;
}
.prodet-page .prodet-2 > img {
  width: 100%;
}
.prodet-page .prodet-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 156px;
  height: 73px;
  background: url(../images/play.png) no-repeat center center;
  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;
}
.prodet-page .prodet-2 .play:hover span {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  transform: translateX(62px);
}
.prodet-page .prodet-2 .play span {
  display: inline-block;

  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 {
  padding: 9rem 0;
  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;
}
.prodet-page .prodet-3 .left {
  width: 50%;
}
.prodet-page .prodet-3 .left img {
  width: 100%;
}
.prodet-page .prodet-3 .right {
  width: 50%;
  padding: 2rem 15px 2rem 7.5rem;
  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;
  position: relative;
}
.prodet-page .prodet-3 .right .r-box {
  width: 584px;
  position: relative;
}
.prodet-page .prodet-3 .right .r-box .text p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
        padding-top: 30px;
}
.prodet-page .prodet-3 .right .r-box .text p:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-3 .right .r-box .adBox {
  margin-top: 9rem;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide {
  position: relative;
  padding-bottom: 15px;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide:hover::after {
  width: 100%;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background: #7f7f7f;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide.cur::after {
  width: 100%;
}
.prodet-page .prodet-3 .right .r-box .pagination {
  position: absolute;
  right: 0;
  bottom: -8rem;
  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;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  margin-right: 4rem;
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #000;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev,
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  width: 47px;
  height: 47px;
  position: relative;
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  top: auto;
  border-radius: 100%;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev {
  background: url(../images/pro-ad-left.png) no-repeat center center;
  left: 0%;
}
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  background: url(../images/pro-ad-right.png) no-repeat center center;
  right: 0%;
  margin-left: 2.4rem;
}
.prodet-page .prodet-4 {
  padding-bottom: 8rem;
}
.prodet-page .prodet-4 .top h2 {
  font-size: 3.2rem;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Bold';
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-4 .top p {
  font-size: 1.8rem;
  color: #000000;
}
.prodet-page .prodet-4 .recommendedBox {
  margin-top: 4rem;
  margin: 4rem -10px;
  position: relative;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2.5rem 1rem 4.5rem;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img img {
  width: auto;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4 {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #000;
  padding-top: 3rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 5.5rem;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4:hover {
  color: #127ca8;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-prev,
.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  width: 45px;
  height: 45px;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-prev {
  background: url(../images/p-left.png) no-repeat center center;
  left: -1%;
}
.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  background: url(../images/p-right.png) no-repeat center center;
  right: -1%;
}
.contact-page {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}
.contact-page .mbx-box {
  padding: 22.2rem 0 12.2rem;
}
.contact-page .mbx-box .mbx {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
}
.contact-page .mbx-box .mbx a,
.contact-page .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .mbx-box .mbx a:hover {
  color: #127ca8;
}
.contact-page .mbx-box h2 {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat-Bold';
  margin: 1.5rem 0 1.2rem;
  text-transform: uppercase;
}
.contact-page .contact-1 .icon a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-right: 2.5rem;
}
.contact-page .contact-1 h2 {
  font-size: 3.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 3rem 0 2.5rem;
}
.contact-page .contact-1 p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat-Regular';
}
.contact-page .map-box {
  text-align: center;
  position: relative;
}
.contact-page .map-box::after {
  position: absolute;
  content: "";
  width: 1920px;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: rgba(250, 250, 250, 0.4);
}
.contact-page .map-box .map-icon {
  display: inline-block;
  margin: 1.5rem 0;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.contact-page .map-box .map-icon::before {
  content: '';
  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%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.contact-page .map-box .map-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.contact-page .map-box .map {
  margin-bottom: 4rem;
  position: relative;
  z-index: 3;
  display: none;
  text-align: left;
}
.contact-page .map-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -26px;
  z-index: 2;
}
.contact-page .map-box ul li {
  text-align: center;
  border-right: 2px solid rgba(250, 250, 250, 0.4);
}
.contact-page .map-box ul li:last-child {
  border-right: none;
}
.contact-page .map-box ul li:last-child h4 {
  padding: 0 0 0 3.5rem;
}
.contact-page .map-box ul li:last-child p {
  padding: 0 0 0 3.5rem;
}
.contact-page .map-box ul li:first-child h4 {
  padding: 0 3.5rem 0 0;
}
.contact-page .map-box ul li:first-child p {
  padding: 0 3.5rem 0 0;
}
.contact-page .map-box ul li h4 {
  font-size: 3.8rem;
  line-height: 1;
  color: #ffffff;
  height: 8rem;
  line-height: 8rem;
  padding: 0 3.5rem;
}
.contact-page .map-box ul li p {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  height: 8rem;
  line-height: 8rem;
  padding: 0 3.5rem;

}
.contact-page .map-box ul li #time {
  width: 175px;
}
.contact-page .contact-search {
  width: 36%;
}
.contact-page .contact-search p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-family: 'Montserrat-Regular';
}
.contact-page .contact-search form {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-search form input[type="text"] {
  width: 75%;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.8);
  padding-bottom: 1rem;
  font-size: 12px;
  color: #fff;
  background: none;
}
.contact-page .contact-search form input[type="submit"] {
  border: none;
  padding: 11px 14px;
  border-radius: 5px;
  background: #e8e9e8;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-page .contact-info {
  margin-top: 15.5rem;
  padding-bottom: 6rem;
  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;
}
.contact-page .contact-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-page .contact-info .left {
  width: 36%;
}
.contact-page .contact-info .left ul {
  margin-top: 6.5rem;
}
.contact-page .contact-info .left ul li {
  margin-bottom: 6rem;
}
.contact-page .contact-info .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-info .left ul li h6 {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.contact-page .contact-info .left ul li p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  max-width: 408px;
}
.contact-page .contact-info .right {
  width: 64%;
}
.contact-page .contact-info .right .top {
  max-width: 610px;
}
.contact-page .contact-info .right .top p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-top: 1.8rem;
}
.contact-page .contact-info .right ul {
  margin-top: 5.5rem;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-info .right ul li {
  width: 26%;
  margin-bottom: 4rem;
}
.contact-page .contact-info .right ul li p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat-Regular';
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.contact-page .contact-info .right ul li span {
  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-top: 1rem;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat-Regular';
}
.contact-page .contact-info .right ul li span img {
  margin-right: 1.4rem;
}
.support-page .support-1 {
  position: relative;
}
.support-page .support-1 > img {
  width: 100%;
}
.support-page .support-1 .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-page .support-1 .content-box .content {
  max-width: 630px;
  margin-left: 3.5rem;
}
.support-page .support-1 .content-box .content span {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #127ca8;
}
.support-page .support-1 .content-box .content h2 {
  font-size: 3.8rem;
  line-height: 1.2;
  color: #010101;
  font-family: 'Montserrat-Bold';
  max-width: 620px;
  margin: 1.5rem 0 3rem;
}
.support-page .support-1 .content-box .content p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.support-page .support-1 .content-box .content .more {
  display: inline-block;
  padding: 20px 15px 20px 30px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 4.5rem;
  background: #127ca8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'Montserrat-Regular';
}
.support-page .support-1 .content-box .content .more:hover {
  background: #000;
}
.support-page .support-1 .content-box .content .more i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4.8rem;
}
.support-page .support-2 {
  padding: 0 15px 8.6rem;
  position: relative;
  z-index: 2;
}
.support-page .support-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .support-2 ul li {
  width: 19.2%;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.support-page .support-2 ul li .left {
  width: 100%;
  position: relative;
  z-index: 2;
}
.support-page .support-2 ul li .left .img img {
  width: auto;
}
.support-page .support-2 ul li .right {
  width: 100%;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2rem 3rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.support-page .support-2 ul li .right .s-icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 7px;
  overflow: hidden;
}
.support-page .support-2 ul li .right .content h4 {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  padding-right: 3rem;
}
.support-page .support-2 ul li .right .content p {
  font-size: 14px;
  line-height: 1.4;
  color: #505050;
  margin-top: 2rem;
}
.support-page .support-2 ul li .unfold {
  position: absolute;
  bottom: 4%;
  right: 2.7rem;
  z-index: 5;
}
.support-page .support-2 ul li.active {
  width: 39%;
}
.support-page .support-2 ul li.active .left {
  width: auto;
}
.support-page .support-2 ul li.active .right {
  position: absolute;
  left: 50%;
  width: 50%;
  opacity: 1;
}
.support-page .support-2 ul li.active .unfold {
  right: 40.5%;
}
.support-page .support-3 {
  padding: 11.5rem 0 8.5rem;
  position: relative;
}
.support-page .support-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: #f2f2f2;
  left: 0;
  top: 0;
  z-index: -1;
}
.support-page .support-3 .top {
  text-align: center;
}
.support-page .support-3 .top h2 {
  font-size: 3.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Bold';
}
.support-page .support-3 .top p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #545454;
  margin: 2rem auto 0;
  max-width: 375px;
}
.support-page .support-3 .factoryBox {
  margin: 6rem auto 0;
  max-width: 1212px;
}
.support-page .support-3 .factoryBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.support-page .support-3 .factoryBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.support-page .support-3 .factoryBox .swiper-slide a img {
  width: 100%;
}
.support-page .support-3 .factoryBox .swiper-slide p {
  font-size: 2.2rem;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-top: 4rem;
}
.support-page .support-3 .factoryBox .navigation {
  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;
  margin-top: 5.5rem;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-prev,
.support-page .support-3 .factoryBox .navigation .swiper-button-next {
  width: 58px;
  height: 60px;
  position: relative;
  margin-top: 0;
  margin: 0 7.5px;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-prev {
  background: url(../images/f-left.png) no-repeat center center;
  left: 0;
}
.support-page .support-3 .factoryBox .navigation .swiper-button-next {
  background: url(../images/f-right.png) no-repeat center center;
  right: 0;
}
.gallery-page{
    padding: 90px 0 110px;
}
.gallery-page .list ul{
  margin: -15px;
}
.gallery-page .list ul li{
  padding: 15px;
}
.gallery-page .list ul li a{
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img{
  width: 100%;
  transition: all .5s;
}
.gallery-page .list ul li a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-page .contact-search form input[type=submit]{
font-family: none;

}


.news-page:after{
  background: none;
}

.inner-sidebar ul.side-top.cl li a:hover {
    background-color: rgba(255,255,255,.2);
    background-color: #127ca8;
}

.inner-sidebar ul.side-top.cl {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.inner-sidebar {
    width: 100%;
    margin-top: -60px;
}
.inner-sidebar ul.side-top.cl li:nth-child(1) {
    border-left: 0;
}
.inner-sidebar ul.side-top.cl li {
      text-align: center;
    color: #fff;
    width: 260px;
    float: left;
    border-left: 2px solid rgba(255,255,255,.6);
}
.inner-sidebar ul.side-top.cl li a {
    display: block;
    border-radius: 5px;
    transition: all .5s ease;
    height: 60px;
    width: 100%;
    background-color: rgba(255,255,255,.2);
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.news-tu img {
    margin: 20px 40px;
    border-radius: 45px;
}
.news-tu {
      padding: 25px 0;
    text-align: center;
}

.newdet-page .news-content .content p {
    padding: 20px 0;
}
.newdet-page .news-content .content h3 {
    font-size: 2.4rem;
    color: #000;
    font-family: 'Montserrat-Regular';
}

.news-page .news-list .m-page .wp-pagenavi span.current {
    padding: 10px 18px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    background: #127ca8;
}

.news-page .news-list .m-page .wp-pagenavi a {
    padding: 10px 18px;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    border-radius: 10px;
    background: #f0f0f0;
}

.wp-pagenavi {
    text-align: right;
}


.product-banner .mbx.disp-none span {
    display: none;
}



.inner-banner.product-banner.xiangqing {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    min-height: 600px;
    background: url(/greenlfilter/2021/10/22/xiangqing.jpg);
    object-fit: cover;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner-banner.product-banner.xiangqing .mbx.disp-none {
    bottom: 41%;
}


.wp-pagenavi a {
    padding: 10px 18px;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    border-radius: 10px;
    background: #f0f0f0;
       transition: all .5s ease;
}
.wp-pagenavi a:hover {
    background: #127ca8;
    color: #fff;
    transition: all .5s ease;
}

.wp-pagenavi span.current {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    background: #127ca8;
}
@media screen and (max-width:1700px){
  .support-page .support-2 ul li .right .content p{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;
  }
}
@media screen and (max-width:1545px){
  .about-page .about-4{
        background: url(/template/en/images/about-4-bg.png) no-repeat center center;
  }
.about-page .about-1 .left .text p{
  font-size: 12px;
}

.product-banner .banner-link a{
  margin: 0 2rem;
}
.support-page .support-1{
  text-align: right;
}.support-page .support-1 .content-box{
  text-align: left;
}
.support-page .support-1>img {
    width: 90%;
}
.contact-page .contact-1{
  margin-bottom: 30px;
}.prodet-page .prodet-3 .right .r-box{
  width: 100%;
}






}
@media screen and (max-width:1230px){
  .about-page .about-1 .left{
    width: 100%;
  }
.about-page .about-1 .left .text{
  max-width: 100%;
}
.about-page .about-1 .right{
  display: none;
}
.about-page .about-1:after{
  display: none;
}
.inner-page .sidebar-content .sidebar-nav{
  display: none;
}.inner-page .sidebar-content .sidebar-box {
    width: 100%;
}.product-page .product-list {
    padding-left: 0;
}
.product-banner .banner-link{
  width: 700px;
  text-align: center;
}.news-page .news-list ul li{
  width: 50%;
}
.newdet-page .news-content{
  padding-right: 3rem;
}
.newdet-page .news-content{
  padding-right: 0;
}
.support-page .support-1 .content-box .content{
  max-width: 488px;
}.support-page .support-1 .content-box .content p{
  font-size: 14px;
}
.support-page .support-2{
  display: none;
}
.contact-page .map-box ul{
  display: none;
}
.contact-page .contact-info .left {
    width: 29%;
}
.contact-page .contact-info .right {
    width: 71%;
}.contact-page .contact-info .right ul li p{
  font-size: 15px;
}
.contact-page .contact-search {
    width: 50%;
}.prodet-page .prodet-1 .prodet-box .right .text .btn a{
      padding: 0 20px;
    font-size: 14px;
}
.prodet-page .prodet-3 .right .r-box .adBox {
    margin-top: 3rem;
}
}
@media screen and (max-width:1100px){
  .inner-banner{
    margin-top: 40px;
  }
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4{
  font-size: 16px;
}
.prodet-page .prodet-3 .right .r-box .text p{
  font-size: 14px;
}






}
@media screen and (max-width:1000px){
  table tbody td, table tbody th{
    min-width: 100px;
  }
  .inner-footer .i-inquiry .container{
    flex-wrap: wrap;
  }
.inner-footer .i-inquiry .container .inquiry-box{
    margin-top: 20px;
  }
.product-page .product-list ul li{
  width: 50%;
}
.product-page .product-list ul li .pro-box h5{
  font-size: 16px;
  line-height: 30px;
}.inner-sidebar ul.side-top.cl li{
  width: 170px;
}
.inner-sidebar ul.side-top.cl li a{
  height: 40px;
      line-height: 40px;font-size: 14px;
}
.inner-sidebar{
  margin-top: -40px;
}
.inner-banner .mbx-box{
      padding-top: 0rem;
}.news-page .news-list ul li a .content h4{
  font-size: 18px;
  line-height: 32px;
}.newdet-page .news-content .content h3{
  font-size: 18px;
}.newdet-page .news-content h3.title {
    font-size: 18px;
}
.support-page .support-1 .content-box{
  position: relative;
  padding: 40px 0;
}
.support-page .support-1>img{
  display: none;
}.inner-footer-info .footer-info .container .left {
    width: 100%;
}
.inner-footer-info .footer-info .container .form {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.inner-footer-info .footer-info .container .form form{
  max-width: 100%;
}
.contact-page .contact-search {
    width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left{
  width: 100%;
}.prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding: 30px 0;;
}
.inner-footer-info .footer-info .container .left .service{
  max-width: 100%;
}
.inner-banner.product-banner.xiangqing{
  min-height: 490px;
  height: 490px;
  background-size: cover;
}





}
@media screen and (max-width:700px){
  .about-page .about-1 .left .text h3{
    font-size: 24px;
    line-height: 1.5;
  }
.inner-banner .mbx-box{
      padding-top: 4rem;
}
.about-page .about-5 .honor-box .left{
  width: 100%;
}.about-page .about-5 .honor-box .honorBox {
    width: 100%;
}
.about-page .about-4 ul li p{
      font-size: 13px;
}
.about-page .about-1 .left .text h5{
  line-height: 1.4;
}.about-page .about-1 .left .text p {
    font-size: 14px;
}
.product-banner .banner-link{
  display: none;
}
.inner-sidebar{
  display: none;
}
.news-tu img {
    margin: 20px 0px;
}
.support-page .support-1 .content-box .content h2{
  font-size: 24px;
}
.contact-page .contact-info .left {
    width: 100%;
}
.contact-page .contact-info .right {
    width: 100%;
    margin-top: 30px;
}
.contact-page .contact-info .left ul li p{
  font-size: 14px;
}.contact-page .contact-info .left ul li h6{
  font-size: 16px;
}.contact-page .contact-info h5{
  font-size: 18px;
}.contact-page .contact-info .right ul li{
  width: 30px;
}.prodet-page .prodet-3 .left {
    width: 100%;
}.prodet-page .prodet-3 .right{
  width: 100%;
  padding: 30px 15px;
}.prodet-page .prodet-3 .right .r-box .pagination{
  bottom: -10rem;
}.inner-banner.product-banner.xiangqing{
  min-height: 350px;
  height: 350px;
  background-size: cover;
}

}
@media screen and (max-width:500px){
.inner-banner .mbx-box .text p{
  display: none;
}
.haha{
	display: none!important;
}

.about-page .about-3 .businessBox .swiper-container .swiper-slide .business-img h4{
  font-size: 24px;
}
.about-page .about-4{
  display: none;
}
.product-page .product-list ul li {
    width: 100%;
}
.product-banner .mbx{
  bottom: 37%;
}
.wp-pagenavi a{
      padding: 5px 10px;
    font-size: 14px;
    line-height: 28px;
}.wp-pagenavi span.current{
  padding: 5px 10px;
    font-size: 14px;
}.news-page .news-list ul li {
    width: 100%;
}.news-page .news-list {
    padding: 0;
}.news-page .news-list ul li{
  padding: 0;
}.inner-banner .mbx-box .text h2{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-footer-info .footer-info .container .form form ul li {
    width: 100%;
}
.contact-page .contact-info .right ul li{
  width: 100%;
}
.inner-banner.product-banner.xiangqing{
  min-height: 250px;
  height: 250px;
  background-size: cover;
}.inner-banner.product-banner.xiangqing .mbx.disp-none {
    bottom: 36%;
}

  



}




.i-service .max a.more.wow.fadeInUp {
    font-size: 14px;
}

.about-page .init-4 .container {
    width: 1300px;
}
.about-page .init-4 .grid-box .column h2 {
    margin: 20px 0;
    font-size: 38px;
    line-height: 1.4;
    font-weight: bold;
}

.about-page .init-4 .grid-box .column:nth-child(1) {
    padding-top: 70px;
}
div#mapContainer {
    border: 0px solid rgb(204, 204, 204) !important;
}
.contact-page .container>.grid-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .container>.grid-box>.column:nth-child(2){
  width: 50%;
  position: relative;
  z-index: 2;
}
.contact-page .grid-box .column:nth-child(2) {
    position: absolute;
    width: 100%;
}

.news-imgtu img {
    width: 50%;
    padding: 20px;
    border-radius: 50px;
}
.newdet-page .news-content .content h2 {
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

.newdet-page .news-content .content p {
    font-weight: 600;
}

.news-page .news-list ul li a .news-img:hover img{
  transition: all .5s ease;
  }

  .news-page .news-list ul li a .news-img img{
transition: all .5s ease;
  }


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


.inner-page.service-page .init-1 .container .column {
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 0 10px 30px;
}
.inner-page.service-page .init-1 .container .column video {
    object-fit: cover;
    max-height: 610px;
    width: 100%;
}
.inner-page.service-page .init-1 {
    overflow: hidden;
}

.inner-page.service-page .init-1 .container .column .text {
    text-align: center;
    font-size: 16px;
    padding: 15px 0 0;
}

.inner-page.product-page.application .product-list li h5 {
    border-bottom: 0px solid #e1e1e1;
        padding: 20px 0 15px;
}

.inner-page.product-page.application .product-list li {
    width: 33.33%;
}
.inner-page.product-page.application .product-list li a.pro-img {
    padding: 0;
}
.inner-page.product-page.application .product-list li .pro-box {
    padding: 10px 10px;
}
table tr:nth-child(2) {
    background: #949494 !important;
    color: #fff;
}
.prodet-page .init-4 .content table tr td:nth-child(1) {
    text-align: left;
    padding-left: 40px;
}
.prodet-page .init-4 .content{
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .init-4 .content strong span {
  font-weight: bold;
}

table td, table th{
      border: 0px solid #fff;
}
.prodet-page .init-4 .content tr {
    line-height: 2.8;
}
.prodet-page .init-4 .content tr td p {
    line-height: 2.8;
}

.prodet-page .init-3 .container p {
    word-break: break-word;
    font-size: 16px;
    line-height: 30px;
}
.prodet-page .init-3 .container strong{
  font-weight: bold;
}

.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con p{
  font-size: 14px;
  line-height: 2;
    padding: 0 20px;
}
.prodet-page .init-1 .max p {
    line-height: 2;
}

.prodet-page .prodet-1 ul li img{
  padding: 10px;
}


.inner-page.product-page.application .product-list li .pro-box {
    padding: 0;
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    border-radius: 0px;
}
.inner-page.product-page.application .product-list li h5{
      text-align: center;
}


.inner-page.product-page.application .product-list li .pro-box:after {
  display: none;
}

.inner-page.product-page.application .product-list li{
  padding: 0 1rem;
}



.contact-page .grid-box .column:nth-child(1) .i-message .name {
    background: url(/template/en/images/phone.png) no-repeat left center;
    padding-left: 50px;
    margin-bottom: 30px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .name h2 {
    font-size: 18px;
    line-height: 32px;
}
.contact-page .grid-box .column:nth-child(1) .i-message .name p {
    font-size: 18px;
    line-height: 32px;
}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {
.inner-page h2.tit,.inner-page h1.tit {
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-banner .mbx-box .text h2{
  font-size: 30px;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3,
.about-page .init-4 .grid-box .column h2 {
    font-size: 20px!important;
    line-height: 36px;
}
.about-page .init-4 .container {
    width: 100%;
}
}

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

}

@media screen and (max-width: 1000px) {
.inner-banner .mbx-box .text h2{
  font-size: 18px;
  line-height: 32px;
}
.about-page .init-3 .grid-box .column:nth-child(1) .box .column h3,
.about-page .init-4 .grid-box .column h2 {
    font-size: 20px;
}
.prodet-page .init-faq-table .grid-box .column{
  width: 100%;
  padding: 0;
}
.contact-page .grid-box .column{
  width: 100%;
  padding: 0;
  position: relative;
}

.contact-page .grid-box .column:nth-child(2) {
   position: relative;
}
.contact-page .container>.grid-box>.column:nth-child(2){
  width: 100%;
}
.inner-page.product-page.application .sidebar-content .sidebar-nav {
    display: block;
    width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info{
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a,
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span{
  font-size: 1.5rem;
}
}

@media screen and (max-width: 700px) {
.inner-page,
.about-page .init-3{
  padding: 20px 0;
}
.prodet-page{
  padding-top: 60px;
}
.inner-page h2.tit,.inner-page h1.tit,
.prodet-page .init-3 .prodet-tit{
  font-size: 20px;
  line-height: 36px;
}
.about-page .init-3 .grid-box .column:nth-child(1),
.about-page .init-3 .grid-box .column:nth-child(2),
.about-page .init-4 .grid-box .column:nth-child(1),
.about-page .init-4 .grid-box .column:nth-child(2){
  width: 100%;
  padding-left: 0;
}
.about-page .init-4{
  padding: 20px 0 0;
}
.prodet-page .init-1 .max h2,
.prodet-page .prodet-tit {
    font-size: 20px;
}
.prodet-page .init-3 .grid-box.three .column,
.inner-page.product-page.application .product-list li,
.inner-page.service-page .init-1 .container .column{
    width: 100%;
}
.contact-page .grid-box .column:nth-child(1) h3{
  font-size: 20px;
  line-height: 36px;
}
.about-page .init-2 .column p{
  display: none;
}
}

.news-page .news-list ul li a .news-img img {
    max-height: 360px;
    object-fit: cover;
}

.guanyu{
    font-size: 54px;
    line-height: 1.4;
    font-family: 'Helvetica_bold';
    text-transform: uppercase;
    margin-top: 20px;
}
.shouye{
  font-size: 18px;
  line-height: 32px;   
  margin-top: 30px;
  overflow-y: auto;
  font-family: 'Poppins-Regular';
}
.shouye h1{
	display: inline;
}
.huhu{
  margin-left: 20px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px!important;
  display: block;
  float: right;
}
.fenlei{
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #757575;
}
.jianju{
  padding: 20px 0!important;
}

@media screen and (max-width: 500px) {
  .guanyu{
    font-size: 24px!important;
    line-height: 44px!important;
  }
  #footer .container .top .list_cont:first-child .list{
    line-height: 28px;
    margin-top: 15px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    font-family: 'Poppins-Regular';
    font-size: 14px;
  }
  .huhu{
    display: none!important;
  }
  .inner-banner .mbx-box .text .mbx{
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .init-4 .grid-box .column a{
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .init-4 .grid-box .column:nth-child(1){
    padding-top: 30px;
  }
  .about-page .init-4 .grid-box .column p{
    font-size: 14px;
    line-height: 28px;
  }
  .product-page .product-list ul li .pro-box .text p{
    font-size: 14px;
    line-height: 28px;
  }
  .fenlei{
    font-size: 18px;
    line-height: 32px;
    display: none!important;
  }
  .miaoshu{
    font-size: 14px;
    line-height: 28px;
    display: none!important;
  }
  .jutiye{
    font-size: 14px;
    line-height: 28px;
    display: none!important;
  }
  .prodet-page .init-1 .max h1{
    font-size: 22px;
    line-height: 40px;
  }
  .prodet-page .init-1 .max p{
    margin: 20px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .init-3 .grid-box.three{
    padding: 30px 0;
  }
  .about-page .init-1{
    padding-bottom: 10px;
  }
  .prodet-page .init-recommend{
    padding-bottom: 10px;
  }
  .prodet-page .init-recommend{
    padding-top: 30px;
  }
}