@font-face {
  font-family: 'am';
  src: url(../fonts/AvantGardeITCbyBT-Medium.ttf) format('truetype'), url(../fonts/AvantGardeITCbyBT-Medium.eot) format('eot'), url(../fonts/AvantGardeITCbyBT-Medium.woff) format('woff'), url(../fonts/AvantGardeITCbyBT-Medium.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mr';
  src: url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.eot) format('eot'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'rb';
  src: url(../fonts/Raleway-Bold.ttf) format('truetype'), url(../fonts/Raleway-Bold.eot) format('eot'), url(../fonts/Raleway-Bold.woff) format('woff'), url(../fonts/Raleway-Bold.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'rm';
  src: url(../fonts/Raleway-Medium.ttf) format('truetype'), url(../fonts/Raleway-Medium.eot) format('eot'), url(../fonts/Raleway-Medium.woff) format('woff'), url(../fonts/Raleway-Medium.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .fdsgdgr {                                      
    display: none !important;
  }
}
:root {
  --base-color: #4f70ac;
  --color:#4f70ac;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "mr";
  max-width: 1920px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
  font-family: "rb";
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 95%;
  max-width: 1465px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.5);
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: auto;
  height: 33px;
  line-height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 26px;
  font-size: 14px;
  color: white;
  font-family: "am";
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .ui.menu .menu-box ul.menu > li:hover {
  color: var(--base-color);
  -webkit-transition: 0.5s  border;
  -moz-transition: 0.5s  border;
  transition: 0.5s  border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu{
  width: 280px;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 20px;
}
#header .ui.menu .language 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  font-size: 18px;
  font-family: "am";
  color: #fff;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .ui.menu .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
}
#header .ui.menu .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .ui.menu .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .ui.menu .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.more {
  height: 60px;
  line-height: 60px;
  padding: 0 85px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "rb";
  font-size: 16px;
  display: inline-block;
}
a.more i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
a.more:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #fff;
  background: #000;
}
#banner .bannerbox {
  padding-left: 31%;
  position: relative;
}
#banner .bannerbox .left {
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../images/banner-left.jpg) center center no-repeat;
  background-size: cover;
}
#banner .bannerbox .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
}
#banner .bannerbox .content .title {
  font-family: "rb";
  line-height: 2;
  text-transform: uppercase;
}
#banner .bannerbox .content p {
  font-family: "mr";
  margin-bottom: 45px;
  line-height: 2;
}
#banner .bannerbox .bottombox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 775px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#banner .bannerbox .bottombox .column {
  height: 280px;
  position: relative;
}
#banner .bannerbox .bottombox .column.box {
  padding: 40px 15px;
  background: #eceff3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#banner .bannerbox .bottombox .column.box:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#banner .bannerbox .bottombox .column.box:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#banner .bannerbox .bottombox .column.box:hover .tit {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#banner .bannerbox .bottombox .column.box img {
  margin-bottom: 80px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#banner .bannerbox .bottombox .column.box .tit {
  font-family: "mon";
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#banner .bannerbox .bottombox .column.video {
  position: relative;
}
#banner .bannerbox .bottombox .column.video .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%);
}
#index-body span.tag {
  text-transform: uppercase;
  /*-webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;*/
  color: var(--base-color);
  position: absolute;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  font-family: "rb";
  font-size: 16px;
}
.gxs-1 {
  padding: 210px 0;
  position: relative;
  z-index: 2;
}
.gxs-1:before {
  content: "";
  position: absolute;
  width: 31%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eceff3;
}
.gxs-1 .ui.container {
  max-width: 1710px;
  margin-top: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-1 .ui.container .left {
  width: 25%;
  position: relative;
}
.gxs-1 .ui.container .left span.tag {
  top: 100px;
  right: -80px;
}
.gxs-1 .ui.container .left .title {
  font-family: "rb";
  margin-bottom: 95px;
  line-height: 2;
}
.gxs-1 .ui.container .left .iconbox {
  margin-bottom: 55px;
}
.gxs-1 .ui.container .left .iconbox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-1 .ui.container .left .iconbox .top span {
  font-size: 48px;
  font-family: "rb";
  margin-left: 15px;
  line-height: 2;
}
.gxs-1 .ui.container .left .iconbox .top span em {
  font-size: 20px;
}
.gxs-1 .ui.container .left .iconbox p {
  line-height: 2;
  text-transform: uppercase;
  font-family: "rb";
  max-width: 260px;
}
.gxs-1 .ui.container .left a.more {
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .left a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.gxs-1 .ui.container .right {
  width: 75%;
  padding-right: 60px;
  padding-left: 40px;
}
.gxs-1 .ui.container .right ul.productlist {
  margin: 0 -22px;
}
.gxs-1 .ui.container .right ul.productlist li {
  padding: 0 22px;
}
.gxs-1 .ui.container .right ul.productlist li .item .tit {
  line-height: 2;
  font-family: "am";
  text-transform: uppercase;
  margin-top: 25px;
  text-align: center;
}
.gxs-1 .ui.container .right ul.productlist li .item .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .right ul.productlist li .item .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-2 .top {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #5e81c4;
}
.gxs-2 .top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 .top .ui.container span.tag {
  color: #fff!important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:-86px;
}
.gxs-2 .top .ui.container .center {
  max-width: 910px;
  margin-left: 170px;
  margin-right: 30px;
  color: #fff;
}
.gxs-2 .top .ui.container .center .title {
  text-transform: uppercase;
  font-family: "rb";
  line-height: 2;
}
.gxs-2 .top .ui.container .center p {
  line-height: 2;
  font-family: "rm";
}
.gfdgdgr{
  font-size: 16px;
   line-height: 30px;
  font-family: "rm";
}
.gfdgdgr h1{
  display: inline;
  font-family: "rm";
}
.gxs-2 .bottom {
  position: relative;
}
.gxs-2 .bottom .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%);
  text-align: center;
}
.gxs-2 .bottom .play em {
  width: 139px;
  height: 139px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 139px;
  border-radius: 100%;
  border: 4px solid #fff;
}
.gxs-2 .bottom .play p {
  color: #fff;
  font-size: 16px;
  font-family: "rb";
  text-transform: uppercase;
  margin-top: 30px;
}
.gxs-3 {
  padding-top: 155px;
  padding-bottom: 220px;
  position: relative;
}
.gxs-3:before {
  content: "";
  position: absolute;
  width: 31%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eceff3;
}
.gxs-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1380px;
}
.gxs-3 .ui.container .left {
  position: relative;
  padding-right: 110px;
  padding-bottom: 70px;
}
.gxs-3 .ui.container .left span.tag {
  top: 164px;
  right: -93px;
}
.gxs-3 .ui.container .left .textbox {
  width: 330px;
  height: 360px;
  background: var(--base-color);
  padding: 45px 25px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.gxs-3 .ui.container .left .textbox .tit {
  font-family: "mb";
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.gxs-3 .ui.container .left .textbox a {
  font-family: "mb";
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 2;
}
.gxs-3 .ui.container .left .textbox a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-3 .ui.container .right .title {
  font-family: "mon";
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.gxs-3 .ui.container .right p {
  line-height: 2;
  font-family: "rm";
  color: #000;
}
.gxs-3 .ui.container .right ul.datalist {
  margin: 0 -40px;
  margin-bottom: 40px;
}
.gxs-3 .ui.container .right ul.datalist li {
  text-align: center;
  margin-top: 40px;
  font-family: "rb";
}
.gxs-3 .ui.container .right ul.datalist li span {
  font-size: 60px;
}
.gxs-3 .ui.container .right ul.datalist li p {
  line-height: 2;
  font-family: "rb";
}
.gxs-3 .ui.container .right a.more {
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .ui.container .right a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.gxs-4 {
  padding-top: 110px;
  background: #eceff3;
}
.gxs-4 .top .ui.container {
  max-width: 1800px;
  margin-left: 0;
  margin-right: auto;
  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;
  position: relative;
}
.gxs-4 .top .ui.container .imgs {
  width: 100%;
}
.gxs-4 .top .ui.container .imgs2{
  width:65%; 
}
.gxs-4 .top .ui.container .imgs ul.solulist .slick-dots {
  position: absolute;
  bottom: 50px;
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-4 .top .ui.container .imgs ul.solulist li{
  display: flex!important;
  align-items: center;
  flex-wrap: wrap;
}
.gxs-4 .top .ui.container .imgs ul.solulist .slick-dots li {
  width: 68px;
  height: 8px;
  display: block;
  margin: 0 4px;
  background: #c4c7ca;
}
.gxs-4 .top .ui.container .imgs ul.solulist .slick-dots li.slick-active {
  background: var(--base-color);
}
.gxs-4 .top .ui.container .imgs ul.solulist .slick-dots li button {
  display: none;
}
.gxs-4 .top .ui.container .textbox {
  width: 35%;
  padding-left: 60px;
}
.gxs-4 .top .ui.container .textbox .tit {
  font-family: "mon";
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  text-transform: uppercase;
}
.gxs-4 .top .ui.container .textbox p {
  line-height: 2;
  margin-bottom: 45px;
  opacity: 0.5;
}
.gxs-4 .gxs-news {
  position: relative;
  top: 145px;
}
.gxs-4 .gxs-news .ui.container {
  background: #5e81c4;
  padding: 60px 130px;
  text-align: left;
  max-width: 1570px;
}
.gxs-4 .gxs-news .ui.container .title {
  font-family: "mon";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.gxs-4 .gxs-news .ui.container ul.newslist {
  margin: 0 -100px;
}
.gxs-4 .gxs-news .ui.container ul.newslist li {
  padding: 0 100px;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item {
  text-align: left;
  color: #fff;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item .time {
  font-size: 18px;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item .tit {
  line-height: 2;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-4 .gxs-news .ui.container ul.newslist li .item p {
  line-height: 2;
  font-family: "mr";
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.gxs-5 {
  padding-top: 225px;
  padding-bottom: 80px;
}
.gxs-5 .ui.container {
  text-align: center;
  color: #000;
}
.gxs-5 .ui.container .title {
  font-family: "mon";
  font-weight: 700;
}
.gxs-5 .ui.container p {
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 30px;
}
.gxs-5 .ui.container a.more2 {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 22px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.gxs-5 .ui.container a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
#footer {
  background: #5e81c4;
}
#footer .footer-top {
  padding: 50px 0;
}
#footer .footer-top .ui.container {
  max-width: 1400px;
  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;
}
#footer .footer-top .ui.container > div {
  display: inline-block;
}
#footer .footer-top .ui.container > div .tit {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .footer-top .ui.container > div ul li {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
#footer .footer-top .ui.container > div ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-top .ui.container > div ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#footer .footer-top .ui.container .info ul {
  padding-left: 20px;
  margin-top: 15px;
}
#footer .footer-top .ui.container .info ul li {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}
#footer .footer-top .ui.container .info ul li p {
  max-width: 390px;
}
#footer .footer-top .ui.container .ewmbox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-top .ui.container .ewmbox .box .ewm {
  width: 110px;
  height: 110px;
  display: block;
  padding: 5px;
  background: #fff;
}
#footer .footer-top .ui.container .ewmbox .box .ewm:nth-child(2) {
  margin-left: 10px;
}
#footer .footer-top .ui.container .ewmbox .box .ewm:nth-child(3) {
  margin-left: 10px;
}
#footer .footer-top .ui.container .ewmbox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
#footer .footer-top .ui.container .ewmbox ul.sharelist li {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  margin: 0 5px;
}
#footer .footer-top .ui.container .ewmbox ul.sharelist li a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-top .ui.container .ewmbox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
#footer .footer-top .ui.container .ewmbox ul.sharelist li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 95%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
}
#footer .footer-bottom .ui.container .center {
  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;
  width: 100%;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
