@font-face {
  font-family: 'yscy';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'yscy';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'yscy';
  src: url('../fonts/RiloxiaBold.eot');
  src: url('../fonts/RiloxiaBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RiloxiaBold.woff2') format('woff2'), url('../fonts/RiloxiaBold.woff') format('woff'), url('../fonts/RiloxiaBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
video {
  max-width: 100%;
}
body {
  font-family: "yscy";
  max-width: 1920px;
  font-weight: normal;
  --color: #644628;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: rgba(255, 255, 255, 1);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 40%;
  font-weight: 500;
  margin-left: 10%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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 .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  text-transform: capitalize;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 200px;
  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(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  line-height: 1.8;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .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;
  height: 100%;
}
#header .nav .ui.menu .msg {
  font-size: 16px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  font-weight: 500;
}
#header .nav .ui.menu .msg:before {
  width: 6.5em;
}
#header .nav .ui.menu .msg:before,
#header .nav .ui.menu .msg:after {
  border: 1px solid var(--color);
  background-color: transparent;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  margin-left: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  filter: brightness(0);
}
#header .nav .ui.menu .yuy {
  position: relative;
  height: 100%;
  padding-left: 30px;
}
#header .nav .ui.menu .yuy span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  filter: brightness(0);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul {
  width: 120px;
  right: 0;
  top: 100%;
  background-color: white;
  font-size: 14px;
  position: absolute;
  color: black;
  display: none;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  padding: .5em;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#header.inner {
  color: black;
  position: -webkit-sticky;
  position: sticky;
}
#header.inner .nav .ui.menu .h-search,
#header.inner .nav .ui.menu .yuy span {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active {
  background-color: black;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  color: white;
}
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .yuy span {
  -webkit-filter: unset;
  filter: unset;
}
#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%;
}
#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:hover {
  background-color: var(--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-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  line-height: 2;
}
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(--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(--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;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-size: 20px;
  text-transform: uppercase;
  height: 2.5em;
  line-height: 2.5em;
  padding-right: 4em;
  position: relative;
  display: inline-block;
  letter-spacing: .1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  font-weight: 500;
}
.more:before,
.more:after {
  content: '';
  height: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:before {
  width: 4.5em;
  margin-right: 1.5em;
}
.more:after {
  width: 1em;
}
.more:hover {
  padding: 0 1em;
  color: white;
}
.more:hover:after {
  background-color: var(--color) !important;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.more:hover:before {
  margin-right: 0;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.xqy{
  font-size: 60px!important;
  line-height: 1.2!important;
}
span.h2 {
  font-size: 80px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1;
  display: block;
}\
.text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .slick-track {
  display: flex;
}
#banner .slick-track .slick-slide {
  height: auto;
}
#banner .slick-track .slick-slide>div,
#banner .slick-track .slick-slide li {
  height: 100%;
}
#banner li.mask {
  height: 100%;
  overflow: hidden;
}
#banner li.mask video {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
#banner li.mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to left,black,transparent);
  background-size: 3px 3px;
  opacity: .5;
}
#banner li .content {
  position: absolute;
  top: 60%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner li .content .ui.container {
  max-width: 1580px;
}
#banner li .content .left {
  max-width: 870px;
      color: #fff;
}
#banner li .content .left span.h2 {
  margin-bottom: .5em;
  line-height: 1.4;
  font-size: 60px;
}
#banner li .content .left .text {
  margin-bottom: 5.5em;
  font-weight: 500;
}
#banner .share {
  font-size: 18px;
  color: #d6d6d6;
  position: absolute;
  right: 5.5%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .share a {
  margin: 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .share a:hover {
  color: var(--color);
}
#index-body .init-1 {
  padding: 130px 0;
  background-image: url("../images/init-1-bg.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 27.86458333%;
}
#index-body .init-1 .box {
  padding-left: 28%;
}
#index-body .init-1 .box span.h2 {
  margin-bottom: .4em;
}
#index-body .init-1 .box .left {
  width: 57%;
  padding-right: 2%;
  vertical-align: middle;
}
.shouye{
  margin-bottom: 2.5em;
  font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
#index-body .init-1 .box .left .text {
  margin-bottom: 2.5em;
}
#index-body .init-1 .box .right {
  width: 43%;
  vertical-align: middle;
}
#index-body .init-1 .box .right .img {
  height: 360px;
  background-size: cover;
  background-position: center;
}
#index-body .init-2 {
  background-color: #2d2c28;
  color: white;
}
#index-body .init-2 .ui.container {
  max-width: 1580px;
}
#index-body .init-2 .top {
  padding: 70px 0 60px;
}
#index-body .init-2 .top .list {
  max-width: 1100px;
}
#index-body .init-2 .top .list 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;
}
#index-body .init-2 .top .list ul li {
  width: auto;
  font-style: italic;
}
#index-body .init-2 .top .list ul li span.h2 {
  line-height: 1;
}
#index-body .init-2 .top .list ul li span.h2 sub {
  font-size: .5em;
  vertical-align: baseline;
}
#index-body .init-2 .top .list ul li span.h6 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  line-height: 1.8;
  margin-top: 1em;
  font-weight: bold;
}
#index-body .init-2 .bottom {
  position: relative;
  z-index: 1;
}
#index-body .init-2 .bottom .list ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  background-size: cover;
  background-position: center;
  position: relative;
}
#index-body .init-2 .bottom .list ul li>a {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .init-2 .bottom .list ul li .ui.container {
  max-width: 1540px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding-top: 6%;
  padding-bottom: 6%;
}
#index-body .init-2 .bottom .list ul li span.h2 {
  font-size: 100px;
  margin-bottom: .2em;
  padding-right: 15%;
  margin-left: -5%;
}
#index-body .init-2 .bottom .list ul li .box {
  /*padding-left: 17%;*/
  text-align: right;
}
#index-body .init-2 .bottom .list ul li .box .left {
  vertical-align: bottom;
  width: 61%;
}
#index-body .init-2 .bottom .list ul li .box .right {
  vertical-align: bottom;
  position: relative;
  width: 39%;
  padding-left: 2%;
  padding-right: 1%;
  margin-bottom: 2%;
  text-align: left;
}
#index-body .init-2 .bottom .list ul li .box .right .text {
  margin-bottom: 4.8em;
  line-height: 1.8;
}
#index-body .init-2 .bottom .dots {
  position: absolute;
  width: 18%;
  right: 5.7%;
  top: -20%;
}
#index-body .init-2 .bottom .dots ul li {
  height: 200px;
  background-size: cover;
  background-position: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .bottom .dots ul li img {
  max-height: 70%;
}
#index-body .init-3 {
  padding: 100px 0;
}
#index-body .init-3 .list {
  margin-bottom: 70px;
}
#index-body .init-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-3 .list ul li {
  padding: 15px;
}
#index-body .init-3 .list ul li .box {
  padding: 40px 30px 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
}
#index-body .init-3 .list ul li .box span.h2 {
  font-size: 72px;
  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;
  line-height: 1;
}
#index-body .init-3 .list ul li .box span.h2:before {
  content: '';
  height: 8px;
  width: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
}
#index-body .init-3 .list ul li .box span.h6 {
  font-size: 30px;
  margin: .7em 0;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
