@font-face {
  font-family: 'cmgm';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'cmgm';
  src: url('../fonts/PlayfairDisplay-Bold.eot');
  src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'cmgm';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'cmgm';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "cmgm";
  max-width: 1920px;
  --color: #f6ae45;
  font-weight: normal;
  position: static !important;
  margin: 0 auto !important;
}
#ewm img,
#ewm canvas{
  max-width:100px;
  border:3px solid white;
  width: fit-content;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1610px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
    position: relative;
    background: black;
}
#header .h-top {
  padding: 30px 0;
  color: white;
}
#header .h-top .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .box .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
#header .h-top .box .info > div {
  padding: 5px 20px;
  border-radius: 2em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
#header .h-top .box .info .msg {
  margin: 0 3.57142857em;
}
#header .h-top .box .info .msg i{
    margin-left: 5px;
}
#header .h-top .box .info .yuy {
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 50%;
   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;
 justify-content: center;
}
#header .h-top .box .info .yuy ul {
  position: absolute;
  top: 100%;
  width: 120px;
  background-color: white;
  right: -15px;
  color: black;
  display: none;
  z-index: 2;
}
#header .h-top .box .info .yuy ul li {
  padding: 6px 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box .info .yuy ul li:hover {
  background-color: var(--color);
  color: white;
}
#header .h-top .box .info .yuy ul img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  margin-top: -0.2em;
}
#header .h-top .box .info .yuy:hover ul {
  display: block;
}
#header .h-top .box .info .h-search {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-left: 20px;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  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: capitalize;
  width: 100%;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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 > a i.fa {
  opacity: .4;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  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.menu-item-190942 ul.sub-menu {
    width: 150%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  font-size: 16px;
line-height: 30px;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li 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>ul {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav.nav2 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: black;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 22;
}
#header .nav.nav2 .ui.menu .menu-box ul.menu > li {
  border-top: none;
  padding: 18px 0;
}
#header.active .nav.nav2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.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: 2;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  line-height: 30px;
  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: 16px;
line-height: 2;
  color: inherit;
  text-transform: uppercase;
}
#mobile .menu-content .menu-list ul li ul li{
  padding-left: 25px;
  display: flex;
  align-items: center;
}
#mobile .menu-content .menu-list ul li ul li::before{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin-right: 10px;
  background-color: white;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  font-size: 14px;
line-height: 28px;
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#pups_from h4{
    line-height: 32px!important;
}
#pups_from form ul li label{
    line-height: 28px!important;
}
.chanpingyexinwenjianju{
    min-height: 4em;
}
.shouye h1{
    display: inline;
}
.shouyeshijian{
    font-size: 14px;
line-height: 28px;
padding-top: 10px;
}
.seoPublic h2{
font-size: 44px;
line-height: 1.2;
font-weight: 700;
padding-bottom:20px;
text-align: center;
text-transform: capitalize; 
}
.seoPublic h3{
font-weight: 800;
padding:10px 0;
font-size: 18px;
line-height: 32px;
}
#pups_from form ul li input, #pups_from form ul li textarea{
    line-height: 30px!important;
}
.shouyexinwenbiaoti{
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    text-transform: capitalize; 
}
/*.shouyechanpinming{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    min-height: 9em;
}*/
.xinwenyebiaoti{
    min-height: 6.5em;
    text-transform: capitalize; 
}
@media screen and (max-width: 1000px) {
  a.foota{
        display: none !important;

  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .yejiao{
      display: none!important;
  }
  .seoPublic{
      display: none!important;
  }
.xinwenbiaotisjd{
  padding-top: 0px;
}
.xinwenyebiaoti{
        font-size: 18px;
line-height: 32px;
min-height: 0;
    }
.product-list2 ul li .pro-box h5 a{
    font-size: 18px!important;
line-height: 32px!important;

}
.product-list2 ul li .pro-box .imgbox{
    width:100%!important;
}
.product-list2 ul li .pro-box .text{
    width:100%!important;
    }

.product-list2 ul li .pro-box{
    display:block!important;
}
}
#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 {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li.video {
    background: black;
}
#banner li.video video {
    width: 100%;
    display: block;
    opacity: .7;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 50px;
}
#banner li .content .left {
  max-width: 45%;
  color: white;
}
#banner li .content .left span.h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
}
#banner li .content .left a.link {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5em;
  font-style: italic;
}
#banner li .content .left a.link:before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: var(--color);
  margin-right: .5em;
  border-bottom-left-radius: 7px;
  display: inline-block;
}
#banner .down {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}
#banner .down .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#banner .down p {
  font-size: 16px;
  line-height: 30px;
  color: white;
}
#banner .down span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
a.more {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 3.125em!important;
  height: 3.125em;
  padding: 0 2.375em;
  border-radius: 1.5625em;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
a.more:hover {
  background-color: var(--color);
}
#index-body .init-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-1 .box .img {
  background-size: cover;
  background-position: center;
}
#index-body .init-1 .box .left {
  width: 24.89583333%;
}
#index-body .init-1 .box .left .img {
  height: 100%;
}
#index-body .init-1 .box .center {
  width: 49.6875%;
}
#index-body .init-1 .box .center .top {
  height: 48.6%;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  border-bottom: 1px solid #a6a6a6;
}
#index-body .init-1 .box .center .top span.h2 {
  font-weight: 600;
  font-size: 80px;
  color: #191919;
  text-transform: uppercase;
  line-height: 1.5;
  display: block;
}
#index-body .init-1 .box .center .top span.h2 em {
  font-weight: bold;
}
#index-body .init-1 .box .center .bottom {
  height: 51.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-1 .box .center .bottom .content {
  padding: 5%;
  width: 50%;
}
#index-body .init-1 .box .center .bottom .content .text {
  font-size: 16px;
  line-height: 2;
  color: #1d1d1d;
}
#index-body .init-1 .box .center .bottom .content a.more {
  margin-top: 1.75em;
}
#index-body .init-1 .box .center .bottom .img {
  width: 50%;
}
#index-body .init-1 .box .right {
  width: 25.41666667%;
  border-left: 1px solid #a6a6a6;
}
#index-body .init-1 .box .right .list ul li {
  padding: 17% 14%;
  border-bottom: 1px solid #a6a6a6;
  max-height: 25%;
}
#index-body .init-1 .box .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 44px;
  display: block;
  line-height: 1.2;
}
#index-body .init-1 .box .right .list ul li .text {
  font-size: 16px;
  line-height: 2;
  color: #191919;
  margin-top: .8em;
}
#index-body .init-2 {
  position: relative;
  z-index: 1;
}
#index-body .init-2 .imgList ul li {
  height: 880px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#index-body .init-2 .imgList ul li .content {
  position: absolute;
  top: 35%;
  left: 35%;
  color: #f9f0ec;
  z-index: 2;
}
#index-body .init-2 .imgList ul li .content span.h3 {
  font-size: 64px;
  font-weight: 600;
  max-width: 340px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
