@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;
}
@font-face {
  font-family: 'AktivGroteskEx-Bold';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #002ea8;
  --font: 'AktivGroteskEx-Bold';
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
#banner {
  margin-top: 100px;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  background-color: #0c0d01;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  margin: 0 25px;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font);
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li i {
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding-top: 6px;
  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 ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 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 .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;
  font-size: 14px;
line-height: 28px;
}
#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: #222;
  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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  cursor: hand;
}
#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 .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;
  line-height: 1.8;
  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;
    font-size: 16px;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#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;
}
.font-18{
  line-height: 1.8;
}
.home-1 .name{
  min-height: 6em;
}
.font-20{
    line-height: 1.8;
}
.font-14{
    line-height: 2;
}
.home-6 .name{
  min-height: 5.8em;
}
.shouye h1{
  display: inline;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 30px;
}
.fenleifenleijs{
  overflow-y: scroll;
max-height: 180px;
}
.seoPublic .Auxil-form .form ul li input{
  line-height: 30px;
}
.seoPublic .Auxil-about .box .right .text{
  line-height: 30px !important;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 1.6;
  min-height: 5em;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}

@media screen and (max-width: 1250px) {
  #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-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 65%;
}
#banner h2 {
  font-family: var(--font);
  color: #FFFFFF;
  line-height: 1.2;
}
#banner p {
  max-width: 700px;
  color: #FFFFFF;
}
#banner .dots {
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .dots em,
#banner .dots span {
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.8;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: var(--color);
  text-align: center;
  font-family: var(--font);
}
#banner .dots .dot li {
  width: 1px;
  height: 3.3em;
  background-color: #a5a5a5;
}
#banner .dots .dot li + li {
  margin-top: 7px;
}
#banner .dots .dot li button {
  display: none;
}
#banner .dots .dot li.slick-active {
  background-color: #FFFFFF;
}
.yuy {
  height: auto;
  padding: 25px 0;
}
.yuy > span {
  color: #FFFFFF;
}
.yuy > span img {
  width: 24px;
}
.yuy > span em {
  line-height: 2;
  padding-top: 6px;
  font-family: var(--font);
}
.baseBtn {
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
  font-family: var(--font);
  height: 60px;
  line-height: 65px;
  min-width: 230px;
  text-align: center;
  border: 1px solid var(--color);
  position: relative;
}
.baseBtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span {
  position: relative;
}
.baseBtn:hover::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.baseBtn.white {
  border-color: white;
}
.baseTit {
  line-height: 1.2;
}
.home-1 .list li p {
  color: #5c5c5c;
  line-height: 2;
}
.home-2 .slick-list {
  overflow: visible;
}
.home-2 .item.rtl .slick-list {
  direction: rtl;
}
.home-2 .item.rtl .slick-slide {
  direction: ltr;
}
.home-2 .item li .img {
  background-color: #000000;
}
.home-2 .item li .img::before,
.home-2 .item li .img::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-size: auto 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-2 .item li .img::before {
  background-image: url(../images/default-mask.png);
}
.home-2 .item li .img::after {
  background-image: url(../images/hover-mask.png);
  opacity: 0;
}
.home-2 .item li .img > div {
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
}
.home-2 .item li .img:hover::before {
  opacity: 0;
}
.home-2 .item li .img:hover::after {
  opacity: 1;
}
.home-2 .item li .name {
  color: #FFFFFF;
  line-height: 1.8;
}
.home-3 {
  background-color: #f4f4f4;
}
.home-3 .list li .icon {
  width: 105px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li p {
  color: #5c5c5c;
  line-height: 2;
}
.home-3 .list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.home-3 .list li:hover .name {
  color: var(--color);
}
.home-4 {
  background-color: #0c0d01;
}
.home-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  bottom: 0;
  width: 30%;
  background-color: var(--color);
  -webkit-clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%);
}
.home-4 .Tit {
  color: #FFFFFF;
}
.home-4 .form ul {
  margin: -10px;
}
.home-4 .form li {
  padding: 10px;
}
.home-4 .form input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
}
.home-4 .form input[type="submit"] {
  color: #FFFFFF;
  background-color: var(--color);
}
.home-5 {
  background-color: #f9f9f9;
}
.home-5 .bg {
  width: 100%;
  height: 565px;
  left: 0;
  top: 0;
}
.home-5 .play {
  cursor: pointer;
}
.home-5 .play::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(42, 97, 241, 0.2);
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
}
.home-5 .text {
  color: #5c5c5c;
  line-height: 2;
}
.home-5 .text span {
  border-bottom: 1px solid currentColor;
}
.home-5 .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 19px 38px rgba(0, 0, 0, 0.06);
  box-shadow: 3px 19px 38px rgba(0, 0, 0, 0.06);
}
.home-5 .desc {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.home-5 .desc span {
  color: var(--color);
}
.home-5 .list li .num {
  color: var(--color);
}
.home-6 .list li .img span {
  right: 100%;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  color: #FFFFFF;
  background-color: var(--color);
  white-space: nowrap;
  height: 40px;
  line-height: 45px;
  padding: 0 20px;
}
.home-6 .list li .date {
  color: #787878;
  line-height: 2;
}
.home-6 .list li .date span.line {
  height: inherit;
  border-left: 1px solid #e3e3e3;
}
.home-6 .list li p {
  color: #5c5c5c;
  line-height: 2;
}
.home-6 .list li .btns span {
  border-bottom: 1px solid currentColor;
}
.home-7 {
  color: #FFFFFF;
  background-color: var(--color);
}
.home-7 .bg {
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}
.font-16{
  line-height: 30px;
}
#footer {
  color: #FFFFFF;
  background-color: #0c0d01;
}
#footer .foot-top .foot-block {
  max-width: 420px;
}
#footer .foot-top .foot-block:last-child {
  max-width: 240px;
}
#footer .foot-bottom {
  color: #4a4a4a;
  border-top: 1px solid #4a4a4a;
}
#footer .foot-bottom a.login {
  font-size: 0;
}
#footer .foot-bottom a.login img {
  height: 16px;
}
#footer .social-links a {
  width: 2em;
  height: 2em;
  line-height: 2;
  border-radius: 5px;
  text-align: center;
  background-color: var(--color);
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1250px) {
  .home-5 .bg {
    height: 350px;
  }
  .baseBtn {
    height: 45px;
    line-height: 50px;
    min-width: auto;
    padding: 0 20px;
  }
  #footer .foot-top .foot-block {
    max-width: 350px;
  }
}
@media (max-width: 1000px) {
  #banner .left {
    max-width: 100%;
  }
  #banner .dots {
    display: none;
  }
  .home-4::before {
    display: none;
  }
  .home-4 .Tit {
    text-align: center;
  }
  .home-4 .form li {
    width: 50%;
  }
  .home-5 .left {
    height: 350px;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-7 .bg {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 50%;
  }
  .home-7 .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .foot-top .foot-block {
    width: 100%;
    max-width: 100%!important;
  }
}
@media (max-width: 500px) {
  .home-4 .form li {
    width: 100%;
  }
  .font-40{
    line-height: 30px;
  }
  .factory-page .factory-1 .container .left h3{
    line-height: 1.8!important;
  }
  .font-28{
    line-height: 2;
  }
  .font-50{
    line-height: 36px;
  }
  .font-16{
          font-size: 16px;
  }
  .font-30{
      font-size: 16px;
  line-height: 30px!important;
  }
  .font-34{
    line-height: 2!important;
  }
  .font-44{
    font-size: 18px;
    line-height: 1.8!important;
  }
  .home-5 .bg {
    height: 250px;
  }
  .font-20{
    line-height: 1.8;
          font-size: 18px;
  }
  .font-18{
      font-size: 18px;
  }
  .font-60{
    font-size: 24px;
line-height: 40px!important;
  }
  .home-5 .left {
    height: 320px;
  }
}
.inner-banner {
  padding-top: 505px;
}
.inner-banner::before,
.inner-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 85px;
  border-bottom: 1px solid #FFFFFF;
  opacity: .3;
}
.inner-banner::after {
  bottom: 155px;
}
.inner-banner .Tit {
  line-height: 1.2;
  margin-bottom: 23px;
  color: #FFFFFF;
}
.inner-banner .Tit span {
  display: block;
}
.inner-banner .text {
  color: #FFFFFF;
}
.inner-banner .mbx {
  color: #FFFFFF;
  min-height: 84px;
  margin-top: -56px;
}
.inner-banner .content {
  left: 0;
  bottom: 80px;
  width: 100%;
}
.inner-banner .left {
  width: 100%;
  /*max-width: 50%;*/
}
.inner-banner .right {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1700px) {
  .inner-banner .mbx {
    margin-top: -50px;
  }
}
@media (max-width: 1450px) {
  .inner-banner .mbx {
    margin-top: -45px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .Tit {
    font-size: 40px;
  }
  .inner-banner .mbx {
    margin-top: -35px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    padding-top: 400px;
  }
  .inner-banner .left {
    max-width: 100%;
  }
  .inner-banner::before,
  .inner-banner::after {
    display: none;
  }
  .inner-banner .mbx {
    min-height: auto;
    margin-top: 0;
  }
  .inner-banner .Tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner .right {
    max-width: 100%;
  }
  .inner-banner .content {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

}
@media (max-width: 700px) {
  .inner-banner {
    padding-top: 300px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    line-height: 1.8;
  }
.inner-banner .text{
  display: none;
}
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 1.8;
}
#cp-Nav .nav div.title{
  line-height: 1.8;
}
#cp-Nav .nav ul li a{
font-size: 14px;
}
.fenleifenleijs{
  display: none;
}
}
.baseBox {
  border: 1px solid #949494;
}
.baseBox .Tit {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBox .category li {
  border-bottom: 1px solid #c6c6c6;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.baseBox .category li:last-of-type {
  border-bottom: 0;
}
.baseBox .category li span {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBox .category li i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.baseBox .category li.active,
.baseBox .category li:hover {
  background-color: #f6f6f6;
}
.baseBox .category li.active span.name,
.baseBox .category li:hover span.name {
  padding-left: 25px;
}
.baseBox .category li.active i,
.baseBox .category li:hover i {
  opacity: 1;
}
.baseBox .product li {
  border-bottom: 1px solid #c6c6c6;
}
.baseBox .product li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-page .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 1000px) {
  .product-page .left {
    display: none;
  }
}
.m-page span,
.m-page a {
  margin: 0 5px;
  display: inline-block;
  width: 77px;
  height: 77px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #949494;
}
.m-page span {
  color: #FFFFFF;
  background-color: var(--color);
}


.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.t_1 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}