.font-23 {
  font-size: 23px;
}
.font-22 {
  font-size: 22px;
}
@media screen and (max-width: 1800px) {
  .font-25 {
    font-size: 20px;
  }
  .gxs-4 .top .ui.container .imgs ul.solulist .slick-dots {
    display: none!important;
  }
}
@media screen and (max-width: 1600px) {
  .gxs-2 .top .ui.container a.more {
    margin-left: 160px;
  }
  .font-48 {
    font-size: 40px;
  }
  .font-18 {
    font-size: 16px;
  }
  .gxs-4 .gxs-news .ui.container ul.newslist li .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #header .ui.menu .menu-box ul.menu>li{
    margin: 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #banner .bannerbox .bottombox .column {
    height: 240px;
    overflow: hidden;
  }
  #banner .bannerbox .bottombox {
    width: 55%;
  }
  .gxs-1 .ui.container .left span.tag {
    right: -120px;
  }
  .font-25 {
    font-size: 16px;
  }
  .font-60 {
    font-size: 48px;
  }
  .font-48 {
    font-size: 32px;
  }
  #header .nav .feedback{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #banner .bannerbox .bottombox {
    width: 65%;
  }
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 14px;
  }
  #header .ui.menu .logo {
    max-width: 100px;
  }
  .gxs-1 .ui.container .left .title {
    margin-bottom: 20px;
  }
  .gxs-1 .ui.container .left .iconbox {
    margin-bottom: 20px;
  }
  .font-23 {
    font-size: 18px;
  }
  .gxs-3 .ui.container .left .textbox {
    width: 250px;
    height: 250px;
  }
  .gxs-4 .gxs-news .ui.container ul.newslist {
    margin: 0 -50px;
  }
  .gxs-4 .gxs-news .ui.container ul.newslist li {
    padding: 0 50px;
  }
  .font-48 {
    font-size: 25px;
  }
  a.more {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
  #index-body span.tag {
    display: none;
  }
  .font-20 {
    font-size: 16px;
  }
  .gxs-1 .ui.container .left .iconbox .top span {
    font-size: 32px;
  }
  #header .nav .feedback{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .bannerbox .bottombox {
    display: none;
  }
  .gxs-1 {
    padding: 40px 0;
  }
  .gxs-2 .top .ui.container .center {
    margin-left: 0;
  }
  .gxs-2 .top .ui.container a.more {
    margin-left: 0;
  }
  .font-48 {
    font-size: 20px;
  }
  .gxs-3 .ui.container .right ul.datalist li {
    margin-top: 10px;
  }
  .gxs-3 .ui.container .right ul.datalist li span {
    font-size: 30px;
  }
  .gxs-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .gxs-4 .gxs-news .ui.container {
    padding: 40px 40px;
  }
  .font-26 {
    font-size: 18px;
  }
  #footer .footer-top .ui.container > div.product {
    display: none;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-20 {
    font-size: 14px;
  }
  a.more {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-bottom p {
    font-size: 14px;
  }

   #footer .footer-bottom p a.fdgdgdrdr{
    display: none!important;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .gxs-2 .top {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #5e81c4;
  }
  .gxs-1 .ui.container .left .iconbox .top span {
    font-size: 20px;
  }
  .gxs-1 .ui.container .left .iconbox .top span em {
    font-size: 14px;
  }
  .gxs-2 .bottom .play em {
    width: 70px;
    height: 70px;
  }
  .gxs-2 .bottom .play em {
    margin: 0 auto;
  }
  .gxs-2 .top .ui.container .center {
    padding-right: 0;
    margin-right: 0;
  }
  .gxs-3 .ui.container .left {
    width: 100%;
  }
  .gxs-3 .ui.container .right {
    width: 100%;
  }
  .gxs-3 .ui.container .right .title {
    margin-bottom: 0;
  }
  .gxs-4 .top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-4 .top .ui.container .imgs {
    width: 100%;
  }
  .gxs-4 .top .ui.container .textbox {
    width: 100%;
    padding-left: 10px;
  }
  .gxs-4 .top .ui.container .textbox p {
    margin-bottom: 20px;
  }
  .gxs-4 {
    padding: 20px 0;
  }
  .gxs-4 .gxs-news {
    top: 0;
  }
  .gxs-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .font-24 {
    font-size: 20px;
  }
  .gxs-3:before {
    display: none;
  }
  .gxs-1:before {
    display: none;
  }
  .gxs-5 .ui.container a.more2 {
    line-height: 45px;
    height: 45px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #banner .bannerbox .content p {
    display: none;
  }
  .font-60 {
    font-size: 20px;
  }
  #banner .bannerbox .left {
    display: none;
  }
  #banner .bannerbox {
    padding-left: 0;
  }
  #banner .bannerbox .content .title {
    margin-bottom: 20px;
  }
  .gxs-1 .ui.container .left {
    width: 100%;
  }
  .gxs-1 .ui.container .right {
    width: 100%;
    padding: 0 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .gxs-3 .ui.container .left {
    padding-right: 0;
    padding-bottom: 20px;
  }
  #footer .footer-top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .ui.container > div {
    width: 100%;
  }
  #footer .footer-top .ui.container > div .tit {
    display: none;
  }
  #footer .footer-top .ui.container > div .box {
    display: none!important;
  }
  #footer .footer-top .ui.container .info ul {
    padding-left: 0;
  }
  .font-23 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  #footer .footer-top .ui.container .info ul li {
    font-size: 14px;
  }
  .gxs-2 .bottom .play p {
    font-size: 14px;
    margin-top: 20px;
  }
  .gxs-3 .ui.container .left .textbox {
    padding: 20px 20px;
    height: 200px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 25px;
  bottom: 110px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 190px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
.mb-nav {
  position: relative;
  padding: 20px;
  display: none;
}
.mb-nav h5 {
  font-size: 24px;
  font-weight: bold;
  background: #7bc21f;
  color: #222;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav h5:hover {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  background: #fff;
  display: none;
}
.mb-nav .catebox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 9999;
  font-size: 20px;
  padding: 20px;
}
.mb-nav .catebox i:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
.mb-nav .catebox ul.catelist > li {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu {
  width: 100%;
}
.mb-nav .catebox ul.catelist > li ul.sub-menu li li {
  padding-left: 20px;
  margin: 5px;
  font-size: 14px;
  color: #000;
}
.mb-nav .catebox ul.catelist > li li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mb-nav .catebox ul.catelist > li li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #7bc21f;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}


/*inner css kaishi*/


.newsList ul {
  margin: -30px;
}
.newsList ul li {
 padding: 15px;
}
.newsList ul li .box {
  display: block;

  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.newsList ul li .box time {
     font-size: 14px;
    color: #616161;
    float: right;
    padding-top: 5px;
    font-weight: 300;
         
}
.newsList ul li .box h3 {
    display: block;
    font-size: 18px;
    color: #000;
     padding-bottom: 15px;
}
.newsList ul li .box a.img {

}


.newsList ul li .box .box-text {
    padding: 40px;
}
.newsList ul li .box a.img img {
  display: block;
  width: 100%;
}
.newsList ul li .box p {
  display: block;
  font-size: 15px;
  color: #9f9f9f;
  line-height: 1.8;
}
.newsList ul li .box a.more {
margin-top: 20px;
    background: #2b3e4b;
    border-color: #2b3e4b;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newsList ul li .box a.more i {
    margin-left: 15px;
    font-size: 70%;
}
.newsList ul li .box a.more:hover {
  border-color: #4f70ac;
  background: #4f70ac;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: #4f70ac;
    transition: .5s;
}

.productList ul li .box2 h3 {
 font-size: 15px;
    padding-top: 15px;
    min-height: 80px;
    line-height: 32px;
}

.productList ul li .box2 h5 a {


}
.productList ul li .box2 h5:hover {
  color: #4f70ac;
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 28px;
  color: #757575;
      min-height: 88px;
      max-height: 88px;
      margin-top: 20px;
}
.productList ul li .box2 .text p {

  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .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;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #4f70ac;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #4f70ac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
@media screen and (max-width: 1630px) {
  #menu-btn {
    right: 2rem;
  }
  #fp-nav.fp-right {
    right: 2rem !important;
  }
  #footer .footer-top .right {
    width: 30%;
  }
  .newsList ul li .box a.more {
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1555px) {
  
  html {
    font-size: 9px;
  }
  .productList ul li .box2 .text p {
    margin-bottom: 10px;
  }
  .productList ul li {
    padding: 5px;
  }
  .productList ul {
    margin: -5px;
  }
  .productList ul li .box2 .text {
    font-size: 14px;
  }
  .productList ul li .box2 {
    padding: 10px;
  }
  .productList ul li .box2 h5 {
    padding: 10px;
  }
}
.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner {
     display: block;
    height: 500px;
    padding-top: 180px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background: aliceblue;
    background-attachment: fixed;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 1;
}
.inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}


.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-banner .box .content {
 
    margin: 0 auto;
    text-align: left;
}

.inner-banner .box .mbx {
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.inner-banner .box .content .mbx a, .inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
}

.inner-banner .box h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    margin: 20px 0;
    text-transform: capitalize;
    z-index: 1;
}
.catpage {
    font-size: 16px;
    line-height: 30px;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    text-stroke: 1px rgb(255 255 255/40%);
    -webkit-text-stroke: 1px rgb(255 255 255/40%);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
}
.inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-banner .btn {
    margin-top: 70px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
       background: #4f70ac;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
      background: #4f70ac;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: #4f70ac;
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    border-radius: 30px;
    vertical-align: top;
    padding-top: 15px;
    position: relative!important;
    right: 0;
}