#index-body .init-2 .imgList ul li .content .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  max-width: 350px;
  margin-top: 5em;
  margin-left: 400px;
}
#index-body .init-2 .list {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 22%;
}
#index-body .init-2 .list ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .list ul li .img {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 2px solid #ece3de;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.54166667);
  -moz-transform: scale(0.54166667);
  -ms-transform: scale(0.54166667);
  transform: scale(0.54166667);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .list ul li .img span {
  font-weight: 600;
  font-size: 72px;
  line-height: .7;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: -0.15em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .list ul li .img p {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 1em;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .list ul li .img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: #f9f0ec;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body .init-2 .list ul li:before {
  content: '';
  height: 700px;
  background: url("../images/icon-ty.png") right bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 50%;
  bottom: 50%;
  opacity: .18;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -2;
}
#index-body .init-2 .list ul li:nth-child(1) {
  left: 35%;
}
#index-body .init-2 .list ul li:nth-child(1):before {
  width: 259%;
}
#index-body .init-2 .list ul li:nth-child(2) {
  left: 67.5%;
}
#index-body .init-2 .list ul li:nth-child(2):before {
  width: 459%;
}
#index-body .init-2 .list ul li:nth-child(3) {
  left: 73.5%;
}
#index-body .init-2 .list ul li:nth-child(3):before {
  width: 579%;
}
#index-body .init-2 .list ul li.active:before {
  opacity: 1;
}
#index-body .init-2 .list ul li.active .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .list ul li.active .img span,
#index-body .init-2 .list ul li.active .img p,
#index-body .init-2 .list ul li.active .img:before {
  opacity: 1;
}
#index-body .init-3 {
  padding: 210px 0 150px;
  background-color: #f9f8f7;
}
#index-body .init-3 span.h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #141414;
  font-weight: bold;
  display: block;
  text-align: center;
}
#index-body .init-3 .box {
  margin-top: 60px;
}
#index-body .init-3 .box ul {
  margin: 0 -10px;
  width: 100%;
}
#index-body .init-3 .box ul li {
  padding: 0 10px;
}
#index-body .init-3 .box ul li .box2 {
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box ul li .box2 .img-box {
  display: flex;
  height: 445px;
  margin: 0 auto;
  background: white;
  justify-content: center;
  align-items: center;
}
#index-body .init-3 .box ul li .box2 .img-box img{
  width:auto; 
}
#index-body .init-3 .box ul li .box2 .content h3{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin: 40px 0 10px;
    line-height: 1.8;
}
#index-body .init-3 .box ul li .box2 .content p{
    font-size: 16px;
    text-align: left;
}
#index-body .init-3 .box ul li .box2 .content span.h6 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
}
#index-body .init-3 .box ul li .box2 .content span.h6:after {
  content: '';
  width: 2.54545455em;
  height: 2px;
  background: #75726d;
  margin: 1.36363636em auto;
  display: block;
}
#index-body .init-3 .box ul li .box2 a.link {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
  width: fit-content;
  display: block;
  border-bottom: 1px solid #000;
}
#index-body .init-3 .box .dots {
  margin-top: 60px;
  text-align: center;
}
#index-body .init-3 .box .dots li {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 3px;
  background: #c2c2c2;
  cursor: pointer;
}
#index-body .init-3 .box .dots li button {
  display: none;
}
#index-body .init-3 .box .dots li.slick-active {
  background: #0d0d0d;
}
#index-body .init-4 {
  padding-top: 230px;
  background: url("/boshenfurniture/2024/12/17/dffdd.jpg?imageView2/2/format/webp/q/100") center center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  overflow: hidden;
  height: 670px;
}
#index-body .init-4 .top {
  width: 30%;
}
#index-body .init-4 .top span.h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.5;
}
#index-body .init-4 .top .text {
  font-weight: 300;
  font-size: 16px;
  line-height:30px;
  margin: 2em 0 3em;
}
#index-body .init-4 .bottom {
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
  position: relative;
}
#index-body .init-4 .bottom:before {
  content: '';
  width: 1000%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-4 .bottom:after {
  content: '';
  width: 1px;
  height: 1000%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}
#index-body .init-4 .bottom ul{
    position: relative;
}
#index-body .init-4 .bottom ul .slick-arrow{
    position: absolute;
    top: 10px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: 0 0;
    width: 57px;
    height: 57px;
}
#index-body .init-4 .bottom ul .slick-prev {
    right: 68px;
}
#index-body .init-4 .bottom ul .slick-next {
    right: 0;
}
#index-body .init-4 .bottom ul .slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 50%;
    font-size: 25px;
    background: #fff;
    font-family: 'FontAwesome';
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-4 .bottom ul .slick-arrow:hover:after {
    background: var(--color);
    color: #fff;
}
#index-body .init-4 .bottom ul .slick-prev:after {
    content: "\f104";
}
#index-body .init-4 .bottom ul .slick-next:after {
    content: "\f105";
}
#index-body .init-4 .bottom .list ul li {
  display: flex !important;
}
#index-body .init-4 .bottom .list ul li .left h4{
    font-size: 16px;
}
#index-body .init-4 .bottom .list ul li .left h4:before{
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    content: "";
}
#index-body .init-4 .bottom .list ul li .right {
    max-width: 560px;
    margin-left: 150px;
}
#index-body .init-4 .bottom .list ul li .right .btn{
    margin-top: 35px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid white; 
    width: fit-content;
}
#index-body .init-4 .bottom .list ul li .right .btn span{
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 20px;
}
#index-body .init-4 .bottom .list ul li .right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  display: block;
}
#index-body .init-5 {
  padding: 130px 0 180px;
}
#index-body .init-5 span.h2 {
  font-weight: bold;
  font-size: 48px;
  display: block;
  line-height: 1.5;
}
#index-body .init-5 span.h2:after {
  content: '';
  width: 2.64583333em;
  height: 1px;
  display: block;
  background: var(--color);
  margin-top: 1.04166667em;
}
#index-body .init-5 .box {
  margin-top: 80px;
}
#index-body .init-5 .box .left {
  padding-right: 10%;
  vertical-align: middle;
}
#index-body .init-5 .box .left .img {
  height: 690px;
  background-size: cover;
  background-position: center;
  display: block;
}
#index-body .init-5 .box .right {
  padding-right: 5%;
  vertical-align: middle;
}
#index-body .init-5 .box .right .list {
  overflow: hidden;
}
#index-body .init-5 .box .right .list ul li {
  padding: 70px 0 80px;
  height: 360px;
  overflow: hidden;
}
#index-body .init-5 .box .right .list ul .slick-current li {
  border-bottom: 1px solid #cfcfcf;
}
#index-body .init-5 .box .right .list ul li h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}
#index-body .init-5 .box .right .list ul li span.h6 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .box .right .list ul li span.h6:hover {
  color: var(--color);
}
#index-body .init-5 .box .right .list ul li .text {
  font-weight: 300;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 2;
  margin: 20px 0 50px;
  overflow: hidden;
}
#index-body .init-5 .box .right .list ul li a.link {
  font-size: 16px;
  color: #1b1b1b;
  text-transform: uppercase;
  line-height: 30px;
  border-bottom: 1px solid #1b1b1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-5 .box .right .list ul li a.link:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer {
  background: #120600;
  color: white;
}
#footer .footer-top {
  padding: 70px 0 10px;
}
#footer .footer-top .left {
  width: 45%;
  max-width: 380px;
  margin-right: 15%;
}
#footer .footer-top .left .form {
  margin-top: 100px;
}
#footer .footer-top .left .form span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5em;
}
#footer .footer-top .left .form ul {
  margin: -10px -15px;
}
#footer .footer-top .left .form ul li {
  padding: 10px 15px;
}
#footer .footer-top .left .form ul li input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
}
#footer .footer-top .left .form ul li input::-webkit-input-placeholder {
  color: white;
}
#footer .footer-top .left .form ul li input:-moz-placeholder {
  color: white;
}
#footer .footer-top .left .form ul li input::-moz-placeholder {
  color: white;
}
#footer .footer-top .left .form ul li input:-ms-input-placeholder {
  color: white;
}
#footer .footer-top .left .form ul li input::placeholder {
  color: white;
}
#footer .footer-top .left .form ul li input[type="submit"] {
  border: 1px solid #b5b5b5;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
#footer .footer-top .right {
  width: 55%;
  margin-top: 10px;
}
#footer .footer-top .right span.h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6;
  max-width: 12.77777778em;
  margin-bottom: 2.77777778em;
  display: block;
}
#footer .footer-top .right .box2 {
  margin: -15px;
}
#footer .footer-top .right .box2 .slide {
  padding: 15px;
  width: 30%;
}
#footer .footer-top .right .box2 .slide:last-child {
  width: 40%;
}
#footer .footer-top .right .box2 .slide span.h6 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 2em;
}
#footer .footer-top .right .box2 .slide .nav {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
#footer .footer-top .right .box2 .slide .nav li {
  margin-bottom: 30px;
  font-size: 14px;
}
#footer .footer-top .right .box2 .slide .nav li:hover {
  text-decoration: underline;
}
#footer .footer-top .right .box2 .slide .nav li ul {
  display: none;
}
#footer .footer-top .right .box2 .slide .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .box2 .slide .info ul li {
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.14285714em;
  font-size: 16px;
}
#footer .footer-top .right .box2 .slide .info ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .box2 .slide .info ul li i {
  width: 22px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  height: 1.4em;
  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;
}
#footer .footer-bottom {
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
#footer .footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
}
#footer .footer-bottom p:first-child {
  display: inline-block;
  text-transform: uppercase;
}
#footer .footer-bottom svg {
    max-height: 28px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    fill: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: -10px;
    margin-left: 10px;
}
#footer .footer-bottom svg:hover {
  fill: var(--color);
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: var(--color);
}
#footer #top {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color);
  color: white;
  font-size: 18px;
  -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;
  bottom: 60px;
  right: 5%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer #top:hover {
  background: white;
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  .container {
    width: 1400px;
  }
  #header .h-top {
    padding: 10px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu {
    margin: 0 -20px;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 32px;
  }
  #banner li .content .left a.link {
    font-size: 14px;
  }
  #index-body .init-1 .box .center .top span.h2 {
    font-size: 60px;
  }
  #index-body .init-1 .box .right .list ul li span.h6 {
    font-size: 36px;
  }
  #index-body .init-1 .box .right .list ul li .text {
    font-size: 14px;
  }
  #index-body .init-1 .box .right .list ul li {
    padding: 10%;
  }
  #index-body .init-1 .box .center .bottom .content .text,
  #index-body .init-2 .imgList ul li .content .text,
  #index-body .init-3 .box .left .list ul li .box2 a.link,
  #index-body .init-4 .top .text,
  #index-body .init-5 .box .right .list ul li .text,
  #index-body .init-5 .box .right .list ul li a.link {
    font-size: 16px;
