@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton.ttf) format('truetype'), url(../fonts/Anton.eot) format('eot'), url(../fonts/Anton.woff) format('woff'), url(../fonts/Anton.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-ExtraLight.ttf) format('truetype'), url(../fonts/Montserrat-ExtraLight.eot) format('eot'), url(../fonts/Montserrat-ExtraLight.woff) format('woff'), url(../fonts/Montserrat-ExtraLight.woff2) format('woff2');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --color: #f08300;
  --base-color: #f08300;
}
.slick-track{
	display:block!important;
}
body,
html {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font: 12px "Microsoft YaHei", "Arial";
}
.ui.container {
  padding: 0 0px;
  position: relative;
  width: 1600px;
  width: 95%;
  max-width: 1600px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 82px;
}
.navbar {
  position: fixed;
  width: 82px;
  background: var(--color);
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
}
.navbar ul.sharelist li {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 100%;
  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: #fff;
}
.navbar ul.sharelist li i {
  font-size: 24px;
}
#header {
  z-index: 8;
  position: fixed;
  width: -webkit-calc(100% - 82px);
  width: -moz-calc(100% - 82px);
  width: calc(100% - 82px);
  top: 0;
  right: 0;
  transition: 0.3s all;
}
#header.active{
  transition: 0.3s all;
  background: #fff;
}
#header .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0px;
}
#header .language span {
  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;
  line-height: 2;
  width: 104px;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #999;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#header .language span img {
  margin-right: 15px;
}
#header .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -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(--base-color);
  display: none;
}
#header .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header .language ul.lang li a {
  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: 14px;
}
#header .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -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%;
  cursor: pointer;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  
}
#header .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
   position: relative;
}
#header .ui.menu .logo a{
    position: relative;
    display: inline-block;
}
#header .ui.menu .logo img.black{
   position: relative;
   opacity: 1;
}
#header .ui.menu .logo img.white{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    opacity: 0;
    
}
#header.white .ui.menu .logo img.black{
    opacity: 0;
}
#header.white .ui.menu .logo img.white{
    opacity: 1;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: #999;
  font-weight: 700;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header.white .ui.menu .menu-box ul.menu > li,
#header.white .language span,
#header.white .ui.menu .h-search{
    color: #fff;
}

#header .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-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 .ui.menu .menu-box ul.menu > li ul.sub-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: 15px;
  background: #fff;
  top: 0;
  left: 100%;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .ui.menu .h-search {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  height: 90px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #999;
}
#header .ui.menu .h-search img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  margin-right: 10px;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  font-weight: bold;
}
#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%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--base-color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--base-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(--base-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;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--base-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(--base-color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-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;
}
span.tag {
  color: var(--color);
  text-transform: uppercase;
}
.more {
  background: var(--color);
}
.more:hover em img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.more em {
  width: 69px;
  height: 64px;
  background: #fff;
}
.more em img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.more span {
  width: 246px;
  color: #fff;
  height: 64px;
  line-height: 64px;
}
.gxs-1 {
  overflow: hidden;
  position: relative;
}
.gxs-1 .wenben {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #fff;
}
.gxs-1 .wenben span.tags i {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #c5d2fa;
  margin-right: 10px;
}
.gxs-1 .wenben span.tags i:nth-child(1) {
  width: 54px;
  height: 6px;
  background: var(--color);
  border-radius: 3px;
}
.gxs-1 .wenben .h2 {
  line-height: 1.11666667;
}
.gxs-1 .wenben .h2 em {
  color: var(--color);
}
.gxs-1 .imgbox img {
  width: 100%;
  height: 100vh;
}
.gxs-1 img.dec {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gxs-1 .textbox {
  position: absolute;
  width: 50%;
  max-width: 635px;
  right: 0;
  bottom: 10px;
}
.gxs-1 .textbox .left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gxs-1 .textbox .left .btn {
  width: 85px;
  height: 80px;
  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;
  cursor: pointer;
}
.gxs-1 .textbox .left .btn.slick-next {
  background: #403f3f;
}
.gxs-1 .textbox .left .btn i {
  font-size: 40px;
  color: #fff;
}
.gxs-1 .textbox .right {
  height: 178px;
  background: var(--color);
  color: #fff;
  display: block;
  width: 100%;
}
.gxs-1 .textbox .right ul {
  width: 100%;
  display: block;
}
.gxs-1 .textbox .right ul li .icon i.con {
  width: 38px;
  height: 38px;
  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%;
  border: 1px solid #fff;
}
.gxs-1 .textbox .right ul li .text {
  max-width: 390px;
}
.section.about {
  background: url(../images/about-bg.jpg) right bottom no-repeat;
  background-position-y: 125%;
  background-position-x: 150%;
}
.section.about .fp-tableCell {
  vertical-align: top;
}
.gxs-2 .ui.container {
  padding-right: 200px;
}
.gxs-2 .left {
  width: 40%;
  max-width: 550px;
}
.gxs-2 .left .h3 {
  position: relative;
  font-weight: 300;
}
.gxs-2 .left .h3:before {
  content: "";
  position: absolute;
  width: 40px;
  left: -45px;
  top: 50%;
  height: 3px;
  margin-top: 1.5px;
  background: #000;
}
.gxs-2 .right {
  width: 55%;
  max-width: 670px;
}
.gxs-2 .right .text p {
  color: #313131;
  line-height: 2.11111111;
}
.gxs-2 .right .btm ul li {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gxs-2 .right .btm ul li i {
  position: relative;
  top: 10px;
}
.gxs-2 .right .btm ul li .right {
  display: inline-block;
  margin-left: 10px;
}
.gxs-2 .right .btm ul li .right p {
  margin-top: 10px;
}
.gxs-2 .right .btm ul li .right span {
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-2 .right .btm ul li .right span em {
  font-weight: 700;
  line-height: 1;
  font-family: "Anton";
}
.gxs-2 .right .btm ul li .right span sub {
  position: relative;
  top: 10px;
}
.section.product {
  background: #eff3f7;
}
.gxs-3 .container {
  width: 95%;
  max-width: 1721px;
  margin-right: 0;
  margin-left: auto;
}
.gxs-3 .container .left {
  width: 30%;
  max-width: 510px;
}
.gxs-3 .container .left .h4 {
  font-weight: 200;
  font-family: "mon";
  color: #999;
  text-transform: uppercase;
}
.gxs-3 .container .left ul li {
  color: #999;
}
.gxs-3 .container .left ul li .h5 a{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: (1);
    overflow: hidden;
}

.gxs-3 .container .left ul .slick-current li{
    color: var(--color);
}
.gxs-3 .container .left ul li.active {
  color: var(--color);
}
.gxs-3 .container .left a.more2 {
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .container .left a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.gxs-3 .container .left a.more2 i {
  margin-left: 0px;
  color: inherit;
}
.gxs-3 .container .right {
  width: 70%;
  max-width: 1170px;
}
.gxs-3 .container .right .top ul {
  width: 80%;
  max-width: 420px;
  margin: 0 -10px;
}
.gxs-3 .container .right .top ul li {
  padding: 0 10px;
}
.gxs-3 .container .right .top span.point i {
  background: #3e79dd;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-radius: 100%;
  display: block;
}
.gxs-3 .container .right .bottom ul li .item {
  background-position: center right;
  background-repeat: no-repeat;
}
.gxs-4 .ui.container {
  width: 95%;
  max-width: 1721px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 20px;
}
.gxs-4 .ui.container .h4 {
  font-weight: 200;
  font-family: "mon";
  text-transform: uppercase;
  color: #999;
}
.gxs-4 .ui.container .main {
  overflow: hidden;
  position: relative;
}
.gxs-4 .ui.container .main ul li .item {
  position: relative;
}
.gxs-4 .ui.container .main ul li .item .h3 {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  top: 25px;
  z-index: 3;
  color: #fff;
}
.gxs-4 .ui.container .main ul li .item .img-box {
  position: relative;
}
.gxs-4 .ui.container .main ul li .item .iconbox {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.gxs-4 .ui.container .main ul li .item .iconbox:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,transparent,#f08300);
    opacity: 0;
}
.gxs-4 .ui.container .main ul li:hover .item .iconbox:before{
    transition: 0.3s all;
    opacity: 0.8;
}
.gxs-4 .ui.container .main ul li .item .iconbox img.op-10 {
  width: 100%;
  position:absolute;
  height:100%;
  transition: 0.3s all;
  left: 0;
  bottom: 0;
  opacity: 1;
}
.gxs-4 .ui.container .main ul li:hover .item .iconbox img.op-10{
    transition: 0.3s all;
    opacity: 0;
    opacity: 0;
}
.gxs-4 .ui.container .main ul li .item .iconbox img.dec {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.gxs-4 .ui.container .main .swiper-scrollbar {
  position: relative;
  height: 6px;
  background: transparent;
}
.gxs-4 .ui.container .main .swiper-scrollbar:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #999;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.gxs-4 .ui.container .main .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
.gxs-5 .container {
  width: 95%;
  max-width: 1420px;
}
.gxs-5 .container .top .left {
  width: 50%;
  color: #999;
}
.gxs-5 .container .top .left .h4 {
  font-weight: 200;
  font-family: "mon";
}
.gxs-5 .container .top .left ul li .text {
  line-height: 2;
}
.gxs-5 .container .top .left ul li a.more2 {
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .container .top .left ul li a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-5 .container .top .right {
  width: 48%;
  max-width: 692px;
}
.gxs-5 .container .bottom ul {
  margin: 0 -15px;
}
.gxs-5 .container .bottom ul li {
  padding: 0 15px;
}
.section.news {
  background: #eff3f7;
}
.section.news .fp-tableCell {
  vertical-align: bottom;
}
.gxs-6 .ui.container {
  width: 95%;
  max-width: 1650px;
}
.gxs-6 .ui.container .left {
  width: 50%;
}
.gxs-6 .ui.container .left img {
  width: 100%;
  height: 426px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gxs-6 .ui.container .right {
  width: 50%;
}
.gxs-6 .ui.container .right ul li {
  border: 1px solid #aaa;
}
.gxs-6 .ui.container .right ul li:hover .item {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.gxs-6 .ui.container .right ul li .item {
  height: 211px;
  background: transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .ui.container .right ul li .item .cat {
  color: #999;
}
.gxs-6 .ui.container .right ul li .item .h4 {
  height: 90px;
  overflow-y: auto;
}
.gxs-6 .ui.container .right ul li .item .time {
  color: #333;
}
.font-16 {
  line-height: 1.625;
}
#footer .footer-main .ui.container {
  max-width: 1420px;
  width: 95%;
}
#footer .footer-main .ui.container .left {
  width: 65%;
  max-width: 800px;
}
#footer .footer-main .ui.container .left .info {
  color: #999;
  font-weight: 700;
  line-height: 2;
}
#footer .footer-main .ui.container .ewmbox {
  width: 30%;
  max-width: 310px;
}
#footer .footer-main .ui.container .ewmbox #ewm {
  width: 138px;
  height: 138px;
  padding: 5px;
  background: #fff;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  border-top: 2px solid #aaa;
  padding: 5px 0;
  width: 95%;
  max-width: 1420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #aaa;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #aaa;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #aaa;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: none!important;
}
#footer .footer-bottom svg g.cn {
  display: block!important;
}
.slick-slider {
  display: block!important;
}
@media screen and (max-width: 1800px) {
  .gxs-2 .ui.container {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1600px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1400px) {
  #header .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  .font-100 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1250px) {
 .body-overflow-box {
    padding-left: 0;
  }
  .navbar {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  fp-enabled body,
  html.fp-enabled {
    overflow: visible !important ;
    height: initial;
  }
  #index-body #banner .bannerbox ul li .imgbox img {
    height: auto;
  }
  #fp-nav ul,
  .fp-slidesNav ul {
    display: none;
  }
  .fp-tableCell {
    height: auto !important ;
  }
  .section {
    padding: 40px 0;
    height: auto !important ;
  }
  .section:last-child {
    padding: 0;
  }
  .section:first-child {
    padding: 0;
  }
  .gxs-1 .imgbox img {
    height: auto;
  }
   .section.about{
    background-position-x:right;
    background-position-Y:top;
   }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 670px;
    padding: 0 0;
  }

  .gxs-1 .textbox {
    display: none;
  }
  .gxs-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .ui.container .left {
    width: 100%;
  }
  .gxs-2 .ui.container .right {
    width: 100%;
  }
  .gxs-2 .ui.container {
    padding-right: 0%;
  }
  .gxs-3 .ui.container .left {
    width: 100%;
  }
  .gxs-3 .ui.container .right {
    width: 100%;
  }
  .gxs-5 .container .top .left {
    width: 100%;
  }
  .gxs-5 .container .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-6 .ui.container .left {
    width: 100%;
  }
  .gxs-6 .ui.container .right {
    width: 100%;
  }
  #footer .footer-main .ui.container .left {
    width: 100%;
  }
  #footer .footer-main .ui.container .ewmbox {
    width: 100%;
    margin-top: 20px;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  .gxs-3 .container{
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-main .ui.container .ewmbox .ewm:nth-child(1){
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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 .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .ui.container {
    width: 470px;
  }
  .more span {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .more em {
    width: 40px;
    height: 40px;
    background: #fff;
  }
}
@media screen and (max-width: 500px) {
  .ui.container {
    width: 95%;
  }
  .gxs-2 .right .btm ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .right .btm ul li {
    width: 50%;
  }
  .gxs-1 .wenben a.more {
    display: none;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}
#menuContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #eff3f7;
  color: #000;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 45px 56px;
}
#menuContent .flex .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #000;
  text-transform: capitalize;
}
#menuContent .flex .info p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
#menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  background: var(--color);
  padding: 0px 30px;
  border-radius: 5px;
}
#menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#menuContent .flex .info .more::before {
  position: absolute;
  content: '';
  background: black;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menuContent .flex .info .more:hover::before {
  width: 100%;
  left: 0px;
}
#menuContent .flex .contact {
  margin-top: 60px;
}
#menuContent .flex .contact h3 {
  font-size: 20px;
  color: #666;
  text-transform: capitalize;
}
#menuContent .flex .contact ul {
  margin-top: 20px;
}
#menuContent .flex .contact ul li {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
}
#menuContent .flex .contact ul li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--color);
  font-size: 20px;
  vertical-align: top;
  margin-top: 1px;
}
#menuContent .flex .contact ul li span {
  display: inline-block;
  width: 90%;
  font-size: 16px;
}
#menuContent .flex .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent .flex .share {
  margin-top: 20px;
}
#menuContent .flex .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
#menuContent .flex .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #000;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContent .flex .share ul li a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
#menuContent .flex span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex span.close::after,
#menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuContent .ui.container {
  position: static;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes iqrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*inner page*/
