@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: 400;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #23519e;
  --color1: #3dabc5;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1350px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  width: 100%;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  z-index: 22;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  width: auto;
  max-width: 1620px;
}
#header .h-top {
  border-bottom: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
#header .h-top .box {
  height: 40px;
}
#header .h-top .share {
  color: #3963fc;
}
#header .h-top .share a:nth-child(2) {
  color: #000;
}
#header .h-top .share a:nth-child(3) {
  color: #37c047;
}
#header .h-top .share a:nth-child(4) {
  /*color: #f42ab6;*/
}
#header .h-top .share a:nth-child(5) {
  color: #f4263b;
}
#header .h-top .share a:hover {
  color: #23519e;
}
#header .yuy {
  position: relative;
}
#header .yuy span {
  color: rgba(0, 0, 0, 0.36);
}
#header .yuy span img {
  width: 2em;
  padding: .1em 0;
  border-radius: 100%;
  background-color: var(--color);
}
#header .yuy ul {
  z-index: 1;
  left: auto;
  right: 0;
}
.yuy ul li a:hover {
  background-color: var(--color1);
}
#header .h-top .h-search {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .h-search:hover {
  color: var(--color);
  opacity: 1;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 60px;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  margin-left: auto;
}
#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;
  gap: 2.5em;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color1);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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 .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: .5em;
}
#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: 0;
  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(--color1);
  display: none \9;
  border-radius: 5px;
}
#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;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color1);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .msg {
  padding: .5em 2em;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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 {
  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);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--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;
}
.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;
  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: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--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;
}
span.h2 {
  line-height: 1.2;
}
span.h2.full {
  color: var(--color1);
}
.more {
  border: 1px solid black;
  padding: 1em 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.more:hover,
.more.full {
  border-color: transparent;
  background-color: var(--color1);
  color: white;
}
.more.full:hover {
  background-color: var(--color);
}
.text {
  line-height: 1.8;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: white;
}
#banner li .content .left {
  width: 60%;
}
#banner li .content .left .text {
  max-width: 90%;
}
#banner li .content .left .btn a {
  background-color: var(--color);
  color: white;
}
#banner li .content .left .btn a:hover {
  background-color: white;
  color: var(--color); 
}
#banner li .content .left .btn a:last-child {
  background-color: white;
  color: var(--color1);
}
#banner li .content .left .btn a:last-child:hover {
  color: white;
  background-color: var(--color);
}
.mbx {
  padding: .8em 0;
  background-color: #f9f9f9;
}
#index-body .init-1 {
  background-color: #f8f9f9;
}
#index-body .init-1 .ui.container {
  width: auto;
  max-width: 1660px;
}
#index-body .init-1 .top {
  max-width: 780px;
  margin: 0 auto;
}
#index-body .init-1 .top .text {
  line-height: 2;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .list a.img-box {
  height: 570px;
}
#index-body .init-1 .list a.img-box span {
  position: absolute;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
}
#index-body .init-1 .list a.img-box:hover span {
  background-color: var(--color1);
}
#index-body .init-2 .top {
  max-width: 780px;
  margin: 0 auto;
}
#index-body .init-2 .top .more {
  padding: 1em 1.5em;
}
#index-body .init-2 .list span.h3 {
  line-height: 1;
}
#index-body .init-2 .list sub {
  color: var(--color1);
  vertical-align: baseline;
}
#index-body .init-3 .list .box {
  background-color: #f9f9f9;
  padding: 8%;
  height: 100%;
}
#index-body .init-4 {
  background-color: #f8f9f9;
}
#index-body .init-4 .ui.container {
  width: auto;
  max-width: 1660px;
}
#index-body .init-4 span.h2 {
  max-width: 560px;
}
#index-body .init-4 .text {
  line-height: 2;
}
#index-body .init-4 .text p {
  margin-top: 2em;
}
#index-body .init-4 .text p:first-child {
  margin-top: 0;
}
#index-body .init-4 .text.dots p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-4 .text.dots p:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color1);
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .35em;
}
#index-body .init-4 a.more {
  min-width: 12.5em;
}
#index-body .init-4 .tagLink a {
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 1em 1.4em;
}
#index-body .init-4 .tagLink a:hover,
#index-body .init-4 .tagLink a.active {
  color: white;
  background-color: var(--color1);
}
#index-body .init-5 .box span.h2 em {
  color: var(--color1);
}
#index-body .init-5 .box .text {
  line-height: 2;
  max-width: 90%;
}
#index-body .init-5 .box .text p {
  margin-top: 2em;
}
#index-body .init-5 .box .text p:first-child {
  margin-top: 0;
}
#index-body .init-5 .box .list {
  max-width: 94%;
}
#index-body .init-5 .box .right {
  position: relative;
  z-index: -1;
}
#index-body .init-5 .box .right img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-5 .form form {
  height: 4.375em;
  background-color: #f9f9fe;
  border-radius: 2.1875em;
}
#index-body .init-5 .form form .logo2 {
  height: 100%;
}
#index-body .init-5 .form form .logo2 a {
  height: 100%;
}
#index-body .init-5 .form form .logo2 a img {
  height: inherit;
}
#index-body .init-5 .form form .logo2,
#index-body .init-5 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-5 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
#index-body .init-5 .form form button i {
  font-size: 2em;
}
#index-body .init-5 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
#index-body .init-5 .form form ul li {
  width: 100%;
}
#index-body .init-5 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
#index-body .init-5 .form form ul li:first-child input {
  border-left: none;
}
#index-body .init-5 .text a {
  color: var(--color1);
  text-decoration: underline;
}
#index-body .init-6 {
  background-color: #f8f9f9;
}
#index-body .init-6 .top {
  max-width: 780px;
  margin: 0 auto;
}
#index-body .init-6 .bottom time {
  color: #d1d0d0;
}
#index-body .init-6 .bottom span.h6 {
  color: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .bottom span.h6:hover {
  color: black;
}
#index-body .init-6 .bottom .text {
  line-height: 1.625;
}
#index-body .init-6 .bottom .left {
  background-color: white;
}
#index-body .init-6 .bottom .left .content {
  padding: 5%;
}
#index-body .init-6 .bottom .right {
  background-color: white;
}
#index-body .init-6 .bottom .right ul {
  height: 100%;
  padding: 5%;
}
#index-body .init-6 .bottom .right ul li:last-child {
  display: none;
}
#footer {
  background-color: var(--color1);
  color: white;
}
#footer hr {
  background-color: #f8f9f9;
  margin: 0;
}
#footer a.more {
  padding: .6em 3em;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: var(--color);
}
#footer a.more:hover {
  background-color: white;
  color: var(--color);
}
#footer .nav li {
  margin-top: .3em;
}
#footer .nav li ul {
  display: none;
}
#footer .nav li:first-child {
  margin-top: 0;
}
#footer .nav li:hover {
  text-decoration: underline;
}
#footer .info {
  line-height: 1.9;
  max-width: 300px;
}
#footer .info p {
  margin-top: 2em;
}
#footer .info p:first-child {
  margin-top: 0;
}
#footer .footer-bottom .coy p a {
  text-decoration: underline;
}
#footer .footer-bottom .coy svg {
  max-height: 1.625em;
  width: auto;
  fill: white;
  display: block;
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .list a.img-box {
    height: 500px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .list a.img-box {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left .text {
    display: none;
  }
  #banner li .content .left span.h2 {
    margin-bottom: .5em;
  }
  .more {
    padding: .5em 1em;
  }
  #index-body .init-5 .box .right img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #footer .footer-center .logo {
    max-width: 100px;
  }
  #footer .footer-center .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-center .slide:last-child {
    max-width: 140px;
  }
  #footer .info {
    max-width: 300px;
  }
  #footer .footer-bottom .coy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner li .content .left p img {
    max-width: 2em;
  }
  #index-body .init-2 .list ul,
  #index-body .init-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column: 2%;
  }
  #index-body .init-2 .list ul li,
  #index-body .init-3 .list ul li {
    width: 49%;
  }
  #index-body .init-3 .list .box i img {
    max-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left span.h2 {
    margin-bottom: 0;
  }
  #banner li .content .left .btn {
    display: none;
  }
  .font-35 {
    font-size: 20px;
  }
  #index-body .init-5 .form form .logo2 {
    display: none;
  }
  #index-body .init-5 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 .form form ul li {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
  }
  #index-body .init-5 .form form ul li input {
    border-left: none;
    padding: 1em;
  }
  #index-body .init-5 .form form {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
    border-radius: 1em;
  }
  #index-body .init-5 .form form button {
    margin-left: auto;
  }
  #footer .footer-center .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footer-center .slide {
    width: 100%;
    max-width: none !important;
  }
  #footer .info p {
    margin-top: .5em;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .info {
    max-width: none;
  }
  #footer .footer-bottom .coy p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em;
  }
  #footer .footer-bottom .coy .share {
    font-size: 16px;
    gap: 1em;
  }
}
@media screen and (max-width: 500px) {
  #banner li img {
    object-position: center;
    object-fit: cover;
  }
  #banner li {
    overflow: hidden;
  }
  #banner li .content .left {
    width: 75%;
  }
  #banner li .content .left span.h2 {
    font-size: 16px;
  }
  #footer .footer-top .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .flex span.h2 {
    margin-bottom: .5em;
  }
  #banner li .content .left .flexGap-70 {
    display: none;
  }
  #index-body .init-2 .list ul,
  #index-body .init-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  #index-body .init-2 .list ul li,
  #index-body .init-3 .list ul li {
    width: 100%;
  }
}
.product-cat-page .product-cat-1 .list a {
  height: 420px;
  padding: 5% 8%;
  color: white;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.product-cat-page .product-cat-1 .list a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.product-cat-page .product-cat-1 .list a:hover:before {
  opacity: 0;
}
.product-cat-page .product-cat-2 {
  background-color: #f8f9f9;
}
.product-cat-page .product-cat-2 .ui.container {
  width: auto;
  max-width: 1660px;
}
.product-cat-page .product-cat-3 .left span.h2 em {
  color: var(--color1);
}
.product-cat-page .product-cat-3 .left .text p {
  margin-top: 2em;
}
.product-cat-page .product-cat-3 .left .text p:first-child {
  margin-top: 0;
}
.product-cat-page .product-cat-3 .right {
  padding: 0 10%;
}
.product-cat-page .product-cat-3 .list span.h3 {
  line-height: 1;
}
.product-cat-page .product-cat-3 .list span.h3 sub {
  vertical-align: baseline;
  color: var(--color1);
}
.product-cat-page .product-cat-4 {
  background-color: #f8f9f9;
}
.product-cat-page .product-cat-4 .top {
  max-width: 780px;
  margin: 0 auto;
}
.product-cat-page .product-cat-4 .list .box {
  background-color: white;
  padding: 8%;
  height: 100%;
}
.product-cat-page .product-cat-5 .ui.container {
  width: auto;
  max-width: 1660px;
}
.product-cat-page .product-cat-5 .left a {
  height: 100%;
}
.product-cat-page .product-cat-5 .right a {
  height: 260px;
}
.product-cat-page .product-cat-5 time {
  white-space: nowrap;
}
.product-cat-page .product-cat-5 a {
  overflow: hidden;
  position: relative;
}
.product-cat-page .product-cat-5 a .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color1);
  color: white;
  padding: 3.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .product-cat-5 a:hover .content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (max-width: 1700px) {
  .product-cat-page .product-cat-1 .list a {
    height: 360px;
  }
}
@media screen and (max-width: 1250px) {
  .product-cat-page .product-cat-5 .right a {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .product-cat-1 .list a {
    height: 300px;
  }
  .product-cat-page .product-cat-2 .left .dots .img {
    width: 8%;
  }
  .product-cat-page .product-cat-3 .right {
    display: none;
  }
  .product-cat-page .product-cat-3 .list ul,
  .product-cat-page .product-cat-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .product-cat-page .product-cat-3 .list ul li,
  .product-cat-page .product-cat-4 .list ul li {
    width: 49%;
  }
  .product-cat-page .product-cat-4 .list ul i img {
    max-height: 40px;
  }
  .product-cat-page .product-cat-5 .left {
    display: none;
  }
  .product-cat-page .product-cat-5 .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .product-cat-3 .list ul li,
  .product-cat-page .product-cat-4 .list ul li {
    width: 100%;
  }
  .product-cat-page .product-cat-2 .left .dots .img {
    width: 20%;
  }
  .product-cat-page .product-cat-1 .list a {
    height: 240px;
  }
}
.product-yd-page .product-yd-1 {
  background-color: #f9f9f9;
}
.product-yd-page .product-yd-1 .top a.link {
  color: var(--color1);
  text-decoration: underline;
}
.product-yd-page .product-yd-1 .navlink {
  border-bottom: 1px solid #dfdfdf;
}
.product-yd-page .product-yd-1 .navlink a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.2em;
  position: relative;
}
.product-yd-page .product-yd-1 .navlink a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .navlink a.active:before {
  opacity: 1;
}
.product-yd-page .product-yd-1 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.product-yd-page .product-yd-1 .list span {
  margin-top: 1em;
}
.product-yd-page .product-yd-1 .list .slickBtn div {
  background-color: #e6e6e6;
  color: white;
}
.product-yd-page .product-yd-1 .list .slickBtn div.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-yd-page .product-yd-1 .list .slickBtn div.next {
  right: 0;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.product-yd-page .product-yd-1 .list .slickBtn div:hover {
  background-color: var(--color);
}
.product-yd-page .product-yd-1 .list.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.product-yd-page .product-yd-2 span.tag {
  color: #9d9d9d;
}
.product-yd-page .product-yd-2 span.h2 em {
  color: var(--color1);
}
.product-yd-page .product-yd-2 .text a {
  text-decoration: underline;
}
.product-yd-page .product-yd-3 .navlink {
  background-color: #f1f1f1;
}
.product-yd-page .product-yd-3 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-3 .list.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.product-yd-page .product-yd-3 .list .box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
}
.product-yd-page .product-yd-3 .list .box .img-box span {
  padding: .4em .8em;
  background-color: #f1f1f1;
  color: #757575;
  left: 1.8em;
  top: 1em;
}
.product-yd-page .product-yd-3 .list .box .content {
  padding: 5%;
}
.product-yd-page .product-yd-3 .list .box .content .text {
  line-height: 1.625;
}
.product-yd-page .product-yd-4 {
  background-color: #f8f8f8;
}
.product-yd-page .product-yd-4 .logo {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .product-yd-4 .logo img {
  max-height: 180px;
}
.product-yd-page .product-yd-4 span.h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide {
  height: auto;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide > div,
.product-yd-page .product-yd-4 .list .slick-track .slick-slide li {
  height: 100%;
}
.product-yd-page .product-yd-4 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.product-yd-page .product-yd-4 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.product-yd-page .product-yd-4 .list .slickBtn div:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
}
.product-yd-page .product-yd-5 .text {
  line-height: 2;
}
.product-yd-page .product-yd-5 .text p {
  margin-top: 2em;
}
.product-yd-page .product-yd-5 .text p:first-child {
  margin-top: 0;
}
.inner-banner {
  height: 330px;
  background-size: cover;
  background-position: center;
  background-color: var(--color1);
  color: white;
}
.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul ul {
  padding: 3% 0;
  border: none;
}
.inner-page .sidebarLeft .slide ul ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebarLeft .slide ul li a:not([href]) {
  font-size: 1.2em;
  color: #444;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active > a i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f1f2eb;
  padding: 12% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color1);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color1);
  color: white;
}
.inner-page .m-page > div {
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 1.2em;
}
.inner-page .m-page > div a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page > div .prev,
.inner-page .m-page > div .next {
  width: 2.14285714em;
  height: 2.14285714em;
  background-color: #e6e6e6;
  color: white;
  border-radius: 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;
}
.inner-page .m-page > div .prev:hover,
.inner-page .m-page > div .next:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .m-page > div span.current,
.inner-page .m-page > div a:not(.prev,.next):hover {
  text-decoration: underline;
  color: var(--color);
}
.inner-page .navlink .line {
  border-bottom: 1px solid #dfdfdf;
}
.inner-page .navlink a {
  padding: 0 1.5em 1.5em;
  position: relative;
}
.inner-page .navlink a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--color1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .navlink a.active:before {
  opacity: 1;
}
.inner-page .more {
  min-width: 15.625em;
}
.inner-page .m-page2 div {
  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;
  gap: .7em;
}
.inner-page .m-page2 div a,
.inner-page .m-page2 div span {
  border: 1px solid #c6c6c6;
  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;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page2 div a:hover,
.inner-page .m-page2 div span.current {
  background-color: #23519e;
  border-color: #23519e;
  color: white;
}
.product-page {
  background-color: #f9f9f9;
}
.prodet-page .prodet-1 {
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
}
.prodet-page .prodet-1 .left .small {
  padding: 0 5%;
}
.prodet-page .prodet-1 .left .small a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.prodet-page .prodet-1 .left .small .slick-current a:before {
  opacity: 1;
}
.prodet-page .prodet-1 .right span.tag {
  color: var(--color1);
}
.prodet-page .prodet-1 .right form input,
.prodet-page .prodet-1 .right form textarea {
  width: 100%;
  border: none;
  background-color: white;
  padding: .6em;
}
.prodet-page .prodet-1 .right form textarea {
  height: 80px;
}
.prodet-page .prodet-1 .right form input[type="submit"] {
  background-color: var(--color1);
  color: white;
}
.prodet-page .prodet-1 .right form input[type="submit"]:hover {
  background-color: black;
}
.prodet-page .prodet-1 .right .link a {
  display: block;
}
.prodet-page .prodet-1 .right .link a:last-child {
  margin-top: 1em;
}
.prodet-page .prodet-2 {
  overflow: hidden;
}
.prodet-page .prodet-2 .ret {
  position: relative;
}
.prodet-page .prodet-2 .ret .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.prodet-page .prodet-2 .ret .slide.active {
  opacity: 1;
  z-index: 1;
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-2 .ret .maxw800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .ret .list ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.prodet-page .prodet-2 .ret .list ul li .box span {
  padding: .3em;
}
.prodet-page .prodet-2 .ret .text.maxw800 a {
  text-decoration: underline;
  color: var(--color1);
}
.prodet-page .prodet-2 .ret .text .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .ret .text .slick-track .slick-slide {
  height: auto;
}
.prodet-page .prodet-2 .ret .text .slick-track .slick-slide > div,
.prodet-page .prodet-2 .ret .text .slick-track .slick-slide li {
  height: 100%;
}
.prodet-page .prodet-2 .ret .text .box {
  padding: 7%;
  background-color: #f8f8f8;
  height: 100%;
}
.oem-page .product-yd-page .product-yd-4 .list .box {
  background-color: #f7f7f7;
}
.mold-page .mold-1 .text {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.mold-page .mold-2 {
  background-color: #23519e;
}
.mold-page .mold-4 {
  background-color: #f9f9f9;
}
.mold-page .mold-4 .big .slickBtn div {
  background-color: transparent;
  color: #333;
}
.mold-page .mold-4 .big .slickBtn div:hover {
  color: var(--color);
}
.mold-page .mold-4 .small {
  padding: 0 25%;
}
.mold-page .mold-4 .small a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.mold-page .mold-4 .small .slick-current a:before {
  opacity: 0;
}
.devel-page .devel-1 .text {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.devel-page .devel-1 .list ul li .box {
  position: relative;
  overflow: hidden;
}
.devel-page .devel-1 .list ul li .box .content {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  /*padding: 20% 5% 5%;*/
  /*color: white;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(35, 81, 158, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: -moz-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: linear-gradient(to bottom, transparent, rgba(35, 81, 158, 0.8));*/
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5%;
  /*-webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);*/
}
.devel-page .devel-1 .list ul li .box .content .text {
  line-height: 1.625;
}
/*.devel-page .devel-1 .list ul li .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}*/
.devel-page .devel-2 {
  background-color: var(--color1);
  color: white;
}
.devel-page .devel-4:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.devel-page .devel-4 .slickDots {
  --color: #23519e;
}
.devel-page .devel-4 .slickDots li {
  border: none;
  background-color: #bebebe;
}
.devel-page .devel-4 .slickDots li.slick-active {
  background-color: var(--color1);
}
.global-page .global-1 .ui.container {
  max-width: 1180px;
}
.global-page .global-2 {
  background-color: #23519e;
  color: white;
}
.global-page .global-2 .ui.container {
  max-width: 1150px;
}
.global-page .global-2 .more {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.global-page .global-3 .map {
  position: relative;
}
.global-page .global-3 .map .list li {
  position: absolute;
}
.global-page .global-3 .map .list li span {
  width: 4.5em;
  height: 4.5em;
  border-radius: 100%;
  background-color: #23519e;
  color: white;
  position: relative;
  z-index: 1;
}
.global-page .global-3 .map .list li .content {
  width: 26.875em;
  padding: 2.5em 1.5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 50%;
  bottom: 50%;
  background-color: white;
  line-height: 2;
}
.global-page .global-3 .map .list li .content a {
  text-decoration: underline;
  color: #23519e;
}
.global-page .global-3 .map .list li:nth-child(1) {
  right: 64%;
  bottom: 20%;
}
.global-page .global-3 .map .list li:nth-child(2) {
  right: 22%;
  bottom: 35%;
}
.global-page .global-3 .map .list li:nth-child(3) {
  right: 16%;
  bottom: 46%;
}
.global-page .global-3 .map .list li:nth-child(3) .content {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
.global-page .global-3 .map:hover .list li .content {
  display: none;
}
.global-page .global-3 .map .list li:hover .content {
  display: block;
}
.global-page .global-3 .map .list li span.full:after,
.global-page .global-3 .map .list li span.full:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
  -webkit-animation:ks 2s linear infinite;
  -o-animation:ks 2s linear infinite;
  -ms-animation:ks 2s linear infinite;
  -moz-animation:ks 2s linear infinite;
  animation:ks 2s linear infinite;
  zoom: .5;
}
.global-page .global-3 .map .list li span.full:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.global-page .global-4 {
  overflow: hidden;
}
.global-page .global-4 .text {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.global-page .global-4 .list {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.global-page .global-4 .list ul {
  margin: -20px;
  -webkit-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -moz-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}
.global-page .global-4 .list ul .slick-track {
  flex-wrap: wrap;
}
.global-page .global-4 .list ul .slick-track .slick-slide>div {
  height: auto;
}
.global-page .global-4 .list ul:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
}
.global-page .global-4 .list ul li {
  padding: 20px;
}
.global-page .global-4 .list a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 {
  padding: 5.5% 0 35%;
}
.about-page .about-1 .text {
  max-width: 660px;
  margin-left: auto;
  color: white;
}
.about-page .about-2 .left {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, transparent), color-stop(55%, #23519e), color-stop(45%, #23519e));
  background-image: -webkit-linear-gradient(bottom, transparent 15%, #23519e 55%, #23519e 45%);
  background-image: -moz-linear-gradient(bottom, transparent 15%, #23519e 55%, #23519e 45%);
  background-image: linear-gradient(to top, transparent 2%, #23519e 55%, #23519e 45%);
  padding: 5% 5% 35%;
  margin-top: -20%;
}
.about-page .about-2 .right .text {
  line-height: 2;
}
.about-page .about-3 .text {
  line-height: 2;
}
.about-page .about-4 {
  padding: 0 12%;
  overflow: hidden;
}
.about-page .about-4 .slick-list {
  overflow: unset;
}
.about-page .about-4 .box {
  position: relative;
  overflow: hidden;
}
.about-page .about-4 .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20% 5% 5%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 81, 158, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: linear-gradient(to top, rgba(35, 81, 158, 0.8), transparent);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-page .about-5 .left {
  margin-right: -14%;
  margin-left: -4%;
  position: relative;
  z-index: -1;
}
.about-page .about-6 {
  color: white;
}
.about-page .about-6 .flex {
  width: 100%;
}
.about-page .about-6 span.h2 {
  line-height: .7;
  font-weight: bold;
}
.about-page .about-6 .content {
  max-width: 380px;
  padding: 3% 2%;
  background-color: #23519e;
  margin-bottom: -3%;
}
.about-page .about-6 .content span.h2 {
  line-height: 1.2;
  font-weight: normal;
}
.about-page .about-6 .content a.link {
  text-decoration: underline;
}
.about-page .about-7 .text {
  line-height: 2;
}
.about-page .about-7 a.more {
  min-width: auto;
}
.about-page .about-7 span.h2 {
  font-weight: bold;
  line-height: 1;
}
.history-page ul {
  border-left: 1px solid #d3d5d6;
}
.history-page ul li {
  border-bottom: 1px solid #d3d5d6;
}
.history-page ul li time {
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: #23519e;
  color: white;
  position: relative;
  left: -1.875em;
}
.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #9bc476;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #23519e;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 5% 4% 0;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color1);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color1);
}
.sustainable-page .sustainable-7 {
  background-color: #f0f1f2;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.more {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.culture-page .culture-1 {
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
}
.culture-page .culture-1 span.h1 {
  line-height: .8;
}
.culture-page .culture-1 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.culture-page .culture-1 .text p {
  margin-top: 1.66666667em;
}
.culture-page .culture-1 .text p:first-child {
  margin-top: 0;
}
.culture-page .culture-2 .left .text span {
  color: #23519e;
}
.culture-page .culture-2 .right .content {
  padding: 14% 10%;
  background-color: #f5f7f5;
}
.culture-page .culture-2 .right .content .text i {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 100%;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color1);
}
.culture-page .culture-2 .right .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-page .news-1 .box {
  padding: 4%;
  background-color: var(--color1);
  color: white;
}
.news-page .news-1 .box > i {
  margin-right: 0;
  margin-left: 0;
}
.news-page .news-1 .box .content {
  max-width: 500px;
  margin-left: 5%;
  margin-right: 2%;
}
.news-page .news-1 .box .search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.news-page .news-1 .box .search form {
  border: 1px solid white;
  height: 3.625em;
}
.news-page .news-1 .box .search form input {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  background-color: transparent;
  border: none;
}
.news-page .news-1 .box .search form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::placeholder {
  color: white;
}
.news-page .news-1 .box .search form button {
  width: 3.625em;
  border: none;
  background-color: transparent;
}
.news-page .news-1 .box .search form button i {
  font-size: 1.5em;
}
.news-page .news-2 .list {
  height: 600px;
  padding: 5% 8%;
  position: relative;
  color: white;
}
.news-page .news-2 .list:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#23519e), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #23519e, transparent);
  background-image: -moz-linear-gradient(bottom, #23519e, transparent);
  background-image: linear-gradient(to top, var(--color1), transparent);
  border-radius: inherit;
}
.news-page .news-2 .list time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
}
.news-page .news-2 .list hr {
  background-color: white;
}
.news-page .news-2 .list a.link {
  text-decoration: underline;
}
.news-page .news-2 .list .slickBtn div {
  background-color: transparent;
  color: #b2b2b2;
}
.news-page .news-2 .list .slickBtn div i {
  font-size: 1.5em;
}
.news-page .news-2 .list .slickBtn div:hover {
  color: var(--color);
}
.news-page .news-3 time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color1);
}
.news-page .news-3 time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page h1 {
  line-height: 1.3;
}
.newdet-page time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color1);
}
.newdet-page time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
.newdet-page .text strong {
  color: black;
}
.newdet-page .text p {
  margin-top: 1.5em;
}
.newdet-page .text p:first-child {
  margin-top: 0;
}
.newdet-page .m-link a {
  /*height: 2em;*/
  padding: 0 2.5em;
  background-color: var(--color1);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: black;
}
.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form input::-webkit-input-placeholder, .newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}
.newdet-page .form input:-moz-placeholder, .newdet-page .form textarea:-moz-placeholder {
  color: black;
}
.newdet-page .form input::-moz-placeholder, .newdet-page .form textarea::-moz-placeholder {
  color: black;
}
.newdet-page .form input:-ms-input-placeholder, .newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}
.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}
.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}
.newdet-page .form textarea {
  height: 230px;
}
.newdet-page .form button {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: none;
  background-color: var(--color1);
  color: white;
  position: absolute;
  right: .5em;
  bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form button:hover {
  background-color: black;
}
.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #23519e;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}
.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .list ul li .text {
  line-height: 2;
}
.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page #index-body .init-7 .form form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page #index-body .init-7 .form form button {
  color: #23519e;
}
.faq-page #index-body .init-7 .text a {
  color: #23519e;
}
.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color1);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color1);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  width: auto;
}
.contact-page .contact-2 iframe {
  border: none;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 1700px) {
  .news-page .news-2 .list .slickBtn div {
    color: white;
  }
  .news-page .news-2 .list .slickBtn div.prev {
    left: 0;
    right: auto;
  }
  .news-page .news-2 .list .slickBtn div.next {
    left: auto;
    right: 0;
  }
  .history-page ul {
    margin-left: 25px;
  }
  .global-page .global-3 .map .list li:nth-child(3) .content {
    left: auto;
    top: auto;
    right: 50%;
    bottom: 50%;
  }
  .global-page .global-3 .map .list li:nth-child(2) .content {
    left: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
  }
  .about-page .about-5 .left {
    width: 50%;
    margin-left: -2%;
    margin-right: 0;
  }
  .about-page .about-6 .content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1450px) {
  .news-page .news-2 .list {
    height: 480px;
  }
}
@media screen and (max-width: 1250px) {
  .mbx {
    margin-top: 40px;
  }
  .mbx ~ .inner-banner,
  .mbx ~ #banner {
    margin-top: 0;
  }
  .inner-banner ~ .mbx {
    margin-top: 0;
  }
  .inner-banner {
    height: 240px;
  }
  .global-page .global-3 .map {
    zoom: .8;
  }
  .global-page .global-4 .list ul li {
    padding: 10px;
  }
  .global-page .global-4 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 200px;
  }
  .contact-page .contact-1 .left {
    position: static;
  }
  .contact-page .contact-2 iframe {
    height: 360px;
  }
  .about-page .about-5 .left {
    margin-left: 0;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-1 {
    padding: 10% 0 20%;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.5em;
  }
  .font-25 {
    font-size: 16px;
  }
  .global-3 {
    display: none;
  }
  .global-page .global-4 {
    padding-top: 40px;
  }
  .history-page ul li .content {
    width: 60%;
  }
  .history-page ul li .img {
    margin: 0 10px;
    width: 28%;
  }
  .mold-page .mold-4 .small {
    display: none;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
  .newdet-page h1 {
    width: 100%;
    padding-right: 0;
  }
  .newdet-page .form button {
    font-size: 30px;
  }
  .news-page .news-2 .list {
    height: 400px;
  }
  .inner-page .navlink a {
    padding: 0 .5em 1em;
  }
  .font-30 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .left .small {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .product-yd-3 .list,
  .product-yd-page .product-yd-1 .list,
  .prodet-page .prodet-2 .ret .slide {
    position: relative;
    opacity: 1;
    z-index: 1;
    margin-top: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .product-yd-page .product-yd-3 .navlink,
  .product-yd-page .product-yd-1 .navlink,
  .prodet-page .prodet-2 .navlink {
    display: none;
  }
  .product-yd-page .product-yd-4 .logo img {
    max-height: 100px;
  }
  .news-page .news-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .news-1 .box > i {
    display: none;
  }
  .news-page .news-1 .box .content,
  .news-page .news-1 .box .search {
    width: 100%;
    margin: 10px 0;
  }
  .inner-banner {
    height: 160px;
  }
  .history-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page ul li .img {
    width: 80%;
  }
  .history-page ul li .content {
    width: 100%;
    margin-top: 30px;
    padding-left: 5%;
  }
  .faq-page #index-body .init-7 .form form {
    border-radius: 1em;
  }
  .culture-page .culture-2 .right .content {
    padding: 8%;
  }
  .about-page .about-6 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .about-page .about-6 .content {
    max-width: none;
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .slide .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 iframe {
    height: 280px;
  }
  .about-page .about-6 span.h2 em {
    font-size: 1.4em;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.2em;
  }
  .culture-page .culture-2 .right .content .text i {
    width: 1em;
    height: 1em;
    margin-top: .3em;
  }
  .devel-page .devel-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .devel-page .devel-2 ul li {
    width: 100%;
  }
  .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
  .history-page ul li .img {
    width: 70%;
  }
}
#index-body .init-8 {
  background-color: #f8f9f9;
  overflow: hidden;
}
#index-body .init-8 ul {
  padding: 0 10%;
}
#index-body .init-8 ul .slick-list {
  overflow: unset;
}
#index-body .init-8 ul li .content {
  padding: 5% 3%;
  background-color: white;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 ul li .content time {
  color: #d1d0d0;
}
#index-body .init-8 ul li .content .text {
  line-height: 1.625;
}
#index-body .init-8 ul li:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  #index-body .init-8 ul li .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    margin-top: 0;
  }
}
#index-body .init-0 .top {
    max-width: 780px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color1);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