line-height: 2;
  }
    a.more{
       font-size: 16px; 
    }
  #index-body .init-1 .box .center .bottom .content a.more {
    margin-top: 1.2em;
  }
  #index-body .init-1 .box .center .bottom .content,
  #index-body .init-1 .box .center .top {
    padding: 3%;
  }
  #index-body .init-2 .list {
    zoom: .7;
  }
  #index-body .init-2 .imgList ul li .content span.h3 {
    font-size: 60px;
  }
  #index-body .init-2 .imgList ul li .content .text {
    margin-top: 3em;
  }
  #index-body .init-2 .imgList ul li {
    height: 700px;
  }
  #index-body .init-3 {
    padding: 170px 0 80px;
  }
  #index-body .init-3 .box .left .list ul li .box2 .content span.h6 {
    font-size: 18px;
  }
  #index-body .init-4 .bottom .list ul li i {
    height: 44px;
  }
  #index-body .init-4 .bottom .list ul li p {
    font-size: 16px;
  }
  #index-body .init-4 .bottom {
    padding: 50px 0;
    margin-top: 50px;
  }
  #index-body .init-4 {
    padding-top: 70px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-5 span.h2 {
    font-size: 36px;
  }
  #index-body .init-5 .box {
    margin-top: 50px;
  }
  #index-body .init-5 .box .left .img {
    height: 500px;
  }
  #index-body .init-5 .box .right .list ul li {
    padding: 40px 0;
  }
  #index-body .init-5 .box .right .list ul {
    margin: -40px 0;
  }
  #index-body .init-5 .box .right .list ul li span.h6 {
    font-size: 20px;
  }
  #footer .footer-top .left .form {
    margin-top: 60px;
  }
  #footer .footer-top .left .form span {
    font-size: 18px;
  }
  #footer .footer-top .left .form ul li {
    padding: 5px;
  }
  #footer .footer-top .left .form ul {
    margin: -5px;
  }
  #footer .footer-top .right span.h3 {
    margin-bottom: 1.5em;
  }
  #footer .footer-top .right .box2 .slide span.h6 {
    font-size: 18px;
    margin-bottom: 1em;
  }
  #footer .footer-top .right .box2 .slide .nav li {
    margin-bottom: 1em;
  }
  #footer .footer-top .right .box2 .slide .info ul li {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    width: 1200px;
  }
  .shouyexinwenbiaoti{
      font-size: 18px;
        line-height: 32px;
  }
  #footer .footer-top .left{
    margin-right: 60px;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 28px;
  }
  #banner li .content {
    padding-bottom: 40px;
    bottom: 0;
    border-bottom: none;
  }
  #banner .down {
    display: none;
  }
  #index-body .init-1 .box .center .top span.h2 {
    font-size: 48px;
  }
  #index-body .init-1 .box .right .list ul li span.h6 {
    font-size: 32px;
  }
  #index-body .init-1 .box .center .top {
    height: 35%;
  }
  #index-body .init-1 .box .center .bottom {
    height: 65%;
  }
  #index-body .init-2 .list {
    display: none;
  }
  #index-body .init-2 .imgList ul li .content .text {
    margin-left: 0;
    margin-top: 1.5em;
  }
  #index-body .init-2 .imgList ul li .content span.h3 {
    font-size: 44px;
  }
  #index-body .init-2 .imgList ul li .content {
    left: 20%;
    top: 20%;
  }
  #index-body .init-2 .imgList ul li {
    height: 500px;
  }
  #index-body .init-3 {
    padding: 80px 0;
  }
  #index-body .init-4 .bottom .list ul li p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 1em;
  }
  #index-body .init-4 .bottom .list ul li {
    padding: 0 20px;
  }
  #index-body .init-4 .bottom .list ul {
    margin: 0 -20px;
  }
  #index-body .init-5 span.h2:after {
    margin-top: .5em;
  }
  #index-body .init-5 .box .right .list ul li .text {
    margin: 1em 0 5em;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    width: 970px;
  }
  #header {
    display: none;
  }
  .init-6{
      display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner li .content .left a.link:before {
    width: 1em;
    height: 1em;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 24px;
  }
  #index-body .init-1 .box .center .top span.h2 {
    font-size: 38px;
  }
  #index-body .init-1 .box .left {
    display: none;
  }
  #index-body .init-1 .box .center {
    width: 70%;
  }
  #index-body .init-1 .box .right {
    width: 30%;
  }
  #index-body .init-1 {
    background-size: 50% auto;
    background-position: left top;
  }
  #index-body .init-1 .box .center .top {
    height: 25%;
  }
  #index-body .init-1 .box .center .bottom {
    height: 75%;
  }
  #index-body .init-2 .imgList ul li .content span.h3 {
    font-size: 34px;
  }
  #index-body .init-3 .box .left .list ul li {
    padding: 20px;
  }
  #index-body .init-3 .box .left .list ul {
    margin: -20px;
  }
  #index-body .init-3 .box .left .list ul li .box2 .content {
    padding: 20px 0;
  }
  #index-body .init-3 .box .left .list ul li .box2 .content span.h6:after {
    margin: 1em auto;
  }
  #index-body .init-4 .top {
    width: 100%;
  }
  #index-body .init-4 .top .text {
    margin: 1em 0 1.5em;
  }
  #index-body .init-4 .bottom {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
  #index-body .init-4 .bottom:after,
  #index-body .init-4 .bottom:before {
    display: none;
  }
  #index-body .init-4 .bottom .list {
    padding-left: 0;
  }
  #index-body .init-5 {
    height: 600px;
  }
  #index-body .init-5 span.h2 {
    font-size: 28px;
  }
  #footer .footer-top .left {
    margin-right: 40px;
  }
  #footer .footer-top .right .box2 .slide {
    display: none;
  }
  #footer .footer-top .right .box2 .slide:last-child {
    width: 100%;
    display: block;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-bottom {
    padding: 15px 0;
  }
  #footer #top {
    font-size: 16px;
    bottom: 57px;
    right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #footer .footer-top .right,
  #footer .footer-top .left {
    width: 50%;
    margin-right: 0;
  }
  #index-body .init-5 .box .right .list{
      overflow:initial;
  }
  #index-body .init-5 .box .right .list ul li .text{
      margin-bottom: 3em;
          height: 800px;
  }
  #banner li .content .left span.h2,
  #index-body .init-3 span.h2,
  #index-body .init-4 .top span.h2,
  #footer .footer-top .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  #banner li .content .left a.link {
    margin-top: 1em;
  }
  #index-body .init-1 .box .center {
    width: 100%;
  }
  #index-body .init-1 .box .right {
    display: none;
  }
  #index-body .init-1 .box .center .top,
  #index-body .init-1 .box .center .bottom {
    height: auto;
  }
  #index-body .init-2 .imgList ul li .content span.h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  #index-body .init-2 .imgList ul li .content {
    left: 10%;
  }
  #index-body .init-2 .imgList ul li {
    height: 340px;
  }
  #index-body .init-3 {
    padding: 50px 0;
  }
  #index-body .init-3 .box .right {
    display: none;
  }
  #index-body .init-3 .box .dots {
    margin-top: 30px;
  }
  #index-body .init-3 span.h2 {
    text-align: center;
  }
  #index-body .init-3 .box {
    margin-top: 30px;
  }
  #index-body .init-4 .bottom .list ul li {
    padding: 10px;
    width: 50%;
  }
  #index-body .init-4 .bottom .list ul {
    margin: -10px;
  }
  #index-body .init-4 .bottom .list ul li i {
    height: 36px;
  }
  #index-body .init-5 .box {
    margin-top: 30px;
  }
  #footer .footer-top .left .form {
    margin-top: 40px;
  }
  #footer .footer-top .right {
    margin-top: 0;
  }
  #footer .footer-top .left .form span {
    margin-bottom: 1em;
  }
  #index-body .init-4 {
    height: 550px;
  }
  #footer .footer-bottom .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-4 .bottom .list ul li {
    flex-direction: column;
  }
  #index-body .init-4 .bottom .list ul li .left,
  #index-body .init-4 .bottom .list ul li .right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #index-body .init-3 .box ul li .box2 .img-box {
      height: 245px;
  }
  .container {
    width: 100%;
  }
  #banner li .content .left {
    max-width: 70%;
  }
  #banner li .content {
    padding-bottom: 20px;
  }
  #index-body .init-1 .box .center .top span.h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  #index-body .init-2 .imgList ul li {
    height: 280px;
  }
  #index-body .init-5 .box .left {
    display: none;
  }
  #index-body .init-5 .box .right {
    width: 100%;
  }
  #footer .footer-top .right span.h3 {
    max-width: 100%;
  }
  #footer .footer-top .left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-top .right span.h3 {
    margin-bottom: 1em;
  }
  #footer #top {
    display: none;
  }
  #footer .footer-bottom {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .left {
    max-width: none;
  }
  #banner li .content .left a.link {
    display: none;
  }
  #banner li .content .left span.h2 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-1 .box .center .bottom .content {
    width: 100%;
  }
  #index-body .init-1 .box .center .bottom .img {
    display: none;
  }
  #index-body .init-2 .imgList ul li {
    height: 240px;
  }
  #index-body .init-3 .box .left .dots li {
    width: 10px;
  }
}