.inner-banner {
      height: 91px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    background: #fff!important;
}

.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}

.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}

.inner-banner .box h2 em {
    color: #f08300;
}

.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.mbx {
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
}

.inner-page span.h2 {
    font-size: 36px;
    color: #4f4d4d;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.about2-page .about-1 {
    padding: 80px 0 8%;
    background: url(../images/boxin-about.png) bottom right no-repeat;
    background-size: 45% auto;
}

.about2-page .about-1 .text {
    width: 50%;
}
.about2-page .about-1 .img{
    display: none;
}
.about2-page .about-1 .text span.h3 {
    font-size: 36px;
}

.about2-page .about-1 .text span.h3 em {
    color: #f08300;
}

.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 24em;
}

.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 70%;
    margin-right: auto;
    display: block;
}

.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: bold;
    color: #f08300;
    line-height: 1;
    display: block;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}

.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}

.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}

.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

.about2-page .about-3 {
    padding: 90px 0;
}

.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}

.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}

.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}

.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: #f08300;
    color: white;
}

.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}

.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}

.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}

.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}

.about2-page .about-4 .right a.more:hover {
    background-color: black;
}

.about2-page .about-5 {
    padding: 80px 0 120px;
}

.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}

.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}

.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}

.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}

.about2-page .about-5 .right ul {
    margin: -25px;
}

.about2-page .about-5 .right ul li {
    padding: 25px;
}

.about2-page .about-5 .right ul li img {
    width: 100%;
}

.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}

.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}

.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}

.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}

.about2-page .about-6 .box .right {
    width: 23.5%;
}

.about2-page .about-6 .box img {
    width: 100%;
}

.about2-page .about-6 .box .right ul {
    margin: -10px;
}

.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.index_title .box .left {
    font-size: 1rem
}

.index_title .box .biaoti {
    font-size: .7rem;
    color: #666;
    margin-top: .5rem
}

.index_link a {
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative
}

.index_link a img {
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0
}

.index_link a:hover img {
    right: -1rem
}

.index_link p {
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative
}

.index_link p img {
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0
}

.index_link p:hover img {
    right: -1rem
}

.p98 {
    padding-top: 98px
}

.case_three .box ul li .content3 {
    font-size: 1.4rem
}

.flexBetween {
    display: flex;
    justify-content: space-between
}

.flexCenter {
    display: flex;
    justify-content: center
}

.flexStart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.product2-page {
    padding: 50px 0;
    background-color: #fbfbfb
}

.inner-page.product2-page.product3-page.mulu .side_nav {
    text-align: center;
    margin-bottom: 25px
}

.inner-page.product2-page.product3-page.mulu .side_nav span {
    margin: 5px 35px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    z-index: 2
}

.inner-page.product2-page.product3-page.mulu {
    padding: 70px 0 0
}

.pro-list-yd ul.fenlei li .yd-maintop {
    display: flex;
    align-items: center;
    align-content: center;
    background: #fff
}

.pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 50%;
    padding-right: 70px;
    padding-left: 60px
}

.pro-list-yd .hezi {
    padding: 10px;
    background: #f0f0f0
}

.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
    margin-top: 20px
}

.pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 50%
}

.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px
}

.pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 18px
}

.pro-list-yd ul.fenlei li .yd-maintop .right img {
    width: 100%;
    object-fit: cover;
    height: 600px
}

.yd-mainbottom ul li {
    width: 25%;
    padding: 10px;
    text-align: center
}

.yd-mainbottom ul li a {
    display: block
}

.yd-mainbottom ul li .cp-dd {
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px 0 rgb(0 0 0/10%)
}

.yd-mainbottom ul li .cp-dd .text {
    background: #f0f0f0;
    padding: 10px;
    font-size: 16px;
    height: 68px
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
    max-height: 300px;
    overflow: overlay
}

.yd-mainbottom {
    margin-top: 50px
}

.inner-page.prodet2-page .prodet-22 .right .faq-box ul.animate-father {
    max-height: 350px;
    overflow: overlay
}

.prodet2-page .prodet-1 .left .big {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%)
}

.prodet2-page .prodet-1 .left .proview-img {
    margin-top: 10px
}

.prodet2-page .prodet-1 .left .proview-img img {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%)
}

.inner-page.product2-page.product3-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
    background: url(../images/nbg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

li.dabeijing {
    padding: 50px
}

.yd-mainbottom ul li .cp-dd .cp-img {
    background: #fff
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 1.3rem
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list:hover:after {
    width: 100%
}
.product3-page .sidebar-right span.cat {
	font-size:28px;
	font-weight:bold;
	margin-bottom:.7em;
	display:block;
}
.product3-page .sidebar-right a.more {
    width: 200px;
    height: 46px;
    border-radius: 23px;
    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;

    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e7e7e7;
    margin:20px 0 50px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.product3-page .sidebar-right a.more img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	margin-left:1em;
}

.product3-page .sidebar-right a.more:hover {
    background: #fca00e;
    color: #fff;
}

.product3-page .sidebar-right a.more:hover img {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}
.product3-page .sidebar-right hr {
	margin-bottom:50px;
	opacity:.3;
}
.product3-page .sidebar-right hr:last-child {
	display:none;
}
.product3-page .product-list ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease
}

.yd-mainbottom .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center rgba(255, 255, 255, 0);
    left: -55px
}

.yd-mainbottom .slick-next {
    background: url("../images/inner-r.png") no-repeat center center rgba(255, 255, 255, 0);
    right: -55px
}

.yd-mainbottom .slick-arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 101px;
    border-radius: 5px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transform: translateY(-50%);
    transition: .5s
}

@media screen and (max-width: 1440px) {
    .yd-mainbottom ul li .cp-dd .text {
        height: 90px
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 0 40px
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 40px
    }
}

@media screen and (max-width: 1280px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 0 30px
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 36px
    }

    .yd-mainbottom .slick-prev {
        left: -20px
    }

    .yd-mainbottom .slick-next {
        right: -20px
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner .box h2 {
        display: none !important
    }

    .inner-page.product2-page.product3-page.mulu {
        padding: 60px 0 0
    }

    .pro-list-yd ul.fenlei li .yd-maintop {
        display: block
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        width: 100%;
        padding: 20px
    }

    .i-title {
        font-size: 26px !important;
        line-height: 1.4 !important
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right {
        width: 100%;
        padding: 0 20px
    }
    .about2-page .about-1 .img{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .about2-page .about-1{
        background: #fff;
    }

}

@media screen and (max-width: 500px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 26px;
        line-height: 1.2
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right img {
        height: auto
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 20px 15px
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right {
        padding: 0 15px
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left p {
        font-size: 14px;
        line-height: 1.5
    }
}

.inner-page .sideBox .sidebar-left {
    width: 25%
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
    font-size: 28px;
    line-height: 1.8;
    color: #000;
    text-transform: uppercase;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}

.inner-page .sideBox .sidebar-left .inner .inner-search {
    margin-bottom: .2rem
}

.inner-page .sideBox .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type=text] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555;
    font-weight: 200
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type=submit] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search-icon.png) no-repeat center center #f08300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.inner-page .sideBox .sidebar-left .inner .inner-cat {
    margin-bottom: .7rem
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
    padding: 4px 0;
    font-size: 18px;
    position: relative;
    color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    /*     line-height: 2 */
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul {
    margin-top: 16px
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
    padding-right: 20px
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
    color: #aaa
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
    color: #f08300
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active {
    color: #f08300
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
    padding-top: 0
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
    padding-bottom: 0
}

.inner-page .sideBox .sidebar-left .inner .inner-recent {
    margin-bottom: .2rem
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
    padding: .75rem 0
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
    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
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 1rem
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .4rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--primary)
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: var(--primary);
    display: block;
    font-size: 14px;
    line-height: 1
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0
}

.inner-page .sideBox .sidebar-left .inner .inner-contact {
    background: url(../images/pro-011.jpg) no-repeat center center;
    padding: 10.75rem 2rem 2.75rem;
    color: #fff;
    background-size: cover;
    position: relative
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    text-transform: capitalize;
    background: #fff;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 1.3rem
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
    color: #fff
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover:after {
    width: 100%
}

.inner-page .sideBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .5))
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative
}

.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBox .sidebar-left {
        display: none
    }

    .inner-page .sideBox .sidebar-right {
        width: 100%;
        padding-left: 0
    }
}

.product3-page {
    padding: .5rem 0 .5rem
}

.product3-page .product-list ul {
    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;
    margin: 0 -.075rem
}

.product3-page .product-list ul li {
    padding: 0 .075rem;
    margin-bottom: .15rem
}

.product3-page .product-list ul li .img img {
    height: 450px;
    object-fit: cover;
    width: 100%
}

.product3-page .product-list ul li.wid-100 {
    width: 100%
}

.product3-page .product-list ul li .pro-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.product3-page .product-list ul li .pro-box .imgbox {
    position: relative;
    background: #fff
}

.product3-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product3-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
    opacity: 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.product3-page .product-list ul li .pro-box:hover:after {
    bottom: 0;
    background: #46696b
}

.product3-page .product-list ul li .pro-box:after {
    content: none;
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product3-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: .1rem 0 0;
    line-height: 2;
    overflow-y: auto
}

.product3-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem
}

.product3-page .product-list ul li .pro-box .btm a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1
}

.product3-page .product-list ul li .pro-box .btm a:hover:after {
    width: 100%
}

.product3-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0
}

.product3-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
    overflow-y: auto;
    max-height: 145px;
    margin-top: 10px
}

.prodet2-page .product-2 .content img {
    padding-bottom: 10px
}

.product3-page .product-list ul li .pro-box:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product3-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product3-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
    opacity: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product3-page .product-list ul li .pro-box h5:hover {
    color: var(--primary)
}

.product3-page .product-list ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.product3-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: .25rem
}

.product3-page .product-list ul li .pro-box .text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    padding-bottom: .1rem
}

.product3-page .product-list ul li .pro-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #555
}

.product3-page .product-list ul li .pro-box .text p strong {
    color: #000
}

.product3-page .product-list ul li .pro-box .btm {
    padding: 30px 0 0
}

.product3-page .product-list ul li .pro-box .btm .tupianji {
    margin: -5px
}

.product3-page .product-list ul li .pro-box .btm .tupianji .item {
    padding: 5px;
    width: 20%
}

.product3-page .product-list ul li .pro-box .more {
    display: inline-block;
    padding: 12px 22px 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product3-page .product-list ul li .pro-box .more:hover {
    background: #46696b
}

.product3-page .product-list ul li .pro-box .more i {
    margin-left: 1.2rem;
    font-size: 12px
}

.inner-page.product3-page p {
    color: #000;
    line-height: 2;
    padding: 5px 0
}

.product3-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.product3-page .product-list ul li .pro-box .btm ul li {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px
}

.product3-page .product-list ul li .pro-box .btm ul li .coloritem {
    width: 25px;
    height: 25px;
    display: block
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb
}

.product3-page .product-list ul li .pro-box h5 a {
    text-transform: capitalize
}

@media screen and (max-width: 1200px) {
    .product3-page .product-list ul li {
        width: 50% !important
    }
}

@media screen and (max-width: 700px) {
    .product3-page .product-list ul li .pro-box .text {
        padding: 0 15px 15px
    }
}

@media screen and (max-width: 1000px) {
    .product3-page .product-list ul li {
        width: 100% !important
    }
}

.prodet-page .det-1 {
    padding: 50px 0;
    background-color: #f1f1f1
}

.prodet-page .det-1 .grid-box {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1
}

.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
    background-color: white;
}

