@font-face {
  font-family: 'sou';
  src: url(../fonts/SOURCEHANSANSSC-REGULAR.OTF) format('truetype');
  font-weight: 400;
  font-display: swap;
}
:root {
  --base-color: #df9671;
  --color: #df9671;
}
body,
html {
  font-size: 10px;
}
body {
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  margin: 0 auto;
  color: #0d0401;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'sou';
}
.container {
  position: relative;
  width: 1520px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .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;
  cursor: pointer;
}
#header .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;
}
#header .language span img {
  margin-right: 5px;
}
#header .language span i {
  margin-right: 10px;
}
#header .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 .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 .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 .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fafcf7;
  position: relative;
  padding: 12px 0;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 710px;
}
#header .ui.menu .menu-box ul.menu {
  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;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 0px;
  font-size: 16px;
  font-family: "sou";
  color: #0d0401;
  -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 {
  border-color: var(--base-color);
  color: var(--base-color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-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;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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: 0;
  left: 100%;
  min-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 a {
  display: block;
  white-space: nowrap;
}
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header .ui.menu .cat{
  position: relative;
  cursor:pointer;
}
#header .ui.menu .cat em {
  position: absolute;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  top: -5px;
  right: -16px;
  padding: 5px;
  background: #000;
  display: inline-block;
  line-height: 1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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 .slick-slide .content {
  display: none;
}
#banner .slick-current .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: 20px;
}
#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: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.more {
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more i{
  transition: 0.3s all;
  transform: rotateZ(0);
  right: 0;
  position: relative
}
a.more:hover i {
  transition: 0.3s all;
  right: -10px;

}
#banner .bannerbox ul li {
  position: relative;
}
#banner .bannerbox ul li .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#banner .bannerbox ul li .content .ui.container .text {
  width: 50%;
  color: #351a10;
  margin-right: 0;
  margin-left: auto;
  max-width: 640px;
}
#banner .bannerbox ul .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#banner .bannerbox ul .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  margin: 0 5px;
  cursor: pointer;
}
#banner .bannerbox ul .slick-dots li.slick-active {
  background: #000;
}
#banner .bannerbox ul .slick-dots li button {
  display: none;
}
#index-body .h3 {
  position: relative;
  line-height: 1;
}
#index-body .h3 img.dec {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gxs-1 .ui.container .h3 img.dec {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.gxs-1 .ui.container .h3:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.gxs-1 .ui.container .text {
  line-height: 2;
  color: #292929;
}
.gxs-1 .ui.container .btm {
  color: #757575;
}
.gxs-1 .ui.container .btm a {
  position: relative;
  line-height: 2;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .btm a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-1 .ui.container .btm a:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 0;
}
.gxs-1 .ui.container .btm a:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background: #757575;
  bottom: 0;
  height: 1px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .top .ui.container img.leave {
  position: absolute;
  bottom: 85px;
  left: 0;
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  z-index: -1;
}
.gxs-2 .top .ui.container .left {
  width: 55%;
}
.gxs-2 .top .ui.container .left .textbox {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 2;
}
.gxs-2 .top .ui.container .left .textbox p {
  max-width: 440px;
}
.gxs-2 .top .ui.container .left .textbox a.more2 {
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  padding: 5px 0;
}
.gxs-2 .top .ui.container .left .textbox a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-2 .top .ui.container .left .textbox a.more2:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 0;
}
.gxs-2 .top .ui.container .left .textbox a.more2:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .top .ui.container .right {
  width: 58%;
  position: absolute;
  right: 0;
  top: 36px;
}
.gxs-2 .top .ui.container .right img.br200 {
  border-radius: 200px 0 200px 0;
}
.gxs-2 .top .ui.container .right img.dec {
  position: absolute;
  z-index: 3;
  bottom: -22px;
  right: -30px;
}
.gxs-2 .btm {
  background: #fafafa;
  padding-left: 25px;
  padding-right: 25px;
}
.gxs-2 .btm .main {
  position: relative;
}
.gxs-2 .btm .main .swiper-scrollbar {
  background: transparent;
}
.gxs-2 .btm .main .swiper-scrollbar:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: #aaa;
  margin-top: -0.5px;
}
.gxs-2 .btm .main .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000;
}
.gxs-2 .btm ul li .item {
  position: relative;
}
.gxs-2 .btm ul li .item:hover .img-box {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.gxs-2 .btm ul li .item:hover .img-box span.btn {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .btm ul li .item .img-box {
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.gxs-2 .btm ul li .item .img-box span.btn {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .btm ul li .item .img-box span.btn img {
  margin: 0 auto;
  width: 22px;
  height: 20px;
}
.gxs-2 .btm ul li .item .h5 {
  color: #270e08;
}
.gxs-3 {
  background: url(../images/gxs-3-bg.jpg) top center no-repeat #fff;
}
.gxs-3 .h3 {
  color: #fff;
}
.gxs-3 .center span {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 4;
}
.gxs-3 .bottom ul {
  margin: -20px 0;
}
.gxs-3 .bottom ul li {
  padding: 20px 45px;
}
.gxs-3 .bottom ul li .item {
  background: #fafafa;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.gxs-3 .bottom ul li .item .text p {
  line-height: 1.75;
}
.gxs-4 .ui.container img.start {
  position: absolute;
  top: -20px;
  right: 36%;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
.gxs-4 .main ul {
  margin: 0 -40px;
}
.gxs-4 .main ul li {
  padding: 0 40px;
}
.gxs-4 .main ul li .item {
  text-align: center;
  border-bottom: 1px solid #aaa;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.gxs-4 .main ul li .item:after {
  content: "";
  background: var(--color);
  position: absolute;
  width: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 4px;
  left: 0;
  bottom: -2px;
  border-radius: 2px;
}
.gxs-4 .main ul li .item:hover:after {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}
.gxs-4 .main ul li .item:hover .top span:before {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li .item .top span {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.gxs-4 .main ul li .item .top span:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #df9671;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li .item p {
  height: 100px;
  margin-bottom: 20px;
}
.gxs-5 {
  background: url(../images/from-bj.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-5 .ui.container img.start {
  position: absolute;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
.gxs-5 .ui.container img.start.start-1 {
  top: -50px;
  right: 30%;
}
.gxs-5 .ui.container img.start.start-2 {
  top: 0;
  left: 30%;
}
.gxs-5 .ui.container .h3 {
  color: #fff;
  position: relative;
}
.gxs-5 .ui.container .h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gxs-5 .ui.container .from form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-5 .ui.container .from .box {
  width: -webkit-calc(100% - 250px);
  width: -moz-calc(100% - 250px);
  width: calc(100% - 250px);
}
.gxs-5 .ui.container .from .box input[type="text"] {
  width: -webkit-calc(20% - 50px);
  width: -moz-calc(20% - 50px);
  width: calc(20% - 50px);
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  background: transparent;
}
.gxs-5 .ui.container .from .box input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.gxs-5 .ui.container .from .box input[type="text"]:-moz-placeholder {
  color: #fff;
}
.gxs-5 .ui.container .from .box input[type="text"]::-moz-placeholder {
  color: #fff;
}
.gxs-5 .ui.container .from .box input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.gxs-5 .ui.container .from .box input[type="text"]::placeholder {
  color: #fff;
}
.gxs-5 .ui.container .from .box input[name="content"] {
  width: -webkit-calc(40% - 50px);
  width: -moz-calc(40% - 50px);
  width: calc(40% - 50px);
}
.gxs-5 .ui.container .from input[type="submit"] {
  width: 204px;
  height: 50px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  background: transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .ui.container .from input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
  color: #fff;
  border-color: #000;
}
.gxs-6 .ui.container .left {
  width: 25%;
  max-width: 310px;
}
.gxs-6 .ui.container .left a.more3 {
  padding-bottom: 15px;
  position: relative;
}
.gxs-6 .ui.container .left a.more3:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  background: #000;
}
.gxs-6 .ui.container .left a.more3:hover:before {
  width: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container .center {
  width: 35%;
  margin-bottom: auto;
  margin-right: 58px;
  max-width: 515px;
}
.gxs-6 .ui.container .right {
  width: 35%;
  max-width: 445px;
}
.gxs-6 .ui.container .right ul {
  margin: 0 -20px;
}
.gxs-6 .ui.container .right ul li {
  padding: 0 20px;
}
.gxs-6 .ui.container .right .text {
  color: #252525;
}
.gxs-6 .ui.container .right .text .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container .right .text .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#footer {
  background: #fff;
}
#footer .footer-main .ui.container .main {
  border-top: 2px solid #ababab;
}
#footer .footer-main .left .sm 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;
}
#footer .footer-main .left .sm ul li {
  margin-right: 15px;
  position: relative;
}
#footer .footer-main .left .sm ul li:hover i {
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .left .sm ul li #ewm {
  position: absolute;
  width: 110px;
  height: 110px;
  padding: 10px;
  z-index: 9;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
#footer .footer-main .left .sm ul li i {
  font-size: 18px;
  color: #ababab;
}
#footer .footer-main .left .sm p {
  color: #ababab;
}
#footer .footer-main .right {
  display: inline-block;
}
#footer .footer-main .right .navbox {
  width: 100%;
  max-width: 590px;
}
#footer .footer-main .right .navbox ul {
  width: 100%;
}
#footer .footer-main .right .navbox ul a {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .right .navbox ul a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
}
#footer .footer-bottom .ui.container {
  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;
}
#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: 30px;
  color: #ababab;
}
#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: #ababab;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #ababab;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: none!important;
}
#footer .footer-bottom svg g.cn {
  display: block!important;
}
.slick-slider {
  display: block;
}
@media screen and (max-width: 1400px) {
  .gxs-4 .main ul li {
    margin-bottom: 20px;
  }
  .gxs-2 .top .ui.container .left .textbox p {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .gxs-6 .ui.container .center {
    display: none;
  }
  #banner .bannerbox ul li .content .ui.container .text {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .gxs-6 .ui.container .right {
    width: 50%;
  }
  .gxs-5 .ui.container .from .box input[type="text"] {
    width: 100%;
    margin-top: 15px;
  }
  #footer .footer-main .ui.container .main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
}
@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 li .content .ui.container .text {
    width: 100%;
  }
  .gxs-2 .top .ui.container .left {
    width: 100%;
  }
  .gxs-2 .top .ui.container .right {
    display: none;
  }
  .gxs-3 .bottom ul li {
    padding: 20px 20px;
  }
  .gxs-5 .ui.container .from .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .gxs-5 .ui.container img.start.start-1 {
    right: 5%;
  }
  .gxs-5 .ui.container img.start.start-2 {
    left: 5%;
  }
  .gxs-6 .ui.container .left {
    width: 100%;
  }
  .gxs-6 .ui.container .right {
    width: 100%;
  }
  .gxs-6 .ui.container .left p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gxs-6 .ui.container .right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  #banner .bannerbox ul li a > img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gxs-4 .ui.container img.start {
    right: 0;
  }
  #index-body .h3 br {
    display: none;
  }
  #footer .footer-main .right .navbox {
    display: none;
  }
}
@-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;
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.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: #000;
  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: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #000;
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
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;
}

