@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy-Regular.ttf) format('truetype'), url(../fonts/Gilroy-Regular.eot) format('eot'), url(../fonts/Gilroy-Regular.woff) format('woff'), url(../fonts/Gilroy-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy-Medium.ttf) format('truetype'), url(../fonts/Gilroy-Medium.eot) format('eot'), url(../fonts/Gilroy-Medium.woff) format('woff'), url(../fonts/Gilroy-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy-SemiBold.ttf) format('truetype'), url(../fonts/Gilroy-SemiBold.eot) format('eot'), url(../fonts/Gilroy-SemiBold.woff) format('woff'), url(../fonts/Gilroy-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy-Bold.ttf) format('truetype'), url(../fonts/Gilroy-Bold.eot) format('eot'), url(../fonts/Gilroy-Bold.woff) format('woff'), url(../fonts/Gilroy-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'ProfotoSans-Bold';
  src: url(../fonts/ProfotoSans-Bold.ttf) format('truetype'), url(../fonts/ProfotoSans-Bold.eot) format('eot'), url(../fonts/ProfotoSans-Bold.woff) format('woff'), url(../fonts/ProfotoSans-Bold.woff2) format('woff2');
}
body {
  font-family: "Gilroy";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1700px;
}
:root {
  --color: #e60012;
}
.baseBtn {
  display: inline-block;
  position: relative;
  border-left: 8px solid var(--color);
  background-color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.baseBtn span {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  min-width: 110px;
  text-align: center;
  margin-right: 24px;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.baseBtn::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 9px solid var(--color);
  vertical-align: middle;
  position: relative;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.baseBtn:hover span {
  color: #FFFFFF;
}
.baseBtn:hover::before {
  width: 100%;
}
.baseBtn:hover::after {
  border-color: #FFFFFF;
}
.baseBtn.on span {
  color: #FFFFFF;
}
.baseBtn.on::before {
  width: 100%;
}
.baseBtn.on::after {
  border-color: #FFFFFF;
}
.baseBtn.on:hover::before {
  width: 0;
}
.baseBtn.on:hover span {
  color: #000000;
}
.baseBtn.on:hover::after {
  border-color: var(--color);
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  padding: 10px 0;
  background: #FFFFFF;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .h-top .ui.menu .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 5%;
}
#header .h-top .ui.menu .menu-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .h-top .ui.menu .menu-box li {
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .h-top .ui.menu .menu-box li .icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .h-top .ui.menu .menu-box li .icon img.flag {
  width: 38px;
}
#header .h-top .ui.menu .menu-box li .info {
  margin-left: 15px;
  position: relative;
}
#header .h-top .ui.menu .menu-box li .info span {
  color: #999999;
}
#header .h-top .ui.menu .menu-box li .info p {
  color: #333333;
  font-weight: 600;
}
#header .h-top .ui.menu .menu-box li .info .langs {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  background-color: #FFFFFF;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .h-top .ui.menu .menu-box li .info .langs div a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .ui.menu .menu-box li .info .langs div:hover a {
  color: #FFFFFF;
  background-color: #000000;
}
#header .h-top .ui.menu .menu-box li:hover .info .langs {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  background: #f0f0f0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li + li {
  margin-left: 70px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  border-color: #FFFFFF;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  border-bottom: 1px solid transparent;
  width: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .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 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .p-search {
  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;
  background-color: #FFFFFF;
  padding: 0 15px 0 30px;
}
#header .nav .ui.menu .p-search input {
  width: 110px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
#header .nav .ui.menu .p-search button {
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
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;
  min-width: 700px;
}
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;
}

.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
    line-height: 32px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