.prodet-page .det-1 .grid-box .gallery {
    margin-top: 10px;
    text-align: left;
    position: relative
}

.prodet-page .det-1 .grid-box .gallery .plays {
    position: absolute;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer
}

.prodet-page .det-1 .grid-box .gallery .plays img {
    max-width: 60px
}

.prodet-page .det-1 .grid-box .gallery .slick-track {
    margin-left: 0
}

.prodet-page .det-1 .grid-box .gallery ul {
    margin: 0 -5px
}

.prodet-page .det-1 .grid-box .gallery ul li {
    padding: 0 5px
}

.prodet-page .det-1 .grid-box .gallery ul li img {
    text-align: center;
    border: 2px solid #e1e1e1;
    background-color: white;
}

.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px
}

.prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1.3
}

.prodet-page .det-1 .grid-box .right .text h6 {
    font-size: 24px;
    text-transform: ca;
    color: #f08300;
    font-weight: 700;
    line-height: 1.3
}

.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 18px;
    color: #383838;
    line-height: 2;

}

.prodet-page .det-1 .grid-box .right .text .con span {
    font-weight: 700
}

.prodet-page .det-1 .grid-box .right .text .share {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px
}

.prodet-page .det-1 .grid-box .right .text .share h5 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    line-height: 2
}

.prodet-page .det-1 .grid-box .right .text .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px
}

.prodet-page .det-1 .grid-box .right .text .share .icon {
    display: flex;
    justify-content: center;
    margin-left: 15px
}

.prodet-page .det-1 .grid-box .right .text .share .icon a {
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s
}

.prodet-page .det-1 .grid-box .right .text .share .icon a:hover {
    background: #f08300;
    border: 1px solid #f08300
}

.prodet-page .det-1 .grid-box .right .text .mores {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 40px
}

.prodet-page .det-1 .grid-box .right .text .mores .fl {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px
}

.prodet-page .det-1 .grid-box .right .text .mores>a {
    margin: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #f08300;
    color: #1c1c1c;
    padding: 11px 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2
}

.prodet-page .det-1 .grid-box .right .text .mores>a:hover {
    color: #fff;
    background-color: #f08300
}

.prodet-page .det-1 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.prodet-page .det-1 .slick-arrow:hover {
    background-color: #f08300
}

.prodet-page .det-1 .slick-slider:hover .slick-arrow {
    opacity: 1
}

.prodet-page .det-1 .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, .3);
    left: 5px
}

.prodet-page .det-1 .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, .3);
    right: 5px
}

.prodet-page .det-2 {
    margin-top: 60px
}

.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1
}

.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px
}

.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2
}

.prodet-page .det-2 .tabs ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0;
    background-color: #f08300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-2 .tabs ul li a:hover {
    color: #f08300
}

.prodet-page .det-2 .tabs ul li.active a {
    color: #f08300
}

.prodet-page .det-2 .tabs ul li.active a:after {
    width: 100%
}

.prodet-page .det-2 .related {
    margin-top: 19px
}

.prodet-page .det-2 .related ul li.active {
    display: block
}

.prodet-page .det-2 .related ul li .con {
    font-size: 18px;
    color: #000;
    line-height: 2
}

.prodet-page .det-2 .related ul li .con table td {
    border: none;
    padding: 10px;
}
.prodet-page .det-2 .related ul li .con table td blockquote {
	margin:0 0 20px;
	display:block;
	max-height:200px;
	overflow:auto;
	font-size:.9em;
}
.prodet-page .det-2 .related ul li .con table[border="1"] {
    border: none;
}

.prodet-page .det-2 .related ul li .con table[border="1"] td {
    border: 1px solid #555;
}

.prodet-page .det-2 .related ul li .con video {
    max-width: 100%;
    max-height: 80vh
}

.prodet-page .det-2 .related ul li .con strong {
    font-weight: 700
}

.prodet-page .det-2 .related ul li .con-img {
    display: flex;
    margin: 0 -10px
}

.prodet-page .det-2 .related ul li .con-img img {
    display: inline-block;
    padding: 0 10px;
    width: 33.3333%
}

.prodet-page .det-3 {
    margin-top: 60px
}

.prodet-page .det-3 .title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1
}

.prodet-page .det-3 .title h3 span {
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 39px;
    line-height: 2
}

.prodet-page .det-3 .title h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: #f08300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
    position: relative
}

.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px
}

.prodet-page .det-3 .det-3-box ul li .ig {
    display: block
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #f08300;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 12.5px
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: #f08300
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: #f08300
}

.prodet-page .det-3 .det-3-box ul .slick-arrow {
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: -40px
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: -40px
}

.prodet-page .form ul {
    margin: -10px
}

.prodet-page .form ul li {
    padding: 10px
}

.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
    border-color: #f08300
}

.prodet-page .form ul li textarea {
    height: 120px
}

.prodet-page .form ul li input[type=submit] {
    padding: 12px;
    max-width: 180px;
    border-color: #000;
    background-color: transparent;
    font-weight: 700
}

.prodet-page .form ul li input[type=submit]:hover {
    color: #fff;
    background-color: #f08300;
    border-color: #f08300
}

.prodet-page .form ul li.wid-100 {
    width: 100%
}

@media screen and (max-width: 1430px) {
    .prodet-page .det-1 .grid-box .right .text .mores .fl {
        float: none
    }

    .prodet-page .det-1 .grid-box .right .text .mores>a {
        float: none
    }

    .prodet-page .det-1 .grid-box .right .text h6 {
        font-size: 20px
    }

    .prodet-page .det-1 .grid-box .right .text h1 {
        font-size: 30px
    }

    .prodet-page .det-1 .grid-box .right .text .con {
        font-size: 16px
    }

    .prodet-page .det-2 .related ul li .con {
        font-size: 16px
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px
    }

    .prodet-page .det-1 .grid-box .left {
        width: 100%
    }

    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    .prodet-page .det-1 .grid-box .right .text .mores {
        position: relative;
        left: 0;
        width: 100%
    }

    .prodet-page .det-1 .grid-box .right .text h6 {
        font-size: 16px
    }

    .prodet-page .det-1 .grid-box .right .text h1 {
        font-size: 24px
    }

    .prodet-page .det-3 .title h3 span {
        font-size: 24px
    }

    .prodet-page .det-1 .grid-box .right .text .share h5 {
        font-size: 16px
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .det-2 .tabs ul {
        border: none
    }

    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1
    }

    .prodet-page .det-2 .tabs ul li a {
        display: block;
        font-size: 20px
    }

    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px
    }

    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
        left: 0
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
        right: 0
    }

    .prodet-page .form ul li input,
    .prodet-page .form ul li textarea {
        padding: 5px
    }
}

.seoPublic {
    word-break: break-word
}

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

.seoPublic>div {
    padding: 60px 0
}

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

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

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

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

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

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

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    font-weight: 400;
    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;
    font-weight: 600;
    line-height: 40px;
    min-height: 4em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #f08300
}

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

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

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2;
    -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: #f08300;
    color: #f08300
}

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

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

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    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: #f08300
}

.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: #f08300;
    color: #f5f5f5;
    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: 0 0 !important
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

.seoPublic .Auxil-through a:hover {
    background: #f08300;
    color: #fff
}

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

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

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: #fff;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
    box-shadow: 0 0 12px rgba(125, 125, 125, .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: #f08300
}

.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 #f08300;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #f08300
}

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: #fff;
    background: #f08300
}

@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: 18px
    }

    .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-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-news .list ul li .content p {
        font-size: 14px;
        line-height: 28px
    }

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

    .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;
        line-height: 44px;
/*         margin-bottom: 1em */
    }

    #cp-Nav {
        display: block;
        padding: 10px 0
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: 700;
        padding: 8px 10px;
        background: #f08300;
        border-radius: 5px;
        color: #fff
    }

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

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

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

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

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        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
    }
}

.m-page {
    margin-top: 70px;
    text-align: center
}

.m-page span,
.m-page a {
    font-size: 22px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: .75;
    font-weight: 300;
    margin: 0 10px;
    position: relative
}

.m-page span:after,
.m-page a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #006835;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.m-page span {
    color: #006835;
    opacity: 1
}

.m-page span:after {
    width: 100%
}

.image-gallery li {
    padding: 0;
}

.image-gallery li i,
.image-gallery li span {
    display: none !important;
}


/* news */
.news-page {
    padding: 60px 0;
}

.inner-page .sidebar-box .sidebar-left {
    width: 30%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
	margin-top: 90px;
	position:sticky;
	top:140px;
}

.inner-page .sidebar-box .sidebar-right {
    width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 16px;
    line-height: 2;
}


@media screen and (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-right: 0;
    }

    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }

    .jianfengyj,
    .Auxil-industry,
    .Auxil-about {
        display: none !important;
    }
}

.list.newsList ul li {
    padding: 90px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
    background-color: #f08300;
    color: white;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
    display: flex;
}

.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}

.list.newsList ul li .content .right h3 a {
    font-weight: 700;
    color: #000;
}

.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}

.list.newsList ul li .content .right p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.list.newsList ul li .content .right a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    transition: all 0.5s ease;
    text-transform: capitalize;
    line-height: 2;
}


@media screen and (max-width: 1000px) {
    .list.newsList ul li {
        padding: 15px;
    }

    .list.newsList ul li .content .right {
        margin-left: 20px;
        padding-left: 20px;
    }

    .list.newsList ul li .content .left.txt-center span {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}


.newdet-content .category {
    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: 15px;
}

.newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
    border: 1px solid var(--primary);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.newdet-content .category a:hover {
    background: var(--primary);
    color: #fff;
}

.newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}

.newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.newdet-content .category .time span {
    color: #000;
    margin-left: 10px;
}

.newdet-content h1.n-title {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    line-height: 2;
}

.newdet-content .content {
    font-size: 18px;
    color: #555;
    line-height: 2;
}

.newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.newdet-content .content .icon a:hover {
    color: var(--primary);
}

.newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    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;
    font-size: 14px;
}

.newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}

.newdet-content .m-link a .r-img {
    margin-right: 20px;
}

.newdet-content .m-link a .r-img img {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

.newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}

.newdet-content .m-link a .r-text p:hover {
    color: var(--primary);
}

.newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.newdet-content .m-link a:first-child {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}

.newdet-content .m-link a:last-child {
    padding-left: 30px;
}

.newdet-content .n-form {
    margin-top: 60px;
}

.newdet-content .n-form .text h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.newdet-content .n-form .text p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 30px;
}

.newdet-content .n-form .text p span {
    color: var(--primary);
}

.newdet-content .n-form form span.span {
    font-size: 14px;
    display: inline-block;
    color: #555;
    margin-bottom: 25px;
}

.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
    width: 30%;
    height: 54px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 30px;
}

.newdet-content .n-form form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.newdet-content .n-form form .n-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newdet-content .n-form form p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 45px;
}

.newdet-content .n-form form button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    border: none;
}

.newdet-content .n-form form button:hover::after {
    width: 100%;
}

.newdet-content .n-form form button span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}

.newdet-content .n-form form button::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.newdet-content .content p {
    padding: 15px 0;
    color: #000;
}

.newdet-content .content h2 {
    font-size: 24px;
    color: #000;
}

