@font-face {
  font-family: 'Montserrat';
  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: 'Montserrat';
  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: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0673c5;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1760px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
}
#header .container {
  max-width: 1440px;
}
#header .h-top {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ededed;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .h-top .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .h-top .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 0;
}
#header .h-top .ui.menu .menu-box > div {
  height: 100%;
}
#header .h-top .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;
}
#header .h-top .ui.menu .menu-box ul.menu > li {
  margin: 0 2em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .ui.menu .menu-box ul.menu > li.active {
  font-weight: bold;
  color: var(--color);
}
#header .h-top .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .h-top .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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .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;
  position: relative;
}
#header .h-top .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .h-top .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-top .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .h-top .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 > div {
  background-color: rgba(3, 114, 196, 0.19);
}
#header .nav .ui.menu .share a:hover {
  color: var(--color);
}
#header .nav .ui.menu .h-search {
  color: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--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);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 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);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 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: !important 100%;
  -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;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  right: 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-right: 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;
  left: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 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-left: 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.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 3px;
}
#mobile.white .mobile-logo {
  -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-left-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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 25%;
}
#banner .container {
  max-width: 1440px;
}
#banner .Btn {
  letter-spacing: 1px;
  line-height: 3.5625;
  height: 3.5625em;
  border-radius: 1.75em;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .Btn:hover {
  background-color: #000000;
}
#banner .slickDots {
  right: 13%;
  bottom: 15%;
}
#banner .slickDots ul li {
  width: 1.7em;
  height: 1.7em;
  background-color: transparent;
  border-color: transparent;
}
#banner .slickDots ul li::after {
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  margin-top: .3em;
  margin-right: .3em;
  border-radius: 50%;
  background-color: #999999;
}
#banner .slickDots ul li.slick-active {
  border-color: var(--color);
}
#banner .slickDots ul li.slick-active::after {
  background-color: var(--color);
}
.yuy span {
  color: var(--color);
}
.baseBtn > span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.baseBtn > span:first-of-type {
  padding: 0 2em;
  text-align: center;
  line-height: 2.625;
  height: 2.625em;
  min-width: 10em;
  border-radius: 1.3125em;
  background-color: #dbdbdb;
  color: #000000;
}
.baseBtn > span:last-of-type {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: var(--color);
  color: #FFFFFF;
}
.baseBtn:hover > span:first-of-type {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-1 .list .slick-list {
  padding-left: 38%;
}
@media (min-width: 1001px) {
  .home-1 .list {
    width: 80%;
    margin-right: 20%;
  }
  .home-1 .list li > div .def {
    width: 90%;
    right: 5%;
    top: 85%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-1 .list li > div .hov {
    width: 90%;
    right: 5%;
    top: 100%;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-1 .list li > div:hover .def {
    top: 100%;
    opacity: 0;
  }
  .home-1 .list li > div:hover .hov {
    top: 20%;
    opacity: 1;
  }
}
.home-2 .left .img {
  margin-right: -11%;
}
.home-2 .right .text {
  line-height: 1.66666667;
}
.home-2 .list ul {
  margin: -10px;
}
.home-2 .list li {
  padding: 10px;
  position: relative;
}
.home-2 .list li + li::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 20%;
  height: 60%;
  border-right: 2px solid #000000;
}
.home-2 .list li .num {
  color: var(--color);
}
.home-3 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFFFFF;
}
.home-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}
.home-3 .right {
  overflow: hidden;
  position: relative;
}
.home-3 .list li .img,
.home-3 .list li .text {
  grid-column: 1;
  grid-row: 1;
}
.home-3 .list li .text {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li:hover .text {
  opacity: 1;
}
.home-3 .baseBtn:hover > span:first-of-type {
  background-color: #000000;
}
.home-3 .baseBtn > span:last-of-type {
  border: 1px solid #FFFFFF;
}
.home-3 .box .right:before,
.home-3 .box .right:after {
  content: '';
  width: 100%;
  height: 10%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.home-3 .box .right:before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(top, var(--color) 10%, transparent 100%);
  background-image: -moz-linear-gradient(top, var(--color) 10%, transparent 100%);
  background-image: linear-gradient(to bottom, var(--color) 10%, transparent 100%);
}
.home-3 .box .right:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color) 10%, transparent 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 10%, transparent 100%);
  background-image: linear-gradient(to top, var(--color) 10%, transparent 100%);
}
.home-3 .box .list ul:last-child {
  position: absolute;
  top: 100%;
  right: 0;
}
.home-3 .box .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;
}
.home-3 .box .list div:last-child ul:nth-child(2) {
  position: absolute;
  bottom: 100%;
  right: 0;
}
.home-3 .box .list div:last-child ul:last-child {
  bottom: 200%;
  top: auto;
}
.home-4 .list {
  width: 110%;
}
.home-4 .list li {
  height: 100%;
}
.home-4 .list li > div {
  height: 100%;
  background-color: #ebebeb;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-4 .list li > div .cate {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div .date img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div .date time {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div .name {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .list li > div:hover {
  background-color: var(--color);
}
.home-4 .list li > div:hover .cate {
  color: #FFFFFF;
}
.home-4 .list li > div:hover .date img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-4 .list li > div:hover .date time {
  color: #FFFFFF;
}
.home-4 .list li > div:hover .name {
  color: #FFFFFF;
}
.home-4 .list li > div:hover p {
  color: #FFFFFF;
}
#footer {
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .footer-top .form input {
  height: 3.33333333em;
  width: 100%;
  background-color: #d6d6d6;
  border: 0;
  border-radius: 1.66666667em;
  padding: 0 1.22222222em;
}
#footer .footer-top .form input[type="submit"] {
  background-color: var(--color);
  color: #FFFFFF;
  background-image: url(../images/send-icon.png);
  background-position: center left 15%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#footer .footer-top .form input[type="submit"]:hover {
  background-color: #000000;
}
#footer .footer-top .footer-block li {
  line-height: 1.77777778;
}
#footer .footer-top .footer-block li i img {
  vertical-align: inherit;
}
#footer .footer-top .footer-block li p {
  padding-right: 30px;
}
#footer .footer-bottom {
  border-top: 1px solid var(--color);
}
#footer .footer-bottom img.login {
  height: 1em;
}
@media (min-width: 1001px) {
  #footer .footer-top .form li:nth-of-type(4) {
    grid-column: span 2;
  }
}
@media (min-width: 501px) and (max-width: 1000px) {
  #footer .footer-top .form li:last-of-type {
    grid-column: span 2;
  }
}
@media (max-width: 1450px) {
  #banner .slickDots {
    right: 10%;
    bottom: 5%;
  }
  .home-1 .list {
    width: 100%;
    margin-right: 0;
  }
  #footer .footer-top .right {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  #banner .slickDots {
    display: none;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-1 .list li > div .def {
    display: none;
  }
  .home-1 .list li > div .hov {
    position: static;
    margin-top: 30px;
  }
  .home-2 .left .img {
    margin-right: 0;
  }
  .home-2 .list li {
    width: 50%;
  }
  .home-2 .list li:nth-of-type(3)::before {
    display: none;
  }
  .home-4 .list {
    width: 100%;
  }
  #footer .footer-top .form input[type="submit"] {
    background-position: center left 20px;
  }
  .hide-1000 {
    display: none;
  }
  .show-1000 {
    display: block;
  }
}
@media (max-width: 700px) {
  #banner > ul li {
    height: 300px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .home-1 .list .slick-list {
    padding-left: 0;
  }
}