.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7,66,149,.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
      font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: #4f70ac;
}
.inner-page .m-page {
  text-align: right;
  display: block;
}
.inner-page .m-page a,
.inner-page .m-page span {
line-height: 60px;
    height: 60px;
    padding: 0 25px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    background: #4f70ac;
    border: 1px solid #4f70ac;
    border-radius: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: #4f70ac;
}
.inner-page .m-page span {
  margin: 0 3px;
}
.about-page {
 
}
.about-page h2.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page p.p {
  font-size: 18px;
  color: #fff;
}
.about-page .abt-2 {
  padding-bottom: 2rem;
}
.about-page .abt-2 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-2 .grid-box .left .ig {
  position: relative;
}
.about-page .abt-2 .grid-box .left .ig .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  cursor: pointer;
}
.about-page .abt-2 .grid-box .left img {
  width: 100%;
}
.about-page .abt-2 .grid-box .right {
  vertical-align: middle;
  padding-right: 2rem;
}
.about-page .abt-2 .grid-box .right .text h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.about-page .abt-2 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  line-height: 2;
}
.about-page .abt-2 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #4f70ac;
  margin-top: 3.5rem;
}
.about-page .abt-2 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
.about-page .abt-7 {
  padding: 4rem;
}
.about-page .abt-7 .grid-box .left {
  vertical-align: middle;
}
.about-page .abt-7 .grid-box .left img {
max-width: 662px;
width: 100%;
}
.about-page .abt-7 .grid-box .right {
  vertical-align: middle;
  padding-left: 2rem;
  padding-top: 3em;
}
.about-page .abt-7 .grid-box .right .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 15px;
  color: #1a466c;
}
.about-page .abt-7 .grid-box .right .text h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  color: #1a466c;
  text-transform: uppercase;
}
.about-page .abt-7 .grid-box .right .text p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
      line-height: 2;
}
.about-page .abt-7 .grid-box .right .text .link {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #4f70ac;
  margin-top: 3.5rem;
}
.about-page .abt-7 .grid-box .right .text .link:hover {
  text-decoration: underline;
}
/*关于我们*/
.about-page .about-2 .history-Box {
  z-index: 1;
}
.about-page .about-2 .history-Box .history-Box {
  z-index: 0;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  top: 48% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 60px !important;
  opacity: .5;
  z-index: 10;
}
.inner-page.about-page .about-1 img {
  width: 100%;
  right: 0;
  float: right;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  overflow: hidden;
}
.init-left p {
  line-height: 2;
  color: #535353;
  width: 90%;
}
.init-left h5 {
  font-size: 20px;
  width: 70%;
  line-height: 1.5;
  color: #535353;
  font-weight: bold;
  margin-bottom: 24px;
}
.init-left h4 {
  font-size: 38px;
  line-height: 1;
  color: #535353;
  font-weight: bold;
  margin-bottom: 35px;
}
.about-page .about-2 {
  padding: 75px 0 60px;
  background: url(../images/history-bg.jpg) no-repeat center center;
  background-size: cover;
}
.about-page .about-2 .top {
  text-align: center;
  margin-bottom: 90px;
}
.about-page .about-2 .top h3 {
  font-size: 36px;
  line-height: 1;
  color: #fefefe;
  font-weight: bold;
  margin-bottom: 12px;
}
.about-page .about-2 .top p {
  font-size: 20px;
  line-height: 1;
  color: #fefefe;
}
.about-page .about-2 ul li {
  width: 25%;
  position: relative;
}
.about-page .about-2 ul li::after {
  position: absolute;
  content: "";
  height: 190px;
  width: 1px;
  border-left: 1px solid #ffffff;
  left: 0;
  bottom: 0;
}
.about-page .about-2 ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  left: -6px;
  bottom: -6px;
}
.about-page .about-2 ul li h4 {
  font-size: 25px;
  line-height: 1;
  color: #fefefe;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-page .about-2 ul li p {
  font-size: 14px;
  line-height: 2;
  color: #fefefe;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 120px;
}
.about-page .about-2 ul.h-up {
  position: relative;
}
.about-page .about-2 ul.h-up::after {
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  content: "";
  right: 100%;
  bottom: -1px;
}
.about-page .about-2 ul.h-up li {
  padding: 25px 25px 50px;
  position: relative;
}
.about-page .about-2 ul.h-up li:nth-child(even) {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.about-page .about-2 ul.h-up li:nth-child(even)::before {
  top: -6px;
  bottom: auto;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  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: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-2 .history-Box .swiper-button-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.about-page .about-2 .history-Box .swiper-button-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.about-page .about-2 .historyBox {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1545px;
  padding-left: 35px;
}
.about-page .about-2 .historyBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.about-page .about-3 {
  padding: 120px 0 85px;
}
.about-page .about-3 .content {
  margin: 0 auto;
  max-width: 1400px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .content .left {
  width: 60.7%;
}
.about-page .about-3 .content .left 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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .content .left ul li {
  width: 31.5%;
  padding: 45px 30px 25px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  border-radius: 10px;
}
.about-page .about-3 .content .left ul li::after {
  position: absolute;
  font-size: 85px;
  line-height: .8;
  color: rgba(7, 66, 149, 0.2);
  font-weight: bold;
  right: 0;
  bottom: 0;
}
.about-page .about-3 .content .left ul li span {
  width: 71px;
  height: 71px;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-3 .content .left ul li h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin: 20px 0 20px;
}
.about-page .about-3 .content .left ul li p {
  font-size: 14px;
  line-height: 2;
  color: #777777;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-page .about-3 .content .left ul li:nth-child(1) span {
  background: url(/template/en/images/icon-3-1.jpg) no-repeat center center ;
}
.about-page .about-3 .content .left ul li:nth-child(1)::after {
  content: "01";
}
.about-page .about-3 .content .left ul li:nth-child(2) {
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
}
.about-page .about-3 .content .left ul li:nth-child(2) span {
  background: url(/template/en/images/icon-3-2.jpg) no-repeat center center ;
}
.about-page .about-3 .content .left ul li:nth-child(2)::after {
  content: "02";
}
.about-page .about-3 .content .left ul li:nth-child(3) span {
  background: url(/template/en/images/icon-3-3.jpg) no-repeat center center ;
}
.about-page .about-3 .content .left ul li:nth-child(3)::after {
  content: "03";
}
.about-page .about-3 .content .left ul li:nth-child(4) span {
  background: url(/template/en/images/icon-3-4.jpg) no-repeat center center ;
}
.about-page .about-3 .content .left ul li:nth-child(4)::after {
  content: "04";
}
.about-page .about-3 .content .left ul li:nth-child(5) {
  -webkit-transform: translateY(-27px);
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
}
.about-page .about-3 .content .left ul li:nth-child(5) span {
  background: url(/template/en/images/icon-3-1.jpg) no-repeat center center ;
}
.about-page .about-3 .content .left ul li:nth-child(5)::after {
  content: "05";
}
.about-page .about-3 .content .left ul li:nth-child(6) span {
  background: url(/template/en/images/icon-3-2.jpg) no-repeat center center;
}
.about-page .about-3 .content .left ul li:nth-child(6)::after {
  content: "06";
}
.about-page .about-3 .content .right {
  width: 39.3%;
  padding-left: 4%;
}
.about-page .about-3 .content .right h4 {
font-size: 16px;
    line-height: 1;
    color: #014099;
    font-weight: bold;
      
   
    text-transform: uppercase;
    position: relative;
}
.about-page .about-3 .content .right h4::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #4f70ac;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-3 .content .right h5 {
    font-size: 38px;
    line-height: 2;
    color: #000;
    font-weight: 700;
    margin: 30px 0;
 
}
.about-page .about-3 .content .right p {
    font-size: 14px;
    line-height: 2;
    color: #000;
}
.about-page .about-3 .content .right ul {
  margin: 35px 0;
}
.about-page .about-3 .content .right ul li {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.about-page .about-3 .content .right ul li:hover {
  margin-left: 15px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.about-page .about-3 .content .right ul li {
  padding: 15px 0 15px 75px;
  font-size: 16px;
  line-height: 1;
  color: #535353;
}
.about-page .about-3 .content .right ul li:nth-child(1) {
  background: url(../images/a-4.png) no-repeat 8px center;
}
.about-page .about-3 .content .right ul li:nth-child(2) {
  background: url(../images/a-5.png) no-repeat 10px center;
}
.about-page .about-3 .content .right ul li:nth-child(3) {
  background: url(../images/a-6.png) no-repeat left center;
}
.about-page .about-3 .content .right .link {
    padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .content .right a {
  font-size: 16px;
  line-height: 1;
  color: #4f70ac;
  text-transform: uppercase;
  display: inline-block;
padding: 20px 35px;
  border: 1px solid #4f70ac;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
    margin-right: 50px;
    font-weight: bold;
}
.about-page .about-3 .content .right a:hover {
  background: #4f70ac;
  color: #ffffff;
}
.about-page .about-3 .content .right a.active {
  background: #4f70ac;
  color: #ffffff;
}
.about-page .about-2 .history-Box .swiper-button-prev,
.about-page .about-2 .history-Box .swiper-button-next {
  top: 48% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 60px !important;
  opacity: .5;
}
.about-page .about-gy {
  padding: 60px 0;
  background: url('../images/gongyi.jpg') center center;
  text-align: center;
  color: white;
  background-size: cover;
}
.about-page .about-gy h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
}
.about-page .about-gy .box {
  margin-top: 60px;
  padding: 0 16%;
}
.about-page .about-gy .box ul {
  margin: -50px;
}
.about-page .about-gy .box ul li {
  padding: 50px;
}
.about-page .about-gy .box ul li .text {
  vertical-align: middle;
  padding-right: 3%;
  text-align: left;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 1;
}
.about-page .about-gy .box ul li .text h6 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}
.about-page .about-gy .box ul li .text h6 span {
  font-weight: bold;
  font-size: 36px;
  color: white;
  vertical-align: top;
  line-height: 1.4;
}
.about-page .about-gy .box ul li .text h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 40px;
    line-height: 2;
    color: #fff;
    word-break: break-word;
    text-transform: uppercase;
}
.about-page .about-gy .box ul li .img {
  position: relative;
  text-align: left;
  vertical-align: middle;
  left: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-gy .box ul li .img img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.about-page .about-gy .box ul li .img .box2 {
  height: 80%;
  top: 10%;
  width: 30%;
  left: -15%;
  background: #4f70ac;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-gy .box ul li .img .box2 span {
  font-size: 22px;
  font-weight: bold;
}
.about-page .about-gy .box ul li .img .box2 h6 {
  font-size: 12px;
  line-height: 2;
  position: absolute;
  padding: inherit;
  width: 100%;
  bottom: 0;
  left: 0;
}

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

transition: all .5s ease;
width: 100%;
}

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



.about-page .about-gy {
  overflow: hidden;

}
.about-page .about-gy .box ul .slick-list {
  overflow: unset;
}
.about-page .about-gy .box ul .slick-current + div li .text {
  opacity: 0;
}
.about-page .about-gy .box ul .slick-current + div li .img {
  left: -45%;
}
.about-page .about-gy .box ul .slick-current + div li .img .box2 {
  opacity: 1;
}
.about-page .about-gy .box ul .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  margin-left: -80px;
  z-index: 1;
  background: #4f70ac url('../images/banner-btn-l.png') center center no-repeat;
  background-size: 14px;
  border: none;
  cursor: pointer;
  cursor: hand;
  color: transparent;
  font-size: 0;
}
.about-page .about-gy .box ul .slick-arrow.slick-next {
  display: none;
}
.about-page .i-semi {
    text-align: center;
    margin-top: 80px;
    padding: 80px 0 60px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f1f7fc),color-stop(50%,#fff));
    background: -webkit-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: -moz-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: linear-gradient(#f1f7fc 50%,#fff 50%);
}
.about-page .i-semi p.p {
  color: #000;
  line-height: 36px;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;

}
.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
@media screen and (max-width: 1400px) {
  .about-page .abt-2 .grid-box .right .text h2 {
    line-height: 1;
  }
  .about-page .about-gy h2 {
    font-size: 36px;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 40px;
  }
  .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    bottom: -30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .abt-2 {
    padding: 4rem 0;
  }
  .about-page .abt-2 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-2 .grid-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-7 .grid-box .left {
    width: 100%;
  }




  .about-page .abt-7 .grid-box .right {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .about-page .abt-7 .grid-box .right .text .link {
    margin-top: 20px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .about-gy h2,
  .about-page .abt-7 .grid-box .right .text h2 {
    font-size: 1.4rem;
  }
  .about-page .abt-2,
  .about-page .abt-4 {
    padding: 1rem 0;
  }
  .about-page .abt-7 {
    padding: 1rem 0;
  }
  .about-page .about-gy {
    padding: 20px 0;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 22px;
  }
  .about-page .about-gy .box ul li .text h6 {
    font-size: 18px;
  }
  .about-page .about-gy .box ul li .text h6 span {
    font-size: 24px;
  }
  .about-page .box h2 {
    font-size: 25px;
  }
  .about-page {
    padding: 30px 0;
  }
  .about-page h2.h2 {
    font-size: 25px;
  }
}
/*关于我们*/
.contact-page .contact-request {
  background: #e4e4e4;
  padding: 30px 0;
}
.contact-page .contact-request .column {
  width: 75%;
}
.contact-page .contact-request .column:nth-child(2) {
  width: 25%;
}
.contact-page .contact-request .column h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}
.contact-page .contact-request .column a.more {
  display: block;
  width: 100%;
  background: #4f70ac;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
.contact-page .init-1 {
  padding: 90px 0;
}
.contact-page .init-2 .grid-box .column {
  margin-bottom: 8px;
  width: 100%;
}
.contact-page .init-2 .grid-box .column h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .init-2 .grid-box .column p .fa {
    margin-right: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background: #4f70ac;
}
.contact-page .init-2 .grid-box .column p {
    font-size: 16px;
    line-height: 2;
      
        color: #555;

}
.contact-page .init-3 h2 {
  text-align: center;
  font-size: 262px;
  color: #eee;
    
  font-weight: bold;
}
.contact-page .init-3 .ewm {
  width: 130px;
  margin: 0 auto;
  display: block;
  margin-top: -150px;
}
.contact-page .init-3 .ewm h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.contact-page .init-6 {
  padding: 100px 0 50px;
}
.contact-page .init-6 .container {
  width: auto;
  max-width: 1550px;
}
.contact-page .init-6 .left {
  width: 65%;
  vertical-align: middle;
}
.contact-page .init-6 .right {
  width: 35%;
  padding: 0 5%;
  vertical-align: middle;
}
.contact-page .init-6 .right h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;

  text-transform: uppercase;
}
.contact-page .init-6 .right h6 {
  display: block;
  font-size: 18px;
  color: black;
  line-height: 1.6;
  font-weight: bold;
}
.contact-page .init-6 .right h6:before {
  content: '';
  border-left: 17px solid #4f70ac;
  border-top: 17px solid #4f70ac;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  display: block;
  width: 0;
  height: 0;
  margin: 15px 0 28px;
}
.contact-page .init-6 .right .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}
.inner-page .form input,
.inner-page .form textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #eee;
}
.inner-page .form input[type="submit"] {
  width: 200px;
  color: #fff;
  background: #4f70ac;
}
.inner-page .form textarea {
  min-height: 270px;
}
.inner-page .form ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.inner-page .form ul li:nth-child(2) {
  margin-right: 0;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list {
  margin-top: 100px;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.technology-page .i-support {
  background: #4f70ac;
}
.technology-page .i-support .grid-box {
  background: #4f70ac;
}
.technology-page .i-support .grid-box .column {
  vertical-align: middle;
}
.technology-page .i-support .grid-box .column:nth-child(2) {
  padding: 0 5%;
  color: #fff;
}
.technology-page .i-support .grid-box .column:nth-child(2) h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 2;
}
.technology-page .i-support .grid-box .column:nth-child(2) p {
  font-size: 18px;
  font-weight: 300;
}
.technology-page .i-support .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 228px;
  height: 60px;
  margin-top: 70px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #4f70ac;
  font-weight: bold;
}
.technology-page .i-faq {
 padding-top: 70px;
    padding-bottom: 40px;
}
.technology-page .i-faq h2.h2 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
.technology-page .i-faq p.p {
  text-align: center;
  color: #848d95;
  font-size: 16px;
  max-width: 640px;
  line-height: 2;
  margin: 0 auto;
}
.technology-page .i-faq .faq-list {
  padding-top: 50px;
}
.technology-page .i-faq .faq-list dt {
  padding: 16px 30px 14px;
  background-color: #f4f4f4;
  cursor: pointer;
  color: #333;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-top: 4px;
}
.technology-page .i-faq .faq-list dt i.fa {
  margin-top: 5px;
}
.technology-page .i-faq .faq-list dt:hover,
.technology-page .i-faq .faq-list dt.active {
  background: #014099;
  color: #fff;
}
.technology-page .i-faq .faq-list dd {
  font-size: 18px;
  line-height: 2;
  color: #757575;
  padding: 15px 30px;
  display: none;
}
.join-us-page .join-us-1 {
  padding: 90px 0;
}
.join-us-page .join-us-1 .box {
  display: block;
-o-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 40px;
}
.join-us-page .join-us-1 .box .left {
  vertical-align: middle;
  width: 42%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
 
  overflow: hidden;
}
.join-us-page .join-us-1 .box .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 5%;
}
.join-us-page .join-us-1 .box .right h3 {
     font-size: 36px;
    font-weight: 700;
    line-height: 2;
    text-transform: capitalize;
}

.join-us-page .join-us-1 .box .right .text p{

    font-size: 16px;
    line-height: 2;

}