@media screen and (max-width: 1000px) {
    .newdet-content {
        padding-right: 0;
    }

    .newdet-content .content {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .newdet-content .m-link {
        display: block;
    }

    .newdet-content .m-link a {
        width: 100%;
        padding: 10px 0;
    }

    .newdet-content .m-link a.right {
        padding-left: 0;
    }

    .newdet-content .n-form form textarea,
    .newdet-content .n-form form input[type=text] {
        width: 100%;
    }

    .newdet-content h1.n-title {
        font-size: 24px;
    }
}

.contact-page {
    padding-top: 138px;
}

.contact-page .title {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
}

.contact-page .contact-1 form .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 form .flex>* {
    width: 46%;
}

.contact-page .contact-1 form input {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid black;
    height: 63px;
    margin-bottom: 30px;
}

.contact-page .contact-1 form .p {
    width: 100%;
    font-size: 16px;
    opacity: 0.6;
    margin-bottom: 10px;
}

.your-message,
.textarea {
    width: 100% !important;
}

.email-wrap {
    display: none !important;
}

.contact-page .contact-1 form textarea {
    width: 100%;
    height: 177px;
    font-size: 20px;
    padding: 25px 20px;
}

.contact-page .contact-1 form input[type="submit"] {
    background: #f08300;
    color: white;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.contact-page .contact-1 form input[type="submit"]:hover {
    background: black;
}

.contact-page .contact-1 form .flex2 {
    display: flex;
}

.contact-page .contact-1 form .flex2 .your-phonezip {
    width: 4em;
    flex-shrink: 0;
    position: relative;
}

.contact-page .contact-1 form .flex2 .your-phonezip:before {
    content: '+';
    position: absolute;
    left: 0;
    top: .8em;
}

.contact-page .contact-1 form .form .formBox .formList {
    display: flex;
    flex-wrap: wrap;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox .first {
    margin-left: 0;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    margin-top: 1.2em;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label {
    padding: 0;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label span:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label span:after {
    content: "";
    left: 5px;
    top: 3.5px;
    position: absolute;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label input {
    display: none !important;
}

.contact-page .contact-1 form .flex .wpcf7-checkbox label input:checked+span:before {
    background-color: #000;
}

.contact-page .contact-1 form .flex2 .your-phonezip input {
    padding-left: 1em;
}

.contact-page .contact-1 form .flex2 .phone {
    width: 100%;
}

.contact-page .contact-1 form .flex2 .phone input {
    padding-left: .5em;
}

.contact-page .contact-2 {
    padding: 110px 0;
}

.contact-page .contact-2 .left {
    width: 60%;
    padding-right: 60px;
}

.contact-page .contact-2 .left .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    margin: 8px 0 42px;
}

.contact-page .contact-2 .left .content .box:first-child {
    margin-bottom: 50px;
}

.contact-page .contact-2 .left .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
}

.contact-page .contact-2 .left .content ul {
    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;
}

.contact-page .contact-2 .left .content ul li {
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    width: 50%;
    margin-bottom: 16px;
}

.contact-page .contact-2 .left .content ul li.add {
    width: 100%;
}

.contact-page .contact-2 .right {
    width: 40%;
}

.contact-page .contact-2 .right img {
    display: block;
    margin-left: auto;
}

.gallery-page {
    padding: 138px 0 110px;
}

.gallery-page ul {
    margin: -55px -15px;
}

.gallery-page ul li {
    padding: 55px 15px;
}

.gallery-page ul li .img-box {
    position: relative;
}

.gallery-page ul li .img-box h5 {
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 90%;
    margin: auto;
    -webkit-transform: translate(-50%, 100px);
    -moz-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
}

.gallery-page ul li:hover h5 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*-- Page-banner Style --*/
.page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.page-banner .title {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: .4rem;
    color: #111;
}

.page-banner .title.color-yellow {
    color: #f9be00;
}

.page-banner .title.style-border {
    padding: .1875rem .125rem;
    border: 10px solid #f9be00
}

/*-- Carousel Styles --*/
.carousel-style1 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 515px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-style1 .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-style1 .item .title {
    position: relative;
    color: #fff;
    z-index: 2;
}

.carousel-style1 .owl-item {
    transform: scale(.8);
}

.carousel-style1 .center {
    transform: scale(1);
}

.carousel-style2 .owl-stage-outer {
    position: relative;
    z-index: 3;
}

.carousel-style2 img {
    background: #fff;
}

.carousel-style2 {
    position: relative;
}

.carousel-style2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.carousel-style2 .owl-nav button.owl-prev {
    position: absolute;
    left: -.4rem;
    background: url(../images/icon-arrow-style1-left.svg) center center no-repeat;
    width: 15px;
    height: 23px;
}

.carousel-style2 .owl-nav button.owl-next {
    position: absolute;
    right: -.4rem;
    background: url(../images/icon-arrow-style1-right.svg) center center no-repeat;
    width: 15px;
    height: 23px;
}

.carousel-style2 .owl-nav button.owl-prev span,
.carousel-style2 .owl-nav button.owl-next span {
    display: none;
}

.carousel.support {
    position: relative
}

.carousel.support .carousel-item {
    /*background-size: 68%;
    background-position: left center;
    background-repeat: no-repeat;*/
    justify-content: flex-end;
    position: relative;
}

.carousel.support .carousel-item-next,
.carousel.support .carousel-item-prev,
.carousel.support .carousel-item.active {
    display: flex;
}

.carousel.support .carousel-item .image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.carousel.support .carousel-item .content {
    padding: .28125rem 18% .28125rem .3125rem;
    min-height: 3rem;
    width: 40%;
    position: relative;
    z-index: 5;
}

.carousel.support .carousel-item .content .title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
}

.carousel-indicators.style-yellow .item,
.style-yellow .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #6b6b6b;
    display: inline-block;
}

.style-yellow .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.style-yellow .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}

.carousel-indicators.style-yellow .item:hover,
.carousel-indicators.style-yellow .item.active,
.style-yellow .owl-dot:hover span,
.style-yellow .owl-dot.active span {
    background-color: #f9be00;
}

#carousel-advantage .carousel-indicators {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: .1rem;
}

#carousel-advantage .carousel-indicators .item {
    margin-left: 10px;
}

#carousel-support .carousel-indicators {
    position: absolute;
    display: inline-block;
    margin: 0;
    right: 0;
    left: auto;
    bottom: 35px;
    margin-right: 20%;
}

#carousel-support .carousel-indicators .item {
    margin-left: 12px;
}

.style-center-big {
    height: auto;
    transform: translateY(56px);
}

.style-center-big .swiper-wrapper {
    height: auto;
}

.style-center-big .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    height: auto;
}

.style-center-big .swiper-slide-active {
    z-index: 20;
    border: 36px solid #f9be00;
}

.style-center-big .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}

/*.style-center-big .swiper-slide .overlay {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
  }
  .style-center-big .swiper-slide-active .overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 36px solid #f9be00;
    top: 0;
    left: 0;
    position: absolute;
  }*/
.style-center-big .swiper-slide .title {
    position: absolute;
    z-index: 5;
    text-align: center;
}

.style-center-big .swiper-slide-prev {
    left: 3.5%;
}

.style-center-big .swiper-slide-next {
    right: 3.5%;
}

.style-center-big .swiper-slide .image-wrapper:before {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, .35);
}

.style-center-big .swiper-slide-active .image-wrapper:after {
    content: "";
    width: 100%;
    border: 36px solid #f9be00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.style-center-big .swiper-slide .image {
    width: 100%;
}

.style-center-big .swiper-slide-active .image {
    box-sizing: border-box;
}

.style-center-big .swiper-button-prev,
.style-center-big .swiper-button-next {
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(249, 190, 0, 0.8);
}

.style-center-big .swiper-button-prev {
    left: 25%;
}

.style-center-big .swiper-button-next {
    right: 25%;
}

.style-center-big .swiper-button-next:after,
.style-center-big .swiper-button-prev:after {
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 100%
}

/*-- TwentyTwenty Style --*/
.style-custom .twentytwenty-handle:before,
.style-custom .twentytwenty-handle:after,
.style-custom .twentytwenty-overlay {
    display: none;
}

.style-custom .twentytwenty-handle {
    border: none;
    background: #f9be00;
    box-shadow: none;
}

.style-custom .twentytwenty-left-arrow,
.style-custom .twentytwenty-right-arrow,
.style-custom .twentytwenty-up-arrow,
.style-custom .twentytwenty-down-arrow {
    border: 4px inset transparent;
}

.style-custom .twentytwenty-left-arrow,
.style-custom .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -4px;
}

.style-custom .twentytwenty-left-arrow {
    margin-left: -10px;
    border-right: 4px solid white;
}

.style-custom .twentytwenty-right-arrow {
    margin-right: -10px;
    border-left: 4px solid white;
}

.style-custom.twentytwenty-container img {
    width: 100%;
}

.color-yellow {
    color: #f9be00;
}

.text-center {
    text-align: center !important;
}



.bg-gray2 {
    background-color: #717171;
}

.twentytwentyBox {
    margin: -10px;
}

.twentytwentyBox>* {
    padding: 10px;
}

.color-white {
    color: white;
}

.owl-carousel a {
    padding: 0 10px;
}

.img-box:hover img {
    transform: scale(1);
}

.gallery-page ul li .img-box h6 {
    font-size: 18px;
    margin: .5em 0;
    font-weight: bold;
}

.faq-page ul li {
    padding: 20px 0;
    border-bottom: 1px #eee dashed;
}

.faq-page ul li h4 {
    font-weight: bold;
    margin-bottom: 1em;
}

.catBox {
    display: flex;
    margin-bottom: 3em;
    font-size: 16px;
    gap: .5em;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.catBox a {
    padding: .5em 1em;
    border: 1px solid #eee;
    transition: .5s;
}

.catBox a:hover,
.catBox a.active {
    background-color: #666;
    color: white;
}
.catBox.application {
	flex-wrap:nowrap;
}
.catBox.application a {
	width:100%;
	text-align:center;
/* 	display: flex; */
   flex-direction: column;
   justify-content: space-between;
}
.catBox.application a img {
	max-height:60px;
	display:block;
	margin:0 auto 1em;
}
.catBox.application a.active,
.catBox.application a:hover{
	background-color:#f08300;
	color:white;
}
.catBox.application a.active img,
.catBox.application a:hover img{
	filter:brightness(0) invert(1);
}


/*inner page*/
.inner-banner {
    /*   height: 300px; */
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}

.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}

.inner-banner .box h2 em {
    color: #f08300;
}

.inner-banner::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.mbx {
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
}

.inner-page span.h2 {
    font-size: 36px;
    color: #4f4d4d;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.about2-page .about-1 {
    padding: 80px 0 8%;
  background: url(/wp-content/uploads/2025/06/about-1.jpg) bottom right no-repeat;
    background-size: 45% auto;
}

.about2-page .about-1 .text {
    width: 50%;
}

.about2-page .about-1 .text span.h3 {
    font-size: 36px;
}

.about2-page .about-1 .text span.h3 em {
    color: #f08300;
}

.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-weight: 700;
    max-width: 24em;
}

.about2-page .about-1 .text .con {
    font-size: 18px;
    line-height: 2;
    margin-top: 2em;
}

.about2-page .about-1 .list {
    margin-top: 35px;
    max-width: 80%;
    margin-right: auto;
    display: block;
}

.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: bold;
    color: #f08300;
    line-height: 1;
    display: block;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: 0.1em;
}

.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: 0.8;
    display: block;
}

.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}

.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

.about2-page .about-3 {
    padding: 90px 0;
}

.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}

.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}

.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.about2-page .about-3 .right span.h2:before {
    content: "";
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: 0.5em;
}

.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: #f08300;
    color: white;
}

.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}

.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}

.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}

.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: 0.5s;
    display: inline-block;
}

.about2-page .about-4 .right a.more:hover {
    background-color: black;
}

.about2-page .about-5 {
    padding: 80px 0 120px;
}

.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}

.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}

.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}

.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}

.about2-page .about-5 .right ul {
    margin: -25px;
}

.about2-page .about-5 .right ul li {
    padding: 25px;
}

.about2-page .about-5 .right ul li img {
    width: 100%;
}

.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0.5em;
}

.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}

.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}

.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}

.about2-page .about-6 .box .right {
    width: 23.5%;
}

.about2-page .about-6 .box img {
    width: 100%;
}

.about2-page .about-6 .box .right ul {
    margin: -10px;
}

.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.index_title .box .left {
    font-size: 8px;
    font-weight: 700;
}

.index_title .box .biaoti {
    font-size: 11.2px;
    color: #666;
    margin-top: 8px;
}

.index_link a {
    font-size: 16px;
    display: block;
    width: 160px;
    line-height: 55px;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative;
}

.index_link a img {
    margin-left: 10px;
    position: relative;
    transition: 0.4s;
    right: 0;
}

.index_link a:hover img {
    right: -16px;
}

.index_link p {
    font-size: 16px;
    display: block;
    width: 160px;
    line-height: 55px;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative;
}

.index_link p img {
    margin-left: 10px;
    position: relative;
    transition: 0.4s;
    right: 0;
}

.index_link p:hover img {
    right: -16px;
}

.p98 {
    padding-top: 98px;
}

.case_three .box ul li .content3 {
    font-size: 22.4px;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product2-page {
    padding: 50px 0;
    background-color: #fbfbfb;
}

.inner-page.product2-page.product3-page.mulu .side_nav {
    text-align: center;
    margin-bottom: 25px;
}

.inner-page.product2-page.product3-page.mulu .side_nav span {
    margin: 5px 35px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

.inner-page.product2-page.product3-page.mulu {
    padding: 70px 0 0;
}

.pro-list-yd ul.fenlei li .yd-maintop {
    display: flex;
    align-items: center;
    align-content: center;
    background: #fff;
}

.pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 50%;
    padding-right: 70px;
    padding-left: 60px;
}

.pro-list-yd .hezi {
    padding: 10px;
    background: #f0f0f0;
}

.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
    margin-top: 20px;
}

.pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 50%;
}

.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 18px;
}