body.about:before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/about-page-3.jpg) center 0 no-repeat;
  background-size: cover;
}

.baseText {
  color: #818181;
}

/*inner css kaishi*/

.baseTit .Tag {
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.baseTit .Tit {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
}
.about-5 .more {
    background-color: #fff;
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
}

.about-5 .more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(8px,8px);
    -moz-transform: translate(8px,8px);
    -ms-transform: translate(8px,8px);
    transform: translate(8px,8px);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-5 .more:hover:after {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}


.about-5  .more {
    background-color: #000;
    color: #fff;
}

.about-5  .more:after {
    border-right-color: #000;
    border-bottom-color: #000;
}

.inner-banner {
  height: 500px;
  position: relative;
}

.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inner-banner .Tit {
  color: white;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.inner-banner .mbx {
  color: white;
}

@media (max-width:1000px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .Tit {
    font-size: 24px;
    line-height: 44px;
  }
}

.fw-600 {
  font-weight: 600;
}

.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left: -1px;
  top: 115px;
  width: 90px;
  height: 100%;
  /*background: url(../images/) no-repeat left top;*/
}
.about-page .about-1 {
  padding: 120px 0;
  background-color: white;
}
.about-page .about-1 .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
  background-color: black;
}
.about-page .about-1 .left {
  position: relative;
  width: 60%;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 40%;
  position: relative;
}
.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}
.about-page .about-1 .right .content {
  margin-top: 40px;
  margin-bottom: 75px;
}
.about-page .about-1 .right .more {
  margin-left: 0;
}
.about-page .about-2 {
  padding: 50px 0 130px;
  background-color: white;
}
.about-page .about-2 ul {
  margin: 0 -90px 0 -45px;
}
.about-page .about-2 ul li {
  padding: 0 90px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li .h5 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 600;
}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #818181;
  margin: 31px 0 60px;
  min-height: 140px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
