@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-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-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: 'mon';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
.cjccpy h2 {
   font-weight: 500;
    color: #333333;
    font-size: 34px;
    font-family: var(--font);
    width: 185%;
}

.cjccpy {
 padding: 0 -50px 15px 190px;
}
.cjccpy p {
       color: #393939;
       font-size: 16px;
       line-height: 2;
}
.cjccpyjs {
  font-size: 14px;
  line-height: 2;
}
:root {
  --base-color: #971305;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "mon";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 95%;
  max-width: 1780px;
}
.container{
  max-width: 1700px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more_cont {
  position: relative;
  background-color: var(--base-color);
  color: #fff;
  overflow: hidden;
}
.more_cont span,
.more_cont img,
.more_cont div {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.more_cont:hover {
  color: var(--base-color);
}
.more_cont:hover::before {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-120 {
  padding-top: 30px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-70 {
  padding-bottom: 70px;
}
.sca_ani {
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  -o-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}
#header {
  z-index: 9;
  position: relative;
}
#header.scoller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  top: -100%;
}
#header.scoller.on {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #FFF;
  position: relative;
}
#header .nav .feedback {
  position: relative;
  width: 74px;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -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: 0;
  border: 1px solid #eee;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback img{
  filter: brightness(0);
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#header .nav .feedback:hover img{
  filter: brightness(1);
}
#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: 0;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 0px;
  font-size: 18px;
  color: #000;
  -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,
#header .ui.menu .menu-box ul.menu > li.active {
  border-color: var(--base-color);
  color: var(--base-color);
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 15px;
}
#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: 15px;
  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 ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .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: 30px;
  margin-right: 15px;
}
#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;
  height: 63px;
  width: 109px;
  border: 1px solid #eee;
}
#header .ui.menu .language span img {
  margin-right: 5px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 5px;
  font-size: 18px;
}
#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 .ui.menu .h-search form {
  width: 160px;
  position: relative;
}
#header .ui.menu .h-search form input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  border: none;
  font-weight: 700;
  border-bottom: 1px solid #a1a1a1;
}
#header .ui.menu .h-search form input[type="submit"] {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/seaerch-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  bottom: 10px;
  border: none;
  z-index: 1;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--base-color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 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: 13px;
  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;
}
#banner .bannerbox {
  position: relative;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#banner .bannerbox ul.bannerlist li .content {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
}
#banner .bannerbox ul.bannerlist li .content .ui.container .h2 {
  margin-bottom: 20px;
}
.gxs-1 {
  padding-top: 95px;
  padding-bottom: 115px;
}
.gxs-1 .ui.container .box {
  margin-top: 40px;
}
.gxs-1 .ui.container .box ul.catelist {
  margin: 0 -10px;
}
.gxs-1 .ui.container .box ul.catelist li {
  padding: 0 10px;
}
.gxs-1 .ui.container .box ul.catelist li .item {
  position: relative;
}
.gxs-1 .ui.container .box ul.catelist li .item:hover .text > a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gxs-1 .ui.container .box ul.catelist li .item .text {
  width: 95%;
  max-width: 430px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.gxs-1 .ui.container .box ul.catelist li .item .text > a {
  width: 160px;
  height: 160px;
  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: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .box ul.catelist li .item .text .cname {
  font-weight: 500;
  margin-top: 65px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.gxs-2 a.more2 {
  height: 50px;
  width: 40%;
  max-width: 440px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 300;
}
.gxs-2 a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.gxs-2 .top {
  padding-top: 126px;
  padding-bottom: 117px;
  background: #002044;
}
.gxs-2 .top .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;
}
.gxs-2 .top .ui.container .left {
  max-width: 1130px;
}
.gxs-2 .top .ui.container .left p {
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.gxs-2 .bottom {
  height: 815px;
  background: url(../images/about-bj.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 87px;
}
.gxs-2 .bottom .ui.container .text {
  color: #fff;
}
.gxs-2 .bottom .ui.container .text .left {
  max-width: 530px;
}
.gxs-2 .bottom .ui.container .text .h3 {
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1.2;
}
.gxs-2 .bottom .btm {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
}
.gxs-2 .bottom .btm .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: 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;
}
.gxs-2 .bottom .btm .ui.container ul.data {
  margin: 0 -30px;
}
.gxs-2 .bottom .btm .ui.container ul.data li {
  display: inline-block;
  color: #fff;
  padding: 0 30px;
}
.gxs-2 .bottom .btm .ui.container ul.data li p {
  font-weight: 300;
  margin-bottom: 15px;
}
.gxs-2 .bottom .btm .ui.container ul.data li span {
  font-weight: 400;
}
.gxs-3 {
  padding: 70px 0;
  background: #f4f4f4;
}
.gxs-3 .h3 {
  font-weight: 500;
  color: #000000;
  margin-bottom: 70px;
}
.gxs-3 .advmain ul.advlist {
  margin: 0 -10px;
}
.gxs-3 .advmain ul.advlist li {
  padding: 0 10px;
}
.gxs-3 .advmain ul.advlist li .item {
  padding: 40px;
  height: 440px;
  background: #fff;
}
.gxs-3 .advmain ul.advlist li .item .top {
  width: 100%;
  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;
  margin-bottom: 110px;
}
.gxs-3 .advmain ul.advlist li .item .top a.moreadv {
  width: 60px;
  height: 60px;
  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;
  background: #b8b8b8;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .advmain ul.advlist li .item .top a.moreadv:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-3 .advmain ul.advlist li .item .text h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.gxs-3 .advmain ul.advlist li .item .text p {
  line-height: 2;
}
.gxs-4 {
  padding: 65px 0;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  margin-bottom: 40px;
}
.gxs-4 .ui.container .mainbox {
  width: 100%;
  overflow: hidden;
  padding: 10px 5px ;
}
.gxs-4 .ui.container .mainbox ul li {
  padding: 0px;
}
.gxs-4 .ui.container .mainbox ul li .item {
  padding: 10px;
  padding-bottom: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
}
.gxs-4 .ui.container .mainbox ul li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.gxs-4 .ui.container .mainbox ul li .item .pname {
  margin-top: 35px;
}
.gxs-4 .ui.container .mainbox ul li .item .pname a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container .mainbox ul li .item .pname a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-5 .tabox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-5 .tabox ul li {
  width: 10%;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 780px;
  padding: 70px;
  padding-right: 40px;
  border-right: 2px solid #fff;
}
.gxs-5 .tabox ul li img.icon {
  position: absolute;
  top: 70px;
  right: 40px;
}
.gxs-5 .tabox ul li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 70%;
}
.gxs-5 .tabox ul li.active .mainbox {
  width: auto;
  opacity: 1;
}
.gxs-5 .tabox ul li i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: brightness(0.5) grayscale(1);
  filter: brightness(0.5) grayscale(1);
  z-index: -1;
}
.gxs-5 .tabox ul li .mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.gxs-5 .tabox ul li .mainbox a.more3 {
  height: 67px;
  width: 48%;
  position: absolute;
  line-height: 67px;
  background: #fff;
  border-radius: 34px;
  color: var(--base-color);
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  font-weight: 500;
  right: 0;
  bottom: 0;
}
.gxs-5 .tabox ul li .mainbox .right {
  color: #fff;
  padding-left: 35px;
}
.gxs-5 .tabox ul li .mainbox .right h5 {
  margin-bottom: 20px;
}
.gxs-5 .tabox ul li .mainbox .right p {
  font-size: 16px;
  line-height: 2;
}
.gxs-6 {
  padding: 105px 0;
}
.gxs-6 .ui.container {
  max-width: 1365px;
}
.gxs-6 .ui.container .h3 {
  font-weight: bold;
  margin-bottom: -60px;
}
.gxs-6 .ui.container .newsbox{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item {
  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;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .left {
  width: 100%;
  padding-right: 80px;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .left .ntitle {
  margin-bottom: 12px;
  font-weight: 400;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .left p {
  font-weight: 300;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 35px;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .left a.more {
  width: 95%;
  max-width: 512px;
  height: 67px;
  line-height: 67px;
  border-radius: 34px;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  font-size: 18px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  text-align: center;
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .left a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--base-color);
  border-color: var(--base-color);
}
.gxs-6 .ui.container .newsbox ul.newslist li .item .right {
  width: 50%;
  padding-left: 45px;
  border-left: 1px solid #aaa;
}
.gxs-7 {
  height: 520px;
  padding-top: 115px;
  background: url(../images/form-bj.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-7 .ui.container h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
.gxs-7 .ui.container p {
  margin-top: 25px;
  line-height: 2;
  margin-bottom: 90px;
  max-width: 565px;
}
.gxs-7 .ui.container form {
  width: 100%;
  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;
}
.gxs-7 .ui.container form input[type="text"] {
  width: 24%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  height: 35px;
  line-height: 3.5px;
  font-size: 16px;
}
.gxs-7 .ui.container form input[type="submit"] {
  width: 140px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  background: var(--base-color);
  font-size: 16px;
  text-transform: capitalize;
  border: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-7 .ui.container form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.gxs-8 {
  padding-top: 65px;
  padding-bottom: 55px;
}
.gxs-8 .ui.container h3 {
  margin-bottom: 30px;
}
.gxs-8 .ui.container ul.partnerlist {
  margin: 0 -13px;
  margin-top: 36px;
}
.gxs-8 .ui.container ul.partnerlist li {
  padding: 0 13px;
}
.gxs-8 .ui.container ul.partnerlist li a {
  width: 100%;
  /*border: 1px solid var(--base-color);*/
  padding: 7px 0;
  text-align: center;
  display: inline-block;
}
.gxs-8 .ui.container ul.partnerlist li a img {
  margin: 0 auto;
}
.font-80 {
  font-size: 80px;
}
.fb {
  font-weight: 700;
}
.font-50 {
  font-size: 50px;
}
.font-34 {
  font-size: 34px;
  line-height: 1.47058824;
}
#footer {
  background: #002044;
}
#footer .footer-main {
  padding-top: 130px;
  padding-bottom: 60px;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
  color: #fff;
  line-height: 2;
}
#footer .footer-main .ui.container > div .h4 {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .footer-main .ui.container > div.links ul li {
  margin-bottom: 0px;
}
#footer .footer-main .ui.container > div.links ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  font-weight: 300;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: capitalize;
}
#footer .footer-main .ui.container > div.links ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer .footer-main .ui.container > div.infobox {
  max-width: 405px;
}
#footer .footer-main .ui.container > div.infobox ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
#footer .footer-main .ui.container > div.infobox ul li label {
  width: 70px;
  text-transform: capitalize;
  text-align: left;
}
#footer .footer-main .ui.container > div.infobox ul li p {
  max-width: 330px;
  line-height: 2;
}
#footer .footer-main .ui.container > div.sharebox ul.sharelist li {
  margin-bottom: 20px;
  position: relative;
}
#footer .footer-main .ui.container > div.sharebox ul.sharelist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 2;
}
#footer .footer-main .ui.container > div.sharebox ul.sharelist li a i {
  font-size: 18px;
  margin-right: 15px;
}
#footer .footer-main .ui.container > div.sharebox ul.sharelist li #ewm {
  width: 135px;
  height: 135px;
  padding: 5px;
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom .ui.container {
  padding: 5px 0;
  width: 100%;
  -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;
  padding-top: 165px;
  position: relative;
}
#footer .footer-bottom .ui.container .backtop {
  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%);
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#footer .footer-bottom .ui.container .backtop:hover:before {
  width: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-bottom .ui.container .backtop:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