.mbx {
  font-size: 15px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 18px;
  display: inline-block;
  background: var(--color);
  color: white;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.inner-page .ui.container{
  max-width: 1430px;
}
.pt-143 {
  padding-top: 143px;
}
.mb-50 {
  margin-bottom: 50px;
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .ui.container .h2 {
  color: white;
  font-weight: bold;
}
.quality-page .title {
  color: #333;
}
.quality-page .quality-1 {
  background: url(../images/Custom.jpg) no-repeat;
  padding: 60px 0 160px;
}
.quality-page .quality-1 .title {
  margin-top: 40px;
}
.quality-page .quality-1 .txt {
  line-height: 2;
  max-width: 870px;
  margin-top: 20px;
}
.quality-page .quality-2 {
  padding: 150px 0 70px;
}
.quality-page .quality-2 .left {
  padding-right: 50px;
  vertical-align: middle;
}
.quality-page .quality-2:last-child{
  padding-top: 0;
}
.quality-page .quality-2:last-child .left{
  padding: 0 0 0 50px;
}
.quality-page .quality-2 .left .txt {
  line-height: 2;
  margin: 12px 0 49px;
}
.quality-page .quality-2 .left h6 {
  color: var(--color);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
}
.quality-page .quality-2 .left ul li {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.quality-page .quality-2 .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 4px solid var(--color);
}
.quality-page .quality-2 .right{
  vertical-align: middle;
}
.quality-page .quality-2 .right .slick-dots {
  text-align: center;
  margin-top: 35px;
}
.quality-page .quality-2 .right .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid var(--color);
  display: inline-block;
  margin: 0 5px;
}
.quality-page .quality-2 .right .slick-dots li button {
  display: none;
}
.quality-page .quality-2 .right .slick-dots li.slick-active {
  background: var(--color);
}
.quality-page .quality-3 {
  padding: 50px 0 130px;
}
.quality-page .quality-3 .txt {
  max-width: 900px;
  margin: 11px auto 30px;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
}
.quality-page .quality-3 ul .slick-list {
  padding: 100px 0 !important;
}
.quality-page .quality-3 ul {
  margin: -12px;
}
.quality-page .quality-3 ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 12px;
}
.quality-page .quality-3 ul li p {
  font-size: 18px;
  font-weight: bold;
  padding: 10px; 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.quality-page .quality-3 ul .slick-current li {
  z-index: 2;
}
.quality-page .quality-3 ul .slick-current li p {
  opacity: 1;
}
.quality-page .quality-3 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--color);
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.quality-page .quality-3 ul .slick-prev {
  left: -60px;
  background: url(../images/arrow-blank.png) no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quality-page .quality-3 ul .slick-next {
  right: -60px;
  background: url(../images/arrow-blank.png) no-repeat center;
}
.quality-page .quality-3 ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 30px;
}
.quality-page .quality-3 ul .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid var(--color);
  padding: 0;
}
.quality-page .quality-3 ul .slick-dots li button {
  display: none;
}
.quality-page .quality-3 ul .slick-dots li.slick-active {
  background: var(--color);
}
.quality-page .quality-4 {
  background: #288bd8;
  padding: 90px 0 85px;
}
.quality-page .quality-4 ul li {
  text-align: center;
  color: white;
}
.quality-page .quality-4 ul li .h2 {
  font-size: 18px;
}
.quality-page .quality-4 ul li .h2 em {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.quality-page .quality-4 ul li p {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px;
}
.quality-page .quality-5 {
  padding: 130px 0;
}
.quality-page .quality-5 .title {
  margin-bottom: 35px;
}
.quality-page .quality-5 ul {
  margin: -15px;
}
.quality-page .quality-5 ul li {
  padding: 15px;
}
.quality-page .quality-5 ul li p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
}
.resource-page {
  padding-bottom: 160px;
}
.resource-page .resource-1 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.resource-page .resource-1 .txt {
  line-height: 24px;
  text-align: center;
  margin: 20px auto 90px;
  max-width: 760px;
}
.resource-page .resource-1 .box {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f1f1f1), color-stop(70%, white));
  background-image: -webkit-linear-gradient(top, #f1f1f1 70%, white 70% 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 70%, white 70% 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 70%, white 70% 100%);
  padding-top: 50px;
}
.resource-page .resource-1 .box ul {
  max-width: 720px;
  margin: 30px auto 0;
}
.resource-page .resource-1 .box ul li {
  padding: 15px;
}
.resource-page .resource-1 .box ul li .img {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
}
.resource-page .resource-1 .box ul li .img img{
  width: 100%;
}
.resource-page .resource-1 .box ul li .h4 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
.resource-page .resource-1 .box ul li .btn {
  margin-top: 20px;
}
.resource-page .resource-1 .box ul li .btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: var(--color);
  color: white;
  padding: 8px 8px;
}
.resource-page .resource-1 .box ul li .btn a img {
  vertical-align: middle;
  margin-right: 6px;
}
.resource-page .resource-2 {
  text-align: center;
  padding-bottom: 0;
}
.resource-page .resource-2 .txt {
  max-width: 900px;
  margin: 15px auto 70px;
}
.resource-page .resource-2 ul{
  margin: -15px;
}
.resource-page .resource-2 ul li{
  padding: 15px;
}
.resource-page .resource-2 .img {
  position: relative;
}
.resource-page .resource-2 .img video{
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.resource-page .resource-2 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.resource-page .resource-3 {
  background: #f1f1f1;
  padding: 200px 0 180px;
}
.resource-page .resource-3 .left {
  vertical-align: middle;
  border-left: 1px solid rgba(0,0,0,0.2);
}
.resource-page .resource-3 .left ul li {
  font-size: 18px;
  color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 97px;
  line-height: 97px;
  padding-left: 15px;
  position: relative;
}
.resource-page .resource-3 .left ul li::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #288bd8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.resource-page .resource-3 .left ul .slick-current li::after {
  opacity: 1;
}
.resource-page .resource-3 .left ul .slick-current li {
  color: black;
}
.resource-page .resource-3 .right {
  vertical-align: middle;
}
.resource-page .resource-3 .right .des {
  line-height: 24px;
  margin-top: 20px;
}
.contact-page .contact-1 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.contact-page .contact-1 .left {
  width: 72%;
  padding-right: 80px;
}
.contact-page .contact-1 .left form {
  border-top: 2px solid #ebebeb;
  margin-top: 30px;
  padding-top: 12px;
}
.contact-page .contact-1 .left form ul {
  margin: -15px;
}
.contact-page .contact-1 .left form ul li {
  padding: 15px;
  position: relative;
}
.contact-page .contact-1 .left form ul li p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-page .contact-1 .left form ul li p span {
  display: block;
  font-size: 15px;
  opacity: 0.6;
  font-weight: 300;
}
.contact-page .contact-1 .left form ul li input,
.contact-page .contact-1 .left form ul li textarea {
  width: 100%;
  border: 2px solid #ebebeb;
  font-size: 15px;
  height: 40px;
  border-radius: 5px;
  padding: 0 12px;
}
.contact-page .contact-1 .left form ul li textarea {
  height: 160px;
  padding: 15px;
}
.contact-page .contact-1 .left form ul li .inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.contact-page .contact-1 .left form ul li .inp input {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 6px;
}
.contact-page .contact-1 .left form ul li .inp img {
  margin-right: 6px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .inp div {
  margin-right: 30px;
}
.contact-page .contact-1 .left form ul li .file{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: white;
  line-height: 40px;
  border: 2px solid #ebebeb;
  font-size: 15px;
  padding-left: 12px;
}
.contact-page .contact-1 .left form ul li button {
  font-size: 17px;
  height: 50px;
  background: var(--color);
  color: white;
  border: none;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left form ul li button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.contact-page .contact-1 .left form ul li button:hover::after {
  height: 100%;
}
.contact-page .contact-1 .left form ul li.w-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 28%;
}
.contact-page .contact-1 .right ul {
  margin-top: 27px;
  border-bottom: 2px solid #ebebeb;
}
.contact-page .contact-1 .right ul li {
  font-size: 19px;
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
      line-height: 2;
}
.contact-page .contact-1 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
.contact-page .contact-1 .right ul li:nth-child(1)::after {
  background: url(/boshenfurniture/2024/12/19/dh-1.png) no-repeat left top;
}
.contact-page .contact-1 .right ul li:nth-child(2)::after {
  top: 6px;
  background: url(/boshenfurniture/2024/12/19/yx-1.png) no-repeat left top;
}
.contact-page .contact-1 .right ul li:nth-child(3)::after {
  background: url(/boshenfurniture/2024/12/19/dz-1.png) no-repeat left top;
}
.contact-page .contact-1 .right #ewm2 {
  width: 120px;
  height: 120px;
  border: 5px solid white;
  margin-top: 30px;
}
.about-page .about-1 {
  text-align: center;
  padding: 100px 0 120px;
}
.about-page .about-1 .content {
  max-width: 1100px;
  margin: 26px auto 62px;
  font-weight: normal;
}
.about-page .about-1 .img {
  position: relative;
}
.about-page .about-1 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .img .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(6,124,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-1 .img .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    background: rgba(6,124,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
}
.about-page .about-2 {
  background: #f9f9f9;
  padding: 90px 0 40px;
}
.about-page .about-2 .title {
  color: #010101;
  margin-bottom: 60px;
}
.about-page .about-2 ul {
  margin: -15px;
  position: relative;
  z-index: 1;
}
.about-page .about-2 ul li {
  padding: 40px;
  position: relative;
}
.about-page .about-2 ul li i {
  width: 20px;
  height: 20px;
  background: var(--color);
  display: block;
}
.about-page .about-2 ul li .h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  margin: 25px 0 10px;
}
.about-page .about-2 ul li .des {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.about-page .about-2 ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 100px;
}
.about-page .about-2 ul .slick-dots li {
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #bbbbbb;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-2 ul .slick-dots li button {
  display: none;
}
.about-page .about-2 ul .slick-dots li.slick-active {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-2 ul .slick-dots::after {
  content: none;
}
.about-page .about-2 ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  z-index: -1;
}
.about-page .about-2 .slick-arrow {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
}
.about-page .about-2 .slick-prev {
  left: -70px;
  background: url(../images/arrow-white-r.png) no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-2 .slick-next {
  right: -70px;
  background: url(../images/arrow-white-r.png) no-repeat center;
}
.about-page .about-3 {
  text-align: center;
  padding: 40px 0;
  background: #f9f9f9;
}
.about-page .about-3 .title {
  margin-bottom: 80px;
}
.about-page .about-3 ul {
  margin: -13px;
}
.about-page .about-3 ul li {
  padding: 13px;
}
.about-page .about-3 ul li .box {
  /*border: 1px solid #dcdcdc;*/
  padding-bottom: 50px;
  min-height: 332px;
}
.about-page .about-3 ul li .box .h3 {
  font-size: 22px;
  font-weight: normal;
  padding: 0 30px;
  margin-top: 39px;
  line-height: 1.8;
}
.about-page .about-3 ul li .box .des {
  font-size: 14px;
  line-height: 2;
  color: #404040;
  padding: 0 30px;
  margin: 12px 0 25px;
}
.about-page .about-3 ul li .box .mores {
  font-size: 18px;
  color: var(--color);
  font-weight: bold;
  text-decoration: underline;
}
.about-page .about-4 {
  padding-bottom: 130px;
}
.about-page .about-4 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box ul li {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color);
  -webkit-box-shadow: 0px 16px 24px 0px rgba(9, 26, 50, 0.28);
  box-shadow: 0px 16px 24px 0px rgba(9, 26, 50, 0.28);
  /*-webkit-box-shadow: 0px 16px 24px 0px rgba(9, 26, 50, 0.28);
  box-shadow: 0px 16px 24px 0px rgba(9, 26, 50, 0.28);*/
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-4 .box ul li .icon {
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(55px);
  -moz-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
.about-page .about-4 .box ul li .icon img{
   -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .box ul li .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  opacity: 0;
  display: none;
  max-width: 435px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-4 .box ul li .content .h3 {
  font-size: 30px;
  font-weight: normal;
  color: white;
}
.about-page .about-4 .box ul li .content .des {
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.about-page .about-4 .box ul li.active {
  width: 70%;
}
.about-page .about-4 .box ul li.active .icon {
  width: 30%;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.about-page .about-4 .box ul li.active .content {
  width: 70%;
  display: block;
  opacity: 1;
  left: 30%;
}
.honor-page .honor-1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.honor-page .honor-1 ul.nav {
  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;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 20px;
}
.honor-page .honor-1 ul.nav li {
  font-size: 15px;
  padding: 0 40px;
}
.honor-page .honor-1 ul.nav li a {
  position: relative;
  padding: 15px 0;
  display: block;
}
.honor-page .honor-1 ul.nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 4px;
  background: #5ea8e2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.honor-page .honor-1 ul.nav li.active a::after,
.honor-page .honor-1 ul.nav li:hover a::after {
  width: 100%;
}
.honor-page .honor-1 .content-box ul {
  margin: -10px;
}
.honor-page .honor-1 .content-box ul li {
  padding: 10px;
}
.honor-page .honor-1 .content-box ul li .box {
  padding: 15px;
  position: relative;
  border: 1px solid #eee;
}
.honor-page .honor-1 .content-box ul li .box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.honor-page .honor-1 .content-box ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #afafaf;
}
.honor-page .honor-1 .content-box ul .slick-prev {
  left: -60px;
  background: url(../images/arrow-blank.png) no-repeat center white;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.honor-page .honor-1 .content-box ul .slick-next {
  right: -60px;
  background: url(../images/arrow-blank.png) no-repeat center white;
}
.honor-page .honor-2 {
  padding: 50px 0 150px;
}
.honor-page .honor-2 ul {
  margin-top: 45px;
}
.honor-page .honor-2 ul li {
  margin-bottom: 15px;
}
.honor-page .honor-2 ul li h4 {
  font-size: 20px;
  font-weight: 500;
  background: #f9f9f9;
  padding: 15px 40px;
}
.honor-page .honor-2 ul li .des {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding: 15px 40px;
  display: none;
}
.advantage-page {
  padding: 100px 0 120px;
}
.advantage-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-page ul li .content {
  width: 50%;
  text-align: center;
  padding: 0 60px;
}
.advantage-page ul li .content .des {
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
}
.advantage-page ul li .img {
  width: 50%;
}
.advantage-page ul li .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantage-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.advantage-page ul li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.application-page .app-1 {
  /*background: url(../images/application-banner.jpg) no-repeat;*/
  background-size: cover;
  padding: 110px 0 100px;
}
.application-page .app-1 .box {
  background: white;
  width: 50%;
  padding: 17px 45px 60px;
}
.application-page .app-1 .box .h2 {
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0 7px;
}
.application-page .app-1 .box .txt {
  line-height: 1.8;
  margin-top: 15px;
  font-weight: normal;
  max-height: 150px;
  overflow: auto;
}
.application-page .app-2 {
  background: var(--color);
  padding: 100px 0;
}
.application-page .app-2 .box {
  color: white;
  margin: auto;
  max-width: 900px;
}
.application-page .app-2 .box .txt {
  line-height: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.application-page .app-3 {
  padding: 150px 0 120px;
}
.application-page .app-3 .h3 {
  text-align: center;
  color: #666666;
  font-weight: normal;
  margin-bottom: 45px;
}
.application-page .app-3 ul {
  margin: -11px;
}
.application-page .app-3 ul .slick-arrow{
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  z-index: 3;
}
.application-page .app-3 ul .slick-prev{
  left: -50px;
}
.application-page .app-3 ul .slick-next{
  right: -50px;
}

.application-page .app-3 ul .slick-next::after{
    content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
}
.application-page .app-3 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
}
.application-page .app-3 ul li {
  padding: 11px;
}
.application-page .app-3 ul li .img-box {
  -webkit-box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.14);
}
.application-page .app-3 ul li h4 {
  font-weight: bold;
  color: var(--color);
  margin-top: 19px;
  line-height: 1.8;
}
.application-page .app-3 ul li .des {
  line-height: 2;
  color: #666666;
  margin: 8px 0 22px;
}
.application-page .app-3 ul li .mores {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: var(--color);
}
.application-page .app-4 {
  padding: 50px 0 240px;
}
.application-page .app-4 .h3 {
  text-align: center;
  color: #666666;
  font-weight: normal;
  margin-bottom: 90px;
}
.application-page .app-4 ul {
  margin: -45px;
}
.application-page .app-4 ul li {
  padding: 45px;
}
.application-page .app-4 ul li img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.application-page .app-4 ul li h5 {
  color: var(--color);
  margin: 50px 0 4px;
}
.application-page .app-4 ul li .txt {
  line-height: 1.8;
  color: #666666;
}
.application-page .app-4 ul li:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.solution-page .solution-1 {
  background: url(../images/solution-1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 200px;
  background-position: bottom;
}
.solution-page .solution-1 .txt {
  line-height: 24px;
  padding: 0 50px;
  max-width: 960px;
  font-weight: normal;
  margin: 80px 0 160px;
}
.solution-page .solution-1 ul {
  padding: 0 50px;
  margin: -22px;
}
.solution-page .solution-1 ul li {
  padding: 22px;
}
.solution-page .solution-1 ul li .box {
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.11);
  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: 18px 20px;
}
.solution-page .solution-1 ul li .box .icon {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  line-height: 75px;
  background: var(--color);
  margin-right: 15px;
}
.solution-page .solution-1 ul li .box .icon img {
  vertical-align: middle;
}
.solution-page .solution-1 ul li .box span {
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
}
.solution-page .solution-2 {
  padding: 130px 0 90px;
}
.solution-page .solution-2 ul {
  z-index: 2;
  position: relative;
}
.solution-page .solution-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.solution-page .solution-2 ul li .text {
  width: 200px;
}
.solution-page .solution-2 ul li .text h6 {
  font-size: 16px;
  font-weight: bold;
}
.solution-page .solution-2 ul li .text p {
  font-size: 15px;
  font-weight: normal;
}
.solution-page .solution-2 ul li .color {
  width: 125px;
  height: 25px;
  border: 2px solid #acacaa;
}
.solution-page .solution-2 .img {
  text-align: center;
  margin-top: -120px;
  z-index: 1;
}
.solution-page .solution-3 {
  background: var(--color);
  color: white;
  padding: 75px 0;
}
.solution-page .solution-3 .ui.container {
  max-width: 980px;
}
.solution-page .solution-3 .txt {
  line-height: 24px;
  font-weight: normal;
  margin-top: 15px;
}
.solution-page .solution-4 {
  padding-top: 105px;
  padding-bottom: 120px;
}
.solution-page .solution-4 .txt {
  line-height: 24px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 75px;
}
.solution-page .solution-4 ul {
  margin-right: -140px;
}
.solution-page .solution-4 ul li {
  padding-right: 140px;
  padding-left: 35px;
  position: relative;
}
.solution-page .solution-4 ul li .des {
  line-height: 24px;
  margin-top: 10px;
}
.solution-page .solution-4 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 35px;
  height: 100%;
}
.solution-page .solution-4 ul li:nth-child(1)::after {
  background: url(../images/solution-icon-2.png) no-repeat left top;
}
.solution-page .solution-4 ul li:nth-child(2)::after {
  background: url(../images/Items-safety.png) no-repeat left top;
}
.solution-page .solution-4 ul li:nth-child(3)::after {
  background: url(../images/Environment-safety.png) no-repeat left top;
}
.solution-page .solution-5 {
  padding: 40px 0 100px;
}
.solution-page .solution-5 .left {
  vertical-align: middle;
}
.solution-page .solution-5 .right {
  vertical-align: middle;
  padding-left: 50px;
}
.solution-page .solution-5 .right .txt {
  line-height: 24px;
}
.solution-page .solution-6 {
  padding-bottom: 130px;
  padding-top: 50px;
}
.solution-page .solution-6 ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
  margin: -35px;
  position: relative;
}
.solution-page .solution-6 ul li {
  width: 25%;
  padding: 35px 35px;
  position: relative;
}
.solution-page .solution-6 ul li .top {
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  padding: 15px;
}
.solution-page .solution-6 ul li .top img {
  margin-right: 10px;
}
.solution-page .solution-6 ul li .img img {
  width: 100%;
}
.solution-page .solution-6 ul li .txt{
  max-height: 290px;
  overflow: auto;
}
.solution-page .solution-6 ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.solution-page .solution-6 ul li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.solution-page .solution-6 ul li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.solution-page .solution-6 ul li:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.solution-page .solution-6 ul li:nth-child(5) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.solution-page .solution-6 ul li:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.solution-page .solution-6 ul li:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.solution-page .solution-6 ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 10%;
  width: 70px;
  height: 70px;
  background: url(../images/solution-arrow.png) no-repeat center;
}
.solution-page .solution-6 ul li:nth-child(1)::after {
  left: 90%;
  top: 19%;
}
.solution-page .solution-6 ul li:nth-child(2)::after {
  left: 90%;
  top: 16%;
}
.solution-page .solution-6 ul li:nth-child(3)::after {
  left: 90%;
  top: 20.5%;
}
.solution-page .solution-6 ul li:nth-child(4)::after {
  left: 126%;
  top: 47.5%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.solution-page .solution-6 ul li:nth-child(5)::after {
  left: 128%;
  top: 5.5%;
  -webkit-transform: rotate(153deg);
  -moz-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.solution-page .solution-6 ul li:nth-child(6)::after {
  left: 90%;
  top: 21%;
  -webkit-transform: rotate(163deg);
  -moz-transform: rotate(163deg);
  -ms-transform: rotate(163deg);
  transform: rotate(163deg);
}
.solution-page .solution-6 ul li:nth-child(7)::after {
  left: 90%;
  top: 21%;
  -webkit-transform: rotate(173deg);
  -moz-transform: rotate(173deg);
  -ms-transform: rotate(173deg);
  transform: rotate(173deg);
}
.solution-page .solution-6 ul li:nth-child(7)::before {
  content: "";
  position: absolute;
  right: 133%;
  top: 7%;
  width: 50px;
  height: 50px;
  background: url(../images/solution-arrow.png) no-repeat center;
  -webkit-transform: rotate(204deg);
  -moz-transform: rotate(204deg);
  -ms-transform: rotate(204deg);
  transform: rotate(204deg);
}
.solution-page .solution-6 ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 133%;
  top: 51%;
  width: 50px;
  height: 50px;
  background: url(../images/solution-arrow.png) no-repeat center;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.solution-page .solution-6 ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 55%;
  border: 20px solid #288bd8;
  z-index: -1;
  border-radius: 100%;
}
.solution-page .solution-7 {
  background: url(../images/solution-5-bg.png) no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.solution-page .solution-7 ul {
  margin: -44px;
}
.solution-page .solution-7 ul li {
  padding: 44px;
  text-align: center;
}
.solution-page .solution-7 ul li .box {
  background: white;
  padding: 35px 25px 25px;
}
.solution-page .solution-7 ul li .box p {
  font-size: 18px;
  font-weight: bold;
  min-height: 54px;
}
.solution-page .solution-7 ul li .box img {
  display: block;
  margin: 30px auto;
}
.solution-page .solution-7 ul li .box .mores {
  font-size: 14px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 36px;
  line-height: 36px;
  -webkit-box-shadow: 0px 0px 18px 3px rgba(11, 20, 34, 0.21);
  box-shadow: 0px 0px 18px 3px rgba(11, 20, 34, 0.21);
}
.solution-page .solution-7 ul li .box .mores::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.solution-page .solution-7 ul li .box .mores:hover::after {
  width: 100%;
}
.soludet-page .soludet-1 {
  position: relative;
  background: url(../images/soludet-1.jpg) no-repeat right;
  padding-bottom: 225px;
  background-size: auto 100%;
}
.soludet-page .soludet-1 .box {
  width: 35%;
  color: white;
  padding-top: 65px;
  z-index: 3;
  position: relative;
}
.soludet-page .soludet-1 .box .h3 {
  margin: 60px 0 11px;
  font-weight: normal;
}
.soludet-page .soludet-1 .box .txt {
  line-height: 24px;
}
.soludet-page .soludet-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56%;
  height: 100%;
  background: #288bd8;
  z-index: 0;
  -webkit-transform: skewX(-19deg);
  -moz-transform: skewX(-19deg);
  -ms-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.soludet-page .title {
  color: #666666;
  margin-bottom: 80px;
}
.soludet-page .soludet-2 {
  padding: 90px 0 100px;
}
.soludet-page .soludet-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.soludet-page .soludet-2 ul li .img {
  width: 50%;
  padding-right: 40px;
}
.soludet-page .soludet-2 ul li .img .img-box {
  display: block;
  margin: auto;
  border: 2px solid #e2e2e2;
  padding: 60px 0;
}
.soludet-page .soludet-2 ul li .img .img-box img {
  width: auto;
  margin: auto;
  display: block;
}
.soludet-page .soludet-2 ul li .content-box {
  width: 50%;
  padding-left: 40px;
}
.soludet-page .soludet-2 ul li .content-box .h4 {
  font-weight: normal;
  color: #666666;
}
.soludet-page .soludet-2 ul li .content-box table tr:nth-child(even){
  background: #e9edf4;
}
.soludet-page .soludet-2 ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}
.soludet-page .soludet-2 ul li:nth-child(2n) .content-box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 40px;
}
.soludet-page .soludet-3 {
  padding-bottom: 150px;
}
.soludet-page .soludet-3 ul {
  margin: -25px;
}
.soludet-page .soludet-3 ul li {
  padding: 25px;
  text-align: center;
}
.soludet-page .soludet-3 ul li .img-box {
  -webkit-box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.05);
}
.soludet-page .soludet-3 ul li p {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  margin-top: 12px;
}
.newdet-page{
  padding-bottom: 80px;
}
.newdet-page .news-content .content{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
  line-height: 2;
}
.newdet-page .share h4{
  font-size: 20px;
  font-weight: bold;
}
.newdet-page .share{
  overflow: hidden;
  margin-bottom: 40px;
}
.newdet-page .share li{
  float: left; width: auto;
}
.newdet-page .share a{
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .solution-page .solution-6 ul::after {
    width: 100%;
  }
  .solution-page .solution-6 ul li:nth-child(4)::after {
    left: 105%;
  }
  .solution-page .solution-6 ul li:nth-child(5)::after {
    top: 1.5%;
  }
  .solution-page .solution-6 ul li:nth-child(7)::before {
    top: 2%;
  }
  .solution-page .solution-6 ul li:nth-child(1)::before {
    right: 118%;
    top: 55%;
  }
}
@media screen and (max-width: 1400px) {
  .quality-page .quality-3 ul li p {
    font-size: 14px;
  }
  .quality-page .quality-4 ul li .h2 em {
    font-size: 46px;
  }
  .soludet-page .soludet-1 {
    padding-bottom: 130px;
  }
  .about-page .about-2 .title{
    margin-bottom: 30px;
  }
  .about-page .about-2 ul .slick-dots{
    margin-top: 30px;
  }
  .about-page .about-2 ul li{
    padding: 40px 25px;
  }
}
@media screen and (max-width: 1250px) {
  .solution-page .solution-6 ul::after {
    display: none;
  }
  .solution-page .solution-6 ul li::after {
    display: none;
  }
  .solution-page .solution-6 ul li:nth-child(7)::before {
    display: none;
  }
  .solution-page .solution-6 ul li:nth-child(1)::before {
    display: none;
  }
  .solution-page .solution-6 ul {
    padding: 0;
    margin: -35px -15px;
  }
  .solution-page .solution-6 ul li {
    width: 33%;
    padding: 35px 15px;
  }
  .solution-page .solution-6 ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .solution-page .solution-6 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .solution-page .solution-6 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .solution-page .solution-6 ul li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .solution-page .solution-6 ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .solution-page .solution-6 ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .solution-page .solution-6 ul li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .soludet-page .soludet-3 ul {
    margin: -15px;
  }
  .soludet-page .soludet-3 ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .quality-page .quality-2 {
    padding: 110px 0 70px;
  }
  .font-40 {
    font-size: 30px;
  }
  .about-page .about-1,
  .about-page .about-3{
    padding: 80px 0;
  }
  .about-page .about-3 .title{
    margin-bottom: 60px;
  }
  .about-page .about-4{
    padding-bottom: 80px;
  }
  .inner-banner .ui.container .h2{
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    display: none;
  }
  .mbx{
    margin-top: 60px;
  }
  .pt-143 {
    padding-top: 0;
  }
  .font-36 {
    font-size: 30px;
  }
  .quality-page .quality-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .quality-page .quality-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .quality-page .quality-4 ul li {
    width: 25% !important;
  }
  .quality-page .quality-4 ul li .h2 em {
    font-size: 36px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .honor-page .honor-1 ul.nav {
    display: none;
  }
  .advantage-page ul li .content {
    padding: 0 30px;
  }
  .application-page .app-1 .box {
    width: 100%;
  }
  .application-page .app-1 {
    padding-top: 80px;
  }
  .application-page .app-4 ul {
    margin: -45px -15px;
  }
  .application-page .app-4 ul li {
    padding: 45px 15px;
    text-align: center;
  }
  .solution-page .solution-1 ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solution-page .solution-2 .img {
    margin-top: -22px;
  }
  .solution-page .solution-4 ul {
    margin-right: -30px;
  }
  .solution-page .solution-4 ul li {
    padding-right: 30px;
  }
  .solution-page .solution-1 .txt,
  .solution-page .solution-1 ul {
    padding: 0;
  }
  .solution-page .solution-7 ul {
    margin: -15px;
  }
  .solution-page .solution-7 ul li {
    padding: 15px;
  }
  .soludet-page .soludet-1 {
    padding-bottom: 75px;
  }
  .soludet-page .soludet-1 .box .h3 {
    margin: 18px 0 11px;
  }
  .soludet-page .soludet-1 .box {
    width: 60%;
  }
  .soludet-page .soludet-1::after {
    width: 78%;
  }
  .soludet-page .soludet-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .soludet-page .soludet-2 ul li .img {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: 100%;
    padding: 0 !important;
  }
  .soludet-page .soludet-2 ul li .content-box {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: 100%;
    padding: 0 !important;
  }
  .soludet-page .soludet-3 ul li {
    width: 20% !important;
  }
  .about-page .about-1,
  .about-page .about-3{
    padding: 60px 0;
  }
  .about-page .about-3 .title{
    margin-bottom: 40px;
  }
  .about-page .about-4{
    padding-bottom: 60px;
  }
  .about-page .about-3{
    text-align: left;
  }
  .about-page .about-3 ul li{
    text-align: center;
  }
  .about-page .about-3 ul li .box .des{
    padding: 0 10px;
  }
  .quality-page .quality-1,
  .quality-page .quality-2{
    padding: 60px 0;
  }
  .quality-page .quality-3{
    padding: 50px 0 60px;
  }
  .resource-page .resource-1,
  .resource-page .resource-3{
    padding: 60px 0;
  }
  .resource-page{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .resource-page .resource-1,
  .resource-page .resource-3{
    padding: 30px 0;
  }
  .resource-page .resource-1 .txt{
    margin: 20px auto;
  }
  .resource-page .resource-1 .box{
    padding-top: 30px;
  }
  .resource-page .resource-2 .txt{
    margin: 15px auto;
  }
  .resource-page,
  .resource-page .resource-2{
    padding-bottom: 30px;
  }
  .quality-page .quality-1 {
    background-size: cover;
    padding: 30px 0;
  }
  .quality-page .quality-1 .title{
    margin-top: 20px;
  }
  .quality-page .quality-2,
  .quality-page .quality-3,
  .quality-page .quality-4{
    padding: 30px 0;
  }
  .quality-page .quality-1 .txt,
  .quality-page .quality-3 .txt{
    line-height: 1.8;
  }
  .quality-page .quality-2 .left .txt{
    line-height: 1.8;
    margin: 12px 0 20px;
  }
  .quality-page .quality-3 ul .slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .quality-page .quality-3 ul li p {
    opacity: 1;
  }
  .quality-page .quality-3 ul .slick-list {
    padding: 0 !important;
  }
  .quality-page .quality-4 ul li {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .honor-page .honor-2 ul li h4 {
    padding: 15px;
  }
  .honor-page .honor-2 ul li .des {
    padding: 15px;
  }
  .advantage-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .advantage-page ul li .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin-top: 30px;
  }
  .advantage-page ul li .img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .application-page .app-4 {
    padding-bottom: 90px;
  }
  .solution-page .solution-6 ul li {
    width: 50%;
  }
  .solution-page .solution-5 .left {
    width: 100%;
  }
  .solution-page .solution-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .solution-page .solution-1 ul li {
    width: 50% !important;
  }
  .soludet-page .soludet-1::after {
    width: 100%;
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .soludet-page .soludet-1 .box {
    width: 100%;
  }
  .soludet-page .soludet-3 ul li {
    width: 33% !important;
  }
  .soludet-page .soludet-3 {
    padding-bottom: 50px;
  }
  .about-page .about-1,
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .title{
    margin-bottom: 20px;
  }
  .about-page .about-4{
    padding-bottom: 30px;
  }
  .about-page .about-3 ul li{
    width: 100% !important;
  }
  .about-page .about-3 ul li .box .img-box img{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .content{
    line-height: 1.8;
  }
  .about-page .about-3 ul li .box .h3{
    margin-top: 20px;
    padding: 0 15px;
  }
  .about-page .about-3 ul li .box .des{
    padding: 0 15px;
    line-height: 1.8;
  }
  .quality-page .quality-4 ul li {
    width: 100% !important;
  }
  .font-36 {
    font-size: 26px;
  }
  .application-page .app-1 .box {
    padding: 17px 15px 45px;
  }
  .font-40 {
    font-size: 25px;
  }
  .solution-page .solution-6 ul li {
    width: 100%;
  }
  .font-24 {
    font-size: 20px;
  }
  .soludet-page .soludet-3 ul li {
    width: 50% !important;
  }
}

#index-body .i-news {
  padding-top: 140px;
  padding-bottom: 190px;
}
#index-body .i-news .i-title {
  text-align: center;
  margin-bottom: 65px;
}
#index-body .i-news ul {
  margin: -40px;
}
#index-body .i-news ul li {
  padding: 40px;
}
#index-body .i-news ul li .content {
  padding: 20px 10px;
  text-align: left;
}
#index-body .i-news ul li .content .time {
  font-size: 14px;
}
#index-body .i-news ul li .content h5 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #000;
  margin: 13px 0 7px;
}
#index-body .i-news ul li .content .des {
  font-size: 16px;
  line-height: 2;
}
#index-body .i-news .mores {
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  display: inline-block;
  margin: auto;
  margin-top: 70px;
}
#index-body .i-news .mores::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  #index-body .i-news ul {
    margin: -15px;
  }
  #index-body .i-news ul li {
    padding: 15px;
  }
  #index-body .i-news {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-news{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-news{
    padding: 30px 0;
  }
}