.about-page .about-3 {
  position: relative;
  padding-top: 25%;
  /*background-image: url(../images/about-page-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;*/
}
.about-page .about-3 .play {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 190px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about-page .about-4 {
  padding: 130px 0;
  background-color: white;
}
.about-page .about-4 ul {
  margin: -15px;
}
.about-page .about-4 ul li {
  padding: 15px;
}
.about-page .about-4 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 25px;
  min-height: 460px;
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  margin: 30px 0 13px;
}
.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}
.about-page .about-4 ul li .box:hover {
  background: black;
  color: white;
}
.about-page .about-4 ul li .box img {
  transition: .5s ease;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-5 {
  padding-bottom: 110px;
  background-color: white;
}
.about-page .about-5 ul li {
  position: relative;
}
.about-page .about-5 ul li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
  content: none;
}
.about-page .about-5 ul li:hover .more {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.faq-page {
  background: url(../images/faq-page-bg.jpg) no-repeat right top;
}
.faq-page .faq-1 {
  text-align: center;
  padding: 120px 0 150px;
  margin-top: 84px;
}
.faq-page .faq-1 .mbx {
  font-size: 20px;
  margin: 10px 0 50px;
}
.faq-page .faq-1 form {
  width: 700px;
  height: 70px;
  position: relative;
  margin: auto;
}
.faq-page .faq-1 form input {
  background: black;
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}
.faq-page .faq-1 form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.faq-page .faq-2 {
  padding-bottom: 120px;
}
.faq-page .faq-2 .ui.container {
  padding: 0 150px;
}
.faq-page .faq-2 .box {
  -webkit-box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  padding: 100px 150px;
  background: white;
}
.faq-page .faq-2 ul li {
  border: 1px solid #bfbfbf;
  padding: 18px 15px;
  border-bottom: none;
}
.faq-page .faq-2 ul li .h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-2 ul li .h4 span {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: black;
  color: white;
  position: absolute;
  right: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
/*.faq-page .faq-2 ul li .h4 span::after,
.faq-page .faq-2 ul li .h4 span::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}*/
.faq-page .faq-2 ul li .h4 span::before{
  width: 14px;
  height: 2px;
}
.faq-page .faq-2 ul li .h4 span::after{
  width: 2px;
  height: 14px;
}
.faq-page .faq-2 ul li .h4 span i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.faq-page .faq-2 ul li .content {
  display: none;
  margin-top: 25px;
  line-height: 32px;
  color: #909090;
}
.faq-page .faq-2 ul li.active i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 ul li.active .h4 span::before{
  transform: rotate(-45deg) translate(-4px,-4px);
}
.faq-page .faq-2 ul li.active .h4 span::after{
  transform: rotate(-45deg) translate(6px,-4px);
}
.faq-page .faq-2 ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .faq-2 .form {
  margin-top: 95px;
}
.faq-page .faq-2 .form .title {
  margin-bottom: 20px;
  font-weight: 500;
}
.faq-page .faq-2 .form input,
.faq-page .faq-2 .form textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.faq-page .faq-2 .form textarea {
  height: 220px;
  padding: 15px;
}
.faq-page .faq-2 .form .more {
  border: none;
  margin-top: 20px;
  padding: 0 50px;
}
.faq-page .faq-2 .form .more::after {
  z-index: 1;
}
.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  color: #909090;
  padding: 0 10px;
}
.m-page span {
  color: black;
  position: relative;
  margin-right: 50px;
}
.m-page span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: black;
}