.solution-page .init-1 {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10;
  left: 0;
  font-family: var(--font);
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: 0px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  /*border-radius: 20px;*/
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}

.solution-page .init-1 .container .desC .des {
  max-width: 820px;
  margin-top: 24px;
}
.solution-page .init-2 .container .left {
  width: 58%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 36%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  /*border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  /*border-radius: 10px;*/
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  /*border-radius: 10px;*/
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  min-height: 4em;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  /*border-radius: 20px;*/
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-family: var(--font);
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
  border: 0;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
.relatedProduct .name{
  min-height: 5.8em;
}
.news-3 .h6{
  min-height: 5.8em;
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .news-3 .h6{
  min-height: auto;
}
  .font-42{
    font-size: 18px;
line-height: 32px;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .font-24{
    font-size: 24px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}





.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-family: var(--font);
  /*font-weight:bold;*/
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  border-radius: 0;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 100px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}




.relatedProduct .container .tipsTitle {
  text-align: center;
  /*font-weight:bold;*/
  font-family: var(--font);
}
.relatedProduct .container .content {
  margin-top: 40px;
}
.relatedProduct .container .content .swiper {
  margin: 0 -25px;
}
.relatedProduct .container .content .swiper ul li {
  width: 33.33%;
  padding: 0 25px;
}
.relatedProduct .container .content .swiper ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.relatedProduct .container .content .swiper ul li .box a {
  display: block;
}
.relatedProduct .container .content .swiper ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.relatedProduct .container .content .swiper ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.relatedProduct .container .content .swiper ul li .box .text {
  text-align: center;
  padding: 0 10px;
  bottom: 40px;
  position: absolute;
  width: 100%;
  left: 0;
}
.relatedProduct .container .content .swiper ul li .box .text:hover {
  color: var(--color);
}
.relatedProduct .container .content .swiper ul li .box:hover {
  background-color: #deeefe;
}
.relatedProduct .container .content .swiper ul li .box:hover .moreCont {
  opacity: 1;
}

.appdet-page .relatedProduct .content .swiper .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .box:hover {
  background-color: #e6effe;
}

@media (max-width: 700px) {
  .relatedProduct .container .content .swiper ul li .box .img img {
    height: auto;
    min-height: 1px;
  }
  .relatedProduct .container .content .swiper ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}

@media (max-width: 500px) {
  .relatedProduct .container .content {
    margin-top: 20px;
  }
}




.news-page .news-1 .box {
  padding: 4%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box > i {
  margin-right: 0;
  margin-left: 0;
}
.news-page .news-1 .box .content {
  max-width: 600px;
  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 input {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  background-color: transparent;
  border: 1px solid white;
  height: 3.625em;
}
.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: 1px solid white;
  border-left: 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(--color), 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(--color);
}
.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(--color);
}
.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(--color);
  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(--color);
  color: white;
  position: absolute;
  right: .5em;
  bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form button:hover {
  background-color: black;
}

@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;
  }
}
@media screen and (max-width: 1450px) {
  .news-page .news-2 .list {
    height: 480px;
  }
}

