@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url(../fonts/Poppins-BoldItalic.ttf) format('truetype'), url(../fonts/Poppins-BoldItalic.eot) format('eot'), url(../fonts/Poppins-BoldItalic.woff) format('woff'), url(../fonts/Poppins-BoldItalic.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
body {
  margin: 0;
  padding: 0;
  --color: #0079c3;
  --primary: #0064fb;
  --secondary: #fe7700;
  font-family: '微软雅黑';
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1685px;
  margin: auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
#header .nav {
  position: relative;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 65px;
  font-size: 20px;
  color: #fff;
  -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: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--secondary);
  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 .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  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-left: 65px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
}
#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;
  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: 14px;
}
#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: 20px;
  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);
}
.language-box .zhuyu {
  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;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  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 {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  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;
}
.home-title.center h3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-title h3 {
  font-size: 48px;
  font-weight: bold;
  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;
}
.home-title span {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.btn-go {
  padding: 15px 55px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go.black {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.btn-go:hover {
  border: 1px solid transparent;
  background-color: var(--color);
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.flex-content {
  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;
}
.flex-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
  overflow: hidden;
}
#banner .banner-content ul li .content {
  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%);
  z-index: 5;
  color: #fff;
  text-align: center;
}
#banner .banner-content ul li .content h4 {
  font-size: 26px;
  font-weight: 300;
}
#banner .banner-content ul li .content h3 {
  font-size: 68px;
  margin: 10px 0 65px;
  font-weight: bold;
}
#banner .banner-content ul li .content .btn-go {
  margin: 0 auto;
}
#banner .banner-content ul li .bg,
#banner .banner-content ul li video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  background-color: black;
  filter: brightness(0.8);
}
@-webkit-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
@-moz-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
@keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .about {
  height: 1030px;
  position: relative;
  padding-top: 170px;
}
#index-body .about .bg-1 {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .about .bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .about .about-content {
  max-width: 1085px;
  z-index: 10;
  padding-left: 5%;
}
#index-body .about .about-content h2 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 40px;
}
#index-body .about .about-content p {
  font-size: 20px;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .about .about-content .btn-go {
  margin-top: 65px;
}
#index-body .process {
  position: relative;
  margin: 95px 0;
}
#index-body .process .img_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@keyframes img_op{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#index-body .process .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .process .process-content {
  width: 100%;
  height: 100%;
  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;
}
#index-body .process .process-content ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .process .process-content ul li .box{
  padding: 50px 30px 0 50px;
  height: 215px;
  transition: all 0.5s;
}
#index-body .process .process-content ul li:hover .box{
  background-color: var(--color);
  height: 390px;
}
#index-body .process .process-content ul li:hover .box .box-hide {
  transform: translateY(0);
}
#index-body .process .process-content ul li {
  height: 815px;
  background-color: transparent;
  color: #fff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-right:1px solid rgba(255,255,255,0.4);
}
#index-body .process .process-content ul li .box .box-hide {
  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: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(500px);
}
#index-body .process .process-content ul li .box .box-hide .btn {
  width: 55px;
  height: 55px;
  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: 50%;
  background-color: #000;
}
#index-body .process .process-content ul li .box .box-hide .btn img {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process .process-content ul li .box .box-hide p {
  font-size: 20px;
  max-width: calc(100% - 80px);
  margin-right: 25px;
  margin-top: 30px;
}
#index-body .process .process-content ul li .box h4 {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .application .application-content {
  position: relative;
}
#index-body .application .application-content .left {
  max-width: 50%;
  position: relative;
}
#index-body .application .application-content .left .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .application .application-content .right {
  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%);
}
#index-body .application .application-content .right .content {
  width: 50%;
  margin-left: auto;
  padding-left: 75px;
}
#index-body .application .application-content .right .content p {
  font-size: 20px;
  margin: 25px 0 50px;
  line-height: 1.8;
}
#index-body .news {
  padding: 180px 0 160px;
}
#index-body .news .news-content ul {
  margin: 80px -40px 0;
  text-align: center;
}
#index-body .news .news-content ul li {
  padding: 0 40px;
}
#index-body .news .news-content ul li .date {
  font-size: 14px;
  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;
  margin-top: 45px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .news .news-content ul li .date img {
  margin-right: 10px;
}
#index-body .news .news-content ul li h4 {
  font-size: 20px;
  margin: 15px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .news .news-content ul li .btn-go {
  margin: 30px auto 0;
  font-size: 14px;
  padding: 8px 30px;
}
#footer {
  position: relative;
  background-color: #000;
  padding: 100px 0 80px;
  color: #fff;
}
#footer .footer-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 .footer-content .left {
  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;
  max-width: 660px;
}
#footer .footer-content .left .list {
  margin-bottom: 40px;
  width: 230px;
}
#footer .footer-content .left .list .link{
  background-color: transparent;
}
#footer .footer-content .left .list:nth-child(n+3) {
  margin-bottom: 0;
}
#footer .footer-content .left .list:not(:nth-child(2n)) {
  width: 360px;
}
#footer .footer-content .left .list h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666;
}
#footer .footer-content .left .list span {
  font-size: 22px;
}
#footer .footer-content .left .list .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#footer .footer-content .left .list .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  margin-right: 20px;
}
#footer .footer-content .left .list .link a i {
  opacity: 0.8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .footer-content .left .list .link a img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
  filter: grayscale(100%) brightness(0) invert(1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .footer-content .left .list .link a:hover i {
  opacity: 1;
  color: #00619c;
}
#footer .footer-content .left .list .link a:hover img {
  -webkit-filter: grayscale(0%) brightness(1) invert(0);
  filter: grayscale(0%) brightness(1) invert(0);
}
#footer .footer-content .right {
  width: 240px;
}
#footer .footer-content .right .btn {
  width: 100%;
  color: #fff;
  margin-bottom: 60px;
  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;
  padding-left: 75px;
  border-bottom: 3px solid #333;
  padding-bottom: 3px;
}
#footer .footer-content .right .btn span {
  font-size: 18px;
}
#footer .footer-content .right .btn span:last-child {
  font-size: 30px;
}
#footer .footer-content .right .f-logo {
  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 .footer-content .right .f-logo #ewm img,