.join-us-page .join-us-1 .box .right .text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 40px;
}
.join-us-page .join-us-1 .box .right .btn a {
  display: inline-block;
      font-weight: bold;
  line-height: 52px;
  height: 52px;
  padding: 0 35px;
  border-radius: 7px;
  border: 1px solid #033f94;
  background: #033f94;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.join-us-page .join-us-1 .box .right .btn a:last-child {
  background: transparent;
  color: #033f94;
  margin-left: 25px;
}
.join-us-page .technology-page .i-support img {
  width: 100%;
}
.join-us-page .about-page {
  padding: 0;
}
.join-us-page .about-page .init-certification-public {
    background: -webkit-gradient(linear,left top,right top,color-stop(36%,#014099),color-stop(0%,#f7f7f7));
    background: -webkit-linear-gradient(left,#014099 36%,#f7f7f7 0%);
    background: -moz-linear-gradient(left,#014099 36%,#f7f7f7 0%);
    background: linear-gradient(to right,#014099 36%,#f7f7f7 0%);
    padding: 120px 0;
}
.join-us-page .about-page .init-certification-public h2 {
  color: white;
  line-height: 1;
}
.join-us-page .about-page .init-certification-public p {
  color: #fff;
  line-height: 2;
}
.join-us-page .about-page .init-certification-public .column:nth-child(1) {
  padding-left: 12%;
  padding-right: 5%;
  width: 36%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) {
  padding-left: 3%;
  width: 64%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
  padding-right: 14%;
}
.join-us-page .about-page .init-certification-public .column {
  position: relative;
}
.join-us-page .about-page .init-certification-public .column .btn {
  margin-top: 20px;
}
.join-us-page .about-page .init-certification-public .column .slick-arrow {
  position: static;
  cursor: pointer;
  width: 58px;
  height: 60px;
  background: url(../images/factory-l.jpg) no-repeat center;
  left: -80%;
  bottom: 10%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.join-us-page .about-page .init-certification-public .column .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  margin-left: 10px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
  margin: 0 -25px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
  padding: 0 25px;
}
.join-us-page .join-us-2 {
  padding: 50px 0 50px;
}
.join-us-page .join-us-2 .list p{ 
  text-align: center;  
  font-size: 20px;
  font-weight: bold;
  }
.join-us-page .join-us-2 .list ul li{padding: 10px;}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
    width: 50%;
    padding-right: 4%;

}
.join-us-page .join-us-2 .from ul {

}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
    display: block;
    font-size: 16px;

    line-height: 1;
    margin-bottom: 10px;
      
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #4f70ac;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {

    background: #4f70ac;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 10px;
    width: 145px;
    border-radius: 30px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.news-page {
  padding: 90px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
      padding-right: 70px;
    margin-top: 50px;
}


.inner-page .m-page a, .inner-page .m-page span{
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 0 3px;
    font-size: 20px;
}

.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
    display: block;
    padding: 30px 20px;
    background: #4f70ac;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid #4f70ac;
  font-size: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before{
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before{
  display: none;
}
.inner-page .sideLeft .box .list ul li i{
  width: 60px;
    height: 60px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -10px;
    cursor: pointer;
}
.inner-page .sideLeft .box .list ul li .children {
  display: none;
}
.inner-page .sideLeft .box .list ul li .children li{
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,.inner-page .sideLeft .box .list ul li.active{
  /*background: #4f70ac;
  color: white;*/
  color: #4f70ac;
}
/*.inner-page .sideLeft .box .list ul li a.active{
  color: #4f70ac;
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: #4f70ac;
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1{
  font-size: 26px;
  font-weight: bold;
  color: #4f70ac;
  line-height: 2;
}
.product-page .productList .fuyingpro{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;

}
.product-page .productList ul {
  margin: -25px -15px;
  line-height: 32px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #014099;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}

.popus_from {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 70%;
  overflow: auto;
  width: 400px;
  max-width: 94%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: white;
  z-index: 22;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popus_from .box {
  padding: 30px;
  position: relative;
}
.popus_from .box h3 {
  font-size: 24px;
  color: black;
  line-height: 1;
  margin-bottom: 20px;
}
.popus_from .box i {
  width: 30px;
  height: 30px;
  background: #eee;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.popus_from .box i:after,
.popus_from .box i:before {
  content: '';
  width: 70%;
  left: 15%;
  height: 2px;
  background: black;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popus_from .box i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popus_from .box form ul {
  margin: -10px;
}
.popus_from .box form ul li {
  padding: 10px;
  width: 100%;
}
.popus_from .box form ul li p {
  font-size: 18px;
  margin-bottom: 10px;
}
.popus_from .box form ul li input,
.popus_from .box form ul li textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #eee;
  transition: .5s;
}
.popus_from .box form ul li input:focus,
.popus_from .box form ul li textarea:focus {
  border-color: #4f70ac;
}
.popus_from .box form ul input[type="submit"] {
    height: 40px;
  line-height: 40px;
  width: auto;
  background: #111;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  transition: .5s;
  padding: 0 25px;
  border: none;
}
.popus_from .box form ul input[type="submit"]:hover {
  background: #4f70ac;
}
.popus_from .box form ul li textarea {
  height: 120px;
}

.prodet-page .container {
  max-width: 1465px;
}
.prodet-page .prodet-1 {
  padding: 10rem 0 0rem;
}
.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;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-left: 12%;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
    text-align: right;
    font-size: 18px;
    line-height: 1;
    color: #4f70ac;
    padding: 3rem 0 1.2rem;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 5.3rem;
  height: 5.3rem;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h1.tit {
font-size: 20px;
    color: #000;
    line-height: 2;

}
.prodet-page .prodet-1 .prodet-box .right .content {
    padding: 1.5rem 0 3rem;

    font-size: 18px;
    line-height: 36px;
    color: #000;
     
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 3rem 0 4.5rem;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
display: inline-block;
    padding: 1.2rem 0;
    border: 2px solid #4f70ac;
    background: #4f70ac;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    width: 160px;
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
    background: #4f70ac;
    border: 2px solid #4f70ac;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 2rem;
  background: none;
      color: #014099;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
    background: #014099;
    color: #fff;
    border: 2px solid #014099;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
    margin-left: 2rem;
    background: 0 0;
       color: #4f70ac;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: #4f70ac;
    color: #fff;
    border: 2px solid #4f70ac;
}
.prodet-page .prodet-2 .box {
  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;
  position: relative;
}
.prodet-page .prodet-2 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .box .left {
  background: #fff;
}
.prodet-page .prodet-2 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 3rem;
  border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
  border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
  padding: 0 3rem 0 0;
}
.prodet-page .prodet-2 .box .right {
  background: #fff;
  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-left: 1.5rem;
}
.prodet-page .prodet-2 .box .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #000000;
   
  margin-left: 6.5rem;
}
.prodet-page .prodet-2 .box .right p:first-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
  margin-right: 1.5rem;
}
/*.prodet-page .prodet-3 {
  padding: 3rem 0 0;
}*/
.prodet-page .prodet-3 .chanshuBox {
  position: relative;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide {
  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-3 .chanshuBox .swiper-slide .left {
  width: 50%;
padding: 0 0.5rem 0 10.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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
  font-size: 2.8rem;
  /*text-transform: uppercase;*/
  line-height: 1;
  color: #2c2927;
  margin-bottom: 2.5rem;

      display: none;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
  font-size: 2rem;
  line-height: 3;
  color: #2c2927;
  height: 26px;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
  width: 50%;
  text-align: right;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  width: 5.4rem;
  height: 5.4rem;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
    background: url(/eastrongroup/2022/07/26/l-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    background: url(/eastrongroup/2022/07/26/l-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 90%;
}
.prodet-page .prodet-4 {

}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}

.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 16px;
  color: #000000;
  font-family: 'mon';
  padding: 15px 0 10px;
  min-height: 88px;
  line-height: 2;
}
.prodet-page .prodet-5 {
  padding: 0rem 0 5rem;
}
.prodet-page .prodet-5 .content{
  font-size: 18px;
  line-height: 36px;
  color: #6e6e6e;
}
.prodet-page .prodet-5 .pro {
      display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.prodet-page .prodet-5 .pro .pro-left {
    width: 50%;
    padding-right: 40px;
}
.prodet-page .prodet-5 .pro .pro-left p {
    font-size: 15px;
    padding: 5px 0;
    line-height: 32px;
}
.prodet-page .prodet-5 .pro .pro-right {
    width: 50%;
}
.prodet-page .prodet-6 .content{
  font-size: 16px;
  line-height: 1.5;
}
.prodet-page .prodet-7 {
    padding-bottom: 3rem;
}
.prodet-page .prodet-7 .content {
    display: flex;
}
.prodet-page .prodet-7 .left {
    font-size: 18px;
    padding-right: 20px;
}
.prodet-page .prodet-7 .right {
    font-size: 18px;
    padding-left: 20px;
}
.display {
    display: flex;
}


.display .display-left {
    width: 40%;
}
.display-right {
    width: 60%;
}
.display .display-left p {
    line-height: 1.8;
    font-size: 18px;
    color: #6e6e6e;
}
.display-right h5 {
    font-size: 24px;
}

.display-right h5 {
    font-size: 24px;
    padding-bottom: 20px;
}
.display-right img {
    padding: 20px 0;
}

.prodet-6 table {
    text-align: center;
    margin-bottom: 60px;
}

.prodet-6 table tr:nth-child(1) {
    background: #484443;
    color: #fff;
    font-size: 18px;
}
.prodet-6 table tr:nth-child(2) {

}
.prodet-6 table tr {
    font-size: 15px;
}
.prodet-6 table td, .prodet-6 table th {
    border: 0;
}
.prodet-6 table tr:nth-child(1) td {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.prodet-6 table tr td {
     padding: 10px 0;
    vertical-align: middle;
    border: 1px solid #eee;
    text-align: left;
    padding-left: 40px;
}

/*璇︽儏-end*/
.prodet-6 table tr:nth-child(1) td {
    text-align: center;
}


.prodet-page .prodet-7 .left {
    font-size: 18px;
    padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
.prodet-page .prodet-7 .left table {
    font-size: 14px;
}
.prodet-page .prodet-7 .right {
     font-size: 18px;
    padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
    font-size: 14px;
    margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
    display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
    background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
    background: #fff;
}
.prodet-page .prodet-7 {
    padding-bottom: 60px;
}


.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
    background: #fff;
}

.slick-arrow.slick-hidden{
  display: block;
}

@media screen and (max-width: 1600px) {
  .contact-page .init-1 {
    padding: 50px 0;
  }
  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }
  .contact-page .init-6 .right h2 {
    font-size: 36px;
  }
  .contact-page .init-6 .right h6:before {
    border-width: 10px;
    margin: 10px 0;
  }
  .contact-page .init-6 .right h6 {
    font-size: 16px;
  }
  .contact-page .init-6 .right .text {
    font-size: 14px;
  }
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner .box h2 {
    font-size: 54px;
    padding: 10px 0;
  }
  .inner-banner {
    height: 600px;
    padding-top: 180px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }
  .about-page .abt-2 .grid-box .right .text p {
    font-size: 16px;
  }
  .about-page .about-2 .history-Box .swiper-button-prev,
  .about-page .about-2 .history-Box .swiper-button-next {
    display: none !important;
  }
  .about-page .about-3 .content .left ul li::after {
    font-size: 60px;
  }
  .about-page .about-3 .content .right h5 {
    font-size: 28px;
  }
  .about-page .about-3 .content .right a {
    font-size: 14px;
    padding: 15px;
  }
  .about-page .about-3 .content .left ul li h5 {
    margin: 15px 0;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .content .left ul li:nth-child(2),
  .about-page .about-3 .content .left ul li:nth-child(5) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-3 .content .left ul li {
    padding: 15px;
  }
  .about-page .about-gy {
    margin-top: 0;
  }
  .about-page .about-gy .box ul li .text h6 {
    font-size: 18px;
  }
  .about-page .about-gy .box ul li .text h6 span {
    font-size: 150%;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 30px;
  }
  .about-page .about-gy .box ul .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .about-page {
    padding-bottom: 0;
  }
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .bottom table td {
    padding: 10px;
  }
  .prodet-page .prodet-2 .bottom {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 28px;
  }
  .prodet-page .prodet-4 {
    padding: 40px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 18px;
    line-height: 1.6;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul input[type=submit] {
    padding: 10px 30px !important;
    font-size: 22px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share a i {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact {
    padding: 40px 20px;
  }
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 22px;
  }






  .newsList ul li {
    padding: 15px;
  }
  .newsList ul {
    margin: -15px;
  }
  .join-us-page .join-us-1 {
    padding: 60px 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 40px;
    height: 44px;
    font-size: 20px;
    padding: 0 20px;
  }
  .technology-page .i-support .grid-box .column:nth-child(2) a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 10px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
    margin: -10px;
  }
  .join-us-page .about-page .init-certification-public .column .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .join-us-page .join-us-2 {
    padding: 60px 0;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 24px;
    padding: 15px;
  }
  .factory-page {
    padding: 60px 0;
  }
  .factory-page .list {
    margin-top: 60px;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 40px;
  }
  .abt-7 .shuzi ul li.wow.fadeInUp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 480px;
    padding-top: 120px;
  }
  .inner-banner .box h2 {
    font-size: 44px;
    /*border-bottom: 6px solid white;*/
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }
  .factory-page .list ul li {
    padding: 10px;
  }
  .factory-page .list ul {
    margin: -10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 24px;
  }
  .join-us-page .join-us-1 .box .right .text {
    margin: 10px 0;
  }
  .join-us-page .about-page .init-certification-public {
    padding: 50px 0;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 16px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    margin-top: 0;
  }
  .technology-page .i-faq {
    padding: 60px 0;
  }
  .technology-page .i-faq .faq-list {
    padding-top: 30px;
  }
  .newsList ul li .box h3 {
    font-size: 18px;

  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
  @media screen and (max-width:1230px){
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1){
    display: none;
  }
}
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 14px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .box .right .btn {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    line-height: 32px;
    height: 32px;
    min-width: 160px;
  }
  .prodet-page .prodet-2 .top ul li {
    padding: 0 20px 10px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 30px 0;
    border-bottom-width: 20px;
  }
  .prodet-page .prodet-3 .productList {
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-5 {
    padding: 60px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 32px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .p-contact .right h4 {
    font-size: 24px;
  }
  .about-page .abt-2 .grid-box .right {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about-page .about-3 .content .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-3 .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .i-semi .semi-list {
    padding: 0 0%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 17%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a{
    font-size: 16px;
  }
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    display: flex;
    flex-wrap: wrap;
}.display .display-left p{
  font-size: 16px;
}
  .prodet-page .prodet-2 .bottom table td {
    white-space: nowrap;
  }
  .inner-banner {
    height: 400px;
  }
 
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
    display: none;
  }
  .about-page .about-2 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .content .right ul {
    margin: 15px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .p-contact .left {
    padding-right: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right {
    padding-left: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li input[type="text"] {
    height: 40px;
    line-height: 40px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li p {
    font-size: 16px;
  }
  .productList ul li .box2 h5 {
    font-size: 16px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .newdet-page .content {
    padding: 30px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .inner-page .newsList ul li {
    width: 50% !important;
  }
  .about-page p.p {
    font-size: 14px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 32px;
    height: 34px;
    font-size: 14px;
  }
  .join-us-page .join-us-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .join-us-page .join-us-1 .box .left {
    display: none;
  }
  .join-us-page .join-us-1 .box {
    padding: 30px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 20px;
  }
  .contact-page .init-6 .left {
    width: 100%;
  }
  .contact-page .init-6 .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .box{
  display: none;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev, .prodet-page .prodet-3 .chanshuBox .swiper-button-next{
  display: none;
}
#footer .footer-bottom .left p a.foodh {
    display: none;
}
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 22px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
  .technology-page .i-support,
  .join-us-page .about-page .init-certification-public {
    display: none;
  }
  .technology-page .i-faq,
  .join-us-page .join-us-2 {
    padding-top: 0;
  }
  .join-us-page .join-us-2 .from ul li {
    width: 100%;
  }
  .inner-banner .nav-list {
    display: none;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 18px;
  }
  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    font-size: 13px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 20px;
  }
  .prodet-page .prodet-4 .left,
  .prodet-page .prodet-4 .right {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-4 .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-5 .p-contact .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .p-contact .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 16px;
  }
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-gy {
    display: none;
  }
  #footer .footer-top .left {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner {
    height: 180px;
    padding-top: 60px;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-3{
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a{
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll{
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
}
.prodet-page .prodet-1 .prodet-box .right h1.tit{
  font-size: 20px;
  line-height: 40px;
}
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li {
    padding: 15px 0;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    width: 100%;
  }
  .prodet-page .prodet-5 h3,
  .technology-page .i-faq h2.h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 18px;
    padding: 0 10px 5px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    min-width: 140px;
    font-size: 14px;
  }
  .newdet-page h2 {
    font-size: 20px;
  }
  .inner-page .newsList ul li {
    width: 100% !important;
  }
  .inner-page .newsList ul li .box {
    padding: 15px;
  }
  .join-us-page .join-us-1 .box {
    padding: 10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 20px;
  }
  .join-us-page .join-us-1 .box .right {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box {
    border-radius: 5px;
  }
}


.prodet-page .prodet-1 .prodet-box .right h3 {
    color: #4f70ac;
    font-size: 24px;
}


.inner-page.prodet-page .prodet-4 {
    padding-bottom: 80px;
}


/*新闻备份*/

/*
.newdet-page {
  padding: 90px 0 60px;
}
.newdet-page h2 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: black;
  font-weight: bold;
  line-height: 1;
}


.newdet-page .content {
    display: block;
    padding: 80px 0 10px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}
.inner-page.newdet-page .ui.container .content {
    overflow: hidden;
}
.inner-page.newdet-page .ui.container .content h2 {
    text-align: left;
    padding-bottom: 20px;
}
.inner-page.newdet-page .ui.container .content p {
    font-weight: 500;
    line-height: 2;
}

.newdet-page .m-link .prev, .newdet-page .m-link .next{

font-weight: 500;

}
.inner-page.newdet-page .ui.container .content .main img {
    padding: 25px 0;
}
.inner-page.newdet-page .ui.container .content .main-left img {
    width: 50%;
    float: left;
    padding: 30px;
}
.newdet-page .content img {
  display: block;
  margin: 20px auto;
}
.newdet-page .m-link {
  border-top: 35px solid #ececec;
  padding-top: 25px;
}
.newdet-page .m-link .prev,
.newdet-page .m-link .next {
  font-size: 16px;
  color: black;
  padding-right: 15px;
  font-weight: bold;
}
.newdet-page .m-link .next {
  text-align: right;
  padding-left: 15px;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
  .newdet-page .content {
    padding: 60px 0 40px;
  }
  .newdet-page .m-link {
    padding-top: 15px;
    border-top-width: 20px;
  }
  .news-page .newsList {
    margin-bottom: 80px;
  }
*/


  /*新闻备份02*/


  

.news-page {
  padding: 8rem 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 8.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 7.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #4f70ac;
  border: 1px solid #4f70ac;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #4f70ac;
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem;
     
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #4f70ac;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-family: 'mon';font-weight:700;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 2rem;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 1rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
   
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'mon';
  font-weight:700;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #4f70ac;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}



.inner-page.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

  
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
   
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
 
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: #4f70ac;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 38px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #4f70ac;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;

}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #4f70ac;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
   
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
     background: url(../images/sideba.jpg)  no-repeat center center;
    padding: 21.5rem 4rem 5.5rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {

  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'mon';font-weight:700;
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
    background: linear-gradient(to right,#4f70ac,#4f70ac);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 8.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
     color: #4f70ac;
    border: 1px solid #4f70ac;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: #4f70ac;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-family: 'mon';font-weight:700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 3.5rem;
  line-height: 2;
  color: #000;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
     font-family: 'mon';font-weight:700;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
   
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
   
  margin-top: 5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 1.8rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #4f70ac;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;
 font-family: 'mon';
 font-weight:400;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #4f70ac;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
   
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 3rem;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 6rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  text-transform: uppercase;
     
  margin-bottom: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 28px;
  color: #555;
   
  margin-bottom: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: #4f70ac;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
   
  margin-bottom: 2.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 2rem;
  color: #555555;
  font-size: 14px;
   
  margin-bottom: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 2rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
   
  margin-bottom: 4.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'mon';font-weight:700;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #4f70ac;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.newdet-page .sidebar-box .sidebar-right .relate-product{
  margin-top: 4rem;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3{
  font-size: 3rem;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content{
  margin-top: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul{
  margin-right: -1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul .slick-track{
  margin: 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li{
 width: 100%;
    padding: 15px 0;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li img{
 
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li h4{

}

.inner-page .sidebar-box .sidebar-right {
    width: 72%;
}



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


.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
    padding: 15px 0;
    color: #000;
    line-height: 32px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
    font-size: 24px;
    color: #000;
}



.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
    font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three{


}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
    display: flex;
        max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
    width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-text {
  
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
    object-fit: cover;
    max-height: 350px;
}




/*联系我们地图*/


.contact-page .init-6 .left {
    width: 65%;
    vertical-align: middle;
}
.contact-page .init-6 .left div#map_line {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.contact-page .init-6 .left div#map_line ul li {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #4f70ac;
    z-index: 6;
}
.contact-page .init-6 .left div#map_line ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(33,64,154,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks2 3s infinite;
    -moz-animation: ks2 3s infinite;
    animation: ks2 3s infinite;
    display: block;
    z-index: -1;
}
.contact-page .init-6 .left div#map_line ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    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(33,64,154,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks2 3s infinite;
    -moz-animation: ks2 3s infinite;
    animation: ks2 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.contact-page .init-6 .left div#map_line ul li.ie1 {
    width: 3.5rem;
    height: 3.5rem;
    background: url(/template/en/images/ie-bg.png) no-repeat center center;
    background-size: 100% 100%;
    left: 80.2%;
    top: 44.5%;
}
.contact-page .init-6 .left div#map_line ul li.ie2 {
    left: 75%;
    top: 22%;
}
.contact-page .init-6 .left div#map_line ul li.ie3 {
    left: 77%;
    top: 56%;
}
.contact-page .init-6 .left div#map_line ul li.ie4 {
    left: 97%;
    top: 92%;
}
.contact-page .init-6 .left div#map_line ul li.ie5 {
    left: 70%;
    top: 53%;
}
.contact-page .init-6 .left div#map_line ul li.ie6 {
    left: 62%;
    top: 47%;
}
.contact-page .init-6 .left div#map_line ul li.ie7 {
    left: 55.5%;
    top: 43%;
}
.contact-page .init-6 .left div#map_line ul li.ie8 {
    left: 54.5%;
    top: 50%;
}
.contact-page .init-6 .left div#map_line ul li.ie9 {
    left: 47%;
    top: 37%;
}
.contact-page .init-6 .left div#map_line ul li.ie10 {
    left: 15%;
    top: 25%;
}
.contact-page .init-6 .left div#map_line ul li.ie11 {
    left: 16%;
    top: 40%;
}
.contact-page .init-6 .left div#map_line ul li.ie12 {
    left: 14%;
    top: 52%;
}
.contact-page .init-6 .left div#map_line ul li.ie13 {
    left: 30%;
    top: 70%;
}

.contact-page .init-6 .left div#map_line ul li p{
      bottom: auto;
    left: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3rem;
    position: absolute;
    width: 100px;
}

/*关于我们*/

.inner-page.about-page .about-1 .left.column {
    padding-right: 2%;
    width: 50%;
    vertical-align: middle;
}
.inner-page.about-page .about-1 .right.column {
    width: 50%;
    vertical-align: middle;
}
.inner-page.about-page .about-1 .right, .inner-page.about-page .about-1 .left {
    padding: 25px;
}
.about-page .about-1 .box .right .born-time {
    font-size: 36px;
    line-height: 1.3;
}
.about-page .about-1 .box .right .color-blue {
  color: #4f70ac;
    font-size: 24px;
}

.about-page .about-1 .box .right .text {
    font-size: 15px;
    line-height: 1.5;
    text-align-last: left;
    text-align: justify;
}
.about-page .about-1 .box .right .text p:first-child {
    padding-top: 0;
}
.about-page .about-1 .box .right .text p {
    padding-top: 10px;
        line-height: 1.8;
}
.about-page .about-1 .list {
    padding: 40px 0 30px;
    background: #f1f7fc;
    text-align: center;
}
.about-page .about-1 .list ul {
    padding: 0 5%;
    margin: -20px;
}
.about-page .about-1 .list ul li {
    padding: 20px;
}

.about-page .about-1 .list ul li {
    padding: 20px;
}
.about-page .about-1 .list ul li h6 {
     font-size: 36px;
    line-height: 1;
    color: #4f70ac;
}
.inner-page.about-page .about-1 .left.column .text p {
    line-height: 1.8;
}

.about-page .about-1 .list ul li p {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}



.about-page .our-rz {
 padding: 70px 0;
}


.about-page .about-culture {
    padding: 80px 0;
}
.about-page .about-culture .list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #909090;
    top: 0;
    left: 38%;
    transform: translateX(-50%);
}
.about-page .about-culture ul {
    margin: 0 -100px;
}
.about-page .about-culture ul li:nth-child(1) {
    width: 40%;
}
.about-page .about-culture ul li:nth-child(2) {
    width: 60%;
}
.about-page .about-culture .tit {
    font-size: 36px;
    color: #0971ce;
    text-transform: uppercase;
}
.about-page .about-culture ul li:nth-child(2) p {
    line-height: 1.8;
}
.about-page .about-culture ul li{
      padding: 0 100px;
}


.about-page .about-factory {

}
.about-page .about-factory .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.54);
    cursor: pointer;
    cursor: hand;
}
.about-page .about-factory .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-factory .play:after, .about-page .about-factory .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(0,0,0,.1);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-factory .play i {
    display: inline-block;
    vertical-align: middle;
    left: 3px;
    font-size: 0;
    position: initial;
}
.fa-play:before {
    content: "\f04b";
}
.about-page .about-factory img {
    width: 100%;
}
.inner-page.about-page .about-1 {
    margin-bottom: -25px;
        padding-bottom: 80px;
}

.about-factory {

}



.inner-page.product-page .sideLeft.column .inner-contact .c-box a:hover:after {
    width: 100%;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #4f70ac;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'mon';font-weight:700;
    background: #000;
    padding: 12px 3rem;
    position: relative;
    -webkit-transform: skewX( 
-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX( 
-10deg) skewY(0);
    margin-left: 5px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span {
    color: #4f70ac;
    display: block;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2rem;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box {
}
.inner-page.product-page .sideLeft.column .inner-contact {
   background: url(../images/sideba.jpg) no-repeat center center;
    padding: 21.5rem 4rem 12.5rem;
    background-size: 100%;
        margin-top: 40px;
}


.inner-page .sideLeft .box .list ul li .children li {
    border-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0;
}
.inner-page .sideLeft .box .list ul li .children li:hover {
    background: #4f70ac;
    color: #fff;
}


.inner-page.prodet-page .prodet-4 h5:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #4f70ac;
    display: inline-block;
    margin-right: 10px;
}

.inner-page.prodet-page .prodet-4 h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.Floating-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 20;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.Floating-sidebar.active {
-webkit-transform: translate(-100%,-50%);
-moz-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
-o-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
}
.Floating-sidebar span {
    position: absolute;
    top: 50%;
    left: 100%;
-webkit-transform: translate(-100%,-50%);
-moz-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
-o-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
width: 20px;
height: 60px;
line-height: 60px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background: rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
font-size: 16px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
cursor: pointer;
cursor: hand;
}
.Floating-sidebar.active span {
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.Floating-sidebar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
        background: #4f70ac;
    color: white;
    font-size: 18px;
   border-bottom: 1px solid rgba(255,255,255,.2);
    position: relative;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
cursor: pointer;
cursor: hand;
z-index: 1;
}
.Floating-sidebar ul li.codes #ewm{
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.Floating-sidebar ul li.codes.active #ewm{
  opacity: 1;
  right: -90px;
}
.Floating-sidebar ul li:first-child {
    border-top-right-radius: 5px;
}
.Floating-sidebar ul li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
.Floating-sidebar ul li.wechat img {
    /*width: 120px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
z-index: -1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
max-width: none;*/
    width: 35px;
    margin: auto;
}
.Floating-sidebar ul li:hover,
.Floating-sidebar ul li.active {
    background: #4f70ac;
}
.Floating-sidebar ul li.wechat:hover img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.Floating-sidebar ul li.close a:after,
.Floating-sidebar ul li.close a:before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
-webkit-transform: translate(-50%,-50%) rotate(45deg);
-moz-transform: translate(-50%,-50%) rotate(45deg);
-ms-transform: translate(-50%,-50%) rotate(45deg);
-o-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
background: white;
}
.Floating-sidebar ul li.close a:before {
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
-moz-transform: translate(-50%,-50%) rotate(-45deg);
-ms-transform: translate(-50%,-50%) rotate(-45deg);
-o-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
}
.Floating-sidebar dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: white;
    padding: 15px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
opacity: 0;
}
.Floating-sidebar.form2 dl {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.Floating-sidebar.active.form2 dl {
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
}
.Floating-sidebar dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Floating-sidebar dl dd {
    margin-bottom: 5px;
}
.Floating-sidebar dl dd label {
    font-size: 14px;
    display: block;
}
.Floating-sidebar dl dd input,
.Floating-sidebar dl dd textarea {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    background: white;
    font-size: 12px;
    color: black;
    border: 1px solid #eee;
}
.Floating-sidebar dl dd textarea {
    height: 100px;
    resize: vertical;
}
.Floating-sidebar dl dd:last-child {
    margin-bottom: 0;
}
.Floating-sidebar dl dd input[type="submit"] {
    background: #4f70ac;
    color: white;
    border-color: #4f70ac;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
text-transform: uppercase;
}
.Floating-sidebar dl dd input[type="submit"]:hover {
    background: #ad0815;
}

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



#header .h-logo img {
    width: 58%;
}

.s-logo img {
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
}



span.anniu {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 99;
    font-size: 20px;
}

span.anniu.arrow_l {
    left: 0;
}

span.anniu.arrow_r {
    right: 0;
}

span.anniu a {
    padding: 20px 15px;
    background: #4f70ac;
}


.inner-page .sideLeft .box .list ul li.active {
     color: #4f70ac;
}
.inner-page .sideLeft .box .list ul li ul li.active {
    color: #fff;
    background: #4f70ac;
}
.prodet-page .prodet-2 {
    padding: 3rem 0 6rem;
}



.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text {
    width: 70%;
}
.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-img {
    width: 30%;
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text h4 {
    font-size: 20px;
    color: #000;
    line-height: 32px;
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .neihe{
      display: flex;
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 30px 0px;
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li {
    font-size: 14px;
    line-height: 24px;
    width: 50%;
    display: inline-block;
    padding: 5px 0;
        color: #000;
}


.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul {
    margin: 20px 0;
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul.grid-box.four {
    margin: 0 -15px;
}

.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #4f70ac;
    display: inline-block;
    margin-right: 3px;
    border-radius: 20px;
}


.newdet-page .sidebar-box .sidebar-right .relate-product .content ul li .big-text a.more {
    background: #4f70ac;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
}

.inner-page.about-page.download .download-1 li {
    line-height: 2;
    overflow: hidden;
  
}

.inner-page.about-page.download .download-1 li .top {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
}
.inner-page.about-page.download .download-1 li .bottom {
    width: 100%;
 background: #fff;
 overflow: hidden;
}
.inner-page.about-page.download .download-1 li .bottom p {
    width: 20%;
    float: left;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    color: #555;
}

.inner-page.about-page.download .download-1 li .bottom i.fa {
       font-size: 18px;
    color: #4f70ac;
}

.inner-page.about-page.download .download-1 .item-top p {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 15px;
    background: #4f70ac;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #FFF;
}
.inner-page.about-page.download .download-1 .item-top {
    overflow: hidden;
}

.inner-page.about-page.download label.selectAlll {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #4f70ac;
}

.download .ui.container{
  max-width: 1300px;
  width: 100%;
}
.download .search-box{
  margin: 30px 0;
}
.download .search-box #search{
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.download .search-box #search::-moz-placeholder{
  color: gray;
}
.download .search-box #search::-webkit-input-placeholder{
  color: gray;
}
.download .search-box #search::placeholder{
  color: gray;
}
.download .search-box span{
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box span em{
  display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    line-height: 28px;
}
.download .search-box span i{
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box .hz{
  padding: 10px;
  border: 1px solid #aaa; 
  border-top: 0;
  display: none;
}
.download .search-box .hz input{
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}

.download .filterSingleBox{
  margin-bottom: 1rem;
}
.download .filterSingleBox li ul{
  margin-right: -20px;
}
.download .filterSingleBox li{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 20px;
      width: 24%;
    padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"]{
   margin-right: 10px;
   margin-top: -5px;
}
.download .download-1{
  margin-top: 3rem;
      margin-bottom: 6rem;
}
.download .download-1 ul li{
  display: none;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
    color: #4f70ac;
}

#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
    border: 5px solid rgba(255,255,255,1);
    overflow: hidden;
}

.inner-page.about-page.download {
    padding-top: 50px;
}

.inner-page .sideLeft .box .list ul li{
  text-transform: capitalize;
  line-height: 36px;
}



.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact .c-box span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
    margin-top: 10px;
}

.lianxi .map {
    width: 50%;
}


.lianxi {
    position: relative;
    display: flex;
}


.contact-page .init-2 {
    margin-bottom: 25px;
}

.contact-page .init-2 .grid-box .column p em {
    font-weight: bold;
    font-family: 'mon';font-weight:700;
    color: #000;
}

.join-us-page .join-us-2 .from h2 {
padding-left: 18px;
    font-size: 30px;
    margin-bottom: 20px;
        width: 90%;
}

img.cctv {
    height: 6px;
    width: 100%;
    margin-top: 15px;
}
.contact-page .init-2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
        width: 90%;
}

.join-us-page .join-us-2 .from p {
     padding-left: 18px;
    font-size: 14px;
    color: #555;
      
    margin-bottom: 20px;
    line-height: 1.8;
}

div#header.nav1 {
    position: relative;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: #4f70ac;
    color: white;
    font-size: 2.8rem;

    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
     margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 2;
    color: #000;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
     margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
line-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    color: #4f70ac;
 
    transition: all 0.5s ease;
    text-transform: capitalize;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
  width: 100%;
  padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover a.mores {
    margin-left: 10px;
}

/*.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover {
 background: linear-gradient(to right,#4f70ac,#4f70ac);
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .left.txt-center span {
    background-color: #fff;
    color: #4f70ac;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .left.txt-center {
    color: #fff;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover .content .right a {
    color: #fff;
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li:hover p {
    color: #fff;
}*/

/*history*/

.about-page .about-4 {
  
}

.about-page .about-4 .box {
  
    display: block;
    margin: 0 auto;
    max-height: 500px;
    overflow: overlay;
}

.about-page .about-4 .box ul {
    position: relative
}

.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000;
    background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#5483eb),color-stop(100%,transparent));
    background: -moz-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#000 0%,transparent 100%);
    background: -o-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -ms-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: linear-gradient(to bottom,#fff,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb',endColorstr='transparent',GradientType=0);
    position: absolute;
}

.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative
}

.about-page .about-4 .box ul li:after {
content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    background: #4f70ac;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #4f70ac;
}

.about-page .about-4 .box ul li h5 {
  font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content {
    display: block;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: rgb(79 112 172);
}

.about-page .about-4 .box ul li .content .text {
   display: block;
    font-size: 14px;
     color: #fff;
    line-height: 28px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #4f70ac;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.about-page .about-4 .box ul li .content:before {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(100%,#000));
    background: -moz-linear-gradient(right,#2cbcff 0%,#5b7cbd 100%);
    background: -webkit-linear-gradient(left,#000 0%,#000 100%);
    background: -o-linear-gradient(right,#2cbcff 0%,#5b7cbd 100%);
    background: -ms-linear-gradient(right,#2cbcff 0%,#5b7cbd 100%);
    background: linear-gradient(to right,#4f70ac,#5b7cbd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#5b7cbd',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff',endColorstr='#5b7cbd',GradientType=1);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .left {
  padding-top: 10px;
    padding-right: 35px;
    text-align: right;
    position: relative;
 
}

.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative;
   
}

.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0
}

.about-page .about-4 .box ul li:nth-child(odd) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px
}

.about-page .about-4 .box ul li:nth-child(odd) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:after {
    border-left: 10px solid #4f70ac;
    border-right: none;
    left: 100%
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-page .about-4 .box ul li:hover .content .text, .about-page .about-4 .box ul li:hover .content h5 {
    color: #fff
}

.about-page .about-4 .box ul li:hover .content:after, .about-page .about-4 .box ul li:hover .content:before {
    opacity: 1
}
.about-page .about-4  h2 {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #1c1c1c;
    font-weight: bold;
}






/*history-end*/




#Pop_UpsBtn {
    background: #4f70ac !important;
}

.about-page .about-4 h2{
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
}


.inner-page .sideLeft .box .list ul li ul {
    margin-top: 20px;
}
.inner-page .sideLeft .box .list ul li.active:before {
    background: #fff;
}


#fullpage .section:nth-child(7) .init-6 .container .left .formBox form button:hover {
    color: #fff;
}




#footer .footer-top .icon {
  margin-top: 5rem;
  vertical-align: middle;
}
#footer .footer-top .icon ul {
    margin-left: -15px;
}
#footer .footer-top .icon ul li {
    width: auto;
    padding-left: 15px;
    font-size: 14px;
    color: rgba(255,255,255,.4);
}
#footer .footer-top .icon ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  color: black;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
}


.button-group {
    position: absolute;
    bottom: auto !important;
    right: auto !important;
    font-size: 12px;
    padding: 10px 0 !important;  
}



.about-page .about-4 .box::-webkit-scrollbar {
    display: none;
}


.prodet-page .prodet-3 .chanshuBox .ddd {
    display: flex;
    text-align: center;
}

.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide {
        width: 50%;
    border: 1px solid #eee;
}

.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide .left {
 bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}

.prodet-page .prodet-3 .chanshuBox .ddd .swiper-slide .right {
      padding-bottom: 40px;
}


.prodet-page .prodet-3 {
    margin-bottom: 60px;
}

.prodet-page .prodet-3 .chanshuBox h4 {
    font-size: 18px;
    text-align: center;
    background: #484443;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}


.prodet-page .prodet-5 .pro .pro-left h2 {
    color: #4f70ac;
    font-size: 22px;
    font-weight: 300;
}

.prodet-page .prodet-5 .pro .pro-left em {
    font-size: 16px;
}

.prodet-page .prodet-5 .pro .pro-left h3 {
    color: #000;
}


.inner-page.prodet-page .prodet-4 .swiper-slide {
    background: #f7f7f7;
    padding: 10px;
    height: auto;
}

.inner-page.prodet-page .prodet-4 .swiper-slide:hover {
    background: #4f70ac;
}

.inner-page.prodet-page .prodet-4 .swiper-slide:hover h4 {
    color: #fff;
}

.inner-page.about-page.download .download-1 li .bottom p:hover i {
    color: #45b035;
}

.inner-page.about-page.download .download-1 li .bottom:nth-child(even) {
    background: #fbfbfb;
}

.download .ui.container {
    max-width: 1300px;
}


.inner-page.about-page.download .table{
  margin: 3rem 0 6rem;
}
.inner-page.about-page.download .table th {
    text-align: center;
    width: 20% !important;
    padding: 20px 15px;
    background: #4f70ac;
    font-size: 16px;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
}
.inner-page.about-page.download .table #top td {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
}

.inner-page.about-page.download .table #info {
    width: 100%;
    background: #fff;
}
.inner-page.about-page.download .table #info:nth-child(even){
  background: #fbfbfb;
}
.inner-page.about-page.download .table #info td,th {
    width: 20% !important;
    /*float: left;*/
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
}
.inner-page.about-page.download .table #info i.fa {
    font-size: 18px;
    color: #4f70ac;
}