.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  padding: 17px 20px 15px 21px;
  border-radius: 10px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-right: 11px;
}
.more.white {
  background: #fff;
  color: var(--color);
}
.more.white:hover {
  background: var(--color);
  color: #fff;
}
.more:hover,
.more:focus {
  background: #000;
}

.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.title,
.i-title {
  /*font-weight: bold;*/
}

.inner-banner {
  color: #fff;
  padding: 13.34% 0 15px 0;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  background-color: #d0d0d0;
  color: #363636;
}
.slickBtn div i {
  font-size: .7em;
  line-height: 1;
}
.slickBtn div.next i {
  margin-right: .3em;
}
.custom-page {
  padding: 5% 0 6.3021%;
}
.custom-page .title {
  color: var(--color);
  line-height: 1.3;
}
.custom-page .container > div {
  border-top: 1px solid #000;
}
.custom-page .custom-1 .con {
  line-height: 1.5;
  width: 66%;
}
.custom-page .custom-2 .con {
  line-height: 1.5;
}
.custom-page .custom-2 ul li img {
  width: 100%;
}
.custom-page .custom-2 ul li .text {
  top: 20%;
  width: 100%;
  right: 0;
  color: white;
  padding: 0 6%;
}
.custom-page .custom-2 ul li .text .desc {
  line-height: 1.5;
}
.custom-page .custom-2 .slickBtn.pos div.prev {
  left: 101%;
}
.custom-page .custom-2 .slickBtn.pos div.next {
  right: 101%;
}
.custom-page .custom-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.custom-page .custom-3 .list li {
  line-height: 1.5;
}
.custom-page .custom-3 .list li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.custom-page .custom-3 .list li span.h6:hover {
  color: var(--color);
}
.custom-page .custom-4 .text {
  line-height: 1.5;
}
.mana-page {
  padding: 5% 0 0.2%;
}
.mana-page .line {
  border-top: 1px solid #000;
}
.mana-page .mana-1 .img {
  border-top: 1px solid #000;
}
.mana-page .mana-1 .con {
  width: 66%;
  line-height: 1.5;
}
.mana-page .mana-2 .title {
  max-width: 618px;
  line-height: 1.3;
}
.mana-page .mana-2 .text {
  line-height: 1.5;
}
.mana-page .mana-3 .slick-slide {
  height: auto;
}
.mana-page .mana-3 .slick-slide > div {
  height: 100%;
}
.mana-page .mana-3 li {
  height: 100%;
}
.mana-page .mana-3 li .ig {
  background-color: #ebebeb;
  padding: 10%;
  height: 100%;
}
.mana-page .mana-3 li .ig span.num {
  line-height: .8;
  left: 8px;
  top: 5px;
  color: #FFFFFF;
  /*-webkit-text-stroke: 1px black;*/
  /*opacity: .5;*/
  pointer-events: none;
}
.mana-page .mana-3 li .ig span.icon img {
  display: inline-block;
}
.mana-page .mana-3 li .ig span.h6 {
  line-height: 1.6;
  min-height: 3.2em;
}
.mana-page .mana-4 span.h2 {
  line-height: 1.2;
}
.mana-page .mana-4 .right {
  z-index: 1;
}
.mana-page .mana-4 .right::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  background-color: black;
  z-index: -1;
}
.mana-page .mana-4 .text {
  max-height: 600px;
  overflow: auto;
}
.mana-page .mana-4 .text strong {
  font-size: 1.66666667em;
}
.mana-page .mana-4 .text::-webkit-scrollbar {
  width: 7px;
}
.mana-page .mana-4 .text::-webkit-scrollbar-track {
  background-color: transparent;
}
.mana-page .mana-6 .right span.h6 {
  font-weight: 500;
}
.mana-page .mana-6 .right .text {
  line-height: 1.6;
}
.mana-page .mana-6 .right .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em;
}
.mana-page .mana-6 .right .text p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .6em;
}
@media (max-width: 1450px) {
  .custom-page .custom-2 .slickBtn.pos div.prev {
    left: initial;
    right: -15px;
  }
  .custom-page .custom-2 .slickBtn.pos div.next {
    right: initial;
    left: -15px;
  }
}
@media (max-width: 1000px) {
  .custom-page .custom-3 .left {
    position: static;
  }
  .mana-page .mana-1 .con {
    width: 100%;
  }
  .mana-page .mana-5 .right {
    width: 52%;
  }
  .hengxiangyj {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .custom-page .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .custom-page .custom-1 .con {
    width: 100%;
  }
  .slickBtn div.prev {
    right: -15px !important;
  }
  .slickBtn div.next {
    left: -15px !important;
  }

  .mana-page .mana-5 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mana-page .mana-5 .left {
    width: 100%;
  }
  .mana-page .mana-5 .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .custom-page .custom-2 ul li .text {
    top: 10%;
  }
  .custom-page .custom-2 ul li .text .tit {
    font-size: 18px;
  }
  .custom-page .custom-2 ul li .text .desc {
    font-size: 14px;
    line-height: 2;
    max-height: 100px;
    overflow-y: auto;
  }
}
.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 70px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 785px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.about-page .about-1 .container .left img {
  margin-top: 80px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-1 .text p {
  padding: 0 60px;
}
.about-page .about-1 ul {
  margin-bottom: 106px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.about-page .about-1 ul li .left {
  margin-left: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
  font-family: var(--font);
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-left: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  left: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 450px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: right;
}
.about-page .about-2 .content .title p {
  max-width: 1000px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
}
.about-page .about-2 .content ul li .icon {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
  margin-bottom: -10px;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-right: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-right: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #098dd8;
  color: white;
  padding-right: 50px;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 70px 0 160px;
}
.about-page .about-4 h2 {
  margin-top: 0px;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.about-add{
  padding-bottom: 9.84375%;
}
.about-add ul{
  margin: -13px;
}
.about-add ul li{
  padding: 13px;
  text-align: center;
}
.about-add ul li .text span{
  font-weight: 600;
}
.about-add ul li .text p{
  line-height: 1.2;
  color: #888888;
}
.about-add ul li .item{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  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;
    z-index: 1;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.about-add ul li .item .con{
  font-size: 26px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 6%;
}
.about-add ul li .item .more{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  padding: 9px 0 8px;
  height: auto;
  display: block;
}
.about-add ul li .item .more:hover{
  color: #000;
  background: #fff;
}
.about-add ul li .item::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.about-add ul li:hover .item{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-3{
  margin-bottom: 3.23%;
}
.about-page .about-3 .left{
  width: 30.209%;
}
.about-page .about-3 .right .text{
  padding-left: 5%;
}
.about-page .about-3 .right .text .text-l{
  width: 66%;
}
.about-page .about-3 .right .text .list ul{
  margin: 0 -19.5px;
}
.about-page .about-3 .right .text .list ul li{
  padding: 0 19.5px;
}
.about-page .about-3 .right .text .img_box{
  margin: -60px 0 0 0;
}
.about-page .about-3 .right .box{
  margin-top: 20px;
}
.about-page .about-5{
  background: #24292c;
  color: #fff;
  padding: 6.25% 0;
}
.about-page .about-5 .header .title{
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1.09;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.about-page .about-5 .header p{
  font-size: 14px;
  letter-spacing: .8rem;
  font-weight: 500;
  margin: 0;
  line-height: 2.23;
  text-transform: uppercase;
  color: var(--color);
}
.about-page .about-5 .content{
  margin-top: 60px;
}
.about-page .about-5 .content p{
   text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: .1rem;
    margin: 20px 0 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.about-page .about-6{
  background: #dbd6d3;
  color: #000;
}
.about-page .about-6 .content p{
  color: #000;
}
.about-page .about-6 ul li{
  padding-top: 30px;
}
.about-page .about-6 ul .slick-current li{
  padding-top: 0;
}
.about-page .about-6 ul .slick-current + div + div li{
  padding-top: 0;
}
.faq-page .faq-1 {
  padding: 4.2% 0 2.5%;
  text-align: center;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: right;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
  cursor: pointer;
}
.faq-page .faq-1 .list ul li.current h6 i:after{
  display: none;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  position: relative;
  background: #fff;
  padding-left: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  left: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: 111;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
.product-page .product-2 {
  margin-top: 90px;
}
.sider-box .sider-left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  padding: 10px 25px 10px 0;
  border-radius: 25px;
  margin-bottom: 10px;
  transition: .5s ease;
}
.sider-box .sider-left .category .catelist ul li a span.arrow {
  width: 3em;
  text-align: center;
}

.sider-box .sider-left .category .catelist ul li.active > a span.arrow {
  transform: rotate(90deg);
}

.sider-box .sider-left .category .catelist > ul > li > a {
  background: #f0f0f0;
  position: relative;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
  background-color: var(--color);
  color: #FFFFFF;
}
/*.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}*/
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li.active > ul{
  display: block;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li.active > ul{
  display: block;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul li.active > a {
  color: var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.more input[type="submit"] {
  padding: 0 30px;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  left: 0;
  top: 0;
  -webkit-transform: translateX(400.0px);
  -moz-transform: translateX(400.0px);
  -ms-transform: translateX(400.0px);
  transform: translateX(400.0px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}
.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}
.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}
.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}
.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(255, 198, 0, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #92c35d, #73ad53);
}
.sider-box .sider-right {
  width: 74%;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 30px;
  font-weight: bold;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}
.product_list {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
}
.product_list .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-weight: 600;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: right;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-right: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-left: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: 'Bahnschrift';
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input[type="text"],
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: right;
}
.product-page .form ul li input[type="text"]:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input[type="text"]::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input[type="text"]::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-left: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: 600;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-left: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 296px;
  overflow: auto;
  padding-left: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
#index-body .product {
  background-color: #f6f6f6;
  padding: 76px 0 86px;
}
#index-body .product .content {
  margin-top: 53px;
}
#index-body .product .content ul {
  margin: -16px;
}
#index-body .product .content ul li {
  padding: 16px;
}
#index-body .product .content ul li .ig {
  padding: 8px 8px 20px;
  background: #fff;
}
#index-body .product .content ul li .ig .text {
  padding: 17px 54px 0 55px;
}
#index-body .product .content ul li .ig .text .tit {
  font-size: 18px;
  line-height: 1.3;
}
#index-body .product .content ul li .ig .text .more {
  margin-top: 19px;
  background: #fff;
  color: #1a1a1a;
  opacity: 0;
}
#index-body .product .content ul li .ig .text .more::before,
#index-body .product .content ul li .ig .text .more::after {
  background: #ccc;
}
#index-body .product .content ul li .ig:hover {
  background-color: var(--color);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
  border-radius: 5px;
  color: #fff;
}
#index-body .product .content ul li .ig:hover .text .tit {
  font-weight: 600;
}
#index-body .product .content ul li .ig:hover .text .more {
  opacity: 1;
}
#index-body .product .page {
  padding: 53px 8px 0;
}
#index-body .product .page .prev,
#index-body .product .page .next {
  display: inline-block;
  width: 70px;
  height: 46px;
  background-color: #1a1a1a;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .prev img,