.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-left: 5%;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 20px;
    line-height: 36px;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: black;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 36%;
}
.sideRight .like-pro.news ul li .txt{
  width: 64%;
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 53%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 20px;
}
.sideRight .share {
  margin-bottom: 80px;
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #222;
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-link {
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-link img {
  vertical-align: baseline;
}
.news-page {
  padding: 120px 0;
}
.news-page .sideLeft ul li {
  padding: 55px 0;
  border-bottom: 1px solid #eee;
}
.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 50%;
  padding-right: 40px;
  vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  background: #000;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
  width: 50%;
  vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.news-page .sideLeft ul li .content h5 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 13px;
  transition: .5s ease;
}
/*.news-page .sideLeft ul li .content h5:hover {
  color: #e50014;
}*/
.news-page .sideLeft ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #818181;
  margin: 17px 0  45px;
}
.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
  font-weight: 600;
}
.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.newdet-page .sideLeft .time {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #909090;
  margin: 20px 0 35px;
}
.newdet-page .sideLeft .content {
  margin-bottom: 120px;
}
.newdet-page .sideLeft .form {
  margin-top: 100px;
}
.newdet-page .sideLeft .form .title{
  font-weight: 600;
  line-height: 1.6;
}
.newdet-page .sideLeft .form p {
  font-size: 18px;
  line-height: 32px;
  color: #909099;
  margin: 10px 0 35px;
}
.newdet-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}
.newdet-page .sideLeft .form form ul li button {
  border: none;
}
.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}

.newdet-page .sideLeft .form form ul li input[type="submit"] {
  color: white;
  background-color: #e50014;
  transition: .5s ease;
}

.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
  background-color: black;
}

.contact-page {
  padding: 120px 0;
}
.contact-page .left {
  width: 100% !important;
  padding-right: 50px;
}
.contact-page .title {
  font-weight: 600;
  margin-bottom: 40px;
}
.contact-page .left form {
  max-width: 100%;
}
.contact-page .contact ul {
  margin-right: -12px;
}
.contact-page .contact ul li {
  padding-right: 12px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  line-height: 44px;
  color: #818181;
  margin-bottom: 40px;
}
.contact-page .contact ul li.w-50 {
  width: 50%;
}
.contact-page .contact ul li.w-100 {
  width: 100%;
}
.contact-page .contact ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
.contact-page .contact ul li:nth-child(1)::after {
  background: url(../images/phone-icon.png) no-repeat left center;
}
.contact-page .contact ul li:nth-child(2)::after {
  background: url(../images/email-icon.png) no-repeat left center;
}
.contact-page .contact ul li:nth-child(3)::after {
  background: url(../images/add-icon.png) no-repeat left center;
}
.contact-page .right {
  width: 45% !important;
}