#footer .footer-bottom .ui.container .center {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#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: 2;
  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-26{
  font-size: 26px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1800px) {
  #header .ui.menu .h-search form {
    width: 200px;
  }
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #header .ui.menu .menu-box ul.menu > li a {
    padding: 25px 10px;
  }
  .gxs-2 .top .ui.container .left {
    width: 60%;
  }
  .gxs-3 .advmain ul.advlist li .item .text p {
    max-height: 96px;
    overflow-y: auto;
  }
  .gxs-5 .tabox ul li.active {
    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;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .h-search form {
    width: 150px;
  }
  #header .nav .feedback {
    display: none;
  }
  #header .ui.menu .language {
    margin-right: 0;
  }
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .ui.menu .logo {
    max-width: 50px;
  }
  .font-80 {
    font-size: 56px;
  }
  .font-30 {
    font-size: 22px;
  }
  .gxs-2 .bottom .ui.container .text .left {
    max-width: none;
  }
  .gxs-2 .bottom .btm .ui.container ul.data {
    margin-bottom: 20px;
  }
  .gxs-5 .tabox ul li .mainbox {
    overflow: visible;
  }
  .gxs-5 .tabox ul li .mainbox a.more3 {
    bottom: -70px;
  }
  .gxs-7 .ui.container .column {
    width: 100%;
  }
  #footer .footer-main .ui.container > div.product {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gxs-5 .tabox ul li .mainbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-5 .tabox ul li .mainbox .left {
    width: 100%;
    padding-right: 80px;
  }
  .gxs-5 .tabox ul li .mainbox .right {
    width: 100%;
    padding-left: 0;
  }
  .gxs-6 .ui.container .newsbox ul.newslist li .item .left {
    padding-right: 40px;
  }
  .font-34 {
    font-size: 24px;
  }
  #header .ui.menu {
    width: 100%;
  }
  #header .ui.menu .language span {
    width: 55px;
  }
  #header .ui.menu .menu-box ul.menu > li a {
    padding: 25px 5px;
  }
  #footer .footer-main .ui.container > div.quick {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 20px;
  }

a.changjufoot {
    display: none !important;
}
.suzhouchangju {
    font-size: 14px;
    line-height: 2;
    height: 300px;
    overflow-y: auto;
}
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .font-80 {
    font-size: 40px;
  }
  .gxs-2 .top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .top .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-40 {
    font-size: 26px;
  }
  .gxs-3 .advmain ul.advlist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .gxs-5 {
    display: none;
  }
  .gxs-6 .ui.container .h3 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .font-34 {
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #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;
  }
  #banner .bannerbox ul.bannerlist li .content {
    bottom: 20px;
  }
  .font-80 {
    font-size: 30px;
  }
  .gxs-2 .bottom .btm .ui.container ul.data li {
    width: 48%;
    text-align: left;
  }
  .gxs-3 .advmain ul.advlist li {
    width: 100%;
  }
  .gxs-6 .ui.container .newsbox ul.newslist li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-6 .ui.container .newsbox ul.newslist li .item .left {
    width: 100%;
  }
  .gxs-6 .ui.container .newsbox ul.newslist li .item .right {
    width: 100%;
    padding-left: 0;
    border: none;
    margin-top: 20px;
  }
  .gxs-7 {
    padding-top: 20px;
  }
  .gxs-7 .ui.container form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-7 .ui.container form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .footer-bottom .ui.container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  #banner .bannerbox ul.bannerlist li .content .ui.container p {
    display: none;
  }
  .gxs-2 a.more2 {
    width: 100%;
  }
  .font-80 {
    font-size: 20px;
  }
  .font-50 {
    font-size: 20px;
  }
  .gxs-2 .bottom {
    height: 900px;
    padding: 40px 0;
  }
  .gxs-2 .bottom .btm .ui.container ul.data li {
    width: 100%;
  }
  .gxs-4 {
    padding: 20px 0;
  }
  .font-40 {
    font-size: 19px;
  }
  .gxs-7 .ui.container p {
    margin-bottom: 45px;
  }
}
@-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: 2%;
  bottom: 5%;
  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;
}
.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 add*/

.public_form_cont {
  padding: 50px 0;
  color: #fff;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  display: none;
}
.public_form_cont .container .tips {
  font-weight: 500;
}
.public_form_cont .container .tips_des {
  margin-top: 10px;
}
.public_form_cont .container form {
  margin: 0 -15px 0;
}
.public_form_cont .container form .list {
  margin-top: 30px;
  width: 33.33%;
  padding: 0 15px;
}
.public_form_cont .container form .list input,
.public_form_cont .container form .list textarea {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}
.public_form_cont .container form .list input::-webkit-input-placeholder,
.public_form_cont .container form .list textarea::-webkit-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input:-moz-placeholder,
.public_form_cont .container form .list textarea:-moz-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::-moz-placeholder,
.public_form_cont .container form .list textarea::-moz-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input:-ms-input-placeholder,
.public_form_cont .container form .list textarea:-ms-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::-ms-input-placeholder,
.public_form_cont .container form .list textarea::-ms-input-placeholder {
  color: #fff;
}
.public_form_cont .container form .list input::placeholder,
.public_form_cont .container form .list textarea::placeholder {
  color: #fff;
}
.public_form_cont .container form .list .submit {
  font-size: 18px;
  padding: 6px 40px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  color: var(--base-color);
}
.public_form_cont .container form .list .submit::before {
  background-color: var(--base-color);
}
.public_form_cont .container form .list .submit:hover {
  color: #fff;
}
.public_form_cont .container form .list.content {
  width: 100%;
}
.public_form_cont .container form .list.brand {
  z-index: 3;
  position: relative;
}
.public_form_cont .container form .list.brand input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding-right: 32px;
}
.public_form_cont .container form .list.brand i {
  position: absolute;
  right: 26px;
  top: 12px;
  font-size: 24px;
  width: 25px;
  text-align: center;
  height: 24px;
}
.public_form_cont .container form .list.brand ul {
  display: none;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}