.about-page .about-factory img.cpm {
     opacity: 0;
    object-fit: cover;
    width: 100%;
    height:auto;
}




.about-ab .top {
    padding-top: 80px;
}

.about-ab .top h2 {
    color: #4f70ac;
    font-size: 24px;
}
.about-ab .top h3 {
    color: #000;
    font-size: 38px;
    margin-bottom: 10px;
}
h1.catdhh {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-ab .top p {
    color: #363636;
    font-size: 16px;
    padding: 8px 0;
    line-height: 32px;
}

.corporate-culture {
    padding: 80px 0;
}
.corporate-culture .ui.container {
 display: flex;
    align-items: center;
}

.corporate-culture .left {
    width: 50%;
}
.corporate-culture .left h2 {
    color: #4f70ac;
    font-size: 24px;
}
.corporate-culture .left h3 {
      color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 2;
    margin-top: 10px;
}
.corporate-culture .left p {
    color: #7b7b7b;
    font-size: 18px;
    padding: 8px 0;
    line-height: 36px;
}
.corporate-culture .right {
    width: 50%;
}
.corporate-culture .right img {
}

.corporate-culture .left p em {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}


.corporate-culture .left ul {
    display: flex;
    margin-left: -35px;
    width: 95%;
    margin-top: 20px;
}

.corporate-culture .left ul li {
    width: 25%;
    text-align: center;
}
.corporate-culture .left ul li p {
    border: 2px solid #4f70ac;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.corporate-culture .left ul li span {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
.his-bg .ui.container {
    display: flex;
        align-items: center;
}

.his-bg {

    background-repeat: no-repeat;
    background-attachment: fixed;
}
.his-bg .left-his {
       
    width: 40%;
}
.his-bg .right-his {
    width: 60%;
    margin-left: 5%;
}
.his-bg .left img {
}



.his-bg .right-his .about-4 h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 50px;
    line-height: 2;
    margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 2;
}


.about-page .our-rz ul {
    display: block;
    
}
.about-page .our-rz h2 {
    font-size: 24px;
    margin-bottom: 45px;
    position: relative;
}

.about-page .our-rz h2:after {
    content: "";
    position: absolute;
    width: 10%;
    left: 50%;
    height: 3px;
    background: #4f70ac;
    bottom: -10px;
    transform: translateX(-50%);
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}

table{
  white-space: nowrap;
}

@media screen and (max-width: 1230px) {
  #footer .footer-top .right{
    padding-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .news-page .newsList{
    padding-right: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    width: 100% !important;
  }
  .inner-page.about-page.download{
    padding-top: 60px;
  }
  .download .filterSingleBox li{
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  #fullpage .section:nth-child(2) .init-1{
    display: none;
  }
  #fullpage .section:nth-child(3) .waves2{
    display: none;
  }
  #fullpage .section:nth-child(4) .waves{
    display: none;
  }
  #fullpage .section:nth-child(4) .init-3 .container .right ul{
    display: none;
  }
  .inner-banner .box .mbx{
    font-size: 16px;
    line-height: 32px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content{
    display: block;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    padding: 30px 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center{
    text-align: left;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span{
    text-align: center;
    font-size: 16px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .inner-banner .box h2{
    font-size: 28px;
  }
  .newdet-page .sidebar-box .sidebar-right .relate-product{
    display: none;
  }
  .download .filterSingleBox li{
    width: 49%;
  }
  .inner-banner{
    padding-top: 40px;
  }
  .inner-banner .btn{
    margin-top: 30px;
  }
  .prodet-page .prodet-5 .pro{
    display: block;
  }
  .prodet-page .prodet-5 .pro .pro-left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .pro .pro-right{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box h2{
    display: none;
  }
  .inner-banner .btn{
    display: none;
  }
  #footer .footer-top .icon ul li{
    padding-left: 10px;
  }
  .download .filterSingleBox li{
    width: 100%;
  }
}


.inner-page.about-page.download .table table {
    max-height: 485px;
}




.about-page .ab-2{
 background: url(../images/advantage-bg.jpg) no-repeat center center;
    padding-bottom: 100px;
}
.about-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    color: var(--primary);
    line-height: 1;
    font-weight: 700;
   
}
.about-page .ab-2 .header h3{
  font-size: 36px;
  line-height: 1.1;
  margin-top: 23px;
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #8c8d8d;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
                z-index: -1;
                content: '';
                left: -12px;
                right: -12px;
                top: -12px;
                bottom: -12px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 0.5);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -moz-animation-delay: .6s;
                animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 122px;
  color: #fff;
}
.about-page .ab-2 .content ul{
  margin-right: -20px;
}
.about-page .ab-2 .content ul .slick-slide {
  margin-right: 2rem;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}
.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}
.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.about-page .ab-2 .content ul li .img {
  height: 60px;
  margin-top: 2.75rem;
}
.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 1.4rem;
 
  font-weight: bold;
  line-height: 1;
  margin: 2.25rem 0 1.3rem;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 15px;
  line-height: 1.8;

}



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