.gallery-page{
  padding: 120px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
  text-align: center;
}
.gallery-page ul li h5{
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
  .faq-page .faq-2 .box {
    padding: 100px 50px;
  }
  .sideRight {
    padding-left: 40px;
  }
}



@media screen and (max-width: 1300px) {
  .contact-page .contact ul li {
    width: 50%!important;
  }
  .contact-page .contact ul li.w-50 {
    width: 100%!important;
  }
}
@media screen and (max-width: 1200px) {
  
  .about-page .about-1 .right .content {
    margin-bottom: 30px;
  }
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
  .about-page .about-3 {
    padding-top: 40%;
    /*background-image: url(../images/about-bj.jpg);
    background-size: 100% auto;*/
  }
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-5 ul li .more {
    white-space: nowrap;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 30px;
  }

  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: relative;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .more {
    margin-left: 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
  
  .faq-page .faq-2 ul li .h4 {
    padding-right: 42px;
  }
  .faq-page .faq-2 ul li .h4 span {
    right: 0;
    top: 0;
  }
  .faq-page .faq-1 form {
    width: 100%;
  }

  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }

  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-page .about-3 {
    padding-top: 70%;
    background-attachment: unset;
  }
  .about-page .about-3 > img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 15px;
  }
  .faq-page .faq-2 .box {
    padding: 50px 15px;
  }
  .font-28 {
    font-size: 20px;
    line-height: 36px;
  }


  .news-page .sideLeft ul li .content h5 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact ul li {
    width: 100%!important;
  }
}






.prodet-page .prodet-2 form {
    /*max-width: 700px;*/
    margin: auto;
}

.prodet-page .prodet-2 form ul {
    margin: -10px;
}

.prodet-page .prodet-2 form ul li {
    padding: 10px;
}

.prodet-page .prodet-2 form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.prodet-page .prodet-2 form ul li input,.prodet-page .prodet-2 form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #dcdcdc;
}

.prodet-page .prodet-2 form ul li input[type="submit"] {
  color: white;
  background-color: #000;
  transition: .5s ease;
}

.prodet-page .prodet-2 form ul li input[type="submit"]:hover {
  background-color: black;
}

.prodet-page .prodet-2 form ul li.w-100 {
    width: 100%;
}

.prodet-page .prodet-2 form ul li.w-100 textarea {
    padding: 15px;
    height: 200px;
}