#index-body .init-3 .list ul li .box:hover {
  background-color: #f4f2f0;
}
#index-body .init-3 .list ul li .box:hover span.h2 {
  color: var(--color);
}
#index-body .init-3 .list ul li .box:hover span.h2:before {
  width: 1em;
  margin-right: .5em;
}
#index-body .init-3 .list ul li:nth-child(even) .box {
  top: 70px;
}
#index-body .init-4 {
  padding: 110px 0 70px;
  background-color: #f4f2f0;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .ui.container {
  max-width: 1440px;
}
#index-body .init-4 span.h2 {
  color: #cfcfcf;
  margin-bottom: -1.5em;
  position: relative;
  z-index: -1;
}
#index-body .init-4 span.h2 em {
  position: relative;
  top: 1.5em;
}
#index-body .init-4 .box .left {
  width: 54%;
  text-align: center;
  padding: 0 4%;
  vertical-align: middle;
}
#index-body .init-4 .box .left .img {
  position: relative;
}
#index-body .init-4 .box .left .img span {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  max-width: 530px;
}
#index-body .init-4 .box .left .img .icon i {
  position: absolute;
}
#index-body .init-4 .box .left .img .icon i img {
  width: auto;
  max-width: none;
}
#index-body .init-4 .box .left .img .icon i:nth-child(1) {
  top: 66%;
  left: 100%;
}
#index-body .init-4 .box .left .img .icon i:nth-child(2) {
  top: 55%;
  right: 105%;
}
#index-body .init-4 .box .left .island {
  margin-top: -60%;
}
#index-body .init-4 .box .right {
  width: 46%;
  padding-left: 6%;
  vertical-align: middle;
  margin-top: 5%;
}
#index-body .init-4 .box .right span.h2 {
  margin-bottom: 2em;
  line-height: 50px;
  color: black;
  font-size: 30px;
}
#index-body .init-4 .box .right .color {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.6em;
  position: relative;
}
#index-body .init-4 .box .right .color span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  cursor: pointer;
  cursor: hand;
  opacity: .5;
  transition: .5s;
  max-height: 200px;
  overflow: auto;
}
#index-body .init-4 .box .right .color span.active {
  opacity: 1;
}
#index-body .init-4 .box .right .color i {
  width: .8em;
  height: .8em;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .3em;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-4 .box .right .color span:last-child {
  margin-bottom: 0;
}
#index-body .init-5 {
  padding: 110px 0;
}
#index-body .init-5 span.h2 {
  margin-bottom: 1em;
}
#index-body .init-5 .box {
  padding-left: 5%;
}
#index-body .init-5 .list {
  padding-left: 8.5%;
}
#index-body .init-5 .list ul {
  margin: -35px;
}
#index-body .init-5 .list ul li {
  padding: 35px;
}
#index-body .init-5 .list ul li a.img-box {
  display: block;
}
#index-body .init-5 .list ul li a.img-box img {
  width: 100%;
}
#index-body .init-5 .list ul li time {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #7d7d7d;
  margin: 1em 0;
}
#index-body .init-5 .list ul li span.h6 {
  font-size: 30px;
  color: #2f2f2f;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li span.h6:hover {
  color: var(--color);
}
#index-body .init-5 .list ul li a.more {
  opacity: 0;
}
#index-body .init-5 .list ul li:hover a.more {
  opacity: 1;
}
.slick-vertical .slick-slide {
  border: none;
}
#footer {
  background-color: #2d2c28;
  color: white;
}
#footer .ui.container {
  max-width: 1580px;
}
#footer .footer-top {
  padding: 120px 0 70px;
}
#footer .footer-top .box {
  margin: -10px;
}
#footer .footer-top .box .slide {
  padding: 10px;
}
#footer .footer-top .box .slide:nth-child(1) {
  width: 20%;
}
#footer .footer-top .box .slide:nth-child(2) {
  width: 23%;
}
#footer .footer-top .box .slide:nth-child(3) {
  width: 35%;
}
#footer .footer-top .box .slide:nth-child(4) {
  width: 22%;
}
#footer .footer-top .box .w160 {
  width: 160px;
  text-align: center;
}
#footer .footer-top .box .logo {
  display: block;
  filter: brightness(0) invert(1);
}
#footer .footer-top .box #ewm {
  max-width: 80px;
  border: 3px solid white;
  margin: 55px auto;
  display: block;
}
#footer .footer-top .box .share {
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
#footer .footer-top .box span.h6 {
  font-size: 26px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin: .5em 0 1.5em;
}
#footer .footer-top .box .nav {
  font-size: 22px;
  line-height: 1.6;
}
#footer .footer-top .box .nav li {
  margin-bottom: 1.1em;
}
#footer .footer-top .box .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .nav li ul {
    display: none;
}
#footer .footer-top .box .nav li a:hover {
  text-decoration: underline;
}
#footer .footer-top .box .info {
  font-size: 16px;
  line-height: 1.6;
}
#footer .footer-top .box .info li {
  margin-bottom: 3em;
  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;
}
#footer .footer-top .box .info li i {
  margin-right: 1.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .footer-top .box .info li span {
  font-size: 1.25em;
  border-bottom: 1px solid white;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .box .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .form ul {
  margin: -18px 0;
}
#footer .footer-top .box .form ul li {
  padding: 18px 0;
}
#footer .footer-top .box .form ul li input,
#footer .footer-top .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  padding: .3em 0;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .form ul li input::-webkit-input-placeholder, #footer .footer-top .box .form ul li textarea::-webkit-input-placeholder {
  color: white;
}
#footer .footer-top .box .form ul li input:-moz-placeholder, #footer .footer-top .box .form ul li textarea:-moz-placeholder {
  color: white;
}
#footer .footer-top .box .form ul li input::-moz-placeholder, #footer .footer-top .box .form ul li textarea::-moz-placeholder {
  color: white;
}
#footer .footer-top .box .form ul li input:-ms-input-placeholder, #footer .footer-top .box .form ul li textarea:-ms-input-placeholder {
  color: white;
}
#footer .footer-top .box .form ul li input::placeholder,
#footer .footer-top .box .form ul li textarea::placeholder {
  color: white;
}
#footer .footer-top .box .form ul li input:focus,
#footer .footer-top .box .form ul li textarea:focus {
  border-bottom-color: var(--color);
}
#footer .footer-top .box .form ul li textarea {
  height: 60px;
}
#footer .footer-top .box .form ul li:last-child {
  text-align: right;
}
#footer .footer-top .box .form ul li button {
  border: none;
  background-color: transparent;
  display: inline-block;
  margin-left: auto;
  padding-right: 3em;
  padding-left: .5em;
}
#footer .footer-top .box .form ul li button:before {
  width: 80%;
}
#footer .footer-top .box .form ul li button:hover {
  padding: 0 2em;
}
#footer .footer-bottom {
  font-size: 14px;
}
#footer .footer-bottom .coy {
  padding: 1.2em 0;
  border-top: 1px solid #6e6e6e;
  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 .coy svg {
  max-height: 2em;
  width: auto;
  display: block;
  fill: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: var(--color);
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: var(--color);
}
@media screen and (max-width: 1800px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 60px;
  }
  #header .nav .ui.menu .msg {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-search,
  #header .nav .ui.menu .yuy span {
    max-width: 20px;
  }
  #header .nav .ui.menu {
    height: 80px;
  }
  span.h2 {
    font-size: 60px;
  }
  .more,
  #index-body .init-2 .top .list ul li span.h6 {
    font-size: 18px;
  }
  .text,
  #index-body .init-5 .list ul li time {
    font-size: 16px;
  }
  #index-body .init-2 .bottom .dots ul li {
    height: 160px;
  }
  #index-body .init-2 .bottom .dots {
    top: -2%;
  }
  #index-body .init-2 .bottom .list ul li span.h2 {
    font-size: 90px;
  }
  #index-body .init-3 .list ul li .box span.h2 {
    font-size: 46px;
  }
  #index-body .init-3 .list ul li .box span.h6 {
    font-size: 24px;
  }
  #index-body .init-3 .list ul li .box {
    padding: 20px;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-4 .box .right .color {
    font-size: 20px;
  }
  #index-body .init-5 {
    padding: 70px 0;
  }
  #index-body .init-5 .list ul li span.h6 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li {
    padding: 20px;
  }
  #index-body .init-5 .list ul {
    margin: -20px;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top .box span.h6 {
    font-size: 24px;
  }
  #footer .footer-top .box .nav {
    font-size: 20px;
  }
  #footer .footer-top .box .form ul li {
    padding: 10px 0;
  }
  #footer .footer-top .box .form ul {
    margin: -10px 0;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  span.h2 {
    font-size: 48px;
  }
  .more,
  #index-body .init-2 .top .list ul li span.h6 {
    font-size: 16px;
  }
  #index-body .init-1 {
    padding: 80px 0;
  }
  #index-body .init-1 .box .right .img {
    height: 300px;
  }
  #index-body .init-2 .bottom .list ul li span.h2 {
    font-size: 72px;
  }
  #index-body .init-2 .bottom .dots {
    display: none;
  }
  #index-body .init-3 .list ul li .box span.h2 {
    font-size: 38px;
  }
  #index-body .init-3 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .text,
  #index-body .init-5 .list ul li time {
    font-size: 14px;
  }
  #index-body .init-3 .list ul li:nth-child(even) .box {
    top: 0;
  }
  #index-body .init-3 .list {
    margin-bottom: 0;
  }
  #index-body .init-5 .box {
    padding-left: 0;
  }
  #footer .footer-top .box .info li i {
    width: 40px;
  }
  #footer .footer-top .box .info li {
    margin-bottom: 2em;
    line-height: 2;
  }
  #footer .footer-top .box .form ul li input,
  #footer .footer-top .box .form ul li textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  .yejiao {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  span.h2 {
    font-size: 40px;
  }
  #banner li .content .left {
    max-width: 400px;
  }
  #index-body .init-1 {
    padding: 70px 0;
  }
  #index-body .init-4 .box .left .img .icon i:nth-child(1) img {
    width: 50px;
  }
  #index-body .init-4 .box .left .img .icon i:nth-child(2) img {
    width: 50px;
  }
  #index-body .init-4 .box .right .color {
    font-size: 16px;
  }
  #index-body .init-4 .box .left {
    width: 58%;
  }
  #index-body .init-4 .box .right {
    width: 42%;
  }
  #index-body .init-5 .list ul li span.h6 {
    font-size: 22px;
  }
  #footer .footer-top .box .nav {
    font-size: 18px;
  }
  #footer .footer-top .box .info {
    font-size: 14px;
  }
  #footer .footer-top .box .info li:last-child p br {
    display: none;
  }
  #footer .footer-top .box .logo img {
    max-height: 90px;
    display: block;
    margin: 0 auto;
  }
  #footer .footer-bottom .coy {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  span.h2 {
    font-size: 32px;
  }
  .more,
  #index-body .init-2 .top .list ul li span.h6 {
    font-size: 14px;
  }
  #index-body .init-2 .top {
    padding: 40px 0;
  }
  #index-body .init-2 .bottom .list ul li span.h2 {
    font-size: 40px;
  }
  #index-body .init-2 .bottom .list ul li .box .right {
    margin-top: 3%;
  }
  #index-body .init-3 .list ul li {
    width: 50%;
  }
  #index-body .init-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 .list ul li .box {
    background-color: #f4f2f0;
  }
  .scrollImg {
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-5 .list {
    padding-left: 0;
  }
  #index-body .init-5 .list ul li span.h6 {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box #ewm {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(1),
  #footer .footer-top .box .slide:nth-child(3),
  #footer .footer-top .box .slide:nth-child(4) {
    width: 100%;
  }
  #footer .footer-top .box span.h6 {
    font-size: 20px;
    margin: .5em 0;
  }
  #footer .footer-top .box .info li i {
    width: 28px;
  }
  #footer .footer-top .box .share {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  span.h2 {
    font-size: 24px;
    line-height: 44px;
  }
  #banner li .content {
    top: 45%;
  }
  #banner li .content span.h2 {
    text-shadow: 0 0 10px #000000;
  }
  #index-body .init-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .box .left .text {
    margin-bottom: 1em;
  }
  #index-body .init-1 .box .right .img {
    height: 200px;
  }
  #index-body .init-2 .top .list ul li {
    width: 100%;
    padding: 10px;
  }
  #index-body .init-2 .top .list ul {
    margin: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .bottom .list ul li .box .right .text {
    display: none;
  }
  #index-body .init-2 .bottom .list ul li .box {
    padding-left: 3%;
  }
  #index-body .init-2 .bottom .list ul li .box .right {
    padding-left: 1%;
  }
  #index-body .init-2 .bottom .list ul li span.h2 {
    font-size: 32px;
  }
  #index-body .init-3 .list ul li .box span.h2 {
    font-size: 28px;
  }
  #index-body .init-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  #index-body .init-3 .list ul li {
    padding: 5px;
  }
  #index-body .init-3 .list ul {
    margin: -5px;
  }
  #index-body .init-4 .box .left .img .icon {
    display: none;
  }
  #index-body .init-4 .box .left {
    padding: 0 5%;
  }
  #index-body .init-4 .box .right .color {
    font-size: 14px;
  }
  #index-body .init-5 .list ul li {
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
  #index-body .init-5 .list ul li a.more {
    opacity: 1;
  }
  #footer .footer-top .box .info li span {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .box {
    padding-left: 0;
  }
  #index-body .init-1 {
    padding: 50px 0;
    background-image: unset;
  }
  #banner .share {
    display: none;
  }
  #index-body .init-1 .box .right .img {
    height: 160px;
  }
  #index-body .init-2 .bottom .list ul li .box .left {
    width: 50%;
  }
  #index-body .init-2 .bottom .list ul li .box .right {
    width: 50%;
  }
  .more {
    padding-right: 2em;
  }
  #index-body .init-3 .list ul li {
    width: 100%;
  }
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box .right {
    width: 100%;
  }
  #footer .footer-top .box .w160 {
    width: 100%;
  }
}
.inner-banner {
  text-align: center;
}
.inner-banner span.h2 {
  margin-top: .8em;
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 30px;
  color: #696969;
  margin: 1.2em 0;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page .m-page {
  font-size: 18px;
  margin-top: 3em;
}
.inner-page .m-page div {
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  margin: .2em;
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-page .public-down {
  padding: 60px 0;
  position: relative;
}
.inner-page .public-down:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e1e1e1;
}
.inner-page .public-down i.fa {
  font-size: 24px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  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;
  color: white;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  position: relative;
}
.about-page .about-1 i.mask {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: inherit;
  height: 100vh;
  display: block;
  background-image: url("../images/about-1-bg1.jpg");
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.about-page .about-1 .box {
  padding: 18% 0 5.5%;
}
.about-page .about-1 .right {
  padding-left: 3%;
}
.about-page .about-1 .right .text p {
  margin-bottom: 2em;
}
.about-page .about-1 .right .text p:last-child {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-2 {
  padding: 140px 0 50px;
  background-color: #f7f7f7;
}
.about-page .about-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 .list {
  width: 26%;
  padding: 0 2%;
}
.about-page .about-2 .list ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  padding-bottom: 20%;
}
.about-page .about-2 .list ul li {
  width: 100%;
  font-style: italic;
}
.about-page .about-2 .list ul li span.h2 {
  color: var(--color);
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  display: block;
  line-height: 36px;
}
.about-page .about-2 .center {
  width: 48%;
  padding-right: 2%;
}
.about-page .about-2 .center .img {
  margin-left: -8%;
}
.about-page .about-3 .ui.container {
  max-width: 1540px;
}
.about-page .about-3 .box .left {
  padding-right: 6%;
  vertical-align: top;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  margin: 5% 0;
}
.about-page .about-3 .box .right {
  padding-left: 4%;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .box .right:before,
.about-page .about-3 .box .right:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.about-page .about-3 .box .right:before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(transparent));
  background-image: -webkit-linear-gradient(top, white 10%, transparent 100%);
  background-image: -moz-linear-gradient(top, white 10%, transparent 100%);
  background-image: linear-gradient(to bottom, white 10%, transparent 100%);
}
.about-page .about-3 .box .right:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(transparent));
  background-image: -webkit-linear-gradient(bottom, white 10%, transparent 100%);
  background-image: -moz-linear-gradient(bottom, white 10%, transparent 100%);
  background-image: linear-gradient(to top, white 10%, transparent 100%);
}
.about-page .about-3 span.h2 {
  line-height: 1.5;
}
.about-page .about-3 .text {
  margin: 2em 0;
}
.about-page .about-3 .text p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -14px;
}
.about-page .about-3 .list ul li {
  padding: 14px;
}
.about-page .about-3 .list ul li img {
  width: 100%;
}
.about-page .about-3 .list ul:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}
.about-page .about-3 .list div {
  width: 50%;
  position: relative;
}
.about-page .about-3 .list div:last-child ul {
  animation-direction: reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-3 .list div:last-child ul:nth-child(2) {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.about-page .about-3 .list div:last-child ul:last-child {
  bottom: 200%;
  top: auto;
}
.about-page .about-4 {
  padding-top: 100px;
  overflow: hidden;
}
.about-page .about-4 span.h2 {
  opacity: .24;
  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;
  white-space: nowrap;
  margin-bottom: 1em;
}
.about-page .about-4 span.h2 em {
  font-size: 2em;
  -webkit-animation: zy 15s linear infinite;
  -moz-animation: zy 15s linear infinite;
  animation: zy 15s linear infinite;
  padding: 0 .5em;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .about-4 .list {
  position: relative;
}
.about-page .about-4 .list:before,
.about-page .about-4 .list:after {
  content: '';
  width: 100%;
  height: 53px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url("../images/about-4-mask.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.about-page .about-4 .list:before {
  top: 0;
}
.about-page .about-4 .list:after {
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.about-page .about-4 .list ul {
  margin: 0 -8px;
}
.about-page .about-4 .list ul li {
  padding: 0 8px;
}
.about-page .about-4 .list ul li .img {
  height: 510px;
  background-size: cover;
  background-position: center;
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
  padding: 0 15%;
  color: white;
  text-align: center;
}
.about-page .about-4 .list ul li .img span.h6 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  display: block;
}
.about-page .about-4 .list ul li .img .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 28px;
}
.about-page .about-4 .list ul .slick-current li .img .content {
  opacity: 1;
}
.about-page .about-5 {
  padding: 140px 0 120px;
  text-align: center;
}
.about-page .about-5 .ui.container {
  max-width: 1540px;
}
.about-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-5 .list ul {
  margin: -25px;
}
.about-page .about-5 .list ul li {
  padding: 25px;
}
.about-page .about-5 .list ul li a.img-box {
  display: block;
}
.about-page .about-5 .list ul li img {
  width: 100%;
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes sx {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes sx {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes zy {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes zy {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes zy {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.product-page {
  padding-bottom: 120px;
}
.product-page .ui.container {
  max-width: 1540px;
}
.product-page .product-nav {
  font-size: 18px;
  line-height: 32px;
  margin: 1.5em 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
  z-index: 2;
}
.text{
  font-size: 16px;
  line-height: 30px;
}
.fenlei{
  font-size: 24px;
  line-height: 44px;
  margin: 5px 0;
  font-weight: 600;
}
.product-page .product-nav 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;
}
.product-page .product-nav ul li {
  position: relative;
}
.product-page .product-nav ul li a {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  color: #9e9e9e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-nav ul li:hover > a {
  color: black;
}
.product-page .product-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: white;
  padding: .1em .7em;
  z-index: 1;
  display: none;
  border-top: 1px solid var(--color);
  box-shadow:  0 5px 5px rgba(0, 0, 0, 0.1);
}
.product-page .product-nav ul li ul li {
  border-top: 1px #a9a9a9 dashed;
}
.product-page .product-nav ul li ul li a {
  font-weight: normal;
  font-size: 0.88888889em;
}
.product-page .product-nav ul li ul li a:hover {
  color: var(--color);
}
.product-page .product-nav ul li ul li:first-child {
  border-top: none;
}
.product-page .product-nav ul li:hover ul {
  display: block;
}
.product-page .product-List {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-page .product-List ul {
  margin: -40px -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-List ul li {
  padding: 40px 60px;
}
.product-page .product-List ul li .box {
  display: block;
  background-color: white;
  padding: 0 15px;
  height: 100%;
}
.product-page .product-List ul li .box .top {
  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;
  position: relative;
  z-index: 2;
}
.product-page .product-List ul li .box .top .title {
  padding-top: 10px;
  color: #444;
  font-style: italic;
  padding-right: 10px;
  max-width: 65%;
}
.product-page .product-List ul li .box .top .title span.h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  display: block;
}
.product-page .product-List ul li .box .top .title span.ai {
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.product-page .product-List ul li .box .top .tag {
  font-size: 18px;
  background-color: #f5f5f5;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  overflow: hidden;
  margin-right: 1.5em;
}
.product-page .product-List ul li .box .top .tag a {
  width: 3.77777778em;
  height: 2.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px #d9d9d9 dashed;
  color: #6f6f6f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box .top .tag a:first-child {
  border-top: none;
}
.product-page .product-List ul li .box .top .tag a:hover {
  background-color: var(--color);
  color: white;
}
.product-page .product-List ul li .box a.img-box {
  display: block;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.product-page .product-List ul li .box span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 36px;
  padding: 1em 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box span.h6:hover {
  color: var(--color);
}
.inner-page .ui.container,
.seoPublic .ui.container {
  max-width: 1540px;
}
.service-page span.h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .box {
  margin-bottom: 55px;
}
.service-page .service-1 .box .left {
  vertical-align: middle;
  width: 66.66%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 30px;
}
.service-page .service-1 .box .right {
  vertical-align: middle;
  width: 33.33%;
  padding-left: 2.15%;
}
.service-page .service-1 .list ul {
  margin: 0 -25px;
}
.service-page .service-1 .list ul li {
  padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
  display: block;
  height: 315px;
  background-size: cover;
  /*background-position: center;*/
}
.service-page .service-2 {
  padding-bottom: 100px;
  position: relative;
}
.service-page .service-2:before {
  content: '';
  width: 100%;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../images/service-2-bg.jpg');
  background-repeat: no-repeat;
  background-size: 27.3%;
  background-position: right bottom;
  background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
  padding-right: 8%;
  vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.service-page .service-2 .box .left .img > img {
  display: block;
  margin-left: auto;
  margin-right: -6%;
  mix-blend-mode: darken;
}
.service-page .service-2 .box .left .img .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}
.service-page .service-2 .box .left .img .tag div {
  width: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 150px;
  background-color: rgba(150, 150, 150, 0.74);
  padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
.service-page .service-2 .box .left .img .tag div.first {
  background-color: #61472a;
}
.service-page .service-2 .box .left .img .tag div.first i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
  margin-left: .5em;
  color: #fff;
}
.service-page .service-2 .box .left .img .tag div.last {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  line-height: 1.8;
  margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: .7;
  text-align: center;
}
.service-page .service-2 .box .right {
  vertical-align: bottom;
  padding-right: 2%;
}
.service-page .service-2 .box .right span.h2 {
  margin-bottom: 1em;
}
.service-page .service-2 .box .right .list {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .box .right .list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 {
  padding: 120px 0 150px;
}
.service-page .service-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 .top span.h2 {
  margin-bottom: 0;
}
.service-page .service-3 .top .text {
  max-width: 55%;
  font-size: 16px;
  line-height: 30px;
}
.service-page .service-3 .list {
  margin-top: 70px;
}
.service-page .service-3 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .list ul li {
  padding: 20px;
}
.service-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #61472a;
  color: white;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
}
.service-page .service-3 .list ul li .box i {
  display: block;
  height: 89px;
  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;
}
.service-page .service-3 .list ul li .box i img {
  max-height: 100%;
}
.service-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: bold;
  margin: .8em 0;
  display: block;
  line-height: 1.6;
}
.prodet-1 {
  padding: 80px 0 0;
}
.prodet-1 .ui.container #gallery {
  width: 100%;
  overflow: hidden;
}
.prodet-1 .ui.container #gallery ul .slick-current li {
  opacity: 1;
}
.prodet-1 .ui.container #gallery ul .slick-current li img {
  width: 550px;
}
.prodet-1 .ui.container #gallery ul li {
  opacity: .5;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  min-height: 360px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.prodet-1 .ui.container #gallery ul li img {
  width: 194px;
}
.prodet-2 {
  padding: 20px 0 80px;
}
.prodet-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prodet-2 .ui.container .left {
  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;
  position: sticky;
  top: 110px;
}
.prodet-2 .ui.container .left .navbox {
  width: 165px;
  max-height: 604px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 50px;
}
.prodet-2 .ui.container .left .navbox li {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  opacity: .6;
  transition: .5s;
}
.prodet-2 .ui.container .left .navbox li span {
  display: block;
  margin-top: .5em;
}
.prodet-2 .ui.container .left .navbox li img {
  max-width: 126px;
}
.prodet-2 .ui.container .left .navbox li.active {
  opacity: 1;
}
.prodet-2 .ui.container .left .imgbox {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.prodet-2 .ui.container .right h1 {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
.prodet-2 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.prodet-2 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-2 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
  line-height: 40px;
}
.prodet-2 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-2 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  /*display: none;*/
  line-height: 32px;
}
.prodet-2 .ui.container .right a.more3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #000;
  display: block;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-2 .ui.container .right a.more3:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.pro .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 85px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type=submit] {
  width: 100%;
  max-width: none;
  line-height: 60px;
  height: 60px;
  color: #fff;
  background: #000;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  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;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 22px!important;
  line-height: 40px!important;
  min-height: 6.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-5 ul.newslist li .title:hover {
  color: var(--color);
}
.font-45 {
  font-size: 45px;
  font-weight: bold;
}
.font-106 {
  font-size: 106px;
  font-weight: bold;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: 700;
  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: 400;
  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: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  line-height: 28px;
  margin-top: .5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  -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;
  line-height: 30px;
  padding: 8px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: 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: #f5f5f5;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type=submit]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.zhishi h3 {
  color: var(--color);
  font-size: 20px;
  line-height: 36px;
}
.seoPublic .text a {
  color: var(--color);
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: 0 0 !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: #000;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: #fff;
}
.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: #fff;
  -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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: #fff;
  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;
  }
  .Auxil-industry{
    display: none;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
  }
  #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: #fff;
    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;
    font-size: 16px;
    line-height: 30px;
  }
  .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;
  }
}
.prodet-page .product-2 ul {
  margin: 0 -80px;
}
.prodet-page .product-2 ul li {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 75px;
}
.prodet-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.prodet-page .product-2 ul li .item .img-box {
  position: relative;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox {
  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: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.prodet-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 2;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .product-2 ul li .item .pname:hover {
  color: #000;
}
.pd70 {
  padding: 70px 0;
}
.m-link {
  font-size: 14px;
  line-height: 28px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-link a:hover {
  color: #111;
}
.bortop {
  border-top: 1px solid #000;
}
.contact-page .contact-4 {
  padding: 100px 0;
}
.contact-page .contact-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  padding-top: 40px;
  width: 30%;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: 400;
  margin-top: 20px;
}
.contact-page .contact-4 .left ul {
  margin-top: 30px;
}
.contact-page .contact-4 .left ul li {
  margin-top: 20px;
}
.contact-page .contact-4 .left ul li .content {
  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;
  width: 100%;
}
.contact-page .contact-4 .left ul li h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaa;
  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-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li h6 i {
  font-size: 20px;
  color: #222;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li p {
  margin-top: 0;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: 400;
  width: 100%;
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 90px;
  width: 100%;
}
.contact-page .contact-4 .right form .tips2 {
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: bold;
}
.contact-page .contact-4 .right form .tips {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
.contact-page .contact-4 .right form .list input,
.contact-page .contact-4 .right form .list textarea,
.contact-page .contact-4 .right form .list .input_cont {
  width: 100%;
  margin-top: 4px;
  padding: 8px 20px;
  border: 1px solid #898989;
  font-size: 14px;
  line-height: 28px;
}
.contact-page .contact-4 .right form .phone .intl-tel-input.inside .flag-dropdown {
  left: 16px;
}
.contact-page .contact-4 .right form .list .submit {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 36px;
  background-color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: none;
  color: white;
}
.contact-page .contact-4 .right form .list .submit:hover {
  background: #000;
}
.contact-page .contact-4 .right form .list .submit img,
.contact-page .contact-4 .right form .list .submit span {
  vertical-align: middle;
}
.contact-page .contact-4 .right form .list .submit:hover img {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
.contact-page .contact-4 .right form .list .submit span {
  margin-left: 14px;
  color: #fff;
}
.contact-page .contact-5 iframe {
  display: block;
  border: none;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 0.7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type=submit] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("/template/en/images/icon-search-black.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  padding: .3em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList 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: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 30px;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  line-height: 1.8;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 0;
}
.newdet-page .sideBarLeft time {
  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: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
  max-width: none;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: 0.5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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-weight: 700;
  font-size: 20px;
  color: #242424;
  margin-bottom: 0.5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 32px;
  min-height: 5.5em;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type=submit] {
  border: none;
  background: var(--color);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .form ul li input[type=submit]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .newdet-page .marginBox,
  .contact-page .contact-4 {
    padding: 50px 0;
  }
  .newdet-page .sideBarLeft time {
    font-size: 14px;
    line-height: 28px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px!important;
    line-height: 44px!important;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 40px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 60px;
    height: 60px;
  }
  .font-30 {
    font-size: 24px;
  }
  .prodet-2 .ui.container .right ul.conlist li {
    padding: 10px 0;
  }
  .font-22 {
    font-size: 18px!important;
    line-height: 32px!important;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 18px;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 16px;
  }
  .font-45 {
    font-size: 36px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 50px;
  }
  .prodet-page .product-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 18px;
  }
  .about-page .about-5 {
    padding: 90px 0;
  }
  .service-page span.h2 {
    font-size: 48px;
  }
  .service-page .service-3 {
    padding: 90px 0;
  }
  .service-page .service-3 .list ul li .box i {
    height: 70px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .public-down {
    padding: 30px 0;
  }
  .service-page span.h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 280px;
  }
  .service-page .service-2 .box .right .list {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div.first i {
    width: 60px;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 14px;
  }
  .product-page .product-List {
    margin-top: 50px;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 16px;
  }
  .product-page .product-List ul li {
    padding: 30px;
  }
  .product-page .product-List ul {
    margin: -30px;
  }
  .product-page {
    padding-bottom: 80px;
  }
  .product-page .product-List ul li .box .top .title span.ai {
    font-size: 24px;
  }
  .product-page .product-List ul li .box .top .tag a {
    width: 3em;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .marginBox {
    padding: 50px 0;
  }
  .contact-page .contact-4 .right form {
    padding: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 32px;
  }
  .contact-page .contact-4 .left p {
    font-size: 16px;
  }
  .contact-page .contact-5 iframe {
    height: 360px;
  }
  .prodet-1 {
    padding-top: 40px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 400px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 150px;
  }
  .prodet-2 .ui.container .left .navbox {
    padding-top: 30px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 50px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-45 {
    font-size: 28px;
  }
  .prodet-3 .title {
    margin-bottom: 40px;
  }
  .pd70 {
    padding: 40px 0;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 16px;
  }
  .prodet-3 form ul li input[type=submit] {
    font-size: 18px;
  }
  .font-22 {
    font-size: 16px;
  }
  .prodet-5 ul.newslist li .title {
    font-size: 18px !important;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .about-page .about-4 .list ul li .img {
    height: 440px;
    padding: 0 6%;
  }
  .about-page .about-4 .list ul li .img span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding-top: 10px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .list ul {
    padding-bottom: 5%;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 16px;
  }
  .about-page .about-3 .box .left {
    top: 10%;
  }
  .about-page .about-4 .list ul li .img {
    height: 360px;
  }
  .about-page .about-5 .list ul li {
    padding: 15px;
  }
  .about-page .about-5 .list ul {
    margin: -15px;
  }
  .about-page .about-3 .box .left {
    padding-right: 0;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 320px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 120px;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: 280px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-2 .ui.container .left .navbox {
    max-height: 460px;
  }
  .prodet-2 .ui.container .left .imgbox img {
    padding-left: 0 !important;
  }
  .font-30 {
    font-size: 20px;
    line-height: 36px!important;
  }
  .prodet-2 .ui.container .right ul.conlist li .title i {
    top: 3px;
    font-size: 14px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    margin-bottom: 30px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .prodet-page .product-2 ul li {
    padding: 0 40px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -40px;
  }
  .prodet-5 ul.newslist li .title {
    line-height: 32px!important;
    min-height: 5rem;
  }
  .seoPublic .title {
    margin-bottom: .8em;
  }
  .prodet-5 ul.newslist {
    margin-top: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 28px;
  }
  .contact-page .contact-4 .left p,
  .contact-page .contact-4 .left ul li p,
  .news-page .sideBarLeft .list ul li .content span.h3 {
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight form.search {
    height: 40px;
    line-height: 40px;
  }
  .inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 18px;
    margin: 1em 0 .5em;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox .text {
    padding: 1em;
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox {
    height: 280px;
  }
  .inner-page .m-page {
    font-size: 15px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 15px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0;
  }
  .newdet-page .form ul li input[type=submit] {
    font-size: 16px;
  }
  .product-page .product-nav {
    display: none;
  }
  .fenlei{
    font-size: 20px;
    line-height: 36px;
  }
  .miaoshu{
    display: none!important;
  }
  .product-page .product-List ul li {
    padding: 10px;
  }
  .product-page .product-List ul {
    margin: -10px;
  }
  .product-page .product-List ul li .box .top .tag a {
    height: 2em;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 14px;
    margin-right: 0;
  }
  .product-page .product-List ul li .box .top .title span.h5 {
    font-size: 14px;
  }
  .service-page span.h2 {
    font-size: 28px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 240px;
  }
  .service-page .service-2 .box .right .list,
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 14px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 18px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    text-align: center;
  }
  .service-page .service-2 .box .left {
    padding-right: 4%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .service-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .box .right {
    display: none;
  }
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page span.h2 {
    font-size: 24px!important;
    line-height: 1.6!important;
  }
  .service-page .service-1 .list ul li {
    padding: 0 10px;
  }
  .service-page .service-1 .list ul {
    margin: 0 -10px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 200px;
  }
  .service-page .service-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .top {
    display: block;
  }
  .service-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .service-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .service-page .service-3 .list ul {
    margin: -10px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px;
  }
  .product-page .product-List ul li {
    width: 50% !important;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 14px;
    line-height: 28px;
  }
  .contact-page .contact-4 .left {
    width: 100%;
    padding-top: 0;
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-4 .right form .tips2 {
    font-size: 24px;
  }
  .prodet-2 .ui.container .left {
    width: 100%;
  }
  .prodet-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .m-link {
    max-width: none;
  }
  .seoPublic .about-1 .left {
    width: 100%;
    padding-top: 40px !important;
  }
  .seoPublic .about-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .font-45 {
    font-size: 24px;
  }
  .about-page .about-1 i.mask {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    display: none;
  }
  .about-page .about-1 {
    background-image: url("../images/about-1-bg1.jpg");
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .list ul li span.h6 {
    margin-top: .5em;
  }
  .about-page .about-3 .box .right {
    display: none;
  }
  .about-page .about-3 .box .left {
    width: 100%;
  }
  .about-page .about-4 {
    padding-top: 50px;
  }
  #cp-Nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    display: none;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: auto;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 30px;
  }
  .prodet-2 {
    padding: 20px 0 50px;
  }
  .prodet-3 {
    overflow: hidden;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
  }
  .prodet-page .product-2 ul li {
    padding: 0 15px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -15px;
  }
  .font-22 {
    font-size: 14px;
    line-height: 28px!important;
  }
  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .contact-5 iframe {
    height: 280px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    display: none;
  }
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 500px) {
  .service-page span.h2 {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag {
    display: block;
  }
  .service-page .service-2 .box .left .img .tag div {
    width: 100%;
    height: 100px;
  }
  .service-page .service-2 .box .left .img .tag div.last {
    text-align: center;
  }
  .service-page .service-2 .box .left .img .tag div span.h6 {
    width: 100%;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 20px;
  }
  .product-page .product-List ul li {
    width: 100% !important;
  }
  .product-page {
    padding-bottom: 50px;
  }
  .newdet-page .form ul li {
    padding: 5px;
  }
  .newdet-page .form ul {
    margin: -5px;
  }
  .inner-page .m-page {
    margin-top: 1em;
  }
  .contact-page .contact-4 .right form {
    padding: 15px;
  }
  .contact-page .contact-4 .right form .list input,
  .contact-page .contact-4 .right form .list textarea,
  .contact-page .contact-4 .right form .list .input_cont {
    padding: 5px;
  }
  .contact-page .contact-4 .right form .tips {
    margin-top: 10px;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 14px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 30px;
  }
  .about-page .about-5 .list ul li {
    padding: 5px;
  }
  .about-page .about-5 .list ul {
    margin: -5px;
  }
}

.aboutnews-1 {
    padding-top: 110px
}

.aboutnews-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px
}

.aboutnews-1 .top .i-title {
    margin-left: 40px
}

.aboutnews-1 .box {
    position: relative;
    background: -webkit-gradient(linear,right top,left top,color-stop(66%,#fafafa),color-stop(66%,transparent));
    background: -webkit-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: -moz-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: linear-gradient(to left,#fafafa 66%,transparent 66% 100%);
    padding: 100px 0;
    margin-top: 65px
}

.aboutnews-1 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0
}

.aboutnews-1 .box ul li {
    width: 30%;
    background: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    padding: 25px 20px 60px
}

.aboutnews-1 .box ul li .h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin: 34px 0 3px
}

.aboutnews-1 .box ul li .h3 em {
    font-size: 49px
}

.aboutnews-1 .box ul li p {
    font-size: 16px;
    line-height: 30px;
}

.aboutnews-1 .box ul li:first-child {
    background: var(--color)
}

.aboutnews-1 .box .play {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    text-align: center;
    line-height: 165px;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 250px;
    top: -110px
}

.aboutnews-1 .box .play img {
    vertical-align: middle
}

.aboutnews-1 .box .play:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/template/en/images/about-page-circle.png) no-repeat;
    -webkit-animation: 20s .3s rotate linear infinite;
    -moz-animation: 20s .3s rotate linear infinite;
    animation: 20s .3s rotate linear infinite
}
@keyframes rotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}

.aboutnews-1 .box .wrap .left {
    width: 40%
}

.aboutnews-1 .box .wrap .right {
    width: 60%;
    padding-left: 50px;
    padding-right: 260px
}

.aboutnews-1 .box .wrap .right .content {
    font-size: 18px;
    line-height: 32px;
    opacity: .73
}
.i-tag {
    font-size: 20px;
    font-weight: 600;
    color: var(--color)
}

.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px
}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  display: none;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.gallery-page ul li a {
  display: block;
}
.gallery-page ul li span {
  font-size: 16px;
  line-height: 30px;
  margin-top: 1em;
  display: block;
}
@media screen and (max-width: 1450px) {
  #banner li .content .left span.h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .left span.h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left span.h2 {
    font-size: 28px;
  }
  .prodet-2 .ui.container .left {
    position: static;
  }
  .aboutnews-1 .box .wrap .left {
    width: 100%;
  }
  .aboutnews-1 .box .wrap .right {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .aboutnews-1 .box ul {
    width: 100%;
    zoom: .5;
  }
  .aboutnews-1 .top {
    padding-left: 0;
  }
  .aboutnews-1 .box .play {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left span.h2 {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
  }
  #banner li .content .left a.more {
    display: none;
  }
  .prodet-2 .ui.container .left .navbox {
    width: 100px;
    max-height: 350px;
  }
  .prodet-2 .ui.container .left .navbox li img {
    max-width: 100%;
  }
  .prodet-2 .ui.container .left .imgbox {
        width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  #index-body .init-2 .bottom .list ul li .ui.container {
    position: relative;
    transform: unset;
    left: 0;
  }
  #index-body .init-2 .bottom .list ul li .box .right .text {
    display: block;
    margin-bottom: 1.5em;
  }
  #index-body .init-2 .bottom .list ul li .box .right {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  table {
    white-space: nowrap;
  }
}

.product-page .product-List ul>p {
  letter-spacing: 0;
  padding: 20px;
}
#index-body .init-2 .bottom .list ul li .ui.container {
  top: 50%;
}
.aboutnews-1 .box .wrap .right .content {
  max-height: 440px;
  overflow: auto;
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .bottom .list ul li .box .right {
    width: 49%;
  }
  #index-body .init-2 .bottom .list ul li .box .right .text {
    margin-bottom: 1em;
  }
  .aboutnews-1 .box ul li .h3 em {
    font-size: 24px;
  }
}
.product-page .product-List ul>p {
  padding: 10px;
}
@media screen and (max-width: 1250px) {
.aboutnews-1 .box .wrap .right .content {
  max-height: 320px;
}
.aboutnews-1 .box .wrap .right {
  padding-right: 15px;
}
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .bottom .list ul li .ui.container {
    top: 0;
  }
  #index-body .init-2 .bottom .list ul li .box .right {
    width: 36%;
  }
.aboutnews-1 .box .wrap .right .content {
  max-height: none;
}
}
@media screen and (max-width: 700px) {
  #index-body .init-2 .bottom .list ul li .box .right {
    width: 100%;
  }
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10000;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: var(--color);
  color: #fff;
  border: 1px solid #fff;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: var(--color);
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .right_nav_list ul li {
    width: 40px;
    height: 40px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 18px;
  }
}