.inner-page.factory-page .cpdd {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.inner-page.factory-page .cpdd .cpdd-left {
    width: 40%;
}

.inner-page.factory-page .cpdd .cpdd-right {
    width: 60%;
    padding-left: 50px;
    line-height: 32px;
}

.inner-page.factory-page .cpdd .cpdd-right h2 {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 48px;
}

.inner-page.factory-page .cpdd .cpdd-right p {
    font-size: 15px;
}

.inner-page.factory-page .cpdd .cpdd-right h3 {
    font-size: 18px;
    margin-top: 10px;
}
.inner-page.factory-page .cpdd .cpdd-right ul {
    margin-left: 2rem;
}

.inner-page.factory-page .cpdd .cpdd-right ul li {
    list-style-type: disc;
    font-size: 15px;
    line-height: 1.8;
    padding: 2px 0;
}



.inner-page.factory-page .cpdd:nth-child(even) .cpdd-right {
    padding-left: 0;
    padding-right: 50px;
    line-height: 32px;
}

.inner-page.factory-page .cpdd:nth-child(even) {
    flex-direction: row-reverse;
}


.top-do .ui.container {
    width: 1300px;
}

.top-do {
    padding-top: 180px;
}


.top-do {
    margin-top: 110px;
    background: url(../images/ny-banner02.jpg);
    padding: 40px 0;
}

.top-do .mbx {
    color: #fff;
}

.top-do h2 {
    color: #fff;
    font-size: 26px;
    padding-top: 10px;
}

.inner-page.about-page.download .table p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
}