.product2-1 {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.product2-1 .left .text {
  max-height: 14.4em;
  overflow-y: auto;
}
/*
.product2-1 .right {
  height: 500px;
}*/
.product2-1 .right > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2-2 {
  background-color: #fff;
  padding: 100px 0 130px;
}
.product2-2 .pro-search input {
  padding: 0 25px;
  font-size: 16px;
  float: left;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
  width: calc(100% - 58px);
  height: 58px;
  border: none;
  background-color: #f5f5f5;
}
.product2-2 .pro-search button {
  float: right;
  width: 58px;
  height: 58px;
  border: none;
  background-color: black;
}
/*.product2-2 .pro-search button img{
  filter: invert(1);
}*/
.product2-2 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.product2-2 .list li:not(:last-child) {
  margin-bottom: 0;
}
.product2-2 .list .box {
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}
.product2-2 .list .box .img {
  width: 30%;
  padding: 30px 0;
}
.product2-2 .list .box .text {
  /*padding-left: 30%;*/
  width: 70%;
  align-self: center;
}
.product2-2 .list .box .text > div {
  padding: 30px;
}
.product2-2 .list .box .text .size {
  color: #777777;
}
.product2-2 .list .box .text .size span {
  color: var(--color1);
}

@media (max-width: 1024px) {
  .product2-1 {
    padding: 60px 0;
  }
  .product2-1 .left {
    width: 100%!important;
  }
  .product2-1 .right {
    width: 100%!important;
    padding: 0;
    text-align: left;
    margin-top: 40px;
  }
  .product2-2 {
    padding: 60px 0;
  }
  .product2-2 .fr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .product2-2 .list li {
    width: 100%!important;
  } 
}
@media (max-width: 768px) {
  .product2-2 .list .box {
    display: block;
  }
  .product2-2 .list .box .img {
    float: none;
    width: 100%;
  }
  .product2-2 .list .box .text {
    padding-left: 0;
    width: 100%;
  }
  .product2-2 .list .box .text > div {
    padding: 15px;
  }
}



.quality-1 {
  padding: 120px 0;
}
.quality-1 .left {
  margin-top: 80px;
}
.quality-1 .left .text {
  margin: 20px 0 50px;
    color: #818181;
}
.quality-1 .right .img {
  margin-bottom: 100px;
}
.quality-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-1 .right li {
  width: auto;
}
.quality-1 .right li.line {
  height: 72px;
  border-left: 1px solid #bcbcbc;
}

.quality-1 .right li .icon i {
  float: left;
}
.quality-1 .right li .num {
  font-size: 60px;
  line-height: 1.2;
}
.quality-1 .right li .num span {
  font-size: 30px;
}
.quality-2 {
  padding: 70px 0;
}
.quality-2 .desc {
  max-width: 950px;
  margin: auto;
  color: #818181;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 {
  padding: 70px 0;
}

.quality-3 .left .arrows {
  margin-top: 30px;
  margin-right: 0;
  position: relative;
}
.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-3 .left .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3 .right {
  margin-top: 0px;
}

.quality-page .honor-1 p.fr {
  width: 50%;
  color: #777777;
  padding-top: 19px;
}
@media (max-width: 1470px) {
  .quality-3 .left .content {
    padding: 60px;
  }
  .quality-3 .right {
    margin-top: 60px;
  }
}
@media (max-width: 1240px) {
  .quality-1 .right li .num {
    font-size: 40px;
  }
  .quality-1 .right li .num span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .quality-1 {
    padding: 60px 0;
  }
  .quality-1 .left {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .left .text {
    margin: 20px 0 40px;
  }
  .quality-1 .right {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .img {
    display: none;
  }
  .quality-2 {
    padding: 35px 0;
  }
  .quality-3 {
    padding: 35px 0;
  }
  .quality-3 .left {
    width: 100%!important;
  }
  .quality-3 .left .arrows {
    display: none;
  }
  .quality-3 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3 .left .content::before {
    right: 0;
  }
  .quality-3 .left .content {
    padding: 30px;
  }

  .quality-page .honor-1 p.fr {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality-1 .right li .num {
    font-size: 36px;
  }
}





.innovation-2 {
  padding: 120px 0;
}
.innovation-2 .box {
  background: url(../images/innovation-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 110px 75px 150px;
}
.innovation-2 .box .left {
  max-width: 700px;
  line-height: 1.8;
}

@media (max-width: 1240px) {
  .innovation-2 .box {
    padding: 100px 50px;
  }
}

@media (max-width: 1024px) {
  .innovation-2 {
    padding: 60px 0;
  }
  .innovation-2 .box {
    padding: 60px 25px;
  }
}





.lab-2 {
  padding: 100px 0;
}
.lab-2 .box {
  padding: 80px 15px 70px;
  background-color: #f5f5f5;
}
.lab-2 .Tit {
  color: var(--color1);
}
.lab-2 .text {
  max-width: 800px;
  margin: 30px auto 60px;
}
.lab-2 .rz {
  width: 80%;
  margin: auto;
}

.lab-2 .rz .slick-track {
  display: flex;
  align-items: center;
}

.lab-2 .rz ul {
  margin: 15px
}

.lab-2 .rz li {
  padding: 15px;
}

.lab-3 ul {
  margin: -15px -5px;
}

.lab-3 ul li {
  padding: 15px 10px;
}
.lab-3 ul li .name {
  font-weight: 500;
  min-height: 4em;
}

.lab-5 {
  padding: 100px 0 200px;
  background-color: #f5f5f5;
}
.lab-5 .left .images {
  position: relative;
  margin-right: 66px;
}
.lab-5 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  transition: .5s ease;
}
.lab-5 .left .images .img img {
  opacity: .3;
  transition: .5s ease;
}
.lab-5 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;  
}
.lab-5 .left .images .img.img_2 img {
  opacity: .6;
}
.lab-5 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.lab-5 .left .images .img.img_1 img {
  opacity: 1;
}

.lab-5 .right ul {
  margin-top: 40px;
}
.lab-5 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.lab-5 .right li:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.lab-5 .right li .name {
  margin: 10px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.lab-5 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.lab-5 .right li .text p {
  min-height: 4.5em;
  color: #818181;
}
.lab-5 .right li.active .name {
  color: var(--color1);
}

@media (max-width: 1240px) {
  .lab-5 .left {
    padding: 0;
  }
  .lab-5 .right {
    margin-top: 0;
  }
  .lab-5 .right ul {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .lab-2 {
    padding-top: 60px;
  }

  .lab-5 {
    padding: 60px 0;
  }
  .lab-5 .left {
    display: none;
  }
  .lab-5 .right {
    width: 100%!important;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .lab-2 .box {
    padding: 60px 15px;
  }
  .lab-2 .text {
    margin: 30px auto;
  }
  .lab-2 .rz {
    width: 100%;
  }

  .lab-5 .right li .name {
    margin: 10px 0;
  }
  .lab-5 .right li {
    padding-bottom: 10px;
  }
  .lab-5 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}









.cus-page .cus-1 {
  padding: 120px 0 60px;
}
.cus-page .cus-1 .cusBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #e50014;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .cusBtn:hover {
  background-color: black;
}
.cus-page .cus-1 .box {
  margin: -25px;
}
.cus-page .cus-1 .left {
  padding: 25px;
}
.cus-page .cus-1 .right {
  padding: 25px;
}
.cus-page .cus-1 .right .info {
  margin-top: 30px;
}
.cus-page .cus-1 .right .info li {
  overflow: hidden;
}
.cus-page .cus-1 .right .info .name {
  line-height: 60px;
  overflow: hidden;
  margin: 15px 0;
}
.cus-page .cus-1 .right .info .name .icon {
  font-size: 0;
}
.cus-page .cus-1 .right .info .name .icon img {
  vertical-align: middle;
}
.cus-page .cus-1 .right .info .name .p {
  padding-left: 60px;
  padding-right: 25px;
  line-height: 30px;
  margin-top: 14px;
}
.cus-page .cus-1 .right .info .name i {
  float: right;
  margin-top: 18px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .right .info .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-1 .right .info .content {
  background-color: #f5f5f5;
  padding: 25px;
}
.cus-page .cus-1 .list {
  margin-top: 120px;
}
.cus-page .cus-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.cus-page .cus-1 .list li {
  padding: 10px;
}
.cus-page .cus-1 .list li > div {
  height: 100%;
}
.cus-page .cus-1 .list li > div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #f5f5f5;
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.cus-page .cus-1 .list li > div:hover .content {
  opacity: 1;
}

@media (max-width: 1300px) {
  .cus-page .cus-1 .list li {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .cus-page .cus-1 {
    padding: 60px 0;
  }
  .cus-page .cus-1 .box {
    margin: -15px;
  }
  .cus-page .cus-1 .left {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .cus-page .cus-1 .right {
    width: 100%;
    padding: 15px;
  }
  .cus-page .cus-1 .list {
    margin-top: 40px;
  }

  .support-1 .list li {
    width: 50%!important;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-1 .list li {
    width: 50%;
  }

  .cus-page .cus-1 .list li > div .content {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  .cus-page .cus-1 .list li {
    width: 100%;
  }

  .support-1 .list li {
    width: 100%!important;
  }
}



.support-1 {
  padding: 100px 0 60px;
  overflow: hidden;
}
.support-1 .desc {
  max-width: 1200px;
  margin: auto;
}
.support-1 .list ul {
  margin-right: -35px;
}
.support-1 .list li {
  padding-right: 35px;
  margin-bottom: 35px;
}
.support-1 .list .box {
  position: relative;
  overflow: hidden;
}
.support-1 .list .box .text {
  background-color: #f5f5f5;
  padding: 0 20px 40px;
  height: 300px;
}
.support-1 .list .box .text i {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -50px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
  vertical-align: middle;
}
.support-1 .list .box .text p {
  color: #818181;
}


@media (max-width: 1024px) {
  .support-1 {
    padding: 60px 0;
  }
}





.custom-page .init-4 {
  padding: 80px 0 120px;
}
.custom-page .init-4 .container .tips_title em {
    display: block;
    font-weight: 700;
}

.custom-page .init-4 .container .form form {
    position: relative;
    margin-top: 30px;
    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;
}

.custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
    margin-top: 14px;
    line-height: 28px;
    font-size: 14px;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.custom-page .init-4 .container .form form .file_input {
    margin-top: 14px;
    height: 48px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.custom-page .init-4 .container .form form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.custom-page .init-4 .container .form form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
}

.custom-page .init-4 .container .form form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.custom-page .init-4 .container .form form .content {
    width: 100%;
}

.custom-page .init-4 .container .form form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.custom-page .init-4 .container .form form .submit_btn {
    width: 220px;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 500;
    background-color: #e50014;
    border: #e50014 solid 1px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    transition: .5s;
}

.custom-page .init-4 .container .form form .submit_btn:hover {
    color: #e50014;
    background-color: #fff;
}


@media (max-width: 1000px) {
  .custom-page .init-4 .container .form form .tips {
      position: relative;
      bottom: 0;
      margin-top: 14px;
  }

  .custom-page .init-4 .container .form form .submit_btn {
      margin-top: 14px;
      margin-left: 0;
      max-width: 100%;
      width: 100%;
      display: block;
  }
}

@media (max-width: 700px) {

    .custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
        width: 100%;
    }

    .custom-page .init-4 .container .form form .file_input {
        width: 100%;
    }
}




.sustainability-1 {
  padding: 120px 0;
}
.sustainability-1 .Tit {
  background: url(../images/sustainability-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
    padding: 150px 30px;
    font-size: 40px;
}
.sustainability-1 .text {
    color: #818181;
  max-width: 1100px;
  margin: auto;
}
.sustainability-2 {
  padding: 90px 0;
  background-color: #f5f5f5;
}
.sustainability-2 .left {
  width: 60%;
  vertical-align: middle;
}
.sustainability-2 .right {
  width: 40%;
  vertical-align: middle;
}
.sustainability-3 {
  padding: 130px 0;
}
.sustainability-3 .list {
  margin-top: 70px;
}
.sustainability-3 .list li:not(:last-child) {
  margin-bottom: 80px;
}
.sustainability-3 .list li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sustainability-3 .list li:nth-child(even) .box .right {
  padding-left: 0;
  padding-right: 80px;
}
.sustainability-3 .list .box {
  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;
}
.sustainability-3 .list .box .right {
  padding-left: 80px;
}
.sustainability-3 .list .box .right .text {
  color: #818181;
}
@media (max-width: 1024px) {
  .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-1 .Tit {
    padding: 90px 30px;
  }
  .sustainability-2 {
    padding: 60px 0;
  }
  .sustainability-2 .left {
    width: 100%;
  }
  .sustainability-2 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-3 .list .box .right {
    padding-left: 40px;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-right: 40px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sustainability-3 .list .box {
    display: block;
  }
  .sustainability-3 .list .box .left {
    width: 100%;
  }
  .sustainability-3 .list .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 40px;
  }
}






.honor-1 {
  padding: 100px 0;
}
.honor-1 ul {
  margin: -25px;
}
.honor-1 li {
  padding: 25px;
}
.honor-1 li .box {
  padding: 20px;
  height:200px;
  background-color: #f5f5f5;
  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-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.honor-1 li .box:hover {
  background-color: black;
}
.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
  opacity: 1;
}


@media (max-width: 1470px) {
  .honor-1 ul {
    margin: -15px;
  }
  .honor-1 li {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .honor-1 {
    padding: 60px 0;
  }
  .honor-1 li {
    width: 100%!important;
  }
  .honor-1 li .box .text {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  .honor-1 li .box {
    display: block;
    text-align: center;
  }
  .honor-1 li .box .img {
    margin-bottom: 15px;
  }
  .honor-1 li .box .text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  .honor-1 li .box {
    background-color: var(--color1);
  }
  .honor-1 li .box .text .name {
    color: #FFFFFF;
  }
  .honor-1 li .box .text .desc {
    color: #FFFFFF;
  }
}



.more_cont {
  position: relative;
  background-color: #245e3e;
  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: #245e3e;
}
.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);
}


.factory-page .init-1 {
  padding: 120px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 1010px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 50px;
  background-color: #e50014;
  border: 1px solid #e50014;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #e50014;
}
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
  max-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;
  font-size: 44px;
  line-height: 1.2;
}
.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: 20%;
  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: #e50014;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 20%;
}
.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 #e50014;
}
.factory-page .init-2 .container .list .des {
  color: #818181;
  font-size: 20px;
  line-height: 36px;
  width: 800px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}


@media (max-width: 1500px) {
  .factory-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}

@media (max-width: 1250px) {
  .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;
  }
}

@media (max-width: 1000px) {
  .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;
  }
}


@media (max-width: 700px) {
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}

@media (max-width: 500px) {
  .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;
  }
}





/* mask */
#mask {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
}

#mask .slick-track {
  margin-left: 0;
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

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

#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

#mask .mask-inner .item{
  width: 60%;
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}

#mask .mask-inner .item .box{
  padding: 40px;
  background-color: white;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}

#mask .mask-inner .item .box .left{
  padding: 20px;
}
#mask .mask-inner .item .box .left ul.mask-big-slick{
  box-shadow: 0 0 10px #ccc;
}
#mask .mask-inner .item .box .right{
  padding: 20px;
}