.pro-list-yd ul.fenlei li .yd-maintop .right img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.yd-mainbottom ul li {
    width: 25%;
    padding: 10px;
    text-align: center;
}

.yd-mainbottom ul li a {
    display: block;
}

.yd-mainbottom ul li .cp-dd {
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
}

.yd-mainbottom ul li .cp-dd .text {
    background: #f0f0f0;
    padding: 10px;
    font-size: 16px;
    height: 68px;
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
    max-height: 300px;
    overflow: overlay;
}

.yd-mainbottom {
    margin-top: 50px;
}

.inner-page.prodet2-page .prodet-22 .right .faq-box ul.animate-father {
    max-height: 350px;
    overflow: overlay;
}

.prodet2-page .prodet-1 .left .big {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%);
}

.prodet2-page .prodet-1 .left .proview-img {
    margin-top: 10px;
}

.prodet2-page .prodet-1 .left .proview-img img {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%);
}

.inner-page.product2-page.product3-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
    background: url(../images/nbg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

li.dabeijing {
    padding: 50px;
}

.yd-mainbottom ul li .cp-dd .cp-img {
    background: #fff;
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 20.8px;
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.inner-page.product2-page.product3-page.mulu .side_nav a.list:hover:after {
    width: 100%;
}

.product3-page .product-list ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 0.5s ease;
}

.yd-mainbottom .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center rgba(255, 255, 255, 0);
    left: -55px;
}

.yd-mainbottom .slick-next {
    background: url("../images/inner-r.png") no-repeat center center rgba(255, 255, 255, 0);
    right: -55px;
}

.yd-mainbottom .slick-arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 101px;
    border-radius: 5px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transform: translateY(-50%);
    transition: 0.5s;
}

@media screen and (max-width: 1440px) {
    .yd-mainbottom ul li .cp-dd .text {
        height: 90px;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 0 40px;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 0 30px;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 36px;
    }

    .yd-mainbottom .slick-prev {
        left: -20px;
    }

    .yd-mainbottom .slick-next {
        right: -20px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner .box h2 {
        display: none !important;
    }

    .inner-page.product2-page.product3-page.mulu {
        padding: 60px 0 0;
    }

    .pro-list-yd ul.fenlei li .yd-maintop {
        display: block;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        width: 100%;
        padding: 20px;
    }

    .i-title {
        font-size: 26px !important;
        line-height: 1.4 !important;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right img {
        height: auto;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left {
        padding: 20px 15px;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .right {
        padding: 0 15px;
    }

    .pro-list-yd ul.fenlei li .yd-maintop .left p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.inner-page .sideBox .sidebar-left {
    width: 25%;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
    font-size: 28px;

    line-height: 1.8;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
}

.inner-page .sideBox .sidebar-left .inner .inner-search {
    margin-bottom: 3.2px;
    margin: 20px 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555;
    font-weight: 200;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search-icon.png) no-repeat center center #f08300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat {
    margin-bottom: 11.2px;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
    padding: 4px 0;
    font-size: 18px;
    position: relative;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    /*     line-height: 2 */
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul {
    margin-top: 16px;
    padding-left: 1em;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul li {
    font-size: 16px;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
    padding-right: 20px;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
    color: #aaa;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
    color: #f08300;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active {
    color: #f08300;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
    padding-top: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
    padding-bottom: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent {
    margin-bottom: 3.2px;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
    padding: 12px 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
    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;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 16px;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6.4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--primary);
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: var(--primary);
    display: block;
    font-size: 14px;
    line-height: 1;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact {
    background: url(../images/pro-011.jpg) no-repeat center center;
    padding: 172px 32px 44px;
    color: #fff;
    background-size: cover;
    position: relative;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 17.6px;
    text-transform: capitalize;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 14px;
    color: var(--primary);
    text-transform: capitalize;
    background: #fff;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 20.8px;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
    color: #fff;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover:after {
    width: 100%;
}

.inner-page .sideBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 74px;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: "";
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}

.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}

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

    .inner-page .sideBox .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
}

.product3-page {
    padding: 8px 0 8px;
}

.product3-page .product-list ul {
    
    margin: -15px;
	width:100%;
}
.product3-page .product-list ul .slick-list{
width:100%;
}
.product3-page .product-list ul li {
    padding: 15px;
}

.product3-page .product-list ul li .img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.product3-page .product-list ul li.wid-100 {
    width: 100%;
}

.product3-page .product-list ul li .pro-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.product3-page .product-list ul li .pro-box .imgbox {
    position: relative;
    background: #fff;
}

.product3-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product3-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.product3-page .product-list ul li .pro-box:hover:after {
    bottom: 0;
    background: #46696b;
}

.product3-page .product-list ul li .pro-box:after {
    content: none;
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product3-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 1.6px 0 0;
    line-height: 2;
    overflow-y: auto;
}

.product3-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 20.8px;
}

.product3-page .product-list ul li .pro-box .btm a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.product3-page .product-list ul li .pro-box .btm a:hover:after {
    width: 100%;
}

.product3-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}

.product3-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
    overflow-y: auto;
    max-height: 145px;
    margin-top: 10px;
}

.prodet2-page .product-2 .content img {
    padding-bottom: 10px;
}

.product3-page .product-list ul li .pro-box:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product3-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product3-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.product3-page .product-list ul li .pro-box h5:hover {
    color: var(--primary);
}

.product3-page .product-list ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product3-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 4px;
}

.product3-page .product-list ul li .pro-box .text {
    padding: 0 30px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
}

.product3-page .product-list ul li .pro-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.product3-page .product-list ul li .pro-box .text p strong {
    color: #000;
}

.product3-page .product-list ul li .pro-box .btm {
    padding: 30px 0 0;
}

.product3-page .product-list ul li .pro-box .btm .tupianji {
    margin: -5px;
}

.product3-page .product-list ul li .pro-box .btm .tupianji .item {
    padding: 5px;
    width: 20%;
}

.product3-page .product-list ul li .pro-box .more {
    display: inline-block;
    padding: 12px 22px 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product3-page .product-list ul li .pro-box .more:hover {
    background: #46696b;
}

.product3-page .product-list ul li .pro-box .more i {
    margin-left: 19.2px;
    font-size: 12px;
}

.inner-page.product3-page p {
    color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product3-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product3-page .product-list ul li .pro-box .btm ul li {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px;
}

.product3-page .product-list ul li .pro-box .btm ul li .coloritem {
    width: 25px;
    height: 25px;
    display: block;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}

.product3-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}

.product3-page .product-list ul li .pro-box h5 a {
    text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
    .product3-page .product-list ul li {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .product3-page .product-list ul li .pro-box .text {
        padding: 0 15px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .product3-page .product-list ul li {
        width: 100% !important;
    }
}

.prodet-page .det-1 {
    padding: 50px 0;
    background-color: #f1f1f1;
}

.prodet-page .det-1 .grid-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1;
}

.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
}

.prodet-page .det-1 .grid-box .gallery {
    margin-top: 10px;
    text-align: left;
    position: relative;
}

.prodet-page .det-1 .grid-box .gallery .plays {
    position: absolute;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}

.prodet-page .det-1 .grid-box .gallery .plays img {
    max-width: 60px;
}

.prodet-page .det-1 .grid-box .gallery .slick-track {
    margin-left: 0;
}

.prodet-page .det-1 .grid-box .gallery ul {
    margin: 0 -5px;
}

.prodet-page .det-1 .grid-box .gallery ul li {
    padding: 0 5px;
}

.prodet-page .det-1 .grid-box .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1;
}

.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px;
}

.prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1.3;
}

.prodet-page .det-1 .grid-box .right .text h6 {
    font-size: 24px;
    text-transform: ca;
    color: #f08300;
    font-weight: 700;
    line-height: 1.3;
}

.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 18px;
    color: #616161;
    line-height: 2;
    max-height: 225px;
    overflow-y: scroll;
}

.prodet-page .det-1 .grid-box .right .text .con span {
    font-weight: 700;
}

.prodet-page .det-1 .grid-box .right .text .share {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.prodet-page .det-1 .grid-box .right .text .share h5 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
}

.prodet-page .det-1 .grid-box .right .text .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.prodet-page .det-1 .grid-box .right .text .share .icon {
    display: flex;
    justify-content: center;
    margin-left: 15px;
}

.prodet-page .det-1 .grid-box .right .text .share .icon a {
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: 0.5s;
}

.prodet-page .det-1 .grid-box .right .text .share .icon a:hover {
    background: #f08300;
    border: 1px solid #f08300;
}

.prodet-page .det-1 .grid-box .right .text .mores {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 40px;

}

.prodet-page .det-1 .grid-box .right .text .mores .fl {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}

.prodet-page .det-1 .grid-box .right .text .mores>a {
    margin: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #f08300;
    color: #1c1c1c;
    padding: 11px 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 2;
    margin-top: 20px;

}


.prodet-page .det-1 .grid-box .right .text .mores>a:hover {
    color: #fff;
    background-color: #f08300;
}

.prodet-page .det-1 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.prodet-page .det-1 .slick-arrow:hover {
    background-color: #f08300;
}

.prodet-page .det-1 .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.prodet-page .det-1 .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 5px;
}

.prodet-page .det-1 .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 5px;
}

.prodet-page .det-2 {
    margin-top: 60px;
}

.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px;
}

.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 2;
}

.prodet-page .det-2 .tabs ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0;
    background-color: #f08300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.prodet-page .det-2 .tabs ul li a:hover {
    color: #f08300;
}

.prodet-page .det-2 .tabs ul li.active a {
    color: #f08300;
}

.prodet-page .det-2 .tabs ul li.active a:after {
    width: 100%;
}

.prodet-page .det-2 .related {
    margin-top: 19px;
}

.prodet-page .det-2 .related ul li.active {
    display: block;
}

.prodet-page .det-2 .related ul li .con {
    font-size: 18px;
    color: #000;
    line-height: 2;
}

.prodet-page .det-2 .related ul li .con table td {
    border: none;
	vertical-align:top;
}

.prodet-page .det-2 .related ul li .con video {
    max-width: 100%;
    max-height: 80vh;
}

.prodet-page .det-2 .related ul li .con strong {
    font-weight: 700;
}

.prodet-page .det-2 .related ul li .con-img {
    display: flex;
    margin: 0 -10px;
}

.prodet-page .det-2 .related ul li .con-img img {
    display: inline-block;
    padding: 0 10px;
    width: 33.3333%;
}

.prodet-page .det-3 {
    margin-top: 60px;
}

.prodet-page .det-3 .title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-3 .title h3 span {
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 39px;
    line-height: 2;
}

.prodet-page .det-3 .title h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: #f08300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
    position: relative;
}

.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}

.prodet-page .det-3 .det-3-box ul li .ig {
    display: block;
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #f08300;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -ms-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 0;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 12.5px;
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: #f08300;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: #f08300;
}

.prodet-page .det-3 .det-3-box ul .slick-arrow {
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: -40px;
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: -40px;
}

.prodet-page .form ul {
    margin: -10px;
}

.prodet-page .form ul li {
    padding: 10px;
}

.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
    border-color: #f08300;
}

.prodet-page .form ul li textarea {
    height: 120px;
}

.prodet-page .form ul li input[type="submit"] {
    padding: 12px;
    max-width: 180px;
    border-color: #000;
    background-color: transparent;
    font-weight: 700;
}

.prodet-page .form ul li input[type="submit"]:hover {
    color: #fff;
    background-color: #f08300;
    border-color: #f08300;
}

.prodet-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1430px) {
    .prodet-page .det-1 .grid-box .right .text .mores .fl {
        float: none;
    }

    .prodet-page .det-1 .grid-box .right .text .mores>a {
        float: none;
    }

    .prodet-page .det-1 .grid-box .right .text h6 {
        font-size: 20px;
    }

    .prodet-page .det-1 .grid-box .right .text h1 {
        font-size: 30px;
    }

    .prodet-page .det-1 .grid-box .right .text .con {
        font-size: 16px;
    }

    .prodet-page .det-2 .related ul li .con {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px;
    }

    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }

    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .prodet-page .det-1 .grid-box .right .text .mores {
        position: relative;
        left: 0;
        width: 100%;
    }

    .prodet-page .det-1 .grid-box .right .text h6 {
        font-size: 16px;
    }

    .prodet-page .det-1 .grid-box .right .text h1 {
        font-size: 24px;
    }

    .prodet-page .det-3 .title h3 span {
        font-size: 24px;
    }

    .prodet-page .det-1 .grid-box .right .text .share h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .prodet-page .det-2 .tabs ul {
        border: none;
    }

    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
    }

    .prodet-page .det-2 .tabs ul li a {
        display: block;
        font-size: 20px;
    }

    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px;
    }

    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px;
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
        left: 0;
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
        right: 0;
    }

    .prodet-page .form ul li input,
    .prodet-page .form ul li textarea {
        padding: 5px;
    }
}

.seoPublic {
    word-break: break-word;
}

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

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

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

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

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

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

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

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