.inner-page.product-page.about-page.prodet-page .about-ab {
    border: 1px solid #eee;
    margin-top: 80px;
}

  .init-3-public ul li {
    margin-bottom: 50px;
    margin-top: 50px;
}
.init-3-public ul li .grid-box .column {
    vertical-align: middle;
}
.init-3-public ul li .grid-box .i-img {
    float: left;
    width: 55%;
}
.init-3-public ul li .grid-box .i-text {
    float: right;
    width: 45%;
    padding-left: 4%;
   padding-top: 5%;
    padding-right: 4%;
}
.init-3-public ul li .grid-box .i-text h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.init-3-public ul li .grid-box .i-text h2:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 4px;
    background: var(--color);
    left: 0;
    bottom: 0;
}
.init-3-public ul li .grid-box .i-text p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.init-3-public ul li:nth-child(2n) .i-img {
    float: right;
}
.init-3-public ul li:nth-child(2n) .i-text {
    float: left;
    padding-left: 4%;
    padding-right: 4%;
}

.shuixing-page {
    background: #f6f5f5;
    padding-bottom: 0;
    padding-top: 60px;
}
.shuixing-page .init-1 h2 {
    font-size:44px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.shuixing-page .init-1 p.p {
    text-align: center;
    font-size: 16px;
    color: #666;
}
.shuixing-page .init-1 .grid-box {
    margin-top: 110px;
}
.shuixing-page .init-1 .grid-box .column {
    padding: 0 2%;
    text-align: center;
}
.shuixing-page .init-1 .grid-box .column .img {
    height: 102px;
}
.shuixing-page .init-1 .grid-box .column .img img {
    display: block;
    margin: 0 auto;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    cursor: pointer;
}
.shuixing-page .init-1 .grid-box .column h3 {
    font-size: 24px;
    margin: 20px 0;
    font-weight:bold;
}
.shuixing-page .init-1 .grid-box .column p {
    color: #666666;
    font-size: 16px;
}
.shuixing-page .init-1 .grid-box .column:hover img {
    transform: rotateY(180deg);
    transition: all 1.2s ease;
}
.shuixing-page .sx-list {
    padding-top: 80px;
}
.shuixing-page .sx-list .swiper-slide .pro-con {
    background: #fff;
}
.shuixing-page .sx-list .swiper-slide .pro-con p {
    padding: 20px 5%;
    text-align: center;
    font-size: 18px;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a {
    position: relative;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    left: -30px;
    top: 12px;
    background: #000000;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 12px;
    background: #000000;
}
.shuixing-page .sx-list .swiper-slide:hover p {
    color: var(--color);
}
.shuixing-page .init-3-public {
    padding: 80px 0;
}
.shuixing-page .init-3-public h2{font-size: 48px; font-weight: bold;color: #4f70ac;}
.shuixing-page .init-3-public p{font-size: 16px;}
.shuixing-page .init-3-public ul li .column {
    width: 50%;
}
.shuixing-page .i-world {
    position: relative;
      background: url(../images/aftersales-service04.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;padding-top: 200px;
}
.shuixing-page .i-world img{
    width: 100%;
}
.shuixing-page .i-world .text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 8;
    left: 0;
    top: 33%;
}
.shuixing-page .i-world .text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.shuixing-page .i-world .text p {
    font-size: 16px;
    color: #fff;
}


.ygw1442 {
      width: 1472px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      position: relative;
  }
  
  .history {
      width: 100%;
      background: url(../images/history_bg.jpg) no-repeat center;
      background-size: 100%;
      background-attachment: fixed;
  }
  .cntl {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 50px 0;
  }
  .cntl-bar {
      position: absolute;
      width: 2px;
      top: 0;
      bottom: 0;
      background-color: var(--r);
  }
  .cntl-center {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
  }
  .cntl-bar-fill, .cntl-content, .cntl-image {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  
  .cntl-bar-fill {
      background-color: #d02922;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 0;
  }
  .cntl-bar-fill:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 60px;
      top: 0;
      background: -moz-linear-gradient(top, #ffffff 0%, #d02922 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d02922));
      background: -webkit-linear-gradient(top, #ffffff 0%,#d02922 100%);
      background: -o-linear-gradient(top, #ffffff 0%,#d02922 100%);
      background: -ms-linear-gradient(top, #ffffff 0%,#d02922 100%);
      background: linear-gradient(to bottom, #ffffff 0%,#d02922 100%);
  }
  .cntl-bar:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 60px;
      bottom: 0;
      background: -moz-linear-gradient(top, #d02922 0%, #ffffff 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d02922), color-stop(100%,#ffffff));
      background: -webkit-linear-gradient(top, #d02922 0%,#ffffff 100%);
      background: -o-linear-gradient(top, #d02922 0%,#ffffff 100%);
      background: -ms-linear-gradient(top, #d02922 0%,#ffffff 100%);
      background: linear-gradient(to bottom, #d02922 0%,#ffffff 100%);
  }
  .cntl-state {
      position: relative;
      width: 100%;
      margin-bottom: 50px;
      overflow: hidden;
  }
  .cntl-animate .cntl-content {
      opacity: 1;
      margin-left: 0%;
      position: relative;
      margin: 15px 0px;
  }
  
  .cntl-bar-fill, .cntl-content, .cntl-image {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      transition: all 500ms ease;
  }
  .cntl-content {
      width: 49%;
      float: left;
      opacity: 0;
      position: relative;
      margin-left: -40%;
  }
  .cntl-content {
      cursor: pointer;
  }
  .ifont-36 {
      font-size: 36px;
  }
  
  .year {
      position: absolute;
      right: 60px;
      font-size: 36px;
      top: -9px;
      font-family: "Arial";
  }
  .ifont-16 {
      font-size: 16px;
  }
  
  .cntl-text {
      float: right;
      margin-right: 160px;
      padding-right: 15px;
      border-right: 1px solid #f1f1f1;
      text-align: right;
  }
  .cntl-link {
      width: 45px;
      height: 1px;
      background: #e5e5e5;
      position: absolute;
      right: 0;
      top: 15px;
  }
  .cntl-state:nth-child(2n+1) .cntl-txt {
      padding-left: 0;
      padding-right: 160px;
  }
  
  .cntl-txt {
      width: 100%;
      height: auto;
      opacity: 1;
      padding-left: 160px;
      box-sizing: border-box;
      float: left;
      margin-top: 15px;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      position: relative;
  }
  .dig {
      opacity: 1 !important;
      height: auto !important;
  }
  .cntprel {
      position: relative;
      padding-right: 14px;
      width: 80%;
  
  }
  .cntprel img{
    display: block;
    margin-left: auto;
    width: 100%;
  }
  .close-btn {
      position: absolute;
      top: -14px;
      right: 0;
      z-index: 99;
  }
  .cntl-state:nth-child(2n+1) .cntl-txt .cntprel{
    margin-left: auto;
  }
  .layui-btn, .layui-edge, .layui-inline, img {
      vertical-align: middle;
  }
  .layui-inline, img {
      display: inline-block;
      vertical-align: middle;
  }
  .cntl-icon {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      background: url(../images/yxg.png) no-repeat center;
      position: absolute;
      top: -10px;
      color: #fff;
  }
  
  .cntl-center {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
  }
  .cntl-state::after {
      display: block;
      content: ' ';
      clear: both;
  }
  .cntl-content:hover .year {
      color: var(--r);
  }
  .cntl-content:hover .cntl-link {
      background: var(--r) !important;
  }
  .nchild-sclose {
      float: right;
      cursor: pointer;
      transition: width 1s,height 1s,transform 1s;
      -moz-transition: width 1s,height 1s,transform 1s;
      -webkit-transition: width 1s,height 1s,transform 1s;
      -o-transition: width 1s,height 1s,transform 1s;
      width: 34px;
      height: 34px;
      line-height: 34px;
      border-radius: 1000px;
      text-align: center;
      background: #000;
      opacity: 0;
  }
  .ewmclose2 {
      font-size: 20px!important;
      color: #ffffff;
  }
  .iconfont {
      font-family: "FontAwesome" !important;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .icon-bianzu2:before {
      content: "\f00d";
  }
  
  .cntl-state:nth-child(2n+2) .cntl-content {
      float: right;
      margin-right: -40%;
  }
  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
      margin-right: 0%;
  }
  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content .year {
      left: 60px;
      right: auto;
  }
  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-text {
      border-right: 0;
      border-left: 1px solid #f1f1f1;
      padding-right: 0;
      padding-left: 15px;
  }
  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-text {
      float: left;
      margin-left: 160px;
      padding-right: 0 !important;
      margin-right: 0 !important;
      border-right: 1px solid #f1f1f1;
      text-align: left !important;
  }
  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content .cntl-link {
      width: 45px;
      height: 1px;
      background: #e5e5e5;
      position: absolute;
      left: 0;
      top: 14px;
  }
  .nchild-sclose:hover {
      transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      background: var(--b);
  }


  .video-page .grid-box .left{
  width: 16%;
  padding-right: 2%;
}
.video-page .left ul li a{
  padding: 10px 0;
  font-size: 16px;
  display: block;
  position: relative;
  font-family: 'Montserrat-Regular';
}
.video-page .left ul li a i {
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(-315deg);
    background: #FFFFFF;
    border: 1px solid #999999;
    position: absolute;
    right:20px;
    top: 18px;
}
.video-page .left ul li a:hover,
.video-page .left ul li a.active{
  color: #f5a35b;
}
.video-page .left ul li a:hover i,
.video-page .left ul li a.active i{
background: #f5a35b;
border: 1px solid #f5a35b;
}
.video-page .grid-box .right{
  width:100%;
}
.video-page .right .list-1 .grid-box{
  padding: 30px 0;
}
.video-page .right .list-1 .column{
  padding: 20px;
}
.video-page .right .list-1 .column a{
  position: relative;
}
.video-page .right .list-1 .column a:after{
      content: "\f01d";
    font: normal normal normal 50px/1 FontAwesome;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    color: white;
}
.video-page .right .list-1 .column a img{
  filter: brightness(0.5);
}
.inner-page {
  padding: 30px 0;
}
.inner-page h2.h2 {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  color: #000000;
  font-family: 'Montserrat-Regular';
}

.chuangz {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: #f07e2d;
    font-family: 'Montserrat-Regular';
}

.chuangz:after {
  content: '';
  position: absolute;
  width: 148px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #f5a35b;
}

.dianq {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0 10px;
}


.service-page .service-1 {
  padding: 3.5rem 0;
}
.service-page .service-1 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;
}
.service-page .service-1 ul li {
  width: 25%;
  text-align: center;
}
.service-page .service-1 ul li .svg {
  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;
}
.service-page .service-1 ul li .content h5 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: .1rem;
  margin: 1.5rem 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.service-page .service-1 ul li .content p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 240px;
}
.service-page .service-2 {
  padding-bottom: 120pxm;
}
.service-page .service-2 .top {
  text-align: center;
}
.service-page .service-2 .top h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 10px;
  margin: 10px 0 0;
  word-wrap: break-word;
}
.service-page .service-2 .top p {
  font-size: 14px;
  
  font-weight: 500;
  margin: 0;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color);

}
.service-page .service-2 .service-2-img {
  padding: 5rem 0;
  position: relative;
}
.service-page .service-2 .service-2-img .s-1 {
  width: 83.1%;
}
.service-page .service-2 .service-2-img .s-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 52.5%;
  z-index: 10;
}
.service-page .service-2 .service-2-img .s-2 img {
  -webkit-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1rem;
  background: var(--color);
  -webkit-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2.active img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .s-2.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .title p {
    margin: 15px 0 50px;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 24px!important;
    color: #9f9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .slider-outer {
    /*max-width: 1550px;*/
    /*width: 150%;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap {
    position: relative;
    /*width: 200%;*/
    /*max-width: 1800px;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .item {
    /*max-width: 580px;*/
    padding-right: 20px;
    /*background-color: #fff;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .img {
    /*max-width: 580px;
    max-height: 380px;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text {
    padding: 20px 55px 35px 30px;
    background: white;
    line-height: 2;
    font-size: 14px;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text h3 {
    color: #312e2e;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    color: #999;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow.btn-l:after {
    position: relative;
    top: -2px;
    content: '|';
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.service-page .service-2 .service-2-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;
}
.service-page .service-2 .service-2-box .left {
  width: 50%;
  padding-top: 90px;
}
.service-page .service-2 .service-2-box .left .title {
  max-width: 450px;
}
.service-page .service-2 .service-2-box .left h3 {
  font-size: 44px;
  line-height: 1.2;
}
.service-page .service-2 .service-2-box .left .text {
  font-size: 14px;
  letter-spacing: .6rem;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2;
  color: var(--color);
}
.service-page .service-2 .service-2-box .left .content {
  margin: 3rem auto 0 0;
}
.service-page .service-2 .service-2-box .left .content p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 2;
}
.service-page .service-2 .service-2-box .right {
  width: 50%;
  padding: 10% 0% 0% 10%;
}
.service-page .service-2 .service-2-box .right ul li {
  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-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;
  padding: 1.2rem;
  border-bottom: 1px solid rgba(12, 7, 5, 0.1);
}
.service-page .service-2 .service-2-box .right ul li span {
  font-size: 14px;
  letter-spacing: .6rem;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
}
.service-page .service-2 .service-2-box .right ul li .item-label {
  color:#014ea2;
}
.service-page .service-2 .service-2-box .right ul li .item-text {
  color: #615e5e;
}
.service-page .service-4 {
  background: url(../images/service-4-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-page .service-4 .s-form {
  margin: 0 auto;
  max-width: 860px;
  background: url(../images/noise-background.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 80px 70px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.service-page .service-4 .s-form form h2 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.service-page .service-4 .s-form form .form-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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-4 .s-form form .form-box input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
/*.service-page .service-4 .s-form form .form-box input[type="date"] {
  width: 48%;
}*/
.service-page .service-4 .s-form form .form-box input[type="phone"] {
  width: 100%;
}
.service-page .service-4 .s-form form .form-box textarea {
  height: 80px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.service-page .service-5 {
  padding: 300px 65px 170px;
}
.service-page .service-5 .partnerBox {
  margin-bottom: 50px;
}
.service-page .service-5 .partnerBox .swiper-slide {
  text-align: center;
}
.service-page .service-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
  filter: gray;
}
.service-page .service-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  cursor: pointer;
}
.service-page .service-5 p {
  text-align: center;
  text-transform: uppercase;
  color: var(--color);
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: .6rem;
  font-family: Raleway;
  font-weight: 500;
  margin: 0 auto;
  max-width: 600px;
}
.service-page#index-body .service-3 {
  background: #4f70ac;
}
.service-page#index-body .service-4 button {
  width: 100%;
  margin-top: 15px;
  height: 50px;
  border: 1px solid transparent;
  background: var(--base-color);
  color: #fff;
  font-size: 18px;
}
.service-page#index-body .service-4 button:hover{
  background: black;
  color: white;
}
.service-page#index-body .service-4 button .border-holder {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-page#index-body .service-4 button .border-holder span {
  background: #fff;
}
.service-page#index-body .service-4 button .border-holder::after {
  display: none;
}
.service-page#index-body .init-4 {
  padding: 100px 0;
}
.service-page#index-body .init-4 .swiper-slide {
  text-align: center;
}
.service-page#index-body .init-4 .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.service-page#index-body .init-4 .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page#index-body .init-4 .swiper-slide h4 {
  font-size: 24px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  font-family: 'CormorantGaramond-Regular';
}
.service-page#index-body .init-4 .swiper-slide p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Raleway-Light';
}
@media screen and (max-width: 1230px){
   .service-page .service-1 ul li {
    padding: 0 15px;
  }
  .service-page .service-1 ul li .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px){
.corporate-culture .ui.container{
  flex-wrap: wrap;

}
.corporate-culture .left{
  width: 100%;
}
.corporate-culture .right{
  width: 100%;
}
}
@media screen and (max-width: 800px){
  .his-bg .ui.container{
    flex-wrap: wrap;
  }
  .his-bg .left-his{
    width: 100%;
  }
  .his-bg .right-his {
    width: 1000%;
    margin-left: 0%;
}
.about-page .about-4 .box ul li:nth-child(odd) .right{
  left: 0;
  
}
.about-page .about-4 .box ul li .right{
  width: 100%;
}
.about-page .about-4 .box ul li .left{
  width: 100%;
}
}
@media screen and (max-width: 700px){
   .service-page .service-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .service-2-box .left {
    width: 100%;
  }
  .service-page .service-2 .service-2-box .right {
    width: 100%;
    padding: 10% 0% 0% 0%;
  }
  .corporate-culture .ui.container{
    flex-wrap: wrap;
    
  }
  .corporate-culture .ui.container .left{
    width: 100%;
  }
  .corporate-culture .ui.container .right{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   .service-page .service-1 ul li {
    width: 100%;
  }
  .service-page .service-4 .s-form {
    padding: 80px 40px 70px;
  }
  .service-page .service-4 .s-form form .form-box input[type="date"] {
    width: 100%;
  }
  .service-page .service-4 .s-form form .form-box input[type="phone"] {
    width: 100%;
  }
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 100%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .corporate-culture .left ul {
    display: flex!important;
    flex-wrap: wrap!important;
    margin-left: auto;
    width: 95%;
    margin-top: 20px;
    margin-right: auto;
}
.about-page .about-factory img.cpm{
  opacity: 1;
}
.about-ab{
  background: none!important;
}
.service-page .service-2 .top h3{
  font-size: 36px;
}
.service-page .service-2 .service-2-box .left h3{
  font-size: 32px;
}
.about-page .about-factory img.cpm{
  opacity: 1;
}
.about-ab{
  background: none!important;
}
.service-page .service-2 .top h3{
  font-size: 36px;
}
.service-page .service-2 .service-2-box .left h3{
  font-size: 32px;
}
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .corporate-culture .left ul li {
    width:50%;
    text-align: center;
  }
}
/*inner css jieshu*/



#resources_nav li {
  display: inline-block;
  margin-right: 5px;
}
#resources_nav li a {
  display: block;
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 25px 0 25px 0;
  background-color: #123485;
  color: white;
}
#resources_nav li:nth-child(2) a {
  background-color: #40b5b1;
}
#resources_nav li:nth-child(3) a {
  background-color: #b0c957;
}
#resources_nav li:nth-child(4) a {
  background-color: #b5b5b5;
}
.resources_sidebar {padding-top: 50px;
  margin: 0 -30px;
}
.resources_sidebar .resources_left {
  width: 70%;
  padding: 0 30px;
}
.resources_sidebar .resources_right {
  width: 30%;
  padding: 0 30px;
}
.resources_sidebar .resources_right .video_list ul {
  margin: -10px 0;
}
.resources_sidebar .resources_right .video_list ul li {
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.resources_sidebar .resources_right .video_list ul li img{
  filter: brightness(0.5);
}
.resources_sidebar .resources_right .video_list .slick-arrow {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.video{
  position: relative;
}
.video img{
  filter: brightness(0.5);
}
.resources_sidebar a.play:after {
    content: "\f01d";
    font: normal normal normal 50px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    color: white;
}
h2.resources {
  font-weight: 600;
  color:#5e81c4;
}


.resources_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.video_content h3 {
  font-weight: 500;
}
.resources-page .resources_2 {
  background-color: #fafafa;
}
.product_catalogue .img {
  width: 31%;
  vertical-align: middle;
}
.product_catalogue .mml-text {
  width: 69%;
  vertical-align: middle;
}
.product_catalogue .mml-text p {
  min-height: 75px;
}
.product_catalogue .mml-text .line {
  height: 1px;
  background: #e4e4e4;
}
.product_catalogue .mml-text .date time {
  font-weight: 500;
}
.product_catalogue .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.pdf_box ul {
  margin: -15px;
}
.pdf_box ul li {
  padding: 15px;
}
.pdf_box .mml-text {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.pdf_box .mml-text .title {
  padding-left: 55px;
  background: url(../images/pdf-icon.png) no-repeat left top;
  min-height: 110px;
}
.pdf_box .mml-text .line {
  height: 1px;
  background-color: #e5e5e5;
}
.pdf_box .mml-text .date time {
  font-weight: 500;
}
.pdf_box .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}
.catalogue-page .catalogue_list li {
  padding: 50px 0;
}
.catalogue-page .product_catalogue .img {
  width: 40%;
}
.catalogue-page .product_catalogue .mml-text {
  width: 60%;
}
resources_sidebar a.play:after {
  content: "\f01d";
  font: normal normal normal 50px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  cursor: hand;
  color: white;
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

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

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

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

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

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

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

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

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

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

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

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

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

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

    .seoPublic .text a {
        color: var(--color);
    }

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

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

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

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

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

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

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

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

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

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

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

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
    .m-link {
   margin-top: 40px;
}
.m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a em{
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.m-link a:first-child i {
  margin-right: 10px;
}
.m-link a:last-child{
  text-align: right;
}
.m-link a:last-child i {
 margin-left: 10px;
}
.m-link a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.m-link a span:hover{
  color: var(--base-color);
}
.m-link a:hover{
   color: var(--black);
}
@media screen and (max-width: 800px){
  .shuixing-page .init-3-public ul li .column{
    width: 100%;
  }
  .resources_sidebar .resources_left{
    width: 100%;
  }
  .resources_sidebar .resources_right {
    width: 100%;
    padding: 0 30px;
}
}
@media screen and (max-width: 500px){
  .product_catalogue .img {
    width: 100%;
    vertical-align: middle;
}
.product_catalogue .mml-text {
    width:100%;
    vertical-align: middle;
    padding-left: 0;
}
}
@media screen and (max-width: 700px){
  .join-us-page .join-us-2 .from {
    width: 100%;
    padding-right: 0%;
}
.lianxi .map {
    width: 100%;
}
.lianxi {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
}
#footer .footer-top .ui.container .ewmbox ul.sharelist li:hover a img{
  filter: brightness(0);
}

#footer .footer-bottom p a.fdgdgdrdr{
  width: 400px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
display: inline-block;
vertical-align: middle;
}


/*2025-3-19 add css change*/
#Pop_UpsBtn{
  z-index: 9999;
}
.backtop{
  z-index: 9999;
}
.inner-page.prodet-page .prodet-4 .swiper-slide{
  text-align: left;
}
@media screen and (max-width: 1400px){
.prodet-page .prodet-add-1 .ui.container .advbox ul li .item p{
  margin-top: 20px;
  max-height: 280px;
}
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-add-2 .ui.container dl.advlist2 dd .h5{
    font-size: 16px;
  }
}
@media screen and (max-width: 600px){
.gxs-1 .ui.container .left .title{
  display: none;
  width: 100%;
}
.gxs-1 .ui.container .left .title.phone{
  display: block;
}
.gxs-1 .ui.container .left{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gxs-1 .ui.container .left .iconbox{
  width: 50%;

}
.gxs-3 .ui.container .left .textbox a{
  font-size: 14px;
}
.gxs-3 .ui.container .right ul.datalist li{
  width: 50%;
}
.inner-banner {
    padding-top: 80px;
}
.corporate-culture {
    padding: 20px 0;
}
.corporate-culture .left h3{
  font-size: 20px;
  line-height: 1.5;
}
.about-page .i-semi{
  margin-top:0;
  padding: 20px 0 20px; 
}
.his-bg .right-his .about-4 h3{
  font-size: 20px;
}
.prodet-page .h5.line:before{
  width: 50%;
}
.m-link a span{
  font-size: 14px;
}
.prodet-page .prodet-2{
  display: none;
}
.prodet-page .prodet-add-2 .ui.container dl.advlist2 dd{
  width: 50%;
}
.font-22{
  font-size: 14px;
}
.prodet-page .prodet-add-2 .ui.container dl.advlist2 dd .h5{
  font-size: 14px;
}
.inner-page.prodet-page .prodet-4 {
    padding-bottom: 0px;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text{
  padding: 15px;
}
.service-page .service-2 .service-2-box .left{
  padding-top: 0;
}
.service-page#index-body .init-4 {
    padding: 20px 0;
}
#footer .footer-bottom .ui.container .center{
  justify-content: center;
}
.service-page .service-2 .top h3 {
    font-size: 24px;
}
.shuixing-page .init-3-public h2{
  font-size: 32px;
}
.shuixing-page .init-3-public {
    padding: 20px 0;
}
.init-3-public ul li .grid-box .i-text h2{
  font-size: 20px;
}
.init-3-public ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
}



.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span{
  color: #fff;
}
#Pop_UpsBtn{
  right: 25px!important;

}


.ssbox{
  position: relative;
  height: 150px;
  padding-bottom: 50px;
  overflow: hidden;
}
.ssbox.active{
  height: auto;
}
.ssbox:before{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -webkit-linear-gradient(top, transparent, #fff);
  background: -moz-linear-gradient(top, transparent, #fff);
  background: linear-gradient(to bottom, transparent, #fff);

}
.ssbox.active:before{
  height: 0;
}
.ssbox .btms{
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.ssbox span{
  font-size: 20px;
  color:var(--base-color);
  cursor: pointer;
}
.ssbox span:hover{
  transition: 0.3s all;
  color: #000;
}
.ssbox span.more{
  display:block;
}
.ssbox span.less{
  display: none;
}
.ssbox.active span.less{
  display: block;
}
.ssbox.active span.more{
  display: none;
}

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


.iconbox2{
 padding-bottom: 20px;

}
.iconbox2 ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.iconbox2 ul li{
  display: inline-block;
  width: auto;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid var(--base-color);
  margin-right: 15px;
  color: #fff;
  background: var(--base-color);
  border-radius: 5px;
}