#index-body .product .page .next img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .product .page .prev:hover,
#index-body .product .page .next:hover {
  background: var(--color);
}
#index-body .product .page .dots li {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .dots li::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.3);
}
#index-body .product .page .dots li button {
  display: none;
}
#index-body .product .page .dots li:last-child {
  margin-left: 0;
}
#index-body .product .page .dots li.slick-active {
  border-color: var(--color);
}
#index-body .product .page .dots li.slick-active::after {
  background: var(--color);
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  font-weight:bold;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  width: 160px;
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  right: 95px;
  top: -43px;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #111;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
line-height: 40px;
  min-height: 6em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.7;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  right: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  right: 10px;
}
.news-page .news-1 .list ul li .box:hover time,
.news-page .news-1 .list ul li .box:hover h6,
.news-page .news-1 .list ul li .box:hover p,
.news-page .news-1 .list ul li .box:hover a.link{
  color: var(--color);
}
.newdet-page{
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-family: 'Bahnschrift';
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 0 0 40px 0;
  text-align: right;
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: right;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.newdet-page .newdet-1 .share {
  float: left;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
.factory-page .factory-1 {
  padding: 70px 0 160px;
}
.factory-page .factory-1 span.tag {
  display: block;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.factory-page .factory-1 h2.title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.3;
  max-width: 87%;
}
.factory-page .factory-1 .box {
  margin-top: 80px;
}
.factory-page .factory-1 .box .slide {
  margin-bottom: 80px;
}
.factory-page .factory-1 .box .slide:last-child {
  margin-bottom: 0;
}
.factory-page .factory-1 .box .left {
  width: 34%;
  padding-left: 2%;
}
.factory-page .factory-1 .box .left:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .left h3 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  padding-left: 10%;
}
.factory-page .factory-1 .box .right {
  width: 100%;
}
.factory-page .factory-1 .box .right:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .right .text {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.factory-page .factory-1 .box .right .list ul {
  margin: -6px;
}
.factory-page .factory-1 .box .right .list ul li {
  padding: 6px;
}
.contact-page .contact-1 {
  padding: 75px 0 150px;
  background-size: cover;
  color: black;
}
.contact-page .contact-1 span.tag {
  display: block;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-page .contact-1 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 60%;
}
.contact-page .contact-1 .box {
  margin-top: 50px;
}
.contact-page .contact-1 .box h5 {
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact-page .contact-1 .box .left {
  width: 34%;
  padding-left: 2%;
}
.contact-page .contact-1 .box .left:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .left .content {
  padding-left: 15%;
}
.contact-page .contact-1 .box .left .text {
  font-size: 18px;
  line-height: 1.6;
}
.contact-page .contact-1 .box .left .info {
  margin-top: 35px;
}
.contact-page .contact-1 .box .left .info ul li {
  margin-bottom: 35px;
  padding-right: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .info ul li i {
  position: absolute;
  right: 0;
  top: -2px;
}
.contact-page .contact-1 .box .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .box .left .info ul li:hover {
  color: var(--color);
}
.contact-page .contact-1 .box .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .right {
  width: 66%;
}
.contact-page .contact-1 .box .right:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  line-height: 24px;
  padding: 15px;
  border: none;
  background: #ebebeb;
  width: 100%;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  height: 64px;
  line-height: 60px;
  padding: 0 60px;
  border: 2px solid var(--color);
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-left: 70px;
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    left: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
  .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 15px;
    }
    #index-body .product .content ul li .ig .text {
    padding: 17px 30px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 28px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 54px;
  }
  .factory-page .factory-1 .box {
    margin-top: 60px;
  }
  .factory-page .factory-1 .box .left h3 {
    font-size: 28px;
  }
  .factory-page .factory-1 .box .right .text {
    font-size: 18px;
  }
  .factory-page .factory-1 {
    padding: 70px 0;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
   .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 1.8;
    min-height:0em;
  }
}
@media (max-width: 1400px) {
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-left: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    width: 50%;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-3 .right .text .text-l{
    width: 100%;
  }
   .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 42px;
  }
   .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 24px;
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before,
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    margin-bottom: 20px;
  }
  .factory-page .factory-1 .box .left {
    width: 26%;
  }
  .factory-page .factory-1 .box .right {
    width: 74%;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box .slide {
    margin-bottom: 50px;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 30px;
  }
  .contact-page .contact-1 .box .left .content {
    padding-left: 5%;
  }
  .contact-page .contact-1 .box .left .info ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right .form ul li label {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form ul li input,
  .contact-page .contact-1 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul li textarea {
    height: 100px;
  }
  .contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    padding: 0 30px;
  }
  .contact-page .contact-1 {
    padding: 70px 0;
  }
  .sider-box .sider-left .category .catelist > ul > li > a{
    padding-right: 15px;
    padding-left: 20px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a::after{
    font-size: 20px;
    left: 10px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-right: 0;
  }
  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-right: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  .about-page .about-5 .header .title{
    font-size: 56px;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-right: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
    .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
  .sider-box .sider-left .category,
  .sider-box .sider-left .quote{
    padding: 30px 15px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a{
    padding-right: 12px;
    padding-left: 20px;
    font-size: 14px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a::after{
    left: 12px;
    font-size: 16px;
  }
  .m-page a, .m-page span{
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 16px;
  }
  #innerMobileBanner .banner2{
    padding-top: 70px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-1 .container .left .more{
    margin-right: 0;
  }
  .about-page .about-1{
    padding: 60px 0 0;
  }
  .about-page .about-1 ul li .right{
    line-height: 1.5;
  }
  .about-page .about-1 ul{
    margin-bottom: 60px;
  }
  .about-add {
    padding-bottom: 13%;
  }
  .about-page .about-3{
    margin-top: 60px;
  }
  .about-page .about-3 .left{
    width: 100%;
  }
  .about-page .about-5 .header .title {
    font-size: 36px;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-right: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-right: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-right: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-left: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .box .right{
      width: 100%;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input[type="text"],
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="text"][type="submit"] {
        padding-right: 25px;
        padding-left: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
      line-height: 2;
    }
     #index-body .product {
    padding: 60px 0;
  }
  #index-body .product .content {
    margin-top: 26px;
  }
  #index-body .product .content ul {
    margin: -8px;
  }
    #index-body .product .content ul li {
    padding: 8px;
  }
  #index-body .product .content ul li .ig .text {
    padding: 12px 0 0;
  }
  .news-page .news-1 .list ul li{
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
  .factory-page .factory-1 .box .left h3 {
    font-size: 24px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 36px;
  }
  .factory-page .factory-1 span.tag,
  .contact-page .contact-1 span.tag {
    font-size: 20px;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    font-size: 32px;
  }
  .flex-5 > *{
    width: 33.3333%;
  }
  .contact-page .contact-1 .box h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .box .left .info ul li {
    margin-bottom: 20px;
  }
  .product-page .pro_init_1 {
    padding-top: 30px;
  }
  .product-page .pro_init_1 .container .left{
    width: 100%;
  }
  .product-page .pro_init_1 .container .right{
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-left: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
  .about-page .about-5 .content{
    margin-top: 30px;
  }
  .about-page .about-1{
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .container .left img,
  .about-page .about-1 .container .right img{
    margin-top: 30px;
  }
  .about-page .about-1 .container .left{
    margin-bottom: 30px;
  }
  .about-page .about-1 .text {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .about-add ul li{
    width: 50%;
  }
  .about-add ul li .text span{
    font-size: 20px;
  }
  .about-add ul li .text p{
    line-height: 2;
  }
  .about-page .about-2 .content{
    padding: 30px 0;
  }
  .about-page .about-2 .content ul {
    margin: 30px -15px 0;
  }
  .about-page .about-3 .left{
    margin-bottom: 30px;
  }
  .about-page .about-3 .right .box .box-l{
    padding: 30px 15px;
  }
  .about-page .about-5 .header .title {
    font-size: 30px;
    line-height: 1.3
  }
  .about-page .about-4{
    padding: 30px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 10px 10px 50px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    left: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-5 > * {
    width: 50%;
  }
  #index-body .product {
    padding: 30px 0;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: right;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-right: 0;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
    margin-top:10px;
  }
  .news-page .news-1 .list ul li{
    width: 100%;
  }
  .factory-page .factory-1 .box .left,
  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-left: 0;
  }
  .factory-page .factory-1 .box .right,
  .contact-page .contact-1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box .left:before,
  .factory-page .factory-1 .box .right:before,
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    display: none;
  }
  .factory-page .factory-1 h2.title,
  .contact-page .contact-1 h2{
    max-width: none;
    font-size: 26px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-add ul li{
    width: 100%;
  }
  .about-page .about-4 h2{
    margin-top: 0;
  }
  .product_list {
    padding: 15px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-5 > * {
    width: 100%;
  }
  .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    #index-body .product .content ul li .ig {
    background: var(--color);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(61, 61, 61, 0.15);
    border-radius: 5px;
  }
  #index-body .product .content ul li .ig .text .more {
    opacity: 1;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
}

.newdet-page .newdet-1 .text h2 {
    color: #098dd8;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
}
.newdet-page .newdet-1 .text h4 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 700;
}
.newdet-page .newdet-1 .text a {
    color: #098dd8;
}





.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  font-size: 24px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--color);
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}