.seoPublic .Auxil-about .box .right .text {
    font-size: 18px;
    font-weight: 400;
    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;
    font-weight: 600;
    line-height: 40px;
    min-height: 4em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #f08300;
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #f08300;
    color: #f08300;
}

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

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

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

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #f08300;
}

.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: #f08300;
    color: #f5f5f5;
    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: 0 0 !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.seoPublic .Auxil-through a:hover {
    background: #f08300;
    color: #fff;
}

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #f08300;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: 0.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 #f08300;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #f08300;
}

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: #fff;
    background: #f08300;
}

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

    .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-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-news .list ul li .content p {
        font-size: 14px;
        line-height: 28px;
    }

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

    .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;
        line-height: 44px;
/*         margin-bottom: 1em; */
    }

    #cp-Nav {
        display: block;
        padding: 10px 0;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: 700;
        padding: 8px 10px;
        background: #f08300;
        border-radius: 5px;
        color: #fff;
    }

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

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

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

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

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        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;
    }
}

.m-page {
    margin-top: 70px;
    text-align: center;
}

.m-page span,
.m-page a {
    font-size: 22px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.75;
    font-weight: 300;
    margin: 0 10px;
    position: relative;
}

.m-page span:after,
.m-page a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #006835;
    -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%);
}

.m-page span {
    color: #006835;
    opacity: 1;
}

.m-page span:after {
    width: 100%;
}

.image-gallery li {
    padding: 0;
}

.image-gallery li i,
.image-gallery li span {
    display: none !important;
}

/* news */
.news-page {
    padding: 60px 0;
}

.inner-page .sidebar-box .sidebar-left {
    width: 20%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
	 margin-top: 90px;
}

.inner-page .sidebar-box .sidebar-right {
    width: 80%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--primary);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 1000px) {
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-right: 0;
    }

    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }

    .jianfengyj,
    .Auxil-industry,
    .Auxil-about {
        display: none !important;
    }
	.page-banner .title{
		font-size:30px;
	}
}

.list.newsList ul li {
    padding: 90px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
    background-color: #f08300;
    color: white;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
    display: flex;
}

.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}

.list.newsList ul li .content .right h3 a {
    font-weight: 700;
    color: #000;
}

.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}

.list.newsList ul li .content .right p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.list.newsList ul li .content .right a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    transition: all 0.5s ease;
    text-transform: capitalize;
    line-height: 1.5;
}

@media screen and (max-width: 1000px) {
    .list.newsList ul li {
        padding: 15px;
    }

    .list.newsList ul li .content .right {
        margin-left: 20px;
        padding-left: 20px;
    }

    .list.newsList ul li .content .left.txt-center span {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.newdet-content .category {
    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: 15px;
}

.newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
    border: 1px solid var(--primary);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.newdet-content .category a:hover {
    background: var(--primary);
    color: #fff;
}

.newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}

.newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.newdet-content .category .time span {
    color: #000;
    margin-left: 10px;
}

.newdet-content h1.n-title {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.5;
}

.newdet-content .content {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}

.newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.newdet-content .content .icon a:hover {
    color: var(--primary);
}

.newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    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;
    font-size: 14px;
}

.newdet-content .m-link a {
    width: 50%;
    padding: 35px 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;
}

.newdet-content .m-link a .r-img {
    margin-right: 20px;
}

.newdet-content .m-link a .r-img img {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

.newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}

.newdet-content .m-link a .r-text p:hover {
    color: var(--primary);
}

.newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.newdet-content .m-link a:first-child {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}

.newdet-content .m-link a:last-child {
    padding-left: 30px;
}

.newdet-content .n-form {
    margin-top: 60px;
}

.newdet-content .n-form .text h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.newdet-content .n-form .text p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 30px;
}

.newdet-content .n-form .text p span {
    color: var(--primary);
}

.newdet-content .n-form form span.span {
    font-size: 14px;
    display: inline-block;
    color: #555;
    margin-bottom: 25px;
}

.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
    width: 30%;
    height: 54px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 30px;
}

.newdet-content .n-form form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.newdet-content .n-form form .n-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newdet-content .n-form form p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 45px;
}

.newdet-content .n-form form button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    border: none;
}

.newdet-content .n-form form button:hover::after {
    width: 100%;
}

.newdet-content .n-form form button span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}

.newdet-content .n-form form button::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.newdet-content .content p {
    padding: 15px 0;
    color: #000;
}

.newdet-content .content h2 {
    font-size: 24px;
    color: #000;
}

@media screen and (max-width: 1000px) {
    .newdet-content {
        padding-right: 0;
    }

    .newdet-content .content {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .newdet-content .m-link {
        display: block;
    }

    .newdet-content .m-link a {
        width: 100%;
        padding: 10px 0;
    }

    .newdet-content .m-link a.right {
        padding-left: 0;
    }

    .newdet-content .n-form form textarea,
    .newdet-content .n-form form input[type="text"] {
        width: 100%;
    }

    .newdet-content h1.n-title {
        font-size: 24px;
    }
}

.contact-page {
    padding-top: 138px;
}

.contact-page .title {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
}

.contact-page .contact-1 form .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 form .flex>* {
    width: 46%;
}

.contact-page .contact-1 form input {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid black;
    height: 63px;
    margin-bottom: 30px;
}

.contact-page .contact-1 form .p {
    width: 100%;
    font-size: 16px;
    opacity: 0.6;
    margin-bottom: 10px;
}

.your-message,
.textarea {
    width: 100% !important;
}

.email-wrap {
    display: none !important;
}

.contact-page .contact-1 form textarea {
    width: 100%;
    height: 177px;
    font-size: 20px;
    padding: 25px 20px;
}

.contact-page .contact-1 form input[type="submit"] {
    background: #f08300;
    color: white;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.contact-page .contact-1 form input[type="submit"]:hover {
    background: black;
}

.contact-page .contact-2 {
    padding: 110px 0;
}

.contact-page .contact-2 .left {
    width: 60%;
    padding-right: 60px;
}

.contact-page .contact-2 .left .text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin: 8px 0 42px;
}

.contact-page .contact-2 .left .content .box:first-child {
    margin-bottom: 50px;
}

.contact-page .contact-2 .left .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
}

.contact-page .contact-2 .left .content ul {
    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;
}

.contact-page .contact-2 .left .content ul li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    width: 50%;
    margin-bottom: 16px;
}

.contact-page .contact-2 .left .content ul li.add {
    width: 100%;
}

.contact-page .contact-2 .right {
    width: 40%;
}

.contact-page .contact-2 .right img {
    display: block;
    margin-left: auto;
}

.gallery-page {
    padding: 138px 0 110px;
}

.gallery-page ul {
    margin: -55px -15px;
}

.gallery-page ul li {
    padding: 55px 15px;
}

.gallery-page ul li .img-box {
    position: relative;
}

.gallery-page ul li .img-box h5 {
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 90%;
    margin: auto;
    -webkit-transform: translate(-50%, 100px);
    -moz-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
}

.gallery-page ul li:hover h5 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*-- Page-banner Style --*/
.page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.page-banner .title {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #111;
}

.page-banner .title.color-yellow {
    color: #f9be00;
}

.page-banner .title.style-border {
    padding: 3px 2px;
    border: 10px solid #f9be00;
}

/*-- Carousel Styles --*/
.carousel-style1 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 515px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-style1 .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-style1 .item .title {
    position: relative;
    color: #fff;
    z-index: 2;
}

.carousel-style1 .owl-item {
    transform: scale(0.8);
}

.carousel-style1 .center {
    transform: scale(1);
}

.carousel-style2 .owl-stage-outer {
    position: relative;
    z-index: 3;
}

.carousel-style2 {
    position: relative;
}

.carousel-style2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.carousel-style2 .owl-nav button.owl-prev {
    position: absolute;
    left: -6.4px;
    background: url(../images/icon-arrow-style1-left.svg) center center no-repeat;
    width: 15px;
    height: 23px;
}

.carousel-style2 .owl-nav button.owl-next {
    position: absolute;
    right: -6.4px;
    background: url(../images/icon-arrow-style1-right.svg) center center no-repeat;
    width: 15px;
    height: 23px;
}

.carousel-style2 .owl-nav button.owl-prev span,
.carousel-style2 .owl-nav button.owl-next span {
    display: none;
}

.carousel.support {
    position: relative;
}

.carousel.support .carousel-item {
    /*background-size: 68%;
        background-position: left center;
        background-repeat: no-repeat;*/
    justify-content: flex-end;
    position: relative;
}

.carousel.support .carousel-item-next,
.carousel.support .carousel-item-prev,
.carousel.support .carousel-item.active {
    display: flex;
}

.carousel.support .carousel-item .image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel.support .carousel-item .content {
    padding: 4.5px 18% 4.5px 5px;
    min-height: 48px;
    width: 40%;
    position: relative;
    z-index: 5;
}

.carousel.support .carousel-item .content .title {
    font-size: 34px;
    margin-bottom: 40px;
}

.carousel-indicators.style-yellow .item,
.style-yellow .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #6b6b6b;
    display: inline-block;
}

.style-yellow .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.style-yellow .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}

.carousel-indicators.style-yellow .item:hover,
.carousel-indicators.style-yellow .item.active,
.style-yellow .owl-dot:hover span,
.style-yellow .owl-dot.active span {
    background-color: #f9be00;
}

#carousel-advantage .carousel-indicators {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 1.6px;
}

#carousel-advantage .carousel-indicators .item {
    margin-left: 10px;
}

#carousel-support .carousel-indicators {
    position: absolute;
    display: inline-block;
    margin: 0;
    right: 0;
    left: auto;
    bottom: 35px;
    margin-right: 20%;
}

#carousel-support .carousel-indicators .item {
    margin-left: 12px;
}

.style-center-big {
    height: auto;
    transform: translateY(56px);
}

.style-center-big .swiper-wrapper {
    height: auto;
}

.style-center-big .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    height: auto;
}

.style-center-big .swiper-slide-active {
    z-index: 20;
    border: 36px solid #f9be00;
}

.style-center-big .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}

/*.style-center-big .swiper-slide .overlay {
        position: absolute;
        top: 0;
        height: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .35);
      }
      .style-center-big .swiper-slide-active .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 36px solid #f9be00;
        top: 0;
        left: 0;
        position: absolute;
      }*/
.style-center-big .swiper-slide .title {
    position: absolute;
    z-index: 5;
    text-align: center;
}

.style-center-big .swiper-slide-prev {
    left: 3.5%;
}

.style-center-big .swiper-slide-next {
    right: 3.5%;
}

.style-center-big .swiper-slide .image-wrapper:before {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.style-center-big .swiper-slide-active .image-wrapper:after {
    content: "";
    width: 100%;
    border: 36px solid #f9be00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.style-center-big .swiper-slide .image {
    width: 100%;
}

.style-center-big .swiper-slide-active .image {
    box-sizing: border-box;
}

.style-center-big .swiper-button-prev,
.style-center-big .swiper-button-next {
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(249, 190, 0, 0.8);
}

.style-center-big .swiper-button-prev {
    left: 25%;
}

.style-center-big .swiper-button-next {
    right: 25%;
}

.style-center-big .swiper-button-next:after,
.style-center-big .swiper-button-prev:after {
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

/*-- TwentyTwenty Style --*/
.style-custom .twentytwenty-handle:before,
.style-custom .twentytwenty-handle:after,
.style-custom .twentytwenty-overlay {
    display: none;
}

.style-custom .twentytwenty-handle {
    border: none;
    background: #f9be00;
    box-shadow: none;
}

.style-custom .twentytwenty-left-arrow,
.style-custom .twentytwenty-right-arrow,
.style-custom .twentytwenty-up-arrow,
.style-custom .twentytwenty-down-arrow {
    border: 4px inset transparent;
}

.style-custom .twentytwenty-left-arrow,
.style-custom .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -4px;
}

.style-custom .twentytwenty-left-arrow {
    margin-left: -10px;
    border-right: 4px solid white;
}

.style-custom .twentytwenty-right-arrow {
    margin-right: -10px;
    border-left: 4px solid white;
}

.style-custom.twentytwenty-container img {
    width: 100%;
}

.color-yellow {
    color: #f9be00;
}

.text-center {
    text-align: center !important;
}

.fs-34 {
    font-size: 4.8px;
}

.bg-gray2 {
    background-color: #717171;
}

.twentytwentyBox {
    margin: -10px;
}

.twentytwentyBox>* {
    padding: 10px;
}

.color-white {
    color: white;
}

.owl-carousel a {
    padding: 0 10px;
}

.img-box:hover img {
    transform: scale(1);
}

.gallery-page ul li .img-box h6 {
    font-size: 18px;
    margin: 0.5em 0;
    font-weight: bold;
}

.faq-page ul li {
    padding: 20px 0;
    border-bottom: 1px #eee dashed;
}

.faq-page ul li h4 {
    font-weight: bold;
    margin-bottom: 1em;
}

.catBox {
    display: flex;
    margin-bottom: 3em;
    font-size: 16px;
    gap: 0.5em;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.catBox a {
    padding: 0.5em 1em;
    border: 1px solid #eee;
    transition: 0.5s;
}

.catBox a:hover,
.catBox a.active {
    background-color: #666;
    color: white;
}

.rn_about2 {
    background: #f8f8f8
}

.rn_about2>.box .boxLeft {
    width: 34rem
}

.rn_about2>.box .boxLeft .content1 {
    font-size: 1.25rem;
    color: #666;
    margin-top: 1.375rem
}

.rn_about2>.box .boxLeft .content2 {
    font-size: 6.75rem;
    color: #999;
    margin-top: 10rem
}

.rn_about2>.box .boxRight {
    position: relative;
    width: calc(100% - 34rem);
    box-sizing: border-box;
    padding-right: 18rem
}

.rn_about2>.box .boxRight .banner .swiper-container {
    height: 35.5rem
}

.rn_about2>.box .boxRight .banner .swiper-slide .item {
    height: 35.5rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
    width: 1px;
    height: 2px
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0, 0, 0, .5)
}

.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, .1)
}