a.weiye {
    display: none !important;
}




}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .video {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#banner li .video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#banner li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 15%;
}
#banner h2 {
  margin-bottom: 15px;
  font-size: 48px;
  color: #FFFFFF;
  font-family: 'ProfotoSans-Bold';
}
#banner p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;
}
#banner .PageDot {
  position: absolute;
  left: 7%;
  bottom: 17%;
  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;
}
#banner .PageDot .dots li {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
#banner .PageDot .dots li + li {
  margin-left: 10px;
}
#banner .PageDot .dots li::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: 1px solid #FFFFFF;
  border-radius: inherit;
}
#banner .PageDot .dots li.slick-active {
  border-color: #FFFFFF;
}
#banner .PageDot .dots li.slick-active::before {
  background-color: #FFFFFF;
}
#banner .PageDot .dots li button {
  display: none;
}
#banner .PageDot .line {
  margin: 0 25px;
  width: 60px;
  border-bottom: 1px solid #FFFFFF;
}
#banner .PageDot .page span {
  font-size: 34px;
  color: #FFFFFF;
  opacity: .18;
  font-family: 'ProfotoSans-Bold';
}
#banner .PageDot .page span.count {
  opacity: 1;
}
.baseTit {
  font-size: 48px;
  font-family: 'ProfotoSans-Bold';
}
.baseTit span {
  color: var(--color);
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.our-about .left {
  width: 43%;
  vertical-align: middle;
}
.our-about .right {
  width: 57%;
  vertical-align: middle;
}
.our-about .text {
  line-height: 34px;
  font-weight: 600;
}
.our-video {
  background: url(/wkejx/2024/11/26/6456355.jpg) no-repeat center;
  /*background-size: cover;*/
  background-attachment: fixed;
  height: 555px;
}
#cursor {
  position: fixed;
  mix-blend-mode: normal;
  left: -47px;
  top: -47px;
  width: 160px;
  height: 160px;
  z-index: 100;
  pointer-events: none;
}
#cursor .follow {
  background-color: var(--color);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: opacity 0.3s ease,-webkit-transform 0.45s ease;
  transition: opacity 0.3s ease,-webkit-transform 0.45s ease;
  -moz-transition: transform 0.45s ease,opacity 0.3s ease,-moz-transform 0.45s ease;
  transition: transform 0.45s ease,opacity 0.3s ease;
  transition: transform 0.45s ease,opacity 0.3s ease,-webkit-transform 0.45s ease,-moz-transform 0.45s ease;
  opacity: 0;
  border-radius: 50%;
}
#cursor .text {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  -moz-transition: transform .2s ease, opacity .2s ease, -moz-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease;
}
#cursor.visible .follow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#cursor.visible .text {
  opacity: 1;
}
.our-product {
  padding-top: 90px;
}
.our-product .text {
  line-height: 34px;
  font-weight: 600;
}
.our-product .box {
  padding: 120px 15px 90px 7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-product .box:nth-child(even) {
  padding: 120px 7% 90px 15px;
}
.our-product .box:nth-child(even) .left {
  padding-right: 0;
  padding-left: 3%;
}
.our-product .box .left {
  width: 37%;
  padding-right: 3%;
}
.our-product .box .right {
  width: 63%;
}
.our-product .box .right ul {
  margin: -17px;
}
.our-product .box .right li {
  padding: 17px;
}
.our-product .box .right li .img {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.our-product .box .right li .name {
  font-weight: 600;
  line-height: 2;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 85px;
}
.i-advantage .text {
  line-height: 34px;
  font-weight: 600;
}
.i-advantage .box {
  margin-top: 40px;
}
.i-advantage .box > div:not(:first-of-type) {
  margin-top: 85px;
}
.i-other li {
  position: relative;
  height: 500px;
}
.i-other li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-other li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: .36;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-other li .content {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
}
.i-other li .content .text {
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 35px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-other li .content .touch {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-other li:hover::before {
  background-color: var(--color);
  opacity: .8;
}
.i-other li:hover .content .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.i-other li:hover .content .touch {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 110px;
}
.our-news .box {
  margin-top: 60px;
}
.our-news .box .cateName {
  margin-bottom: 50px;
}
.our-news .box .cateName a {
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
  padding: 15px 30px;
}
.our-news .box .cateName a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 0;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-news .box .cateName a:hover::after {
  width: 100%;
}
.our-news .box .left {
  width: 50%;
}
.our-news .box .left li {
  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;
  background-color: #FFFFFF;
}
.our-news .box .left li + li {
  margin-top: 30px;
}
.our-news .box .left li .img {
  width: 50%;
}
.our-news .box .left li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .box .left li .content {
  width: 50%;
  padding: 30px;
}
.our-news .box .left li .content .date img {
  vertical-align: baseline;
}
.our-news .box .left li .content .date span {
  margin-left: 10px;
  color: #999999;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  vertical-align: bottom;
}
.our-news .box .left li .content .info .name {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}
.our-news .box .left li .content .info .text {
  line-height: 32px;
  color: #666666;
}
.our-news .box .right {
  width: 50%;
}
.our-news .box .right li {
  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;
  background-color: #FFFFFF;
}
.our-news .box .right li + li {
  margin-top: 30px;
}
.our-news .box .right li .content {
  padding: 15px 25px;
}
.our-news .box .right li .content .date {
  float: left;
}
.our-news .box .right li .content .info {
  padding-left: 50px;
}
.our-news .box .right li .content .info .name {
  font-size: 20px;
  font-weight: bold;
}
.our-news .box .right li .content .info .text {
  line-height: 32px;
  color: #666666;
}
.i-contact {
  background-color: var(--color);
  padding: 100px 0;
}
.i-contact .Tit {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1.3;
  font-family: 'ProfotoSans-Bold';
}
.i-contact .left {
  width: 50%;
}
.i-contact .right {
  width: 50%;
  padding-left: 5%;
}
.i-contact .form li {
  position: relative;
}
.i-contact .form li:nth-of-type(1) {
  width: 23%;
}
.i-contact .form li:nth-of-type(2) {
  width: 27%;
}
.i-contact .form li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  border-left: 1px solid #bababa;
}
.i-contact .form li:nth-of-type(3) {
  width: 29%;
}
.i-contact .form li:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  border-left: 1px solid #bababa;
}
.i-contact .form li:nth-of-type(4) {
  width: 21%;
}
.i-contact .form input {
  width: 100%;
  height: 64px;
  background-color: #FFFFFF;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}
.i-contact .form input::-webkit-input-placeholder {
  text-align: center;
}
.i-contact .form input:-moz-placeholder {
  text-align: center;
}
.i-contact .form input::-moz-placeholder {
  text-align: center;
}
.i-contact .form input:-ms-input-placeholder {
  text-align: center;
}
.i-contact .form input::placeholder {
  text-align: center;
}
.i-contact .form input[type="submit"] {
  color: #FFFFFF;
  background-color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.i-contact .desc {
  color: #FFFFFF;
  margin-top: 20px;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}
#footer .foot-top {
  padding: 80px 0 70px;
}
#footer .foot-top .foot-content {
  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;
}
#footer .foot-top .foot-block:nth-child(1) {
  max-width: 400px;
}
#footer .foot-top .foot-block:nth-child(4) {
  max-width: 330px;
}
#footer .foot-top .foot-block:nth-child(4) ul li + li {
  margin-top: 10px;
}
#footer .foot-top .foot-block h4 {
  font-size: 32px;
  font-family: 'ProfotoSans-Bold';
  text-transform: uppercase;
  margin-bottom: 40px;
}
#footer .foot-top .foot-block ul li {
  line-height: 30px;
}
#footer .foot-top .foot-block ul li i {
  float: left;
  font-size: 0;
}
#footer .foot-top .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-top .foot-block ul li p {
  padding-left: 35px;
}
#footer .foot-top .foot-block ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .foot-top .foot-block ul li a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
#footer .foot-top .foot-block .qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .foot-top .foot-block .social-links {
  font-size: 0;
  margin: auto;
}
#footer .foot-top .foot-block .social-links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFFFFF;
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .foot-top .foot-block .social-links a:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer .foot-top .foot-block .social-links a + a {
  margin-left: 20px;
}
#footer .foot-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
    line-height: 32px;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 90px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1500px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 30px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .baseTit {
    font-size: 40px;
  }
  .i-contact .Tit {
    font-size: 36px;
  }
}
@media (max-width: 1500px) {
  .ui.container {
    width: 1230px;
  }
  #header .h-top .ui.menu .menu-box {
    margin-right: auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 0;
  }
  #banner h2 {
    font-size: 34px;
  }
  #banner .PageDot {
    bottom: 5%;
  }
  #banner .PageDot .page span {
    font-size: 24px;
  }
  .baseTit {
    font-size: 34px;
  }
  .i-other li .content {
    left: 10%;
    width: 80%;
  }
  .i-other li .content .text {
    font-size: 20px;
  }
  .i-contact .Tit {
    font-size: 30px;
  }
  .i-contact .right {
    padding-left: 0;
  }
  #footer .foot-top .foot-block h4 {
    font-size: 24px;
  }
  #footer .foot-top .foot-block:nth-child(1) {
    max-width: 300px;
  }
  #footer .foot-top .foot-block .social-links a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
  #footer .foot-top .foot-block .social-links a + a {
    margin-left: 10px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 32px;
  }
  #header .h-top .ui.menu .logo {
    width: 150px;
  }
  #header .h-top .ui.menu .menu-box {
    margin-right: 0;
  }
  #header .h-top .ui.menu .msgBtn {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 15px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .baseBtn span {
    min-width: auto;
    margin-right: 15px;
  }
  .baseBtn::after {
    width: 17px;
    height: 17px;
    border-width: 6px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 38px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .pc {
    display: none;
  }
  .our-about .mb {
    display: block;
  }
  .our-video {
    height: auto;
    padding-top: 40%;
  }
  .our-product .box {
    padding: 60px 5%!important;
  }
  .our-product .box .left {
    width: 100%;
    padding: 0!important;
  }
  .our-product .box:nth-child(even) .left {
    text-align: right;
  }
  .our-product .box .right {
    width: 100%;
  }
  .our-product .pc {
    display: none;
  }
  .our-product .mb {
    display: block;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .box > div:not(:first-of-type) {
    margin-top: 60px;
  }
  .i-other li {
    height: 350px;
  }
  .i-other li .content {
    top: 20%;
  }
  .i-other li .content .text {
    font-size: 18px;
  }
  .our-news {
    padding: 60px 0;
    background: #f0f0f0;
  }
  .our-news .box .left {
    width: 100%;
    padding: 0;
  }
  .our-news .box .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .i-contact {
    padding: 60px 0;
  }
  .i-contact .Tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .i-contact .left {
    width: 100%;
  }
  .i-contact .right {
    width: 100%;
    margin-top: 40px;
  }
  .i-contact .form input {
    font-size: 16px;
    height: 54px;
  }
  #footer .foot-top .foot-block h4 {
    margin-bottom: 20px;
  }
  #footer .foot-top .foot-block:nth-child(1) {
    max-width: 40%;
  }
  #footer .foot-top .foot-block:nth-child(4) {
    max-width: 40%;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  .hide-1230 {
    display: none!important;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
}
@media (max-width: 1000px) {

div#seo_other {
    display: none;
}

  .ui.container {
    width: 768px;
  }
  #nav-height {
    display: none;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #banner .PageDot {
    display: none;
  }
  #banner h2 br {
    display: none;
  }
  #banner p {
    line-height: 1.5;
  }
  #banner p br {
    display: none;
  }
  #banner .content {
    width: 90%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-about .text {
   font-size: 18px;
    line-height: 34px;
  }
  .i-other li {
    width: 50%!important;
    height: auto;
  }
  .i-other li .content {
    top: 15%;
    left: 5%;
    width: 90%;
  }
  .our-product .text {
    font-size: 18px;
    line-height: 34px;
  }
  .our-product .box .right li .name {
   line-height: 34px;
    font-size: 18px;
  }
  .i-advantage .text {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner p {
    font-size: 16px;
    line-height: 32px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 32px;
  }
  .baseBtn::after {
    display: none;
  }
  .baseBtn {
    border: none;
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
  }
  .baseBtn span {
    margin-right: 0;
  }
  .our-product .box .right ul {
    margin: -15px;
  }
  .our-product .box .right li {
    padding: 15px;
  }
  .i-advantage {
    display: none;
  }
  .i-other {
    display: none;
  }
  .our-news .box .left ul {
    font-size: 0;
    margin-right: -15px;
  }
  .our-news .box .left li {
    display: inline-block;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 15px;
    vertical-align: top;
  }
  .our-news .box .left li + li {
    margin-top: 0;
  }
  .our-news .box .left li .img {
    width: 100%;
  }
  .our-news .box .left li .content .info .name {
    font-size: 18px;
  }
  .our-news .box .left li .content {
    width: 100%;
    padding: 15px;
  }
  .our-news .box .right li .content {
    padding: 15px;
  }
  .our-news .box .right li .content .info .name {
    font-size: 18px;
    line-height: 34px;
  }
  .i-contact .form input {
    font-size: 14px;
    height: 40px;
  }
  .i-contact .form ul {
    margin: -5px;
  }
  .i-contact .form li {
    width: 100%!important;
    padding: 5px;
  }
  .i-contact .form li::before {
    display: none;
  }
  .i-contact .form input::-webkit-input-placeholder {
    text-align: left;
  }
  .i-contact .form input:-moz-placeholder {
    text-align: left;
  }
  .i-contact .form input::-moz-placeholder {
    text-align: left;
  }
  .i-contact .form input:-ms-input-placeholder {
    text-align: left;
  }
  .i-contact .form input::placeholder {
    text-align: left;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-block {
    max-width: 100%!important;
  }
  #footer .foot-top .foot-block + .foot-block {
    margin-top: 40px;
  }
  #footer .foot-top .foot-block .logo {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .our-news .box .left ul {
    margin-right: 0;
  }
  .our-news .box .left li {
    width: 100%;
    margin-right: 0;
  }
  .our-news .box {
    margin-top: 40px;
  }
  .our-news .box .left li + li {
    margin-top: 30px;
  }
  .our-news .box .right li .content .info {
    padding-left: 40px;
  }
  .our-news .box .cateName a {
    display: block;
  }
}
.inner-banner {
  padding: 80px 0;
}
.inner-banner .name {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-1 {
  background-color: #f0f0f0;
  padding: 80px 0;
}
.about-page .about-1 .box {
  margin-top: 50px;
}
.about-page .about-1 .left {
  width: 50%;
}
.about-page .about-1 .left .text {
  font-weight: 600;
  line-height: 2;
}
.about-page .about-1 .left .list {
  margin-top: 30px;
}
.about-page .about-1 .left .list ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .left .list li {
  padding: 15px;
  width: auto;
  text-align: center;
}
.about-page .about-1 .left .list li .num {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  color: #bbbbbb;
}
.about-page .about-1 .left .list li .num em {
  color: var(--color);
}
.about-page .about-1 .left .list li p {
  font-size: 14px;
}
.about-page .about-1 .right {
  width: 50%;
  padding-left: 4%;
  text-align: right;
}
.about-page .about-2 {
  padding: 80px 0 100px;
}
.about-page .about-2 .text {
  font-weight: 600;
  line-height: 2;
}
.about-page .about-2 .list {
  margin-top: 60px;
}
.about-page .about-2 .list ul {
  margin: -15px;
}
.about-page .about-2 .list li {
  padding: 15px;
}
.about-page .about-3 {
  background: url(../images/inner-about-3-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 140px;
  overflow: hidden;
}
.about-page .about-3 .list {
  margin-top: 80px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .list::before {
  content: '';
  border-left: 45px solid var(--color);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  left: 100%;
  bottom: -42px;
}
.about-page .about-3 .list::after {
  content: '';
  height: 35px;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  background: var(--color);
  z-index: -1;
}
.about-page .about-3 .list ul {
  padding-left: 10px;
  overflow: hidden;
}
.about-page .about-3 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .list ul .slick-active li {
  opacity: 1;
}
.about-page .about-3 .list ul li {
  padding: 5px 20px 65px;
  border-left: 3px #bbb dashed;
  position: relative;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li::before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 3px solid #fff;
  position: absolute;
  bottom: 0;
  left: -8px;
  background: var(--color);
}
.about-page .about-3 .list ul li h4 {
  font-size: 29px;
  color: var(--color);
  line-height: 1;
  font-weight: 700;
}
.about-page .about-3 .list ul li .text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  font-weight: 300;
  height: 6.4em;
  overflow: auto;
  padding-right: 5px;
}
.about-page .about-3 .list ul li img {
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  max-width: 190px;
  border-radius: 2px;
}
.about-page .about-3 .list ul li img:first-child {
  margin-bottom: 20px;
}
.about-page .about-3 .list ul li img:last-child {
  margin-top: 20px;
}
.about-page .about-4 {
  padding: 100px 0 120px;
}
.about-page .about-4 .list {
  position: relative;
  padding: 0 10%;
  margin-top: 60px;
}
.about-page .about-4 .list ul .slick-list {
  padding-top: 15%!important;
}
.about-page .about-4 .list ul .slick-active li img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-4 .list ul .slick-active.slick-center li img {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.about-page .about-4 .list li img {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-4 .list .arrow {
  position: absolute;
  top: 60%;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color);
  cursor: pointer;
}
.about-page .about-4 .list .arrow img {
  vertical-align: middle;
}
.about-page .about-4 .list .arrow.arrow_l {
  left: 0;
}
.about-page .about-4 .list .arrow.arrow_r {
  right: 0;
}
.about-page .about-5 {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 130px;
}
.about-page .about-5 .list {
  margin-top: 80px;
}
.about-page .about-5 .list ul {
  margin: -15px;
}
.about-page .about-5 .list li {
  padding: 15px;
}
@media (max-width: 1700px) {
  .inner-banner .name {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  .inner-banner .name {
    font-size: 34px;
  }
  .about-page .about-1 .left .list li .num {
    font-size: 40px;
  }
}
@media (max-width: 1230px) {
  .inner-banner .name {
    font-size: 24px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    display: none;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 .list {
    margin-top: 40px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .list {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .about-page .about-1 .left .list li .num {
    font-size: 30px;
    line-height: 1.5;
  }
  .about-page .about-4 .list ul .slick-list {
    padding-top: 0!important;
  }
  .about-page .about-4 .list ul .slick-active li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-4 .list ul .slick-active.slick-center li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-4 .list {
    padding: 0;
  }
  .about-page .about-4 .list ul {
    margin: -10px;
  }
  .about-page .about-4 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list .arrow {
    display: none;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .left .list ul li {
    width: 50%;
  }
}
.contact-page .contact-1 {
  background-color: #f0f0f0;
  padding: 80px 0;
}
.contact-page .contact-1 .box {
  background-color: #FFFFFF;
  padding: 60px 50px 40px;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
}
.contact-page .contact-1 .Tit {
  font-size: 50px;
  font-weight: bold;
}
.contact-page .contact-1 .form {
  margin-top: 40px;
}
.contact-page .contact-1 .form ul {
  margin: -10px -50px;
}
.contact-page .contact-1 .form li {
  padding: 10px 50px;
  width: 50%;
}
.contact-page .contact-1 .form li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea,
.contact-page .contact-1 .form label {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 40px;
}
.contact-page .contact-1 .form label {
  display: block;
}
.contact-page .contact-1 .form input {
  border: none;
  border-bottom: 1px solid #cbcbcb;
}
.contact-page .contact-1 .form input[type='submit'] {
  border: none;
  width: auto;
  padding: 0;
  height: 60px;
  width: 195px;
  color: #FFFFFF;
  background-color: var(--color);
}
.contact-page .contact-1 .form textarea {
  border: 1px solid #cbcbcb;
}
.contact-page .contact-2 {
  padding: 70px 0 100px;
}
.contact-page .contact-2 .Tit {
  font-size: 50px;
  font-weight: bold;
}
.contact-page .contact-2 .desc {
  font-size: 21px;
  color: #666666;
}
.contact-page .contact-2 .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}
.contact-page .contact-2 .box .left {
  width: 50%;
  padding: 60px 30px;
}
.contact-page .contact-2 .box .left ul {
  margin: -45px -15px;
}
.contact-page .contact-2 .box .left li {
  padding: 45px 15px;
  width: 50%;
}
.contact-page .contact-2 .box .left li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .left li h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}
.contact-page .contact-2 .box .left li p {
  font-weight: 600;
  line-height: 2;
}
.contact-page .contact-2 .box .right {
  width: 50%;
}
.contact-page .contact-2 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 20px;
  }
  .contact-page .contact-1 .Tit {
    font-size: 34px;
  }
  .contact-page .contact-2 .Tit {
    font-size: 34px;
  }
  .contact-page .contact-2 .desc {
    font-size: 18px;
  }
  .contact-page .contact-2 .box .left li h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1230px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 18px;
    padding: 10px 20px;
  }
  .contact-page .contact-1 .form ul {
    margin: -15px;
  }
  .contact-page .contact-1 .form li {
    padding: 15px;
  }
  .contact-page .contact-1 .Tit {
    font-size: 24px;
  }
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-2 .Tit {
    font-size: 24px;
  }
  .contact-page .contact-2 .desc {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .left li h3 {
    font-size: 20px;
  }
  .contact-page .contact-2 .box .left ul {
    margin: -25px -15px;
  }
  .contact-page .contact-2 .box .left li {
    padding: 25px 15px;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .box {
    padding: 30px;
  }
  .contact-page .contact-1 .form {
    margin-top: 30px;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 16px;
  }
  .contact-page .contact-2 .desc {
    font-size: 14px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
    padding: 30px;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
  }
  .contact-page .contact-2 .box .left ul {
    margin: -15px;
  }
  .contact-page .contact-2 .box .left li {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .form li {
    width: 100%;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    padding: 10px;
    font-size: 14px;
  }
  .contact-page .contact-1 .form input[type='submit'] {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .contact-page .contact-1 .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .form li {
    padding: 10px;
  }
  .contact-page .contact-2 .box .left li {
    width: 100%;
  }
  .contact-page .contact-2 .box .left li h3 {
    margin-bottom: 10px;
  }
}
.resource-page .resource-1 {
  background-color: #f0f0f0;
  padding: 70px 0 90px;
}
.resource-page .resource-1 .Tit {
  font-size: 26px;
  font-weight: bold;
}
.resource-page .resource-1 .Tit span {
  color: var(--color);
}
.resource-page .resource-1 .text {
  font-weight: 600;
  line-height: 2;
}
.resource-page .resource-2 {
  padding: 60px 0 100px;
}
.resource-page .resource-2 .list ul {
  margin: -25px;
}
.resource-page .resource-2 .list li {
  padding: 25px;
}
.resource-page .resource-2 .list li img {
  width: 100%;
}
.resource-page .resource-2 .list li .name {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(230, 0, 18, 0.5);
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 30px 15px;
}
.resource-page .resource-3 {
  background-color: #f0f0f0;
  padding: 90px 0;
}
.resource-page .resource-3 .text {
  font-weight: 600;
  line-height: 2;
}
.resource-page .resource-3 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 5%;
}
.resource-page .resource-3 .right {
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 1230px) {
  .resource-page .resource-1 {
    padding: 60px 0;
  }
  .resource-page .resource-1 .Tit {
    font-size: 24px;
  }
  .resource-page .resource-2 {
    padding: 60px 0;
  }
  .resource-page .resource-3 {
    padding: 60px 0;
  }
  .resource-page .resource-2 .list ul {
    margin: -15px;
  }
  .resource-page .resource-2 .list li {
    padding: 15px;
  }
  .resource-page .resource-2 .list li .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .resource-page .resource-3 .left {
    width: 100%;
  }
  .resource-page .resource-3 .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .resource-page .resource-2 .list {
    margin-top: 40px;
  }
  .resource-page .resource-2 .list li .name {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    background-color: transparent;
    color: #000000;
    margin-top: 15px;
    font-size: 16px;
  }
}
.industry-page .industry-1 {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.industry-page .industry-1 .text {
  font-weight: 600;
  line-height: 2;
}
.industry-page .industry-2 {
  padding-top: 100px;
}
.industry-page .industry-2 .text {
  font-weight: 600;
  line-height: 2;
}
.industry-page .industry-2 .left {
  width: 50%;
}
.industry-page .industry-2 .right {
  width: 50%;
}
.industry-page .industry-3 {
  padding: 60px 0 80px;
}
.industry-page .industry-3 .text {
  font-weight: 600;
  line-height: 2;
}
.industry-page .industry-4 li {
  padding: 60px 0;
}
.industry-page .industry-4 li:nth-child(even) {
  background: url(../images/about-bg.jpg);
}
.industry-page .industry-4 li:nth-child(odd) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.industry-page .industry-4 li:nth-child(odd) .box .img {
  padding-left: 30px;
  padding-right: 0;
}
.industry-page .industry-4 .box {
  margin-bottom: 55px;
  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;
}
.industry-page .industry-4 .box .img {
  width: 50%;
  padding-right: 30px;
}
.industry-page .industry-4 .box .content {
  width: 50%;
}
.industry-page .industry-4 .box .content .text {
  font-weight: 600;
  line-height: 2;
}

@keyframes mymove {
	0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.industry-page .industry-4 .moreBtn img {
  margin-right: 15px;
  vertical-align: middle;
  animation: mymove 3s infinite;
}
.industry-page .industry-4 .moreBtn span {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1230px) {
  .industry-page .industry-1 {
    padding: 60px 0;
  }
  .industry-page .industry-2 {
    padding-top: 60px;
  }
  .industry-page .industry-3 {
    padding: 60px 0;
  }
}
@media (max-width: 1000px) {
  .industry-page .industry-2 .left {
    width: 100%;
  }
  .industry-page .industry-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .industry-page .industry-4 .box {
    display: block;
  }
  .industry-page .industry-4 .box .img {
    width: 100%;
    padding-right: 0;
  }
  .industry-page .industry-4 .box .content {
    width: 100%;
    margin-top: 40px;
  }
  .industry-page .industry-4 li:nth-child(odd) .box .img {
    padding-left: 0;
  }
  .industry-page .industry-4 .box {
    margin-bottom: 30px;
  }
  .industry-page .industry-4 li:nth-child(even) {
    background-size: auto;
    background-repeat: unset;
  }
}






/* 模版样式 */

.inner-page h3.title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
}
.inner-page h3.title em{
    color: var(--color);
}

.inner-page .sidebox {
    padding: 20px 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 20px;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}


@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}




.news-page.newsBox {
    padding: 70px 0 130px;
    background: #efeeee;
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    margin: -15px;
}
.news-page.newsBox .list ul li {
    padding: 15px;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: #adadad;
    line-height: 1.2;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}





.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: 600;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 32px;
    color: #555;
}
.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 5% 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 30px;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 20px 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}




.product-page .sideright .list ul {
    margin: 0 -30px -24px 0;
}
.product-page .sideright .list ul li {
    padding: 0 30px 24px 0;
}
.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .sideright .list ul li .box .text {
    padding: 20px;
}
.product-page .sideright .list ul li .box .text span{ color: #0047af; font-weight: bold;}
.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
   line-height: 34px;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}


@media screen and (max-width: 1600px) {
    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product-page .sideright .top .img {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        background-position: center bottom;
    }
}
@media screen and (max-width: 1366px) {
    .product-page .sideright .list ul li {
        width: 50%;
    }
    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product-page .sideright .top .img {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        min-height: 280px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .sideright .top {
        width: 100%;
    }
    .product-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }
    .product-page .sideright .list ul li {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        min-height: 220px;
    }
}




.prodet-page {
    background: #fff;
}
.prodet-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    margin-top: 20px;
    padding: 5px;
}

.prodet-page .product-box .prodet-1 .left img {
    width: 100%;
    border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -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 .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .left .small {
  margin-top: 5px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
    margin: 30px 0;
    font-size: 16px;
    line-height: 34px;
    max-height: 20em;
    overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #eee;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret strong {
    font-weight: bold;
}
.prodet-page .product-box .prodet-2 .ret ul li{
    display: none;
}

.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}




.faq-page {
    padding: 60px 0;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -20px;
}
.faq-page .box ul li {
    padding-right: 20px;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}



.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 45px;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
    padding-bottom: 45px;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 17.5px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 10px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 10px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    -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-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 45px 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}

h1.weih1 {
    Display: inline;
}
.f-p {
    font-size: 16px;
    line-height: 32px;
}
.mbx.font-18.font-bold.up-word {
    line-height: 36px;
    font-weight: bold;
}
.desc.font-16.mb-30.Auxil-catdes {
    font-size: 16px;
    line-height: 32px;
}
._text.font-16.mt-30 {
    font-size: 16px;
    line-height: 32px;
}
._text.font-16.mt-40 {
    font-size: 16px;
    line-height: 32px;
}
table td, table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    line-height: 32px;
}

p._text.font-16.mt-15.mb-15 {
    font-size: 16px;
    line-height: 32px;
}