.about-page .init-40 .container .content .btn:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  right: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 400px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 400px;
  padding-left: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  right: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-right: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 400px;
    }
}
@media screen and (max-width: 1680px) {
     .about-page .init-40 .container .content ul li .box .num {
        font-size: 300px;
    }
}

@media screen and (max-width: 1250px) {
  .about-page .init-40 .container .content ul li .box .num {
        font-size: 200px;
    }
}

@media screen and (max-width: 1000px) {
   .about-page .init-40 .container .content ul li .box .num {
        font-size: 160px;
    }

    .about-page .init-40 .container .content {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
  
    .about-page .init-40 .container .content ul li .box .num {
        font-size: 130px;
    }
}
@media screen and (max-width: 500px) {
   .about-page .init-40 .container .content {
        padding-top: 80px;
    }

    .about-page .init-40 .container .content .btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        right: 50%;
    }

    .about-page .init-40 .container .content .prev {
        right: -webkit-calc(0%);
        right: -moz-calc(0%);
        right: calc(50% - 50px);
    }

    .about-page .init-40 .container .content .next {
        right: -webkit-calc(60%);
        right: -moz-calc(60%);
        right: calc(50% + 10px);
    }

    .about-page .init-40 .container .content ul li {
        padding: 0 10px;
    }

    .about-page .init-40 .container .content ul li .box {
        padding: 0;
    }

    .about-page .init-40 .container .content ul li .box .num {
        position: relative;
        top: 0;
        right: 0;
        text-align: right;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page .init-40 .container .content ul li .box .desC {
        height: auto;
    }

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 60px;
    }

    .about-page .init-40 .container .content ul li .box .desC {
        text-align: right;
        margin-top: 20px;
    }

    .about-page .init-40 .container .content ul li .box .desC .des {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .about-page .init-40 .container .content2 {
        width: 100%;
    }
}