.rn_about2>.box .boxRight .banner .swiper-slide div h5 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 700;
    margin: 1rem 0
}

.rn_about2>.box .boxRight .banner .swiper-slide div p {
    margin: 1.6rem 0;
    position: relative;
    font-size: 1rem;
    color: #666;
    line-height: 1.875rem;
    padding-left: 1.375rem
}

.rn_about2>.box .boxRight .banner .swiper-slide div p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: .75rem
}

.rn_about2>.box .boxRight .banner1 {
    position: absolute;
    right: 0;
    height: 33.125rem;
    transform: translateY(-50%);
    top: 50%
}

.rn_about2>.box .boxRight .banner1 .swiper-container {
    height: 100%;
    padding-right: 5px;
    z-index: 2
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide {
    display: flex;
    align-items: center
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item {
    font-size: 1rem;
    color: #999;
    cursor: pointer
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9182d;
    position: relative;
    top: -3px;
    margin-left: .8125rem;
    opacity: 0;
    transition: .4s
}

.rn_about2>.box .boxRight .banner1 .swiper-container .item font {
    display: inline-block;
    width: 80px;
    text-align: right;
    transition: .4s
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font {
    font-size: 1.125rem;

    color: #c9182d
}

.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span {
    opacity: 1
}

.rn_about2>.box .boxRight .banner1 .xian {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    overflow: hidden
}

.rn_about2>.box .boxRight .banner1 .button p {
    right: 0;
    position: absolute
}

.rn_about2>.box .boxRight .banner1 .button p span {
    font-size: 1.125rem;
    transition: .4s;
    cursor: pointer
}

.rn_about2>.box .boxRight .banner1 .button p span:hover {
    color: #c9182d
}

.rn_about2>.box .boxRight .banner1 .button .prev {
    top: -1rem
}

.rn_about2>.box .boxRight .banner1 .button .next {
    bottom: -1rem
}

.index_title .box .left {
    font-size: 3rem
}

.index_title .box .biaoti {
    font-size: 1.25rem;
    color: #666;
    margin-top: .75rem
}

.index_link a {
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative
}

.index_link a img {
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0
}

.index_link a:hover img {
    right: -1rem
}

.index_link p {
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative
}

.index_link p img {
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0
}

.index_link p:hover img {
    right: -1rem
}

@media screen and (max-width: 1250px) {
    .rn_about2>.box .boxLeft {
        width: 384px;
    }

    .rn_about2>.box .boxRight {
        width: calc(100% - 384px);
        padding-right: 160px;
    }
}

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

@media screen and (max-width: 700px) {
    .rn_about2 {
        display: none;
    }
}

.about-41 {
    padding: 100px 0;
}

.about-41 span.h2 {
    text-align: center;
    margin-bottom: 2em;
}

.about-41 .list ul {
    margin: 0 -15px;
}

.about-41 .list ul li {
    padding: 0 15px;
}

.about-41 .list ul li span.h6 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: .5em 0 1em;
}

.about-41 .list ul li .text {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.historyArea .historyList .Txt .dots,
.historyArea .historyList .Txt {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.historyArea {
    background-color: #f6f6f6;
    padding: 100px 0;
}

@media (max-width: 1180px) {
    .historyArea {
        padding: 55px 0;
    }
}

.historyArea .titleBox {
    margin-bottom: 35px;
}

.historyArea .textEditor {
    color: #333;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
}

@media (max-width: 650px) {
    .historyArea .textEditor {
        font-size: 14px;
    }
}
.body-overflow-box .w {
    width: 1350px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
}
.historyArea .historyBox {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 50px 0;
}

.historyArea .historyBox:after,
.historyArea .historyBox:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about_arrow.png");
    width: 38px;
    height: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.historyArea .historyBox:before {
    top: 0;
}

.historyArea .historyBox:after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.historyArea .historyBox.prev:before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.historyArea .historyBox.next:after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

@media (max-width: 768px) {
    .historyArea .historyBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.historyArea .historyImgList {
    width: 260px;
}

@media (max-width: 840px) {
    .historyArea .historyImgList {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .historyArea .historyImgList {
        margin-bottom: 20px;
    }
}

.historyArea .historyImgList .historyImgItem {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .historyArea .historyImgList .historyImgItem {
        height: 100px;
    }
}

.historyArea .historyImgList .historyImgItem .Img img {
    max-width: 100%;
}

.historyArea .historyList {
    width: calc(100% - 260px);
}

@media (max-width: 840px) {
    .historyArea .historyList {
        width: calc(100% - 200px);
    }
}

@media (max-width: 768px) {
    .historyArea .historyList {
        width: 100%;
    }
}

.historyArea .historyList .historyItem  {
/*     padding: 60px 0; */
	min-height:280px;
}

@media (max-width: 1180px) {
    .historyArea .historyList .historyItem {
        padding: 35px 0;
    }
}

@media (max-width: 768px) {
    .historyArea .historyList .historyItem {
        padding: 25px 0;
    }
}

@media (max-width: 540px) {
    .historyArea .historyList .historyItem {
        padding: 15px 0;
    }
}

.historyArea .historyList .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    font-weight: bold;
}
.historyArea .historyList .Txt p{
	  font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .historyArea .historyList .Txt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.historyArea .historyList .Txt .year {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
}

@media (max-width: 840px) {
    .historyArea .historyList .Txt .year {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .historyArea .historyList .Txt .year {
        font-size: 26px;
    }
}

@media (max-width: 400px) {
    .historyArea .historyList .Txt .year {
        font-size: 24px;
    }
}

.historyArea .historyList .Txt .dots {
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    background-color: #aaa;
    border-radius: 50%;
    margin: 0 68px;
}

@media (max-width: 991px) {
    .historyArea .historyList .Txt .dots {
        margin: 0 40px;
    }
}

@media (max-width: 540px) {
    .historyArea .historyList .Txt .dots {
        margin: 0 10%;
        width: 8px;
        height: 8px;
        min-width: 8px;
    }
}

@media (max-width: 400px) {
    .historyArea .historyList .Txt .dots {
        margin: 0 5%;
    }
}

.historyArea .historyList .Txt .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
}

@media (max-width: 840px) {
    .historyArea .historyList .Txt .title {
        font-size: 20px;
    }
}

@media (max-width: 540px) {
    .historyArea .historyList .Txt .title {
        font-size: 16px;
    }
}

.historyArea .historyList .slick-current .Txt {
    color: #000;
}

.historyArea .historyList .slick-current .Txt .dots {
    background-color: #000;
}

.historyArea .btnBox {
    max-width: 200px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 650px) {
    .historyArea .btnBox {
        margin-top: 30px;
    }
}

.aboutTitle {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

@media (max-width: 991px) {
    .aboutTitle {
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .aboutTitle {
        font-size: 26px;
    }
}

.textEditor {
    clear: both;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
    image-rendering: -webkit-optimize-contrast;
}

.titleBox {
    text-align: left;
    position: relative;
    text-align: center;
}

.btnBox .btn {
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 30px;
    padding: 21px;
    color: #fff;
    font-weight: 700;
    min-width: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
}

@media (max-width: 470px) {
    .btnBox .btn {
        padding: 16px;
        min-width: 180px;
        font-size: 15px;
    }
}

.btnBox .btn span {
    display: inline-block;
    margin-left: 5px;
}

.btnBox .btn_color_main {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.btnBox .btn_color_main.animation:after {
    background-color: #f6f6f6;
}

@media (min-width: 1201px) {
    .btnBox .btn_color_main:hover {
        border-color: #f6f6f6;
        background-color: #f6f6f6;
    }
}

.btnBox .btn_color_sec {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    color: #000;
}

@media (min-width: 1201px) {
    .btnBox .btn_color_sec:hover {
        border-color: #000;
        background-color: #000;
    }
}

.btnBox .btn_color_white {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

@media (min-width: 1201px) {
    .btnBox .btn_color_white:hover {
        border-color: black;
        background-color: #000;
        color: #fff;
    }
}

.btnBox .btn_color_gray {
    border: 1px solid #bebebe;
    background-color: #cbcbcb;
    color: #fff;
}

@media (min-width: 1201px) {
    .btnBox .btn_color_gray:hover {
        border-color: #9e9e9e;
        background-color: #ababab;
    }
}

.btnBox .btn_color_darkgray {
    border: 1px solid #8d8d8d;
    background-color: #9a9a9a;
    color: #fff;
}

@media (min-width: 1201px) {
    .btnBox .btn_color_darkgray:hover {
        border-color: #6d6d6d;
        background-color: #7a7a7a;
    }
}

.btnBox .btn.animation.btn_color_main:after {
    background-color: #f6f6f6;
}

.btnBox .btn.animation.btn_color_sec:after {
    background-color: #000;
}

.btnBox .btn.animation::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #535353;
}

@media (min-width: 1201px) {
    .btnBox .btn.animation:hover.btn_color_main {
        border-color: #f6f6f6;
        color: #000;
    }

    .btnBox .btn.animation:hover.btn_color_sec {
        border-color: #000;
        color: #f6f6f6;
    }

    .btnBox .btn.animation:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
}

.form .formBox.changePassword {
    max-width: 640px;
    margin: 0 auto;
}

.form .formBox .formList {

    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.form .formBox br {
    display: none;
}

.form .formBox .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .formBox .formColumn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
}

.form .formBox .formColumn.select {
    position: relative;
}

.form .formBox .formColumn.select::before {
    content: "";
}

.form .formBox .formColumn.pt0 {
    padding-top: 0;
}

.form .formBox .formColumn.pb0 {
    padding-bottom: 0;
}

@media (max-width: 1180px) {
    .form .formBox .formColumn {
        padding: 10px;
    }
}

.form .formBox .select2-container {
    width: 100% !important;
}

.form .formBox .select2-container--default .select2-selection--single {
    border-radius: 22px;
    border-color: #d4d4d4;
    height: 44px;
}

.form .formBox .select2-dropdown {
    border-radius: 22px;
}

.form .formBox .select2-container--open .select2-dropdown--below {
    padding: 14px 28px;
}

.form .formBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 28px;
}

.form .formBox .select2-selection__arrow {
    z-index: 1;
    top: 50% !important;
    right: 20px !important;
    width: 8.5px !important;
    height: 8.5px !important;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    margin-top: -5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.form .formBox .select2-selection__arrow b {
    display: none;
}

.form .formBox .columnTitle {
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.25;
    position: relative;
    width: 100%;
}

.form .formBox .columnTitle.withCheckBox {
    width: auto;
}

.form .formBox .columnTitle.withCheckBox+.columnCheckBox {
    margin-left: 10px;
    margin-bottom: 12px;
}

.form .formBox .columnTitle.requireStyle {
    padding-left: 28px;
}

.form .formBox .columnTitle.requireStyle::before {
    content: "*";
    color: rgb(250, 150, 150);
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 1;
}

.form .formBox .columnCheckBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.form .formBox .columnCheckBox .columnCheckLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 5px;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    position: relative;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #cecece;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
    opacity: 1;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
    background-color: #e5e5e5 !important;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
    background-color: #b5b5b5 !important;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled+span {
    color: #737373 !important;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before,
.form .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
    border-radius: 0;
}

.form .formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
    border-color: #000;
}

.form .formBox .columnCheckBox .columnCheckBoxTitle {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02rem;
    margin-left: 4px;
}

.form .formBox .columnSelect:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}

.form .formBox .columnInput {
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .columnInput:focus {
    border-color: #000;
}

.form .formBox .columnInput::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form .formBox .columnInput::-moz-placeholder {
    color: #a6a6a6;
}

.form .formBox .columnInput:-ms-input-placeholder {
    color: #a6a6a6;
}

.form .formBox .columnInput::-ms-input-placeholder {
    color: #a6a6a6;
}

.form .formBox .columnInput::placeholder {
    color: #a6a6a6;
}

.form .formBox .columnInput:disabled {
    background-color: #e5e5e5 !important;
    color: #737373 !important;
}

.form .formBox .columnInput,
.form .formBox .columnArea {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    color: #737373;
    font-weight: 500;
    border-radius: 22px;
    padding: 0 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .columnInput:focus,
.form .formBox .columnArea:focus {
    border-color: #000;
}

.form .formBox .columnInput,
.form .formBox .columnSelect {
    height: 44px;
}

.form .formBox .columnArea {
    height: 200px;
    padding: 28px;
}

@media (max-width: 1180px) {
    .form .formBox .columnArea {
        height: 120px;
        padding: 5px 10px;
    }
}

.form .formBox .columnSelect {
    width: 100% !important;
    color: #737373;
    font-weight: 500;
}

.form .formBox .ms-parent {
    width: 100% !important;
}

.form .formBox .multiSelect .ms-drop label {
    padding: 0;
}

.form .formBox .multiSelect .ms-drop label span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.form .formBox .multiSelect .ms-drop label span:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .multiSelect .ms-drop label span:after {
    content: "";
    left: 5px;
    top: 3.5px;
    position: absolute;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .multiSelect .ms-drop input {
    display: none;
}

.form .formBox .multiSelect .ms-drop input:checked+span:before {
    background-color: #000;
}

.form .formBox .checkTitle {
    padding-left: 28px;
}

.form .formBox .customFields.mt {
    margin-top: 50px;
}

.form .formBox .checkTitle,
.form .formBox .customFields {
    margin-bottom: 12px;
}

.form .formBox .checkTitle span,
.form .formBox .customFields span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.form .formBox .checkTitle span:before,
.form .formBox .customFields span:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .checkTitle span:after,
.form .formBox .customFields span:after {
    content: "";
    left: 5px;
    top: 3px;
    position: absolute;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .checkTitle input,
.form .formBox .customFields input {
    display: none;
}

.form .formBox .checkTitle input:checked+span:before,
.form .formBox .customFields input:checked+span:before {
    background-color: #000;
}

.form .formBox .checkBoxGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    margin-top: 1em;
}

.form .formBox .checkBoxGroup label {
    padding: 0;
}

.form .formBox .checkBoxGroup label span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.form .formBox .checkBoxGroup label span:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .checkBoxGroup label span:after {
    content: "";
    left: 5px;
    top: 3.5px;
    position: absolute;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form .formBox .checkBoxGroup input {
    display: none !important;
}

.form .formBox .checkBoxGroup input:checked+span:before {
    background-color: #000;
}

.form .formBox .btnBox {
    width: 100%;
}

.form .formBox .noteTxt {
    width: 100%;
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    margin-top: 10px;
}

.form .formBox .noteTxt.red {
    color: #f00;
}

@media (max-width: 1180px) {
    .form .formBox .noteTxt {
        font-size: 14px;
    }
}

.form .formBox .error {
    border-color: #f00 !important;
}

.template-1688457679 {
    padding: 60px 0;
}

.template-1688457679 .slide {
    margin-bottom: 75px;
}

.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
}

.template-1688457679 h2.title {
    font-size: 48px;
    color: #242424;
    font-weight: 500;
    line-height: 1.2;
}

.template-1688457679 h2.title em {
    color: #f08300;
}

.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.5;
    margin-top: .5em;
}

.template-1688457679 .slide .left .img {
    height: 460px;
    background-size: cover;
    background-position: center center;
    display: block;
}

.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}

.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.template-1688457679 .slide .right .text {
    margin-top: 1.5em;
    max-height: 218px;
    overflow-y: scroll;
}

/* .template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}

.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
} */
.template-1688457679 .slide:nth-child(even) {
	flex-direction:row-reverse;
}
.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 32px;
    }

    .template-1688457679 .slide .left .img {
        height: 400px;
    }

    .template-1688457679 .text {
        font-size: 16px;
    }

    .template-1688457679 h2.title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1450px) {
    .template-1688457679 .slide .right h3 {
        font-size: 28px;
    }

    .template-1688457679 h2.title {
        font-size: 34px;
    }
}

@media screen and (max-width: 1250px) {
    .template-1688457679 .slide .right h3 {
        font-size: 24px;
    }

    .template-1688457679 h2.title {
        font-size: 28px;
    }

}

@media screen and (max-width: 1000px) {
    .template-1688457679 .slide .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }

    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }

    .template-1688457679 .slide .left .img {
        height: 240px;
    }

    .template-1688457679 .slide {
        margin-bottom: 40px;
    }

    .template-1688457679 h2.title {
        font-size: 24px;
    }
}

@media screen and (max-width: 700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 20px;
    }

    .template-1688457679 .text {
        font-size: 14px;
    }
}

.mejs-video,
.wp-video {
    height: auto !important;
    width: auto !important;
}

.prodet-page .det-2 .related ul li .con video {
    height: auto !important;
}

.mejs-background,
.mejs-mediaelement {
    position: static !important;
}

.mejs-overlay-button {
    zoom: .5;
}

.template-1688457679 .slide .right .mores {
    width: 200px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background: #eee;
    display: block;
    margin-top: 20px;
}

.template-1688457679 .slide .right .mores:hover {
    background: #000;
    color: #fff;
}
.lh2{
    line-height: 2.5;
}
.news-page .cat_navs ul{
	  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;
}
.news-page .cat_navs ul li{
	margin-right:20px;
	padding:5px 10px;
	border:1px solid #000;
}
.news-page .cat_navs ul li.current-cat,.news-page .cat_navs ul li:hover{
	background:#000;
	color:#fff;
}
.product3-page .sidebar-right .top,.product3-page .sidebar-right .top .sw_btn{
	  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;
}
.product3-page .sidebar-right .top .sw_btn .prev{
	margin-right:20px;
}
.product3-page .sidebar-right .top .sw_btn div{
	display:block;
	cursor:pointer;
}
.author {
	padding:60px 0;
}
.author .box {
	background-color:#f8f8f8;
}
.author .box .left {
	width:33.33%;
	vertical-align:middle;
}
.author .box .right {
	width:66.66%;
	vertical-align:middle;
	padding:3%;
}
.author img {
	width:100%;
}
.author span.h3 {
	font-size:28px;
	font-weight:bold;
	margin-bottom:.5em;
	display:block;
}
.author .text {
	font-size:16px;
	line-height:1.8;
	color:#666;
}
.newdet-page .author {
	padding:0 0 20px;
}
.newdet-page .author span.h3 {
	font-size:20px;
	margin-top:1em;
}
.newdet-page .author .text {
	font-size:14px;
}
.link_h2 li {
	opacity:.5;
	cursor:pointer;
	cursor:hand;
	transition:.5s;
}
.link_h2 li:hover {
	opacity:1;
}
.galleryTable table,
.galleryTable td {
	border:none;
}
.galleryTable {
	font-size:15px;
	line-height:1.6;
}
.galleryTable strong {
	font-size:1.2em;
	margin:.5em 0;
	display:block;
}


.contact-10 {
    padding: 80px 0
}

.contact-10 .list ul {
    margin: -8px;
	display:flex;
	flex-wrap:wrap;
}

.contact-10 .list ul li {
    padding: 8px
}

.contact-10 .list ul li .box {
    -o-box-shadow: 0 0 7px rgba(43,52,59,.08);
    -webkit-box-shadow: 0 0 7px rgba(43,52,59,.08);
    box-shadow: 0 0 7px rgba(43,52,59,.08);
    text-align: center;
    padding-bottom: 30px;
	height:100%;
}

.contact-10 .list ul li .box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #e67817;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center
}

.contact-10 .list ul li .box span i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle
}