#footer .footer-content .right .f-logo #ewm canvas {
  width: 105px;
  height: auto;
  border: 4px solid white;
}
#footer .footer-b {
  margin-top: 65px;
  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 .footer-b > a{
  transition: all 0.5s;
}
#footer .footer-b > a:hover{
  color: var(--color);
}
#footer .footer-b .left {
  font-size: 16px;
}
#footer .footer-b .left .login {
  width: 150px;
  padding-top: 3px;
}
#footer .footer-b .right {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-b .right a {
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin-right: 60px;
  border-bottom: 1px solid transparent;
}
#footer .footer-b .right a:last-child {
  margin-right: 0;
}
#footer .footer-b .right a:hover {
  border-bottom: 1px solid white;
}
#index-body .news .news-content ul li .img-box{
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  display: block;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #footer .footer-b .right a{
    margin-right: 35px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 56px;
  }
  .home-title h3 {
    font-size: 38px;
  }
  #index-body .news {
    padding: 90px 0;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu{
    width:85%;
  }
  #banner .banner-content ul li .bg, #banner .banner-content ul li video {
    height: auto;
  }
  #index-body .about .about-content h2 {
    font-size: 44px;
  }
  #index-body .process {
    height: 680px;
  }
  #index-body .application .application-content .left {
    height: 500px;
  }
  #index-body .application .application-content .left img:first-child{
    width: 100%;
    height: 100%;
  }
  #index-body .application .application-content .left .icon {
    width: 150px;
  }
  #footer .footer-b {
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer {
    padding: 100px 0 20px;
  }
  #footer .footer-b .left{
    margin-top: 15px;
  }
  #footer .footer-b .right{
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
    font-size: 18px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 45px;
    margin: 10px 0 35px;
  }
  #index-body .application .application-content .right .content p {
    font-size: 16px;
  }
  #index-body .news .news-content ul li {
    padding: 0 15px;
  }
  #index-body .news .news-content ul {
    margin: 40px -15px 0;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #footer .footer-content .left {
    max-width: 50%;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 30px;
  }
  #banner .banner-content ul li .content h4 {
    font-size: 20px;
  }
  .btn-go {
    padding: 10px 35px;
    font-size: 16px;
  }
  #index-body .about .about-content h2 {
    font-size: 30px;
  }
  #index-body .about .bg-1,
  #index-body .about .bg-2{
    display: none;
  }
  #index-body .about {
    height: auto;
    padding-top: 100px;
  }
  #index-body .application .application-content{
    display: flex;
    flex-direction: column-reverse;
  }
  #index-body .application .application-content .right {
    position: unset;
    transform: unset;
    width:100%;
    max-width: 100%;
  }
  #index-body .application .application-content .left {
    width:100%;
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .application .application-content .right .content{
    width:100%;
    max-width: 100%;
    padding-left: 0;
  }
  #footer .footer-content .left .list span {
    font-size: 18px;
  }
  #footer .footer-b .right{
    display: none;
  }
  #footer .footer-b {
    margin-top: 30px;
  }
  #footer .footer-content .left .list:last-child{
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  #index-body .process,
  #index-body .application{
    display: none;
  }
  #footer .footer-content {
    flex-wrap: wrap;
  }
  #footer .footer-content .left{
    margin-bottom: 60px;
  }
  #footer .footer-content .left,
  #footer .footer-content .right{
    width:100%;
    max-width: 100%;
  }
  #footer .footer-b .left {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
}
@-webkit-keyframes player_big_1 {
  0% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
@-moz-keyframes player_big_1 {
  0% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
@keyframes player_big_1 {
  0% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
@-webkit-keyframes player_big_2 {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@-moz-keyframes player_big_2 {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@keyframes player_big_2 {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
.max-1380 {
  max-width: 1410px;
}
.inner-title {
  margin-bottom: 55px;
}
.inner-title h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.inner-banner {
  position: relative;
  margin-top: 120px;
}
.inner-banner .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.inner-banner .inner-banner-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  color: #fff;
  padding: 0 15px;
}
.inner-banner .inner-banner-content h2 {
  font-size: 52px;
  margin-bottom: 5px;
  font-weight: bold;
}
.inner-banner .inner-banner-content .nav-link {
  font-size: 20px;
}
.about-page .about-1 {
  padding: 160px 0 110px;
}
.about-page .about-1 .left {
  width: 51%;
}
.about-page .about-1 .left h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 35px;
}
.about-page .about-1 .left p {
  font-size: 18px;
  opacity: 0.6;
}
.about-page .about-1 .left p:last-child {
  margin-top: 40px;
}
.about-page .about-1 .right {
  position: relative;
}
.about-page .about-1 .right .play {
  display: block;
  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%);
}
.about-page .about-1 .right .play::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  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: 6;
  border-radius: 50%;
  -webkit-animation: player_big_1 2s infinite linear;
  -moz-animation: player_big_1 2s infinite linear;
  animation: player_big_1 2s infinite linear;
}
.about-page .about-1 .right .play::after {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.2);
  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: 2;
  border-radius: 50%;
  -webkit-animation: player_big_2 2s infinite linear;
  -moz-animation: player_big_2 2s infinite linear;
  animation: player_big_2 2s infinite linear;
}
.about-page .about-1 .text p {
  margin: 50px auto 80px;
  font-size: 18px;
  opacity: 0.6;
}
.about-page .about-1 .text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -60px;
}
.about-page .about-1 .text ul li {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
.about-page .about-1 .text ul li:hover h4 {
  color: var(--color);
}
.about-page .about-1 .text ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 .text ul li:last-child::before {
  display: none;
}
.about-page .about-1 .text ul li h4 {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
}
.about-page .about-1 .text ul li h4 em {
  font-size: 56px;
  font-weight: bold;
}
.about-page .about-1 .text ul li h4 span {
  font-size: 20px;
  opacity: 0.6;
  margin-left: 10px;
}
.about-page .about-1 .text ul li p {
  font-size: 26px;
  opacity: 0.6;
  margin: 0;
}
.about-page .about-2 {
  padding: 90px 0 100px;
  background-color: #f2f2f2;
}
.about-page .about-2 .right {
  max-width: 845px;
}
.about-page .about-2 .right 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -25px 0;
}
.about-page .about-2 .right ul li {
  width: 200px;
  height: 190px;
  border-radius: 20px;
  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: 24px;
  background-color: white;
  text-align: center;
  margin: 25px 0;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 25px 15px -15px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.about-page .about-2 .right ul li:hover{
  background-color: var(--color);
  color: white;
  transform: translateY(-20px);
  box-shadow: 2px 25px 15px -15px rgba(0, 0, 0, 0.4);
}
.about-page .about-2 .right ul li:last-child {
  margin-right: 0;
}
.about-page .about-3 {
  padding: 90px 0 130px;
}
.about-page .about-3 .container {
  max-width: 1200px;
}
.about-page .about-3 .container ul {
  margin: 0 -25px;
}
.about-page .about-3 .container ul li {
  padding: 0 25px;
}
.product-page .content{
  margin: 0 -72px;
}
.m-page {
    text-align: center;
    padding-top: 20px;
    margin-top: 60px;
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 35px;
    line-height: 35px;
    height: 35px;
    color: #555;
    font-family: var(--font);
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
.product-page .content a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .content a:hover {
  color: #4d8342;
}
.product-page .content .content-t{
  padding: 0 72px;
  margin-top: 65px;
}
.product-page .content .content-t h3{
  font-size: 36px;
  margin-bottom: 30px;
}
.product-page .content .content-t p{
  font-size: 18px;
}
.product-page .content ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-page .content > ul li{
  padding: 0 72px 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-page .content > ul > li{
  width: 33.33333333%;
}
.product-page .content ul li .dot{
  width: 445px;
  height: 445px;
  display: block;
  position: absolute;
  left:50%;
  transform: translateX(-44%);
  top: 80px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
}
.product-page .content ul li .dot2{
  width: 445px;
  height: 445px;
  display: block;
  position: absolute;
  left:50%;
  transform: translateX(-38%);
  top: 80px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  transition: all 0.5s;
}

.product-page .content ul li ol{
  width: 445px;
  height: 445px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 80px;
  transition: all 0.5s;
}
.product-page .content ul li ol .slick-arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 20;
  color:transparent;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  width:80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .content ul li ol:hover .slick-arrow{
  opacity: 1;
}
.product-page .content ul li ol .slick-arrow:hover{
  background-color: rgba(0, 121, 195, 1);
}
.product-page .content ul li ol .slick-prev::before{
  font-family: FontAwesome;
  font-size: 30px;
  content:"\f104";
  color:white;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.product-page .content ul li ol .slick-next::before{
  font-family: FontAwesome;
  font-size: 30px;
  content:"\f105";
  color:white;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.product-page .content ul li ol .slick-prev{
  left: -20px;
}
.product-page .content ul li ol .slick-next{
  right:-20px;
}
.product-page .content ul li ol li{
  padding: 0;
}
.product-page .content ul li ol li .box{
  width: 445px;
  height: 445px;
  position: relative;
}

.product-page .content ul li ol li .box .img{
  display: block;
  width:auto;
  height: 100%;
  border-radius:50%;
  overflow: hidden; 
}
.product-page .content ul li ol li .box .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.product-page .content ul li ol li .box .title{
  position: absolute;
  bottom:0;
  height: 95px;
  line-height: 95px;
  background-color: rgba(0, 0, 0, 0.2);
  color:white;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.product-page .content .list3 {
  font-size: 18px;
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .content .list3 .img {
  display: block;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.product-page .content .list3 .img img {
  max-width: 100%;
}
.product-page .content .list3 .title {
  margin-top: 30px;
}
.product-page .content .list3 .des {
  margin-top: 20px;
  font-size: 16px;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  display: none;
}
.product-page .content .list3 .cat_name {
  color: #4d8342;
  margin-top: 15px;
}
.prodet-page{
  padding-top: 90px;
}
.prodet-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  height: 730px;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left .content {
  height: 100%;
  width: 11%;
}
.prodet-page .init-1 .container .left .content ul li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left .content ul li img {
  max-width: 100%;
}
.prodet-page .init-1 .container .left .thumb {
  width: 85%;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left .thumb img {
  max-width: 100%;
}
.prodet-page .init-1 .container .right {
  width: 40%;
}
.prodet-page .init-1 .container .right .title {
  
  font-size: 24px;
  margin-top: 70px;
}
.prodet-page .init-1 .container .right .type {
  color: #4d8342;
  margin-top: 40px;
  font-size: 24px;
  
}
.prodet-page .init-1 .container .right .des {
  
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.prodet-page .init-1 .container .right .more_cont {
  padding: 15px 35px;
  margin-top: 45px;
  font-size: 18px;
  cursor: pointer;
}
.prodet-page .init-2 {
  margin-top: 140px;
}
.prodet-page .init-2 .container .title_cont {
  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;
}
.prodet-page .init-2 .container .title_cont .list {
  font-size: 20px;
  
  color: #666666;
  position: relative;
  margin-right: 80px;
  cursor: pointer;
}
.prodet-page .init-2 .container .title_cont .list:hover,
.prodet-page .init-2 .container .title_cont .list.active {
  color: #4d8342;
}
.prodet-page .init-2 .container .title_cont .list:hover::before,
.prodet-page .init-2 .container .title_cont .list.active::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
.prodet-page .init-2 .container .title_cont .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #4d8342;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  opacity: 0;
}
.prodet-page .init-2 .container .cont_list {
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  
  line-height: 1.8;
}
.prodet-page .init-2 .container .cont_list .list_c {
  display: none;
}
.prodet-page .init-2 .container .cont_list .faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .cont_list .faq .list {
  width: 49%;
  margin-top: 20px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
  background-color: #fff;
  position: relative;
}
.prodet-page .init-2 .container .cont_list .faq .list .subline {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4d8342;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-2 .container .cont_list .faq .list .title {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-right: 20px;
  background: none;
  margin: 0;
  padding: 0;
}
.prodet-page .init-2 .container .cont_list .faq .list .title p {
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 1;
  font-size: 24px;
  color: #4d8342;
}
.prodet-page .init-2 .container .cont_list .faq .list .content {
  line-height: 1.8;
  margin-top: 15px;
  display: none;
}
.prodet-page .init-2 .container .cont_list .faq .active_2 .subline {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.prodet-page .init-2 .container .cont_list .contact {
  width: 800px;
  margin: auto;
}
.prodet-page .init-2 .container .cont_list .contact form {
  font-size: 16px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .cont_list .contact form input {
  width: 49%;
  padding: 10px 15px;
  padding-right: 40px;
  border: #666 solid 1px;
  margin-top: 10px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.prodet-page .init-2 .container .cont_list .contact form input::-webkit-input-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form input:-moz-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form input::-moz-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form input:-ms-input-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form input.name {
  background-image: url(../images/contact_2.png);
}
.prodet-page .init-2 .container .cont_list .contact form input.mail {
  background-size: 15px auto;
  background-image: url(../images/contact_3.png);
}
.prodet-page .init-2 .container .cont_list .contact form input.tel {
  background-image: url(../images/contact_4.png);
}
.prodet-page .init-2 .container .cont_list .contact form input.subject {
  background-size: 16px auto;
  background-image: url(../images/contact_5.png);
}
.prodet-page .init-2 .container .cont_list .contact form textarea {
  width: 100%;
  border: #666 solid 1px;
  padding: 10px 15px;
  padding-right: 40px;
  margin-top: 10px;
  background-image: url(../images/contact_6.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 15px;
}
.prodet-page .init-2 .container .cont_list .contact form textarea::-webkit-input-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form textarea:-moz-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form textarea::-moz-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form textarea:-ms-input-placeholder { color: #666; }
.prodet-page .init-2 .container .cont_list .contact form .more_cont {
  margin-top: 50px;
  padding: 16px 70px;
  font-size: 20px;
  cursor: pointer;
}
.prodet-page .init-3 .container .tip_title {
  
  font-size: 36px;
  text-align: center;
  margin-top: 100px;
}
.prodet-page .init-3 .container .content {
  margin-top: 70px;
}
.prodet-page .init-3 .container .content ul{
  margin: 0 -15px;
}
.prodet-page .init-3 .container .content ul li {
  font-size: 18px;
  padding: 0 15px;
}
.prodet-page .init-3 .container .content ul li a {
  display: block;
}
.prodet-page .init-3 .container .content ul li .title {
  
  margin-top: 30px;
  line-height: 1.8;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-3 .container .content ul li .title:hover {
  color: #4d8342;
}
.prodet-page .init-3 .container .content ul li .type {
  color: #4d8342; 
  margin-top: 25px;
}
.more_cont {
  display: inline-block !important;
  position: relative;
  background-color: #4d8342;
  border: #4d8342 solid 1px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-family: 'Mulish-Bold';
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover {
  color: #4d8342;
}
.more_cont:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.s_banner{
  background: #f2f2f2;
  margin-top:140px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.s_banner .container i{
  font-size: 18px;
}
.s_banner .container a,.s_banner .container span{
  margin: 0 5px;
}
.producttion-page{
  padding: 100px 0;
}
.producttion-page .init-1 .left h3{
  font-size: 24px;
  font-weight: bold;
}
.producttion-page .init-1 .right{
  font-size: 16px;
}
.producttion-page .init-1 .right p{
  margin-top: 10px;
}

.producttion-page .init-2{
  margin-top: 100px;
}
.producttion-page .init-2 .container{
  padding-top: 100px;
  border-top: 1px solid #ddd;
}
.producttion-page .init-2 .container .left h3{
  font-weight: bold;
  font-size: 20px;
}
.producttion-page .init-2 .container .right{
  font-size: 16px;
}
.producttion-page .init-3{
  margin-top: 100px;
}
.producttion-page .init-3 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.producttion-page .init-3 .container img{
  width: 29%;
  object-fit: cover;
}
.producttion-page .init-3 .container img:last-child{
  width: 40%;
}



@media (max-width: 1800px) {
  .product-page .content ul li ol,
  .product-page .content ul li ol li .box,
  .product-page .content ul li .dot2,
  .product-page .content ul li .dot {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 1400px) {
  .about-page .about-1 .text ul li {
    width: 24%;
  }
  .about-page .about-2 .left{
    display: none;
  }
  .about-page .about-2 .right {
    max-width: 100%;
  }
  .about-page .about-2 .right ul {
    justify-content: center;
  }
  .about-page .about-2 .right ul li{
    margin: 25px !important;
  }
  .product-page .content > ul li {
    padding: 0 20px 60px;
  }
  .product-page .content {
    margin: 0 -20px;
  }
  .product-page .content .content-t {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .inner-banner .inner-banner-content h2 {
    font-size: 38px;
  }
  .about-page .about-1 .right {
    max-width: 50%;
  }
   .about-page .about-1 .left{
     max-width: 48%;
   }
  .about-page .about-1 .left p {
    font-size: 16px;
  }
  .about-page .about-1 .left h2 {
    font-size: 30px;
  }
  .about-page .about-1 .text p {
    margin: 50px auto;
  }
  .about-page .about-2 .right ul li {
    margin: 10px !important;
  }
  .product-page .content ul li ol,
  .product-page .content ul li ol li .box,
  .product-page .content ul li .dot2,
  .product-page .content ul li .dot  {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .container{
    flex-direction: column;
  }
  .about-page .about-1 .right {
    max-width: 100%;
    margin-top: 60px;
  }
  .about-page .about-1 .left{
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-1 .text ul {
    flex-wrap: wrap;
  }
  .about-page .about-1 .text ul li{
    width:50%;
    margin: 15px 0;
  }
  .producttion-page .init-1 .left,
  .producttion-page .init-1 .right{
    width: 100%;
  }
  .producttion-page .init-2 .left,
  .producttion-page .init-2 .right{
    width: 100%;
  }
  .producttion-page .init-2 .right{
    margin-top: 20px;
  }
  .product-page .content > ul > li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .inner-banner .bg {
    height: 250px;
  }
  .about-page .about-1 .text ul li h4 em {
    font-size: 40px;
  }
  .about-page .about-1 .text ul li p {
    font-size: 20px;
  }
  .product-page .content .list3{
    width: 50%;
    padding: 15px;
    margin-top: 30px;
  }
  .product-page .content ul li ol,
  .product-page .content ul li ol li .box,
  .product-page .content ul li .dot2,
  .product-page .content ul li .dot  {
    width: 200px;
    height: 200px;
  }
  .product-page .content ul li ol li .box .title {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product-page .content > ul > li {
    width: 100%;
  }
   .about-page .about-1 .text ul li{
    width:100%;
  }
  .product-page .content .list3{
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    text-align: center;
  }
  .product-page .content{
    margin: 0;
  }
  
  .prodet-page .init-1 .container .left{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;

  }
  .prodet-page .init-1 .container .left .swiper{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .left .thumb{
    width: 100%;
    order: -2;
  }
  .prodet-page .init-1 .container .right{
    width: 100%;
  }
  .producttion-page{
    padding: 40px 0;
  }
  
  .producttion-page .init-2{
    margin-top: 40px;
  }
  .producttion-page .init-2 .container{
    padding-top: 40px;
  }
  .producttion-page .init-3{
    margin-top: 40px;
  }
  .product-page .content ul li ol,
  .product-page .content ul li ol li .box {
    width: 200px;
    height: 200px;
  }
}










.after-inner #main.contact-page{
  max-width: 1180px;
}
.after-inner #main.contact-page .row{
  padding: 80px 0;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0px 0px;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #000000;
}
.contact-page .init-2 {
  border-top: 0px solid #d6d6d6;
  border-bottom: 0px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #000000;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li textarea{
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #000000;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
@media screen and (max-width: 1200px){
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px){
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}

.news-banner {
  padding: 50px 0 17px;
}
.news-banner h2 {
  font-size: 64px;
  line-height: 1;
  color: #181818;
  font-style: normal;
  text-transform: uppercase;
}
.news-banner p {
  font-size: 16px;
  color: #0f0f0f;
  line-height: 1.7;
  margin-top: 34px;
}

.inner-page .sidebox .sideleft {
  width: 67%;
}
.inner-page .sidebox .sideright {
  width: 33%;
  padding: 26px 0 0 109px;
}
.inner-page .sidebox .sideright h2 {
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  color: #0f0f0f;
  line-height: 1;
}
.inner-page .sidebox .sideright .list {
  margin-top: 42px;
}
.inner-page .sidebox .sideright .list ul {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideright .list ul li {
  padding-bottom: 30px;
}
.inner-page .sidebox .sideright .list ul li .img {
  padding-right: 25px;
  width: 43%;
}
.inner-page .sidebox .sideright .list ul li .img a.img-box {
  display: block;
}
.inner-page .sidebox .sideright .list ul li .img a.img-box img {
  width: 100%;
}
.inner-page .sidebox .sideright .list ul li .text {
  padding-top: 18px;
  width: 57%;
}
.inner-page .sidebox .sideright .list ul li .text time {
  font-size: 14px;
  color: #686868;
  line-height: 1;
}
.inner-page .sidebox .sideright .list ul li .text h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #2d2d2d;
  line-height: 1.3;
  font-style: normal;
  margin-top: 16px;
}
.news-page {
  padding-bottom: 113px;
}
.news-page .ui.container {
  max-width: 1682px;
  width: 100%;
}
.news-page .sidebox {
  padding-left: 26px;
  margin-top: 69px;
}
.news-page .sidebox .sideleft ul {
  margin: 0 -55px -75px 0;
}
.news-page .sidebox .sideleft ul li {
  padding: 0 55px 75px 0;
}
.news-page .sidebox .sideleft ul li a.img-box {
  display: block;
}
.news-page .sidebox .sideleft ul li a.img-box img{
  width: 100%;
}
.news-page .sidebox .sideleft ul li .text {
  padding: 35px 28px 0;
}
.news-page .sidebox .sideleft ul li .text time {
  font-size: 14px;
  color: #686868;
  line-height: 1;
}
.news-page .sidebox .sideleft ul li .text h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #2d2d2d;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 11px;
}
.news-page .sidebox .sideleft ul li .text p {
  font-size: 14px;
  color: #595959;
  line-height: 1.4;
  margin-top: 14px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .sidebox .sideleft ul li .text .more {
  color: #2e2e2e;
  border: 1px solid #4a4a4a;
  text-transform: capitalize;
  padding: 5px 22px 4px 23px;
  margin: 23px auto 0;
  display: block;
  width: fit-content;
}
.news-page .sidebox .sideleft ul li .text .more::before {
  background: var(--primary);
}
.news-page .sidebox .sideleft ul li .text .more:hover {
  color: var(--white);
  border-color: var(--primary);
}
.news-page .sidebox .sideleft ul li .text .more:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideright {
    padding: 26px 0 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .news-page .sidebox {
    padding-left: 0;
  }
  .news-page .sidebox .sideleft ul {
    margin: 0 -30px -50px 0;
  }
  .news-page .sidebox .sideleft ul li {
    padding: 0 30px 50px 0;
  }
  .news-page .sidebox .sideleft ul li .text {
    padding: 20px 18px 0;
  }
  .inner-page .sidebox .sideright .list ul li .text {
    padding-top: 10px;
  }
  .inner-page .sidebox .sideright .list ul li .text h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    width: 100%;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
  .news-page {
    padding-bottom: 60px;
  }
  .news-page .sidebox {
    margin-top: 30px;
  }
  .news-banner h2 {
    font-size: 30px;
  }
  .inner-banner .inner-banner-content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .news-banner p {
    margin-top: 20px;
  }
  .news-page .sidebox .sideleft ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .sidebox .sideleft ul li {
    padding: 0 20px 40px 0;
  }
  .news-page .sidebox .sideleft ul li .text {
    padding: 15px 10px 0;
  }
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 16px;
  }
  .news-page {
    padding-bottom: 30px;
  }
  .inner-banner .inner-banner-content h2 {
    font-size: 20px;
  }
  .inner-banner .inner-banner-content .nav-link {
    font-size: 16px;
  }
}
.newdet-page {
  padding: 48px 0 183px;
}
.newdet-page .ui.container {
  max-width: 1682px;
  width: 100%;
}
.newdet-page .sidebox {
  padding-left: 83px;
}
.newdet-page .sidebox .sideleft .content img {
  width: 100%;
}
.newdet-page .sidebox .sideleft .content .info {
  padding: 55px 36px 0 48px;
}
.newdet-page .sidebox .sideleft .content .info time {
  font-size: 16px;
  color: #686868;
  line-height: 1;
}
.newdet-page .sidebox .sideleft .content .info h1 {
  font-style: normal;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 37px;
}
.newdet-page .sidebox .sideleft .content .info .desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2d2d2d;
  text-align: left;
  margin-top: 41px;
}
.newdet-page .sidebox .sideleft .content .m-link {
  margin-top: 100px;
  border-top: 1px solid #f1f1f1;
  padding-top: 32px;
}
.newdet-page .sidebox .sideleft .content .m-link .left span i {
  margin-left: 12px;
}
.newdet-page .sidebox .sideleft .content .m-link .right {
  text-align: right;
}
.newdet-page .sidebox .sideleft .content .m-link .right span i {
  margin-right: 12px;
}
.newdet-page .sidebox .sideleft .content .m-link img {
  width: auto;
}
.newdet-page .sidebox .sideleft .content .m-link span {
  display: block;
}
.newdet-page .sidebox .sideleft .content .m-link span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #303030;
  line-height: 1;
}
.newdet-page .sidebox .sideleft .content .m-link span img {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .sidebox .sideleft .content .m-link em {
  font-size: 16px;
  color: #161616;
  font-family: 'GR';
  line-height: 1.7;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1440px) {
  .newdet-page .sidebox {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .newdet-page .sidebox {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .newdet-page .sidebox .sideleft .content .info {
    padding: 30px 30px 0 30px;
  }
  .newdet-page .sidebox .sideleft .content .info h1 {
    margin-top: 20px;
    font-size: 30px;
  }
  .newdet-page .sidebox .sideleft .content .info .desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 20px 0 60px;
  }
   .head .step > div {
    width: calc((100% - 4px) / 3) !important;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebox .sideleft .content .info {
    padding: 20px 15px 0;
  }
  .newdet-page .sidebox .sideleft .content .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .head .step > div {
    width: calc((100% - 4px) / 2) !important;
  }
  .newdet-page .sidebox .sideleft .content .m-link .right {
    text-align: left;
  }
  .newdet-page .sidebox .sideleft .content .info {
    padding: 20px 0 0 0;
  }
  .newdet-page .sidebox .sideleft .content .info h1 {
    font-size: 23px;
  }
  .newdet-page .sidebox .sideleft .content .m-link em {
    font-size: 14px;
  }
  .newdet-page .sidebox .sideleft .content .info .desc {
    font-size: 15px;
  }
}








.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-family: var(--font);
  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;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block; 
  font-size: 18px; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
  font-family: var(--font);
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  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: 90px 0;
}
@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 {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div{
    margin-top: 0;
  }
  .gallery-page{
    padding-top: 30px;
  }
}