.public_form_cont .container form .list.brand ul li span {
  padding: 4px 26px;
  display: block;
  cursor: pointer;
  font-weight: 500;
}
.public_form_cont .container form .list.brand ul li span:hover {
  color: var(--base-color);
}
.public_form_cont .container form .list.brand.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-banner {
  padding: 210px 0 160px 0;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.inner-banner .container .cat_name {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.5;
}
.inner-banner .container .cat_name.f_40{
  font-size: 40px;
}
.inner-banner .container .mbx {
  margin-top: 10px;
  font-size: 18px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--base-color);
}
.m-page {
  text-align: center;
  margin-top: 35px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #838383;
  font-weight: 500;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #971305;
}
.m-page a:hover {
  color: #fff;
  background-color: #971305;
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 2;
}
.m-link a:hover {
  color: #000;
}
.product-page .init-1 {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.product-page .init-1 .container .tips {
  font-weight: 500;
  text-align: center;
}
.product-page .init-1 .container .list_cont {
  margin-top: 20px;
}
.product-page .init-1 .container .list_cont .list {
  margin-top: 10px;
  width: 33.33%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 12px;
}
.product-page .init-1 .container .list_cont.list_cont2 .list{
  width: 20%;
}
.product-page .init-1 .container .list_cont .list a {
  color: #000;
  display: block;
  padding: 14px 6px;
  background-color: #fff;
  border: 1px solid #878787;
}
.product-page .init-1 .container .list_cont .list a.active::before{
  background: var(--base-color);
  transform: scale(1);
}
.product-page .init-1 .container .list_cont .list a::before {
  background-color: var(--base-color);
}
.product-page .init-1 .container .list_cont .list a:hover,
.product-page .init-1 .container .list_cont .list a.active {
  color: #fff;
  border: 1px solid var(--base-color);
}
.product-page .init-2 {
  margin-top: 60px;
}
.product-page .init-2 .container .left {
  font-weight: 500;
  width: 560px;
  text-transform: uppercase;
  padding-right: 20px;
}
.product-page .init-2 .container .right {
  width: -webkit-calc(-460%);
  width: -moz-calc(-460%);
  width: calc(100% - 560px);
  color: #838383;
}
.product-page .init-3 {
  margin-top: 60px;
}
.product-page .init-3 .container ul li {
  margin: 10px 0 0 -1px;
  width: auto;
  position: relative;
  padding: 0 62px;
}
.product-page .init-3 .container ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #848484;
}
.product-page .init-3 .container ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #848484;
}
.product-page .init-3 .container ul li .box a {
  color: #828282;
  display: inline-block;
  position: relative;
}
.product-page .init-3 .container ul li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: var(--base-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.product-page .init-3 .container ul li .box a:hover,
.product-page .init-3 .container ul li .box a.active {
  color: var(--base-color);
}
.product-page .init-3 .container ul li .box a:hover::before,
.product-page .init-3 .container ul li .box a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.product-page .init-4 {
  margin-top: 30px;
}
.product-page .init-4 .container {
  border-bottom: 1px solid #9e9e9e;
}
.product-page .init-4 .container ul {
  margin: 0 -25px;
}
.product-page .init-4 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .init-4 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.product-page .init-4 .container ul li .box a {
  display: block;
}
.product-page .init-4 .container ul li .box .img img {
  width: 100%;
}
.product-page .init-4 .container ul li .box .title {
  color: #4a4949;
  margin-top: 10px;
  line-height: 1.8;
}
.product-page .init-4 .container ul li .box .title:hover {
  color: var(--base-color);
}
.pro_public_cont .form_cont .container .cont {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 170px;
  width: 100%;
}
.pro_public_cont .form_cont .container .cont .tips2 {
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 22px;
}
.pro_public_cont .form_cont .container .cont .list .tips {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
}
.pro_public_cont .form_cont .container .cont .list input,
.pro_public_cont .form_cont .container .cont .list textarea,
.pro_public_cont .form_cont .container .cont .list .input_cont {
  width: 100%;
  margin-top: 4px;
  padding: 8px 20px;
  border: 1px solid #898989;
  font-size: 14px;
}
.pro_public_cont .form_cont .container .cont .list .input_cont {
  position: relative;
}
.pro_public_cont .form_cont .container .cont .list .input_cont input {
  margin-top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item {
  padding: 5px 0;
  color: #bdbdbd;
  width: auto;
  font-size: 14px;
  cursor: pointer;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .cir {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  position: relative;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .cir div {
  position: relative;
  width: 7px;
  height: 7px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item.active,
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item:hover {
  color: #000;
}
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item.active .cir,
.pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item:hover .cir {
  background-color: #971305;
  border-color: #971305;
}
.pro_public_cont .form_cont .container .cont .list .submit {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 36px;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.pro_public_cont .form_cont .container .cont .list .submit img,
.pro_public_cont .form_cont .container .cont .list .submit span {
  vertical-align: middle;
}
.pro_public_cont .form_cont .container .cont .list .submit span {
  margin-left: 14px;
}
.pro_public_cont .form_cont .container .cont .list .submit::before {
  background-color: var(--base-color);
}
.pro_public_cont .form_cont .container .cont .list .submit:hover {
  color: #fff;
}
.pro_public_cont .form_cont .container .cont .list .submit:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro_public_cont .about_cont {
  background-color: #f9f9f9;
}
.pro_public_cont .about_cont .container .left {
  vertical-align: middle;
  width: 43%;
}
.pro_public_cont .about_cont .container .left img {
  width: 100%;
}
.pro_public_cont .about_cont .container .right {
  vertical-align: middle;
  width: 57%;
  padding-left: 64px;
}
.pro_public_cont .about_cont .container .right .title {
  font-weight: 500;
  text-transform: uppercase;
}
.pro_public_cont .about_cont .container .right .des {
  color: #878787;
  margin-top: 10px;
}
.pro_public_cont .about_cont .container .right .more {
  padding: 6px 46px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 500;
  border: 1px solid var(--base-color);
}
.pro_public_cont .news_cont .container .tips_cont .left {
  padding-right: 40px;
  width: -webkit-calc(-46%);
  width: -moz-calc(-46%);
  width: calc(100% - 146px);
  vertical-align: middle;
}
.pro_public_cont .news_cont .container .tips_cont .left .tips {
  font-weight: 500;
}
.pro_public_cont .news_cont .container .tips_cont .left .tips_des {
  margin-top: 10px;
  color: #979797;
  line-height: 1.8;
}
.pro_public_cont .news_cont .container .tips_cont .right {
  width: 146px;
  vertical-align: middle;
}
.pro_public_cont .news_cont .container .tips_cont .right .btn {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-color: #f5f5f5;
  font-size: 22px;
  color: #bdbdbd;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.pro_public_cont .news_cont .container .tips_cont .right .btn i {
  position: relative;
  z-index: 2;
}
.pro_public_cont .news_cont .container .tips_cont .right .btn::before {
  background-color: var(--base-color);
}
.pro_public_cont .news_cont .container .tips_cont .right .btn:hover {
  color: #fff;
}
.pro_public_cont .news_cont .container .tips_cont .right .next {
  margin-left: 10px;
}
.pro_public_cont .news_cont .container .content {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #9e9e9e;
}
.pro_public_cont .news_cont .container .content .slick li .box a {
  display: block;
}
.pro_public_cont .news_cont .container .content .slick li .box a:hover {
  color: var(--base-color);
}
.pro_public_cont .news_cont .container .content .slick li .box .title {
  font-weight: 500;
}
.pro_public_cont .news_cont .container .content .slick li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #878787;
  margin-top: 14px;
  line-height: 2;
}
.pro_public_cont .news_cont .container .content .s_page {
  margin-top: 30px;
}
.pro_public_cont .news_cont .container .content .s_page li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9db;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_public_cont .news_cont .container .content .s_page li button {
  display: none;
}
.pro_public_cont .news_cont .container .content .s_page li.slick-active {
  background-color: var(--base-color);
}
.pro_public_cont .knowledge_cont {
  padding: 140px 0 120px 0;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.pro_public_cont .knowledge_cont .container .tips {
  font-weight: 500;
}
.pro_public_cont .knowledge_cont .container .des {
  margin-top: 30px;
}
.pro_public_cont #cp-Nav {
  display: none;
  background-color: #f2f2f2;
  padding: 30px 0;
}
.pro_public_cont #cp-Nav .nav {
  padding: 0 15px;
}
.pro_public_cont #cp-Nav .nav .title {
  font-size: 18px;
  font-weight: 700;
  padding: 8px 10px;
  background: var(--base-color);
  border-radius: 5px;
  color: #fff;
}
.pro_public_cont #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);
}
.pro_public_cont #cp-Nav .nav .cont {
  display: none;
}
.pro_public_cont #cp-Nav .nav ul {
  position: fixed;
  top: 10%;
  max-height: 80%;
  left: 5%;
  width: 90%;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  z-index: 300;
  font-size: 16px;
  overflow: auto;
}
.pro_public_cont #cp-Nav .nav ul li a {
  display: block;
  padding: 5px 0;
  line-height: 28px;
}
.pro_public_cont #cp-Nav .nav ul ul {
  padding: 0 10px;
  font-size: 14px;
  position: static;
  max-height: none;
  width: 100%;
  margin: 10px 0;
}
.pro_public_cont .related_pro {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.pro_public_cont .related_pro .container .tips {
  font-weight: 500;
  text-align: center;
}
.pro_public_cont .related_pro .container .content {
  margin-top: 50px;
}
.pro_public_cont .related_pro .container .content .slick {
  margin: 0 -25px;
}
.pro_public_cont .related_pro .container .content .slick .slick-track {
  margin-left: 0;
}
.pro_public_cont .related_pro .container .content .slick li {
  padding: 0 25px;
}
.pro_public_cont .related_pro .container .content .slick li .box a {
  display: block;
}
.pro_public_cont .related_pro .container .content .slick li .box .img {
  display: block;
}
.pro_public_cont .related_pro .container .content .slick li .box .img img {
  width: 100%;
}
.pro_public_cont .related_pro .container .content .slick li .box .title {
  margin-top: 16px;
  color: #4a4949;
  line-height: 2;
}
.pro_public_cont .related_pro .container .content .slick li .box .title:hover {
  color: #000;
}
.pro_public_cont .line {
  height: 1px;
  background-color: #f2f2f2;
}
.prodet-page .init-1 {
  background-color: #f9f9f9;
  padding-bottom: 60px;
}
.prodet-page .init-1 .container .big_img {
  width: 44%;
  overflow: hidden;
}
.prodet-page .init-1 .container .big_img img {
  width: 100%;
}
.prodet-page .init-1 .container .right {
  width: 56%;
  padding-left: 120px;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.prodet-page .init-1 .container .right .img_list {
  margin-top: 70px;
}
.prodet-page .init-1 .container .right .img_list .slick {
  margin: 0 -7px;
}
.prodet-page .init-1 .container .right .img_list .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-1 .container .right .img_list .slick li {
  padding: 0 7px;
}
.prodet-page .init-1 .container .right .img_list .slick li .box {
  display: block;
  overflow: hidden;
}
.prodet-page .init-1 .container .right .img_list .slick li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .right .more_c {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
  padding-top: 50px;
}
.prodet-page .init-1 .container .right .more_c .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #971305;
}
.prodet-page .init-1 .container .right .more_c .more::before {
  background-color: var(--base-color);
}
.prodet-page .init-1 .container .right .more_c .more:hover {
  color: #fff;
}
.prodet-page .init-2 {
  padding-top: 50px;
  padding: 50px 0 70px 0;
}
.prodet-page .init-2 .container .tips {
  font-weight: 500;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-2 .container .content table{
  border: none;
}
.prodet-page .init-2 .container .content table tr {
  background-color: #fff;
}
.prodet-page .init-2 .container .content table tr td {
  border: 1px solid #b4b4b4;
  min-width: 136px;
}
.prodet-page .init-3 .container {
  height: 600px;
  position: relative;
}
.prodet-page .init-3 .container .cont {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  width: 600px;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .init-3 .container .cont strong,
.prodet-page .init-3 .container .cont b {
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}
.prodet-page .init-4 {
  margin-top: 40px;
  padding-bottom: 60px;
}
.prodet-page .init-4 .container .tips {
  font-weight: 500;
}
.prodet-page .init-4 .container .des {
  color: #727272;
  margin-top: 10px;
}
.prodet-page .init-4 .container .des table tr td{
  min-width: 130px;
}
.service-page .init-1 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-1 .container .tips_des {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  color: #8a8a8a;
  padding-bottom: 30px;
  line-height: 1.8
}
.service-page .init-1 .container .content {
  border-top: 1px solid #d9d9d9;
}
.service-page .init-1 .container .list_cont {
  margin: 10px -45px 0;
}
.service-page .init-1 .container .list_cont .list {
  padding: 0 45px;
  margin-top: 30px;
  width: 33.33%;
  position: relative;
}
.service-page .init-1 .container .list_cont .list .num {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50px;
}
.service-page .init-1 .container .list_cont .list .cont {
  padding-left: 60px;
}
.service-page .init-1 .container .list_cont .list .cont .title {
  font-weight: 500;
}
.service-page .init-1 .container .list_cont .list .cont .des {
  color: #656565;
  margin-top: 16px;
  line-height: 2;
}
.service-page .init-1 .container .list_cont .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-page .init-1 .container .list_cont .list:hover .num {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .init-2 .container {
  width: 100%;
}
.service-page .init-2 .container .list {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-page .init-2 .container .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-2 .container .list .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  z-index: 2;
}
.service-page .init-2 .container .list:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-page .init-3 .container .left {
  vertical-align: middle;
}
.service-page .init-3 .container .left img {
  width: 100%;
}
.service-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 70px;
}
.service-page .init-3 .container .right .title {
  font-weight: 500;
}
.service-page .init-3 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.service-page .init-3 .container .right .more {
  display: inline-block;
  margin-top: 30px;
  padding: 6px 32px;
  border: 1px solid var(--base-color);
}
.service-page .init-4 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-4 .container .tips_des {
  color: #8a8a8a;
  max-width: 900px;
  margin: 16px auto 0;
  text-align: center;
}
.service-page .init-4 .container .content {
  margin: 20px -15px 0;
}
.service-page .init-4 .container .content .list {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .content .list .box {
  position: relative;
  height: 400px;
}
.service-page .init-4 .container .content .list .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.service-page .init-4 .container .content .list .box .shadow {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.74);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .content .list .box .cont {
  overflow-y: hidden;
  position: absolute;
  height: -webkit-calc(30%);
  height: -moz-calc(30%);
  height: calc(100% - 70px);
  top: 128%;
  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%);
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  color: #fff;
  padding-right: 4px;
}
.service-page .init-4 .container .content .list .box .cont .title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-page .init-4 .container .content .list .box .cont .des p {
  margin-top: 9px;
}
.service-page .init-4 .container .content .list .box .cont .des p:first-child {
  margin-top: 0;
}
.service-page .init-4 .container .content .list .box .cont .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 40px;
  border: 1px solid var(--base-color);
}
.service-page .init-4 .container .content .list .box:hover .shadow {
  opacity: 1;
}
.service-page .init-4 .container .content .list .box:hover .cont {
  top: 50%;
  overflow-y: auto;
}
.service-page .init-5 .container .tips {
  font-weight: 500;
  text-align: center;
}
.service-page .init-5 .container .tips_des {
  -webkit-columns: #8a8a8a;
  -moz-columns: #8a8a8a;
  columns: #8a8a8a;
  text-align: center;
  margin-top: 10px;
}
.service-page .init-5 .container .content {
  margin-top: 25px;
}
.service-page .init-5 .container .content .list {
  margin-top: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
.service-page .init-5 .container .content .list .title {
  position: relative;
  padding: 15px 80px 15px 22px;
  font-weight: 500;
  cursor: pointer;
}
.service-page .init-5 .container .content .list .title i {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.service-page .init-5 .container .content .list .title:hover {
 background-color: #002044;
  color: #fff;
}
.service-page .init-5 .container .content .list .title:hover i {
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active {
  background-color: #002044;
  color: #fff;
}
.service-page .init-5 .container .content .list .title.active i {
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.service-page .init-5 .container .content .list .des {
  padding: 20px 22px;
  color: #828282;
  display: none;
}
.about_public_nav {
  background-color: #f9f9f9;
  padding: 25px 0;
  text-align: center;
}
.about_public_nav .container .list {
  padding: 5px 50px;
  width: auto;
}
.about_public_nav .container .list a {
  display: inline-block;
  position: relative;
  color: #838383;
}
.about_public_nav .container .list a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 2px;
  left: 0;
  border-bottom: 1px solid #9a190b;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.about_public_nav .container .list a:hover,
.about_public_nav .container .list a.active {
  color: #9a190b;
}
.about_public_nav .container .list a:hover::before,
.about_public_nav .container .list a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.about-page .init-1 {
  padding-top: 60px;
}
.about-page .init-1 .container .tips {
  font-weight: 500;
  max-width: 860px;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
}
.about-page .init-1 .container .video {
  margin-top: 30px;
}
.about-page .init-1 .container .video video {
  display: block;
  width: 100%;
}
.about-page .init-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #9e9e9e;
}
.about-page .init-2 .container .left {
  width: 350px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
}
.about-page .init-2 .container .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
}
.about-page .init-3 {
  margin-top: 90px;
  padding: 80px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
  max-width: 940px;
}
.about-page .init-3 .container .list img {
  width: 56px;
  height: 56px;
}
.about-page .init-3 .container .list .cont {
  color: #fff;
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 35px;
}
.about-page .init-3 .container .list .cont .title {
  font-weight: 500;
}
.about-page .init-3 .container .list .cont .des {
  color: #4a4a4a;
  margin-top: 16px;
}
.about-page .init-3 .container .list:first-child {
  margin-top: 0;
}
.about-page .init-4 {
  text-align: center;
}
.about-page .init-4 .container .tips {
  font-weight: 500;
}
.about-page .init-4 .container .tips_des {
  max-width: 770px;
  color: #8e8e8e;
  margin: 10px auto 0;
}
.about-page .init-4 .container .list_cont {
  margin: 30px -50px 0;
  text-align: left;
}
.about-page .init-4 .container .list_cont .list {
  text-align: center;
  padding: 0 50px;
}
.about-page .init-4 .container .list_cont .list .box .img_c {
  position: relative;
  overflow: hidden;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(50, 130, 86, 0.8);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
  display: inline-block;
  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-color: #fff;
  color: #000;
  padding: 6px 30px;
  border: 1px solid #fff;
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more::before {
  background-color: var(--base-color);
}
.about-page .init-4 .container .list_cont .list .box .img_c .shadow .more:hover {
  color: #fff;
}
.about-page .init-4 .container .list_cont .list .box .num {
  color: var(--base-color);
  font-weight: 500;
  margin-top: 50px;
}
.about-page .init-4 .container .list_cont .list .box .line {
  margin: 8px auto 0;
  width: 24px;
  height: 1px;
  background-color: #dcdcdc;
}
.about-page .init-4 .container .list_cont .list .box .title {
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.about-page .init-4 .container .list_cont .list .box:hover .img_c .shadow {
  top: 0;
}
.about-page .init-5 {
  padding: 110px 0 150px 0;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}
.about-page .init-5 .container .sub_img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 910px;
}
.about-page .init-5 .container .tips {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .s_page{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
} 
.about-page .init-5 .container .s_page .btn{
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: all .5s;
}
.about-page .init-5 .container .s_page .btn.slick-disabled{
  opacity: .4;
}
.about-page .init-5 .container .s_page .btn i{
  position: relative;
  z-index: 2;
}
.about-page .init-5 .container .s_page .btn:hover{
  color: var(--base-color);
}
.about-page .init-5 .container .s_page .prev i{
  margin-left: -4px;
}
.about-page .init-5 .container .s_page .next i{
  margin-left: 4px;
}
.about-page .init-5 .container .s_page .next{
  margin-left: 10px;
}
.about-page .init-5 .container .list_cont {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-top: 80px;
}
.about-page .init-5 .container .list_cont .slick li .box {
  position: relative;
  padding: 0 40px 0 40px;
}
.about-page .init-5 .container .list_cont .slick li .box .year {
  font-weight: 500;
}
.about-page .init-5 .container .list_cont .slick li .box .img {
  position: absolute;
  height: 100%;
  top: 100px;
  left: 0;
  height: 310px;
}
.about-page .init-5 .container .list_cont .slick li .box .cont {
  position: relative;
}
.about-page .init-5 .container .list_cont .slick li .box .cont .title {
  font-weight: 500;
  margin-top: 10px;
}
.about-page .init-5 .container .list_cont .slick li .box .cont .des {
  margin-top: 40px;
  opacity: 0;
  padding-right: 2px;
  overflow-y: auto;
  height: 255px;
}
.about-page .init-5 .container .list_cont .slick li .box:hover .cont .des{
  opacity: 1;
}
.about-page .init-6 {
  text-align: center;
}
.about-page .init-6 .container .tips {
  font-weight: 500;
}
.about-page .init-6 .container .tips_des {
  margin: 10px auto 0;
  max-width: 800px;
}
.about-page .init-6 .container .list_cont {
  margin: 20px -70px 0;
}
.about-page .init-6 .container .list_cont .list {
  margin-top: 30px;
  padding: 0 70px;
}
.about-page .init-6 .container .list_cont .list .box {
  display: block;
}
.about-page .init-6 .container .list_cont .list .box img {
  width: 100%;
}
.about-page .init-7 {
  background-color: #f9f9f9;
}
.about-page .init-7 .container .title_c .left {
  font-weight: 500;
  width: 350px;
  padding-right: 10px;
}
.about-page .init-7 .container .title_c .right {
  width: -webkit-calc(-250%);
  width: -moz-calc(-250%);
  width: calc(100% - 350px);
  color: #3f3f3f;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.about-page .init-7 .container .list_cont {
  margin: 40px -10px 0;
}
.about-page .init-7 .container .list_cont .list {
  padding: 10px;
}
.about-page .init-7 .container .list_cont .list a {
  display: block;
}
.about-page .init-7 .container .list_cont .list a img {
  width: 100%;
}
.about-page .init-7 .container .list_cont .list .des{
  font-size: 16px;
  font-weight: Regular;
  margin-top: 10px;
  text-align: center;
}
.about-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.about-page .init-8 .container .tips_des {
  color: #8e8e8e;
  max-width: 750px;
  text-align: center;
  margin: 10px auto 0;
  line-height: 1.8;
}
.about-page .init-8 .container .list_cont .list {
  padding: 0 5px;
  margin-top: 40px;
}
.about-page .init-8 .container .list_cont .list a {
  display: block;
}
.about-page .init-8 .container .list_cont .list a img {
  width: 100%;
}
.factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #971305;
  border: 1px solid #971305;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #971305;
}
.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #000;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #971305;
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
.culture-page .init-1 .container .left {
  vertical-align: middle;
}
.culture-page .init-1 .container .left img {
  width: 100%;
}
.culture-page .init-1 .container .right {
  padding-left: 60px;
  vertical-align: middle;
}
.culture-page .init-1 .container .right .tips {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.culture-page .init-1 .container .right .title {
  margin-top: 20px;
  font-weight: 500;
}
.culture-page .init-1 .container .right .des {
  color: #8e8e8e;
  margin-top: 30px;
}
.culture-page .init-2 {
  background-color: #f9f9f9;
}
.culture-page .init-2 .container .tips {
  font-weight: 500;
}
.culture-page .init-2 .container .list_cont {
  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: 10px -10px 0;
}
.culture-page .init-2 .container .list_cont .list {
  width: 330px;
  padding: 0 10px;
  margin-top: 20px;
}
.culture-page .init-2 .container .list_cont .list .box {
  height: 100%;
  padding: 30px;
  border: 1px solid #000;
}
.culture-page .init-2 .container .list_cont .list .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  border-radius: 10px;
}
.culture-page .init-2 .container .list_cont .list .box .title {
  font-weight: 500;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list .box .des {
  margin-top: 20px;
  color: #3f3f3f;
}
.culture-page .init-2 .container .list_cont .list1 .box {
  border: none;
  padding-left: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .des {
  max-width: 460px;
  margin-top: 0;
  padding-top: 0;
}
.culture-page .init-2 .container .list_cont .list1 .box .more {
  margin-top: 20px;
  display: inline-block;
  padding: 6px 44px;
  background-color: #971305;
  border: 1px solid #971305;
}
.culture-page .init-2 .container .list_cont .list1,
.culture-page .init-2 .container .list_cont .list4 {
  width: -webkit-calc(-560%);
  width: -moz-calc(-560%);
  width: calc(100% - 660px);
}
.culture-page .init-3 .container .tips {
  font-weight: 500;
  text-align: center;
}
.culture-page .init-3 .container .tips_des {
  max-width: 650px;
  margin: 10px auto 0;
  color: #8a8a8a;
  text-align: center;
}
.culture-page .init-3 .container .list_cont {
  margin-top: 60px;
}
.culture-page .init-3 .container .list_cont .list {
  background-color: #f9f9f9;
}
.culture-page .init-3 .container .list_cont .list .left {
  position: relative;
  vertical-align: middle;
}
.culture-page .init-3 .container .list_cont .list .left img {
  width: 100%;
}
.culture-page .init-3 .container .list_cont .list .right {
  position: relative;
  vertical-align: middle;
  padding: 40px 70px;
}
.culture-page .init-3 .container .list_cont .list .right .title {
  font-weight: 500;
}
.culture-page .init-3 .container .list_cont .list .right .des {
  color: #878787;
  margin-top: 20px;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
  left: 50%;
}
.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
  left: -50%;
}
.sustainable-page .init-1 .container .left {
  font-weight: 500;
  width: 530px;
  padding-right: 10px;
}
.sustainable-page .init-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  color: #838383;
}
.sustainable-page .init-1 .container .content {
  margin: 10px -25px 0;
}
.sustainable-page .init-1 .container .content .list {
  margin-top: 40px;
  padding: 0 25px;
}
.sustainable-page .init-1 .container .content .list .box {
  display: block;
  background-color: #f9f9f9;
  padding: 16px 60px 16px 16px;
}
.sustainable-page .init-1 .container .content .list .box .img {
  width: 166px;
  height: 166px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  overflow: hidden;
}
.sustainable-page .init-1 .container .content .list .box .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-1 .container .content .list .box .text {
  width: -webkit-calc(-66%);
  width: -moz-calc(-66%);
  width: calc(100% - 166px);
  padding-left: 34px;
}
.sustainable-page .init-1 .container .content .list .box .text .title {
  font-weight: 500;
  margin-top: 10px;
}
.sustainable-page .init-1 .container .content .list .box .text .des {
  color: #898989;
  margin-top: 10px;
  line-height: 1.6;
}
.sustainable-page .init-1 .container .content .list .box:hover {
  background-color: var(--base-color);
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .title {
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .des {
  color: #fff;
}
.sustainable-page .init-2 {
  text-align: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
.sustainable-page .init-2 .container .tips {
  font-weight: 500;
}
.sustainable-page .init-2 .container .des {
  max-width: 660px;
  margin: 30px auto 0;
}
.sustainable-page .init-3 .container .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  padding-right: 90px;
}
.sustainable-page .init-3 .container .left .list {
  margin-top: 50px;
}
.sustainable-page .init-3 .container .left .list .img {
  width: 50px;
}
.sustainable-page .init-3 .container .left .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 40px;
}
.sustainable-page .init-3 .container .left .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-3 .container .left .list .text .des {
  margin-top: 10px;
  color: #8d8d8d;
}
.sustainable-page .init-3 .container .left .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-3 .container .left .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable-page .init-3 .container .left .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainable-page .init-3 .container .right {
  width: 510px;
}
.sustainable-page .init-3 .container .right img {
  width: 100%;
}
.sustainable-page .init-4 {
  background-color: #f9f9f9;
}
.sustainable-page .init-4 .container .img {
  width: 40%;
}
.sustainable-page .init-4 .container .right {
  width: 60%;
  padding-left: 120px;
}
.sustainable-page .init-4 .container .right .title {
  font-weight: 500;
}
.sustainable-page .init-4 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #971305;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content .slick li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
}
.sustainable-page .init-5 .container .content .slick li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.sustainable-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 230px;
}
.sustainable-page .init-6 .container .left {
  width: 410px;
}
.sustainable-page .init-6 .container .left .tips {
  font-weight: 500;
}
.sustainable-page .init-6 .container .left .des {
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right {
  width: -webkit-calc(-310%);
  width: -moz-calc(-310%);
  width: calc(100% - 410px);
  padding-left: 280px;
}
.sustainable-page .init-6 .container .right .list {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.sustainable-page .init-6 .container .right .list .line_cont {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line {
  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-color: #000;
}
.sustainable-page .init-6 .container .right .list .line_cont .line1 {
  width: 14px;
  height: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line2 {
  width: 2px;
  height: 14px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.sustainable-page .init-6 .container .right .list .text {
  padding-left: 40px;
}
.sustainable-page .init-6 .container .right .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-6 .container .right .list .des {
  display: none;
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.sustainable-page .init-7 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.sustainable-page .init-7 .container .cont {
  background-color: #fff;
  padding: 60px 180px 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sustainable-page .init-7 .container .cont .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-7 .container .cont .tips_des {
  margin: 10px auto 0;
  color: #8e8e8e;
  text-align: center;
  max-width: 640px;
}
.sustainable-page .init-7 .container .cont .img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.sustainable-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-8 .container .tips_des {
  max-width: 1000px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px auto 0;
}
.sustainable-page .init-8 .container .content {
  margin-top: 50px;
}
.sustainable-page .init-8 .container .content .slick {
  margin: 0 -15px 0;
}
.sustainable-page .init-8 .container .content .slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide {
  height: auto;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide > div {
  height: 100%;
}
.sustainable-page .init-8 .container .content .slick li {
  height: 100%;
  padding: 0 15px;
}
.sustainable-page .init-8 .container .content .slick li .box {
  height: 100%;
  background-color: #f9f9f9;
  padding: 44px 60px;
}
.sustainable-page .init-8 .container .content .slick li .box .title {
  font-weight: 500;
}
.sustainable-page .init-8 .container .content .slick li .box .des {
  color: #8a8a8a;
  margin-top: 20px;
}
.sustainable-page .init-8 .container .content .slick li .box:hover {
  background-color: #971305;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .title {
  color: #fff;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .des {
  color: #fff;
}
.contact-page .init-1 .container .title_c .left {
  width: -webkit-calc(-520%);
  width: -moz-calc(-520%);
  width: calc(100% - 620px);
  font-weight: 500;
  text-transform: uppercase;
}
.contact-page .init-1 .container .title_c .left > div {
  max-width: 360px;
}
.contact-page .init-1 .container .title_c .right {
  width: 620px;
  color: #9e9e9e;
}
.contact-page .init-1 .container .content {
  margin-top: 70px;
  background-color: #f9f9f9;
}
.contact-page .init-1 .container .content .img {
  width: 480px;
}
.contact-page .init-1 .container .content .cont {
  width: -webkit-calc(-380%);
  width: -moz-calc(-380%);
  width: calc(100% - 480px);
  padding: 50px 60px 60px 80px;
}
.contact-page .init-1 .container .content .cont .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .content .cont .list .label {
  width: 190px;
  font-size: 14px;
  font-weight: 700;
}
.contact-page .init-1 .container .content .cont .list .input_c {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
  border: 1px solid #898989;
}
.contact-page .init-1 .container .content .cont .list .input_c input,
.contact-page .init-1 .container .content .cont .list .input_c textarea {
  width: 100%;
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont {
  position: relative;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c {
  padding: 10px 30px;
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 10px 10px 10px 34px;
  position: relative;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  top: 12px;
  left: 0;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 3px;
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item:hover .cir,
.contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid #971305;
  background-color: #971305;
}
.contact-page .init-1 .container .content .cont .more {
  margin: 30px 0 0 190px;
  cursor: pointer;
  display: inline-block;
  padding: 14px 36px;
  background-color: #002044;
  text-transform: uppercase;
  font-size: 14px;
}
.contact-page .init-1 .container .content .cont .more::before {
  background-color: var(--base-color);
}
.contact-page .init-1 .container .content .cont .more img,
.contact-page .init-1 .container .content .cont .more span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.contact-page .init-1 .container .content .cont .more span {
  margin-left: 20px;
}
.contact-page .init-1 .container .content .cont .more:hover {
  color: #fff;
}
.contact-page .init-1 .container .content .cont .more:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-page .init-2 {
  padding-top: 40px;
}
.contact-page .init-2 .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
.contact-page .init-2 .container .content .list {
  padding: 0 15px;
  width: 33.33%;
}
.contact-page .init-2 .container .content .list .box {
  background-color: #f9f9f9;
  padding: 30px;
  height: 100%;
}
.contact-page .init-2 .container .content .list .box .img {
  height: 48px;
}
.contact-page .init-2 .container .content .list .box .img img {
  max-height: 100%;
}
.contact-page .init-2 .container .content .list .box .title {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-page .init-2 .container .content .list .box .des {
  margin-top: 14px;
  color: #838383;
  line-height: 2;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
}
.contact-page .init-3 .container {
  width: 100%;
}
.contact-page .init-3 .container .map #mapContainer {
  height: 480px;
}
.news-page .init-1 .container ul {
  margin: -10px;
}
.news-page .init-1 .container ul li {
  padding: 10px;
}
.news-page .init-1 .container ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-page .init-1 .container ul li .box .img {
  display: block;
}
.news-page .init-1 .container ul li .box .img img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  padding: 30px 20px;
  min-height: 214px;
}
.news-page .init-1 .container ul li .box .cont .title {
  font-weight: 500;
  display: block;
  line-height: 1.6;
  min-height: 120px;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--base-color);
}
.news-page .init-1 .container ul li .box .cont .time {
  color: #9e9e9e;
  margin-top: 10px;
}
.news-page .init-1 .container .m-page {
  margin-top: 50px;
}
.newdet-page .init-1 .container .title {
  font-weight: 500;
}
.newdet-page .init-1 .container .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .init-1 .container .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .init-1 .container .content h3 {
  font-size: 18px!important;
  line-height: 1.6!important;
  padding: 10px 5px!important;
  font-weight: 600!important;
}
.newdet-page .init-1 .container .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #971305;
}
.newdet-page .init-1 .container .contentol li,.newdet-page .init-1 .container .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: -webkit-calc(-60%);
  width: -moz-calc(-60%);
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #3b5999;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: var(--base-color);
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media (max-width: 1500px) {
  .inner-banner .container .cat_name {
    font-size: 50px;
  }
  .inner-banner .container .cat_name.f_40{
    font-size: 30px;
  }
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .container .list_cont .list {
    font-size: 16px;
  }
  .product-page .init-2 .container .left {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .product-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .product-page .init-3 .container ul li {
    padding: 0 30px;
  }
  .product-page .init-3 .container ul li .box {
    font-size: 16px;
  }
  .service-page .init-1 .container .list_cont {
    margin: 10px -10px 0;
  }
  .service-page .init-1 .container .list_cont .list {
    padding: 0 10px;
    width: 50%;
  }
  .service-page .init-1 .container .list_cont .list .num {
    left: 16px;
  }
  .service-page .init-2 .container .list {
    height: 400px;
  }
  .about_public_nav {
    display: none;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .about-page .init-7 .container .title_c .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
  .sustainable-page .init-6 .container .right {
    padding-left: 20px;
  }
  .sustainable-page .init-8 .container .content .slick li .box {
    padding: 20px;
  }
  .contact-page .init-1 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .title_c .left > div {
    max-width: 100%;
  }
  .contact-page .init-1 .container .title_c .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .content .img {
    display: none;
  }
  .contact-page .init-1 .container .content .cont {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 1000px) {
    .public_form_cont {
    text-align: center;
  }
  .public_form_cont .container form .list.brand ul {
    text-align: left;
  }
  .inner-banner {
    margin-top: 40px;
    padding: 100px 0;
    text-align: center;
  }
  .inner-banner .container .cat_name {
    font-size: 40px;
  }
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-3 {
    display: none;
  }
  .product-page .init-4 .container ul {
    margin: 0 -10px;
  }
  .product-page .init-4 .container ul li {
    padding: 0 10px;
  }
  .product-page .init-4 .container ul li .box .title {
    text-align: center;
  }
  .pro_public_cont .form_cont .container .cont {
    padding: 40px 16px;
    text-align: center;
  }
  .pro_public_cont .form_cont .container .cont .list .input_cont {
    text-align: left;
  }
  .pro_public_cont .about_cont .container {
    text-align: center;
  }
  .pro_public_cont .about_cont .container .left {
    width: 100%;
    max-width: 500px;
  }
  .pro_public_cont .about_cont .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pro_public_cont .news_cont .container .tips_cont .left {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .pro_public_cont .news_cont .container .tips_cont .right {
    display: none;
  }
  .pro_public_cont .news_cont .container .content {
    text-align: center;
  }
  .pro_public_cont .knowledge_cont {
    padding: 80px 0;
    text-align: center;
  }
  .pro_public_cont #cp-Nav {
    display: block;
  }
  .pro_public_cont .related_pro .container .content .slick {
    margin: 0 -10px;
  }
  .pro_public_cont .related_pro .container .content .slick li {
    padding: 0 10px;
  }
  .pro_public_cont .related_pro .container .content .slick li .box .title {
    text-align: center;
  }
  .prodet-page .init-1 .container {
    text-align: center;
  }
  .prodet-page .init-1 .container .big_img {
    width: 100%;
    max-width: 480px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .m-link {
    text-align: left;
  }
  .service-page .init-3 .container {
    text-align: center;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .service-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    height: -webkit-calc(80%);
    height: -moz-calc(80%);
    height: calc(100% - 20px);
    top: 140%;
  }
  .service-page .init-4 .container .content .list .box .cont .title {
    font-size: 20px;
  }
  .about-page .init-4 .container .list_cont {
    margin: 30px -10px 0;
  }
  .about-page .init-4 .container .list_cont .list {
    padding: 0 10px;
  }
  .about-page .init-5 {
    text-align: center;
  }
  .about-page .init-5 .container .s_page{
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
  }
  .about-page .init-5 .container .sub_img {
    display: none;
  }
  .about-page .init-5 .container .list_cont .slick li .box {
    padding: 0 10px;
  }
  .about-page .init-5 .container .list_cont .slick li .box .cont {
    height: auto;
  }
  .about-page .init-5 .container .list_cont .slick li .box .cont .des{
    opacity: 1;
  }
  .about-page .init-5 .container .list_cont .slick li .box .img {
    display: none;
  }
  .about-page .init-6 .container .list_cont {
    margin: 20px -10px 0;
  }
  .about-page .init-6 .container .list_cont .list {
    padding: 0 10px;
  }
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .culture-page .init-1 {
    text-align: center;
  }
  .culture-page .init-1 .container .left {
    width: 100%;
    max-width: 460px;
  }
  .culture-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-1 .container .right .title {
    margin-top: 60px;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 50%;
  }
  .culture-page .init-3 .container .list_cont .list .left {
    width: 100%;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
    left: 0;
  }
  .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
    left: 0;
  }
  .sustainable-page .init-1 .container .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .content .list {
    width: 100%;
  }
  .sustainable-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .init-3 .container .right {
    display: none;
  }
  .sustainable-page .init-4 .container .img {
    display: none;
  }
  .sustainable-page .init-4 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    width: 100%;
  }
  .sustainable-page .init-6 .container .left {
    width: 100%;
  }
  .sustainable-page .init-6 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .sustainable-page .init-7 .container .cont {
    padding: 16px;
  }
  .contact-page .init-2 .container .content .list {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    text-align: center;
    padding: 20px 10px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .yincaql {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-3 .container .cont {
    width: 100%;
    padding: 16px;
    left: 50%;
    text-align: center;
    bottom: inherit;
    top: 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%);
  }
  .service-page .init-4 .container .content .list {
    width: 100%;
  }
  .service-page .init-4 .container .content .list .box {
    height: auto;
  }
  .service-page .init-4 .container .content .list .box .cont {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    color: #000;
    margin-top: 20px;
    text-align: center;
    height: auto;
    padding: 0;
  }
  .service-page .init-4 .container .content .list .box .shadow {
    display: none;
  }
  .service-page .init-4 .container .content .list .box .img {
    position: relative;
    height: 50vw;
  }
  .about-page .init-4 .container .list_cont .list {
    margin-top: 20px;
  }
  .about-page .init-8 .container .list_cont .list {
    width: 33.33%;
  }
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
  .culture-page .init-2 .container .tips {
    text-align: center;
  }
  .culture-page .init-2 .container .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .culture-page .init-3 .container .list_cont .list .right {
    padding: 20px 16px;
  }
  .sustainable-page .init-6 {
    padding: 40px 0;
  }
  .sustainable-page .init-7 {
    display: none;
  }
  .contact-page .init-1 .container .content .cont {
    padding: 16px;
  }
  .contact-page .init-1 .container .content .cont .list .label {
    width: 100%;
  }
  .contact-page .init-1 .container .content .cont .list .input_c {
    width: 100%;
    margin-top: 10px;
  }
  .contact-page .init-1 .container .content .cont .more {
    margin: 20px 0 0 0;
  }
  .contact-page .init-3 .container {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner .container .cat_name {
    line-height: 1.8;
    font-size: 18px;
  }
  .inner-banner .container .cat_name.f_40{
    font-size: 24px;
    line-height: 1.8;
  }
  .inner-banner .container .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .right {
    margin-top: 10px;
  }
  .product-page .init-4 .container ul li {
    margin-top: 20px;
  }
  .pro_public_cont .form_cont .container .cont .list .input_cont .objects_list .list_item {
    width: 100%;
  }
  .pro_public_cont .news_cont .container .content {
    margin-top: 20px;
    padding-top: 20px;
  }
  .pro_public_cont .knowledge_cont {
    padding: 40px 0;
  }
  .pro_public_cont .knowledge_cont .container .des {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .pro_public_cont .related_pro {
    padding: 40px 0;
  }
  .pro_public_cont .related_pro .container .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 {
    padding-bottom: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .prodet-page .init-1 .container .right .img_list {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .more_c {
    padding-top: 20px;
  }
  .prodet-page .init-1 .container .right .more_c .more {
    padding: 8px 30px;
  }
  .prodet-page .init-2 {
    padding: 40px 0;
  }
  .prodet-page .init-3 .container .cont strong {
    font-size: 20px;
  }
  .prodet-page .init-3 .container .cont b {
    font-size: 20px;
  }
  .prodet-page .init-3 .container .cont p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .prodet-page .init-4 {
    padding-bottom: 40px;
  }
  .service-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .service-page .init-2 .container .list {
    height: 300px;
  }
  .service-page .init-4 .container .content .list .box {
    border: 1px solid #eee;
    padding-bottom: 20px;
  }
  .about-page .init-2 .container {
    padding-bottom: 40px;
  }
  .about-page .init-3 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .about-page .init-3 .container .list {
    text-align: center;
  }
  .about-page .init-3 .container .list .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .img_c .shadow .more {
    min-width: 200px;
  }
  .about-page .init-4 .container .list_cont .list .box .num {
    margin-top: 20px;
  }
  .about-page .init-4 .container .list_cont .list .box .title {
    margin-top: 10px;
  }
  .about-page .init-5 {
    padding: 40px 0;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 20px;
    padding: 0;
  }
  .about-page .init-6 .container .list_cont {
    margin-top: 0;
  }
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
  .culture-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .culture-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .culture-page .init-2 .container .list_cont {
    margin-top: 0;
  }
  .culture-page .init-2 .container .list_cont .list {
    margin-top: 20px;
  }
  .culture-page .init-2 .container .list_cont .list .box {
    padding: 20px 16px;
  }
  .culture-page .init-2 .container .list_cont .list1 .box {
    padding-top: 0;
  }
  .culture-page .init-3 .container .list_cont {
    margin-top: 40px;
  }
  .sustainable-page .init-1 .container .content .list {
    margin-top: 20px;
  }
  .sustainable-page .init-1 .container .content .list .box {
    text-align: center;
    padding: 20px 16px;
  }
  .sustainable-page .init-1 .container .content .list .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-2 {
    padding: 40px 0;
  }
  .sustainable-page .init-3 .container .left .list {
    text-align: center;
  }
  .sustainable-page .init-3 .container .left .list .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right .des {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .content {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .content .cont .list .input_c.object_cont .item_c .item {
    width: 100%;
  }
  .contact-page .init-2 .container .content .list .box .img {
    height: auto;
  }
  .contact-page .init-3 .container .map #mapContainer {
    height: 280px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}
.max-1350 {
    max-width: 1350px;
}
.pt-90 {
    padding-top: 90px;
}
.map iframe{
  width: 100%;
}

/*add pages css 2024-3-14*/
.manufacture-page .img {
  overflow: hidden;
}
.manufacture-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manufacture-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.manufacture-page .manufacture-1 .mbx {
  padding: 49px 0 89px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-1 .title .tit4 {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.2;
  margin-top: 20px;
  max-width: 1200px;
}
.manufacture-page .manufacture-1 .top {
  margin-top: 80px;
}
.manufacture-page .manufacture-1 .top p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  margin-top: 50px;
}
.manufacture-page .manufacture-1 .top .left {
  width: 46.18%;
}
.manufacture-page .manufacture-1 .top .right {
  width: 53.82%;
  padding-left: 110px;
}
.manufacture-page .manufacture-2 {
  margin-top: 110px;
}
.manufacture-page .manufacture-2 .num {
  margin-top: 130px;
}
.manufacture-page .manufacture-2 .num ul li {
  text-align: center;
}
.manufacture-page .manufacture-2 .num ul li h2 {
  font-size: 60px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.manufacture-page .manufacture-2 .num ul li p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 40px;
}
.manufacture-page .manufacture-3 {
  padding: 170px 0 160px;
}
.manufacture-page .manufacture-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .manufacture-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.manufacture-page .manufacture-3 .title .acc .tit {
  font-size: 60px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin-top: 25px;
}
.manufacture-page .manufacture-3 .title p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  max-width: 770px;
}
.manufacture-page .manufacture-3 .top {
  margin-top: 100px;
}
.manufacture-page .manufacture-3 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
.manufacture-page .manufacture-3 .top ul li {
  padding: 0 6px;
}
.sustainability-page .sustainability-1 .container {
  width: 100% !important;
  padding: 0;
  max-width: none;
}
.sustainability-page .sustainability-1 .img {
  position: relative;
  z-index: 10;
  overflow: hidden
}
.sustainability-page .sustainability-1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300%;
  width: 100%;
  height: 100%;
  background: url(../images/acc12.png) no-repeat center;
  transition: 0.5s
}
.sustainability-page .sustainability-1 .img:hover::after {
  bottom: 0
}
.sustainability-page .sustainability-1 .img .mask {
  position: absolute;
  left: 0;
  bottom: 105px;
  width: 100%;
  text-align: center;
  z-index: 11
}
.sustainability-page .sustainability-1 .img .mask .tit3 {
  font-size: 48px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 1054px;
  margin: 0 auto;
  margin-top: 40px;
}
.sustainability-page .sustainability-2 {
  background: #F5F5F5;
}
.sustainability-page .sustainability-2 .img {
  position: relative;
  padding: 241px 0 212px;
}
.sustainability-page .sustainability-2 .img .title {
  position: absolute;
  left: 0;
  top: 13.3%;
  text-align: left;
}
.sustainability-page .sustainability-2 .img .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #002044;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.sustainability-page .sustainability-2 .img .title p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.8;
  margin-top: 25px;
  max-width: 645px;
}
.sustainability-page .sustainability-2 .img ul li {
  text-align: center;
}
.sustainability-page .sustainability-2 .img ul li .imga {
  display: inline-block;
  position: relative;
}
.sustainability-page .sustainability-2 .img ul li .imga::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(5, 32, 83, 0.88);
  box-shadow: 0px 10px 10px 0px rgba(163, 163, 163, 0.88);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sustainability-page .sustainability-2 .img ul li .imga:hover::after {
  opacity: 1;
}
.sustainability-page .sustainability-2 .img ul li .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #002044;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 17.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(2) {
  position: absolute;
  left: 20.25%;
  bottom: 9.9%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(3) {
  position: absolute;
  left: 41.125%;
  bottom: 9.5%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(4) {
  position: absolute;
  right: 20.5%;
  bottom: 22.4%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
  position: absolute;
  right: 2.8%;
  bottom: 37.8%;
}
.sustainability-page .sustainability-3 {
  padding-top: 143px;
}
.sustainability-page .sustainability-3 ul li .box {
  background: linear-gradient(265deg, #0C398F, #134AAC);
}
.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  padding: 0 70px;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 25px;
  height: 80px;
  overflow: hidden;
  transition: 0.5s;
}

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

}

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


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


  .manufacture-page .manufacture-3 .title .acc .tit {
    font-size: 48px;
  }
  .sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: -3%;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1320px) {
   .sustainability-page .sustainability-3 {
    padding-top: 80px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 80px;
  }
  .sustainability-page .sustainability-4,
  .manufacture-page .manufacture-3,
  .rad-page .prodet-3,
  .certification-page .certification-1 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    font-size: 24px;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 0 30px;
  }
  .manufacture-page .manufacture-3 .title .acc .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3 {
    font-size: 36px;
  }
  .product-page .product-1 .top .right .cate-img .mask .cona,
  .sustainability-page .sustainability-1 .img .mask p {
    margin-top: 10px;
  }
  .manufacture-page .manufacture-1 .mbx {
    padding: 40px 0;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 36px;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
   .sustainability-page .sustainability-3 ul li .box .con .cona {
    height: auto!important;
    padding-right: 0
  }
  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }
  .rad-page .mbx {
    padding: 40px 0
  }
  .sustainability-page .sustainability-2 .img {
    padding-bottom: 50px;
  }
  .sustainability-page .sustainability-3 ul li .box .img {
    width: 100%;
    left: 0 !important;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    width: 100%;
    left: 0 !important;
    padding: 30px;
  }
  .sustainability-page .sustainability-3 ul li .box {
    margin: 20px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .title p {
    margin-top: 15px;
  }
   .manufacture-page .manufacture-1 .top .right {
    padding-left: 60px;
  }
  .manufacture-page .manufacture-1 .top p {
    margin-top: 20px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 25%;
  }
  .manufacture-page .manufacture-2 .num ul li p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .title .acc {
    width: 100%;
  }
  .manufacture-page .manufacture-3 .title .acc .tit,
  .manufacture-page .manufacture-3 .title p {
    margin-top: 15px;
    max-width: 100%;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 972px) {
   .sustainability-page .sustainability-4,
  .manufacture-page .manufacture-3
 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3 {
    padding-top: 60px;
  }
  .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 60px;
  }
  .sustainability-page .sustainability-1 .img .mask {
    position: static;
    padding: 25px 0;
  }
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .sustainability-page .sustainability-1 .img .mask p {
    color: #000;
  }
  .manufacture-page .manufacture-1 .top {
    margin-top: 40px;
  }
  .manufacture-page .manufacture-1 .top p {
    font-size: 18px;
  }
  .manufacture-page .manufacture-2 .num ul li h2 {
    font-size: 32px;
  }
  .manufacture-page .manufacture-3 .title p {
    font-size: 16px;
  }
  .manufacture-page .manufacture-3 .top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
   .manufacture-page .manufacture-3 .title .acc .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 32px;
  }
  .sustainability-page .sustainability-2 .img .title {
    position: static;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .img {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-2 .img .title p {
    margin-top: 15px;
  }
  .inner-banner .box .tit2 {
    font-size: 32px;
  }
   .manufacture-page .manufacture-1 .top .left {
    width: 100%;
  }
  .manufacture-page .manufacture-1 .top .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 50%;
    margin: 15px 0;
  }
  .manufacture-page .manufacture-3 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manufacture-3 .top ul li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 450px) {
  .manufacture-page .manufacture-3 .title .acc .tit,
  .sustainability-page .sustainability-1 .img .mask .tit3,
  .manufacture-page .manufacture-1 .title .tit4 {
    font-size: 26px;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px;
  }
  .sustainability-page .sustainability-4,

  .manufacture-page .manufacture-3 {
    padding: 40px 0;
  }
  .sustainability-page .sustainability-1 .img .mask p,
  .sustainability-page .sustainability-2 .img .title p,
  .sustainability-page .sustainability-3 ul li .box .con .cona,
  .sustainability-page .sustainability-4 .title p {
    font-size: 16px;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    line-height: 1.5;
  }
   .manufacture-page .manufacture-2,
  .manufacture-page .manufacture-2 .num {
    margin-top: 30px;
  }
  .manufacture-page .manufacture-2 .num ul li {
    width: 100%;
  }
}

/*oem css kaishi*/
.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 48px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 20px;
  font-family: Mulish;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.5
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #002044;
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #002044;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
}
.oem-page .oem-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li h4:hover {
  background: #002044;
  color: #fff;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}
@media screen and (max-width: 1320px) {
    .oem-page .oem-3 {
    padding: 80px 0;
  }

  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit{
    font-size: 36px;
  }
  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}
@media screen and (max-width: 972px) {
  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 50%;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
    .oem-page .oem-3 .title .acc p {
    font-size: 16px;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
}

    .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;
        }
    }
    
    ul.faclist{
      margin: 0 -20px;
    }
    ul.faclist li{
      padding: 20px;
    }

    /*seo*/
    .suzhouchangju {
    font-size: 16px;
    line-height: 2;
}

a.changjufoot{
      font-size: 16px;
    line-height: 2;
    color: #fff;
   width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,0px);
}