.contact-10 .list ul li .box span:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: inherit
}

.contact-10 .list ul li .box span:before {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 12px solid #e67817;
    position: absolute;
    left: 100%;
    bottom: 100%
}

.contact-10 .list ul li .box h5 {
    font-size: 18px;
    line-height: 2;
    padding: 25px 0 15px;
    font-weight: 700
}

.contact-10 .list ul li .box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
	padding:0 10%;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.body-overflow-box .content .focus{
	position:relative;
	margin-top:130px;
}
.body-overflow-box .content .Recyc{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	transform:translatey(-20%);
	margin-top:0 !important;
	margin-left:4%
}
.template-1688457679 .slide .right .mores:hover{
	background:#f08300
}
.news-page .cat_navs ul li.current-cat, .news-page .cat_navs ul li:hover{
		background:#f08300;
	border:1px solid #f08300
}
#banner .swiper-slide img{
	width:100%
}
.cpBox.active {
    display:flex;
    align-items:center;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.cpBox .cpimg {
    width:20%;
}
.cpBox .cpdet {
    width:80%;
    padding-left: 3%;
    font-size:14px;
	padding-right:3%;
}
.cpBox .cpdet .span {
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:.5em;
    display:block;
}
.cpBox .close {
	width:30px;
	height:30px;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	cursor:hand;
	margin-right:20px;
}
.cpBox .close:before,
.cpBox .close:after {
	content:'';
	width:100%;
	height:2px;
	background-color:black;
	position:absolute;
	top:50%;
	left:0;
	transform:rotate(45deg);
}
.cpBox .close:after {
	transform:rotate(-45deg);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
	display:none;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  transition:.5s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active1 i{
	transform:rotate(90deg)
}
.body-overflow-box .content .survey .w .survey_form .inp input{
	width:100%
}
@media screen and (max-width: 1440px){
	.html5-video-player .video-click-tracking, .html5-video-player .video-stream{
		width:100% !important;
	}
	iframe{
		width:100% !important;
		height:500px !important;
	}
}
@media screen and (max-width: 1100px) {
		table{
		width:100%;
		overflow-y:auto;
	}
	table tbody{
		width:1500px !important;
	}
}
@media screen and (max-width: 1000px) {
   
	.page-banner .title,.inner-page span.h2{
		font-size:30px;
	}

	.table-layout{
		display:none;
	}
	.author .box .left{
		width:100%
	}
	.author .box .right{
		width:100%
	}
	.catBox.application{
		flex-wrap:wrap;
	}
	.about2-page .about-5 .left,.about2-page .about-5 .right,.about2-page .about-4 .left,.about2-page .about-4 .right{
		width:100%;
		
	}
	.about2-page .about-5 .right,.about2-page .about-4 .right{
	margin-top:20px	
	}
	.about2-page .about-1 .text{
		width:100%;
	}
	._tableWrapper_16hzy_14 {
	width:100%
	}
		iframe{
	
		height:400px !important;
	}
}

@media screen and (max-width: 700px) {
		.page-banner .title,.inner-page span.h2{
		font-size:24px;
	}
	h2 strong,h3 strong{
			font-size:22px;
		   line-height:1.4
	}
	.historyArea .historyList .historyItem{
		min-height:350px
	}
		iframe{
	
		height:300px !important;
	}
}
video{
	background:#000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
	cursor:pointer;
}

.fixed-toolbar .up {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.fixed-toolbar .up  .fa {
  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%);
  z-index: 5;
	color:#f08300;
}
.fixed-toolbar svg {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  /* zoom: 0.2; */
  position: absolute;
  right: 0;
  top: 0;
}
.fixed-toolbar .track {
  fill: none;
  stroke: #eee;
  stroke-width: 7;
}
.fixed-toolbar .circle {
  fill: none;
  /*stroke: #29d6b5;*/
  stroke: #f08300;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 188;
  stroke-dashoffset: 188;
  /*transition: all 0.2s;*/
  /*animation: circle 3s infinite;*/
  /*transform: rotate(-90deg);*/
  /*transform-origin: center;*/
  /*transform-box:fill-box;*/
}
.fixed-toolbar .text {
  font-size: 40px;
}
.fixed-toolbar .percent {
  font-size: 40px;
}
.fixed-toolbar ul li{
	zoom:0.7
}

@media (max-width: 500px){
	.fixed-toolbar ul li{
	zoom:0.5
}
}
@media (max-width: 1100px){
	.body-overflow-box .content .Peace .Peaceslider .sw_btn{
		top:-60px
	}
	.text-token-text-primary,._tableWrapper_16hzy_14 {
		width:100%;
		overflow-y:scroll;
	}
}
@media (max-width: 700px){
	.contact-page .contact-1 form .flex>*{
		width:100%;
	}
	.contact-page .title{
		font-size:25px
	}
}

h1.syhh {
    display: inline;
}

.copy_lf {
    width: 1080px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1.flh.Auxil-h1.font-24.font-bold.mb-20.producttt {
    padding-left: 250px;
}


.seoPublic .text a {
    color: #666666;
}
.seoPublic>div:nth-child(odd){
	background:#fff
}
.seoPublic .Auxil-about .box .left{
	padding:50px 0
}
@media (max-width: 1000px){
.seoPublic .Auxil-about .box .left{
	padding:10px 0
}
}
.newdet-content .content a{
	color:#f08300;
}
.fp-section{
  overflow: hidden;
}