@media screen and (max-width: 1000px) {
  .newdet-page h1 {
    width: 100%;
    padding-right: 0;
  }
  .newdet-page .form button {
    font-size: 30px;
  }
  .news-page .news-2 .list {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .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-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: #000;
  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(--color);
  color: white;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebarLeft {
    display: none;
  }
}



.factory-page .factory-1 {
  padding: 90px 0 150px;
  position: relative;
}
.factory-page .factory-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}
.factory-page .factory-1 .container .left {
  max-width: 785px;
}
.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}
.factory-page .factory-1 .container .right {
  max-width: 600px;
}
.factory-page .factory-1 .container .right p {
  max-width: 540px;
}
.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}
.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
  padding: 0 60px;
}
.factory-page .factory-1 ul {
  margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .factory-page .factory-1 .container .right {
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}






.production-strength-page .init-1 {
  padding: 100px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  max-width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font);
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img ul li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img ul li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


.faq-page {
  padding: 20px 0 140px;
}
.faq-page span.h2 {
  margin: 1.4em 0;
  display: block;
}
.faq-page .list {
  position: relative;
}
.faq-page .list:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color);
  opacity: 0.32;
  position: absolute;
  left: 29px;
  z-index: -1;
}
.faq-page .list ul li {
  margin-bottom: 25px;
  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;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li i {
  width: 60px;
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li .content {
  padding: 25px 30px 30px;
  background-color: #f5f5f5;
  width: 100%;
}
.faq-page .list ul li .content span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 0.5em;
  display: block;
}
.faq-page .list ul li .content .text {
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .faq-page {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1250px) {
  .faq-page .list ul li .content {
    padding: 20px;
  }
  .faq-page .list ul li i {
    width: 50px;
  }
  .faq-page .list:before {
    left: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 50px 0;
  }
  .faq-page .list ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .list ul li i {
    margin-right: 10px;
  }
}



.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  background-image: linear-gradient(#3056bb, var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}



.prodet-1 {
  padding: 80px 0 0;
}
.prodet-1 .ui.container #gallery {
  width: 100%;
  overflow: hidden;
}
.prodet-1 .ui.container #gallery ul .slick-current li {
  opacity: 1;
}
.prodet-1 .ui.container #gallery ul .slick-current li img {
  width: 550px;
}
.prodet-1 .ui.container #gallery ul li {
  opacity: .5;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  min-height: 360px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.prodet-1 .ui.container #gallery ul li img {
  width: 194px;
}
.prodet-2 {
  padding: 20px 0 80px;
}
.prodet-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prodet-2 .ui.container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: sticky;
  top: 110px;
}
.prodet-2 .ui.container .left .navbox {
  width: 165px;
  max-height: 604px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 50px;
}
.prodet-2 .ui.container .left .navbox li {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  opacity: .6;
  transition: .5s;
}
.prodet-2 .ui.container .left .navbox li span {
  display: block;
  margin-top: .5em;
}
.prodet-2 .ui.container .left .navbox li img {
  max-width: 126px;
}
.prodet-2 .ui.container .left .navbox li.active {
  opacity: 1;
}
.prodet-2 .ui.container .left .imgbox {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.prodet-2 .ui.container .right h1 {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
.prodet-2 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.prodet-2 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-2 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
  line-height: 40px;
}
.prodet-2 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-2 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  /*display: none;*/
  line-height: 32px;
}
.prodet-2 .ui.container .right a.more3 {
  width: 100%;
  height: 60px;
  line-height: 65px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  background: #000;
  display: block;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-2 .ui.container .right a.more3:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.pro .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 85px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type=submit] {
  width: 100%;
  max-width: none;
  line-height: 65px;
  height: 60px;
  color: #fff;
  font-family: var(--font);
  background: #000;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 22px!important;
  line-height: 40px!important;
  min-height: 6.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-5 ul.newslist li .title:hover {
  color: var(--color);
}

.prodet-page .product-2 ul {
  margin: 0 -15px;
}
.prodet-page .product-2 ul li {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 75px;
}
.prodet-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.prodet-page .product-2 ul li .item .img-box {
  position: relative;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.prodet-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 2;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .product-2 ul li .item .pname:hover {
  color: #000;
}

@media screen and (max-width: 1800px) {
  .prodet-2 .ui.container .right a.more3 {
    font-size: 18px;
  }

  .prodet-3 form ul li.wid30 {
    margin-bottom: 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 50px;
  }
  .prodet-page .product-2 ul li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1450px) {
  .prodet-1 {
    padding-top: 40px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 400px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 150px;
  }
  .prodet-2 .ui.container .left .navbox {
    padding-top: 30px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 50px;
  }

  .prodet-3 .title {
    margin-bottom: 40px;
  }

  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 16px;
  }
  .prodet-3 form ul li input[type=submit] {
    font-size: 18px;
  }

  .prodet-5 ul.newslist li .title {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 320px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 120px;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: 280px;
  }

  .prodet-2 .ui.container .left .navbox {
    max-height: 460px;
  }
  .prodet-2 .ui.container .left .imgbox img {
    padding-left: 0 !important;
  }

  .prodet-2 .ui.container .right ul.conlist li .title i {
    top: 3px;
    font-size: 14px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    margin-bottom: 30px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }

  .prodet-5 ul.newslist li .title {
    line-height: 32px!important;
    min-height: 5rem;
  }

  .prodet-5 ul.newslist {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-2 .ui.container .left {
    position: static;
  }

  .prodet-2 .ui.container .left {
    width: 100%;
  }
  .prodet-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  
}

@media screen and (max-width: 700px) {
  .prodet-1 .ui.container #gallery ul li {
    min-height: auto;
  }

  .prodet-2 .ui.container .left .navbox {
    width: 100px;
    max-height: 350px;
  }
  .prodet-2 .ui.container .left .navbox li img {
    max-width: 100%;
  }
  .prodet-2 .ui.container .left .imgbox {
        width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }

  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 30px;
  }
  .prodet-2 {
    padding: 20px 0 50px;
  }
  .prodet-3 {
    overflow: hidden;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
  }

  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 14px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 30px;
  }
}

.bortop {
  border-top: 1px solid #000;
}



.text-color {
    color: var(--color);
}


.about-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 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: 180px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 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-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  font-family: var(--font);
  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-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 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-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 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: 675px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.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-right: 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-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 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: var(--color);
  color: white;
  padding-left: 50px;
  padding-right: 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: 180px 0 160px;
}
.about-page .about-4 h2 {
  margin-top: 95px;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid currentColor;
}

@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 {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}

@media (max-width: 1400px) {
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 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 {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
}

@media (max-width: 1200px) {
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 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-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 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;
  }
}

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

@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-right: 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;
  }
}

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


table tbody {
  min-width: 600px;
}

table td,
table th {
  word-break: normal;
}