.product-page .container .title {
  font-weight: bold;
  line-height: 1.5;
}
.product-page .container .cat_des {
  margin-top: 20px;
  color: #383737;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .container .cat_list {
  margin-top: 50px;
}
.product-page .container .cat_list a {
  width: 461px;
  display: inline-block;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}
.product-page .container .cat_list a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
  line-height: 1.8;
}
.product-page .container .content ul li .box .img {
  padding: 40px 16px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.product-page .container .content ul li .box h4{
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
}
.product-page .container .content ul li .box .text:hover {
  color: var(--color);
}

.prodet-page .prodet-1 {
  padding: 130px 0 120px;
}
.prodet-page .prodet-1 .left .gallery {
  width: 150px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .gallery ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 5px;
  position: relative;
  height: 150px;
}
.prodet-page .prodet-1 .left .gallery ul li a {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodet-page .prodet-1 .left .gallery ul li .play{
  width: 35px;
  height: 35px;
  background: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
.prodet-page .prodet-1 .left .bigImg {
  width: calc(100% - 150px);
  vertical-align: middle;
  border: 1px solid #eee;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: auto;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .right{
  padding-left: 50px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .item-box {
  margin-top: 55px;
}
.prodet-page .prodet-1 .right .item-box .item {
  border-top: 1px solid #e8e8e8;
  padding: 25px 0 30px;
  line-height: 2;
}
.prodet-page .prodet-1 .right .item-box .item h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .right .item-box .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .right .item-box .item ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(1) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(2) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item1 ul li:nth-child(3) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item2 ul li:nth-child(1) {
  background: #82b858;
}
.prodet-page .prodet-1 .right .item-box .item2 ul li:nth-child(2) {
  background: #020202;
}
.prodet-page .prodet-1 .right .item-box .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.prodet-page .prodet-1 .right .item-box .item3 .content {
  color: #606060;
}
.prodet-page .prodet-1 .right .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
  color: white;
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  padding: 0 40px;
  display: inline-block;
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .more:hover {
  background: black;
}
.prodet-page .prodet-2 {
  padding-bottom: 120px;
}
.prodet-page .prodet-2 ul {
  border-top: 1px solid #e7e7e7;
}
.prodet-page .prodet-2 ul li {
  background: #fafafa;
  padding: 60px 40px 40px;
  border-top: 1px solid #e7e7e7;
  line-height: 2;
}
.prodet-page .prodet-2 ul li.gif .right img{
  max-width: 300px;
}
.prodet-page .prodet-2 ul li .left {
  position: relative;
  width: 35%;
  padding-right: 20px;
}
.prodet-page .prodet-2 ul li .left h5 {
  font-size: 30px;
}
.prodet-page .prodet-2 ul li .left i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
}
.prodet-page .prodet-2 ul li .right {
  width: 65%;
  padding-left: 20px;
  font-size: 16px;
}

.related-product .container .tips {
  font-weight: bold;
  line-height: 1.6;
}
.related-product .container .content {
  margin-top: 40px;
}
.related-product .container .content .swiper {
  padding: 20px;
  margin: 0 -20px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: var(--color);
}
.font-44 {
  font-size: 44px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pt-120{
  padding-top: 120px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prodet-page .prodet-4 {
  background-color: #fafafa;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}
.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .inner-page .ui.container{
    max-width: 1230px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .ui.container{
    max-width: 1070px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .ui.container{
    max-width: 970px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .left {
    width: 30%;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 ul li .left h5 {
    font-size: 20px;
  }
  .prodet-page .prodet-2 ul li .left i {
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
  }
  .product-page .container .cat_list {
    display: none;
  }
  
  .about-page .about-2{
    padding: 60px 0;
  }
  .about-page .about-2 .title{
    margin-bottom: 20px;
  }
  .about-page .about-2 ul .slick-dots{
    margin-top: 20px;
  }
  .about-page .about-3 ul li .box{
    padding-bottom: 30px;
  }
  .about-page .about-2 ul li{
    padding: 40px 20px;
  }
}
@media (max-width: 700px) {
  
  .about-page .about-2{
    padding: 30px 0;
  }
  .about-page .about-3 ul li .box{
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 .left,
  .prodet-page .prodet-2 ul li .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right,
  .prodet-page .prodet-2 ul li .right{
    width: 100%;
  }
  .prodet-page .prodet-2 ul li .right{
    padding-left: 0;
    margin-top: 30px;
  }
  .font-44 {
    font-size: 28px;
  }
  .font-30 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
    .font-44 {
    font-size: 24px;
    line-height: 1.6;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
  .pt-110 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .prodet-page .prodet-1 .left .gallery{
    width:100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-1 {
    padding: 70px 0;
  }
  .prodet-page .prodet-1 .left .gallery ul {
    margin: 0 -5px;
  }
  .prodet-page .prodet-1 .left .gallery ul li{
    padding: 0 5px;
  }
  .prodet-page .prodet-1 .left .bigImg{
    width:100%;
    height: auto;
  }
  .product-page .container .content {
    margin-top: 0;
  }
  
  .related-product .container .content {
    margin-top: 10px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
  .prodet-page .prodet-1 .right{
    padding-left: 0;
  }
}
/*--------seo start-------------*/
.con.font-16 h2 {
    display: inline;
}
.foota {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}
.font-16 {
    font-size: 16px;
    line-height: 2;
}



    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.8;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }


    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    








/*--------seo end-------------*/

.honor-1 .font-bold {
    margin-bottom: 30px;
}
a.foota {
    transform: translateY(-3px);
}