@media screen and (max-width: 700px) {
    #index-body .init-0 .navlink,
    #index-body .init-0 .det {
        display: none;
    }
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  height: auto;
}
.slick-track .slick-slide>div,
.slick-track .slick-slide li {
  height: 100%;
}
.history2-page .about-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.history2-page .about-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.history2-page .about-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.history2-page .about-4 .top .list ul .content span.h6 {
  line-height: 1.8;
}
.history2-page .about-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.history2-page .about-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.history2-page .about-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.history2-page .about-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.history2-page .about-4 .top .list ul .slick-current + div,
.history2-page .about-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.history2-page .about-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.history2-page .about-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history2-page .about-4 .bottom .list {
  color: #999;
}
.history2-page .about-4 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.history2-page .about-4 .bottom .list .slick-current {
  color: var(--color);
}
/*设计加的*/

.fixed-toolbar {
  right: 0;
  position: fixed;
  bottom: 45%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: block;
  margin-top: 2px;
  width: 50px;
  height: 50px;
  background-color: #3dabc5;
  line-height: 38px;
      border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: middle;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: #23519e;
}
.fixed-toolbar ul li.code {
  line-height: 60px;
}
.fixed-toolbar ul li.code:hover #ewm {
  right: 52px;
  opacity: 1;
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fixed-toolbar ul li .mail-box,
.fixed-toolbar ul li .phone-box {
  width: 180px;
  height: 50px;
  background-color: #23519e;
  position: absolute;
  top: 0;
  right: -100%;
  opacity: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--white);
  padding-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fixed-toolbar ul li:hover .mail-box,
.fixed-toolbar ul li:hover .phone-box {
  right: 52px;
  opacity: 1;
}
.gallery-page .img-box .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20% 5% 5%;
    color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(35,81,158,.8)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(35,81,158,.8),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(35,81,158,.8),transparent);
    background-image: linear-gradient(to top,rgba(35,81,158,.8),transparent);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.gallery-page .img-box:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}