#mask .mask-inner .item .box .right .content {
  /*max-height: 15em;*/
  overflow-y: auto;
}

#mask .mask-inner .item .box .right .content table tbody {
  min-width: auto;
}

#mask .mask-inner .item .box .right .small-slick{
  margin: -15px;
	overflow-y: auto;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#mask .mask-inner .item .box .right ul.mask-small-slick .slick-current li img{
  box-shadow: 0 0 15px #ccc;
}

#mask .mask-inner .item .box .right ul.mask-small-slick li{
  padding: 15px;
}


#mask .mask-inner .item .box .right .social-links a {
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
}
#mask .mask-inner .item .box .right .social-links a + a {
  margin-left: 15px;
}

#mask .mask-inner .item .box .right .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

#mask .mask-inner .item .box .right .aboutBtn:hover {
  background-color: black;
}

@media screen and (max-width: 1000px) {
  #mask .mask-inner .item {
    width: 80%;
  }

  #mask .mask-inner .item .box .right .name{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #mask .mask-close{
    right: 0;
    top: 0;
  }
  #mask .mask-inner .item .box{
    padding: 0;
  }
  #mask .mask-inner .item .box .left{
    width: 100%!important;
  }
  #mask .mask-inner .item .box .right{
    width: 100%!important;
  }
  #mask .mask-inner .item .box .right .name{
    font-size: 20px;
  }

  #mask .mask-inner .item .box .right .content{
    max-height: 9em;
  }
}


.fix-tool {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.fix-tool .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

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

#cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .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;
        }
    }
    