@font-face {
  font-family: 'Roboto-Thin';
  src: url(../fonts/Roboto-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Black';
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}

#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from form {
  margin-top: 40px;
}

#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from i.close:hover {
  background: #333333;
}

#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}

#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #333333;
}

#pups_from ul li textarea {
  height: 80px;
}

#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #333333;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from ul li:last-child {
  margin-bottom: 0;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #000;
  color: white;
  right: 20px;
  bottom: 50px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn:hover {
  background: #333;
}

*::-webkit-scrollbar-thumb {
  background-color: #44533c;
}

b,
strong {
  font-weight: bold;
}

body {
  position: relative;
  font-family: 'Roboto-Regular';
  margin: 0 auto;
  color: #000;
  background-size: 100%;
}

.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

.wpulike.wpulike-default {
  display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.post-views-box {
  position: relative;
  margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}

.wpulike {
  z-index: 10;
}

.wpulike.post-views-box {
  z-index: 5;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}

#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#mobile #menu-on i.line1 {
  top: 12px;
}

#mobile #menu-on i.line2 {
  top: 19px;
}

#mobile #menu-on i.line3 {
  top: 26px;
}

#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}

#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}

#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

#mobile .menu-content .menu-logo {
  display: block;
}

#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}

#mobile .menu-content .menu-list {
  margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
  color: #333333;
  text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#mobile .menu-content .mob-search form {
  position: relative;
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #333333;
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile.active {
  left: 0;
}

#mobile.active:before {
  right: 0;
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
  opacity: 0;
}

#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#mobile.white .menu-content {
  background: white;
  color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}

#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}

#header .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 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}

#header.active {
  padding: 10px 0;
  background-color: #fff;
}

#header.active>.nav>.menu .menu-box .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

#header.active>.nav>.menu .menu-box .menu-menu-container .menu .menu-item>a {
  color: #000;
}

#header.active>.nav>.menu .menu-box .menu-menu-container .menu .menu-item>a::before {
  background-color: #000;
}

#header.active>.nav>.menu .menu-box .right {
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form input {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form input::-webkit-input-placeholder {
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form input:-ms-input-placeholder {
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form input::-ms-input-placeholder {
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form input::placeholder {
  color: #000;
}

#header.active>.nav>.menu .menu-box .right form .submit_btn {
  background-color: inherit;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

#header.active>.nav>.menu .menu-box .right .lang_cont .c_cont>img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

#header a {
  display: block;
}

#header img {
  display: block;
  width: 100%;
}

#header>.nav {
  max-width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, .06);
}

#header>.nav .h-top {
  font-size: 16px;
  background-color: #231f20;
  font-family: 'Roboto-Thin';
}

#header>.nav .h-top .container {
  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;
  padding: 8px 0;
  color: #fff;
}

#header>.nav .h-top .container .left {
  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;
}

#header>.nav .h-top .container .left .list:last-child {
  margin-left: 30px;
}

#header>.nav .h-top .container .left .list span {
  text-transform: uppercase;
}

#header>.nav .h-top .container .share {
  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;
}

#header>.nav .h-top .container .share a {
  margin-left: 20px;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav .h-top .container .share a:hover {
  color: #333333;
}

#header>.nav>.menu .menu-box {
  padding: 8px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  margin: auto;
  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;
  text-align: center;
  position: relative;
}

#header>.nav>.menu .menu-box .logo {
  width: 155px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu-menu-container {
  margin-left: auto;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
  margin-left: 50px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
  font-family: 'Roboto-Light';
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:first-child {
  margin-left: 0;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:hover>a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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;
  position: relative;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  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;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item.menu-item-91551 .sub-menu{
  width: 190px;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  color: #000;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item{
  position: relative;
}
#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu{
  left: 100%;
  top: 0;
}
#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu{
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}

#header>.nav>.menu .menu-box .right {
  margin-left: 110px;
  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;
  color: #fff;
}

#header>.nav>.menu .menu-box .right form {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  width: 280px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .right form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  border: none;
  padding: 8px 20px;
  padding-right: 40px;
  border-radius: 16px;
  font-family: 'Roboto-Light';
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .right form input::-webkit-input-placeholder {
  color: #fff;
}

#header>.nav>.menu .menu-box .right form input:-ms-input-placeholder {
  color: #fff;
}

#header>.nav>.menu .menu-box .right form input::-ms-input-placeholder {
  color: #fff;
}

#header>.nav>.menu .menu-box .right form input::placeholder {
  color: #fff;
}

#header>.nav>.menu .menu-box .right form .submit_btn {
  position: absolute;
  top: 6px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/index_1.png);
  background-size: cover;
  padding: 0;
  border-radius: 0;
}

#header>.nav>.menu .menu-box .lang_cont {
  font-size: 18px;
  font-family: 'Roboto-Light';
  position: relative;
  cursor: pointer;
  z-index: 2;
  margin-left: 45px;
}

#header>.nav>.menu .menu-box .lang_cont .c_cont {
  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;
  font-family: 'Mulish-Regular';
  text-transform: uppercase;
  font-size: 20px;
}

#header>.nav>.menu .menu-box .lang_cont .c_cont img {
  width: 22px;
  margin-right: 14px;
}

#header>.nav>.menu .menu-box .lang_cont .c_cont i {
  margin-left: 10px;
  font-size: 18px;
}

#header>.nav>.menu .menu-box .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}

#header>.nav>.menu .menu-box .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}

#header>.nav>.menu .menu-box .lang_cont .lang li a {
  background: #fff;
  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;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .lang_cont .lang li a:hover {
  background-color: #333;
}

#header>.nav>.menu .menu-box .lang_cont .lang li a:hover em {
  color: #fff;
}

#header>.nav>.menu .menu-box .lang_cont .lang li a img {
  width: 20%;
}

#header>.nav>.menu .menu-box .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}

.more_cont {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont:hover {
  background-color: #333333;
}

#banner {
  margin-top: 40px;
}

#banner .container {
  position: relative;
  width: 100%;
}

#banner .container .swiper .swiper-wrapper .swiper-slide>img {
  width: 100%;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  color: #fff;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
  width: 1650px;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title {
  width: 958px;
  font-size: 70px;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  line-height: 2;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title span {
  font-family: 'Roboto-Black';
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more {
  margin-top: 30px;
  width: 158px;
  height: 48px;
  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;
  border: 2px solid #fff;
  font-size: 16px;
  font-family: 'Roboto-Bold';
}

#banner .container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 10px;
  width: 22px;
  height: 22px;
  background-color: inherit;
  position: relative;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#banner .container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
}

#banner .container .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}

#banner .container .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #939598;
}

.ani_rotate {
  -webkit-animation: ani_rotate 20s linear infinite;
}

@-webkit-keyframes ani_rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes ani_rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

#index-body {
  position: relative;
  padding-bottom: 120px;
}

#index-body .sub_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}

#index-body .sub_cont div {
  height: 100%;
  width: 16%;
  border-right: 1px solid #ebebeb;
}

#index-body .sub_cont div:first-child {
  border-left: 1px solid #ebebeb;
}

#index-body .init-1 {
  margin-top: 100px;
}

#index-body .init-1 .tip_cont {
  text-align: center;
}

#index-body .init-1 .swiper {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div {
  color: #fff;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div .img_2 {
  transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  margin: auto;
  width: 50px;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div .img_2 img {
  display: block;
  width: 100%;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div .text {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Roboto-Medium';
  transform: translateY(300px);
  -ms-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -o-transform: translateY(300px);
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide:hover .cont {
  opacity: 1;
}

#index-body .init-1 .swiper .swiper-wrapper .swiper-slide:hover .cont div .img_2,
#index-body .init-1 .swiper .swiper-wrapper .swiper-slide:hover .cont div .text {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

#index-body .init-2 .container .tip_cont {
  text-align: center;
  margin-top: 100px;
}

#index-body .init-2 .container .nav_list {
  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;
  margin-top: 40px;
}

#index-body .init-2 .container .nav_list .list {
  margin: 10px 8px;
  border-radius: 20px;
  background-color: #f1f0f0;
  padding: 8px 22px;
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto-Regular';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 2;
}

#index-body .init-2 .container .nav_list .list:hover {
  background-color: #333333;
  color: #fff;
}

#index-body .init-2 .container .content {
  margin-top: 40px;
  position: relative;
}

#index-body .init-2 .container .content .next {
  position: absolute;
  top: 160px;
  right: -30px;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  width: 56px;
  height: 56px;
  background-color: #fff;
  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;
  border-radius: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  font-size: 20px;
}

#index-body .init-2 .container .content .next i {
  margin-left: 5px;
}

#index-body .init-2 .container .content .next:hover {
  background-color: #333333;
  color: #fff;
}

#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  height: 400px;
  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;
  background-color: #f5f5f5;
  overflow: hidden;
  border: 1px solid #ccc;
}

#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Roboto-Regular';
  line-height: 2;
}

#index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #333333;
}

#index-body .init-3 {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  padding: 245px 0;
  background-image: url(/suntimecn/2023/07/03/index_7.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#index-body .init-3 .container {
  width: 100%;
}

#index-body .init-3 .container .play_cont {
  width: 160px;
  height: 160px;
  margin: auto;
  position: relative;
  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;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

#index-body .init-3 .container .play_cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index-body .init-4 {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  background-image: url(../images/index_16.jpg);
  background-size: cover;
  background-position: center center;
}

#index-body .init-4 .container .tip_cont {
  text-align: center;
}

#index-body .init-4 .container .list_cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .init-4 .container .list_cont .list {
  margin-top: 60px;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index-body .init-4 .container .list_cont .list .img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  border: 1px solid #bbbdbe;
  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;
}

#index-body .init-4 .container .list_cont .list .img img {
  width: 40%;
}

#index-body .init-4 .container .list_cont .list .right {
  margin-left: 20px;
}

#index-body .init-4 .container .list_cont .list .right .title {
  font-size: 24px;
  font-family: 'Roboto-Bold';
  line-height: 2;
}

#index-body .init-4 .container .list_cont .list .right .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
  color: #666666;
}

#index-body .init-5 {
  margin-top: 100px;
}

#index-body .init-5 .container {
  padding: 0 105px;
}

#index-body .init-5 .container .tip_cont {
  text-align: center;
}

#index-body .init-5 .container .swiper {
  margin-top: 50px;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 320px;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .time {
  font-size: 14px;
  font-family: 'Roboto-Light';
  margin-top: 10px;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .time .m {
  color: #333333;
}

#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-family: 'Roboto-Bold';
  font-size: 26px;
  margin-top: 5px;
  line-height: 2;
}

.tip_cont {
  font-size: 50px;
  font-family: 'Roboto-Thin';
}

.tip_cont span {
  font-family: 'Roboto-Black';
}

.our-about {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  background-image: url(../images/index_3.jpg);
  background-size: cover;
  background-position: center center;
}

.our-about .container {
  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;
}

.our-about .container .left {
  width: 33%;
}

.our-about .container .left .des {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Roboto-Thin';
  color: #000;
  line-height: 2;
  font-weight: bold;
}

.our-about .container .left .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}

.our-about .container .left .more .subline {
  width: 70px;
  margin-left: 20px;
  background-color: #808081;
  height: 1px;
}

.our-about .container .left .more .cir {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 8px;
}

.our-about .container .left .list_cont {
  margin-top: 30px;
  font-size: 134px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-about .container .left .list_cont .num {
  font-family: 'Poppins';
}

.our-about .container .left .list_cont>span {
  font-size: 90px;
  font-family: 'Poppins-Regular';
  margin-left: 10px;
}

.our-about .container .left .list_cont .year {
  margin-bottom: 15px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 2;
  margin-left: 25px;
}

.our-about .container .right {
  width: 63%;
  padding: 60px 100px;
  background-color: #fff;
}

.our-about .container .right img {
  width: 100%;
}

#footer .container {
  width: 100%;
}

#footer .f-top {
  color: #fff;
  background-image: url(/suntimecn/2023/07/03/index_17.jpg);
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
}

#footer .f-top .container {
  width: 1300px;
}

#footer .f-top .container .tip_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

#footer .f-top .container .tip_cont .subline {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 52px;
  height: 4px;
  background-color: #fff;
}

#footer .f-top .container .list_cont {
  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;
}

#footer .f-top .container .list_cont form {
  width: 37%;
}

#footer .f-top .container .list_cont form input,
#footer .f-top .container .list_cont form textarea {
  padding: 10px 0;
  margin-top: 20px;
  display: block;
  border: none;
  background-color: inherit;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 18px;
  font-family: 'Roboto-Thin';
  line-height: 2;
}

#footer .f-top .container .list_cont form input::-webkit-input-placeholder,
#footer .f-top .container .list_cont form textarea::-webkit-input-placeholder {
  color: #fff;
}

#footer .f-top .container .list_cont form input:-ms-input-placeholder,
#footer .f-top .container .list_cont form textarea:-ms-input-placeholder {
  color: #fff;
}

#footer .f-top .container .list_cont form input::-ms-input-placeholder,
#footer .f-top .container .list_cont form textarea::-ms-input-placeholder {
  color: #fff;
}

#footer .f-top .container .list_cont form input::placeholder,
#footer .f-top .container .list_cont form textarea::placeholder {
  color: #fff;
}

#footer .f-top .container .list_cont form .submit_btn {
  margin-top: 45px;
  width: 158px;
  height: 48px;
  border: 2px solid #fff;
  cursor: pointer;
  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;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#footer .f-top .container .list_cont form .submit_btn:hover {
  background-color: #333333;
}

#footer .f-top .container .list_cont .subline {
  height: 280px;
  width: 2px;
  background-color: #fff;
}

#footer .f-top .container .list_cont .right {
  width: 37.5%;
}

#footer .f-top .container .list_cont .right .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer .f-top .container .list_cont .right .list:first-child {
  margin-top: 0;
}

#footer .f-top .container .list_cont .right .list .img {
  min-width: 32px;
  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;
}

#footer .f-top .container .list_cont .right .list .img img {
  max-width: 100%;
}

#footer .f-top .container .list_cont .right .list .text {
  margin-left: 30px;
}

#footer .f-top .container .list_cont .right .list .text .title {
  margin-top: -8px;
  font-size: 20px;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
}

#footer .f-top .container .list_cont .right .list .text .des {
  font-family: 'Roboto-Thin';
  font-size: 18px;
  line-height: 2;
  margin-top: 5px;
}

#footer .f-bottom {
  background-repeat: no-repeat;
  margin-top: -32px;
  background-image: url(../images/index_22.png);
  background-size: cover;
  background-position: top center;
}

#footer .f-bottom .go_top {
  display: block;
  margin: auto;
  padding-top: 10px;
  width: 16px;
  cursor: pointer;
  position: relative;
  left: -4px;
}

#footer .f-bottom .go_top img {
  width: 100%;
}

#footer .f-bottom .container {
  width: 1300px;
  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;
  color: #fff;
  padding-top: 80px;
}

#footer .f-bottom .container .list_cont .logo {
  display: block;
  width: 160px;
}

#footer .f-bottom .container .list_cont .logo img {
  width: 100%;
  display: block;
}

#footer .f-bottom .container .list_cont .share {
  margin-top: 10px;
  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;
}

#footer .f-bottom .container .list_cont .share a {
  margin-top: 10px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3b5999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  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;
  font-size: 20px;
}

#footer .f-bottom .container .list_cont .share a:nth-child(2) {
  background-color: #00aced;
}

#footer .f-bottom .container .list_cont .share a:nth-child(3) {
  background-color: #cb2027;
}

#footer .f-bottom .container .list_cont .share a:nth-child(4) {
  background-color: #cc2366;
}

#footer .f-bottom .container .list_cont .map_content {
  z-index: 3;
  margin-top: 20px;
  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;
  position: relative;
  color: #000;
}

#footer .f-bottom .container .list_cont .map_content .map_cont {
  position: relative;
  width: 185px;
  height: 88px;
}

#footer .f-bottom .container .list_cont .map_content .map_cont .main-map {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .f-bottom .container .list_cont .map_content .map_cont .main-map .button-group {
  display: none;
}

#footer .f-bottom .container .list_cont .map_content .map_cont .main-map #mapContainer {
  width: 100%;
  height: 100%;
}

#footer .f-bottom .container .list_cont .map_content .map_cont .main-map:hover {
  width: 480px;
  height: 250px;
}

#footer .f-bottom .container .list_cont .map_content #ewm {
  margin-left: 25px;
  width: 60px;
  background-color: #fff;
  padding: 3px;
}

#footer .f-bottom .container .list_cont .first {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
  line-height: 2;
}

#footer .f-bottom .container .list_cont .first span {
  padding: 10px 0;
  border-bottom: 1px solid #a4a4a4;
}

#footer .f-bottom .container .list_cont .list {
  display: block;
  font-size: 18px;
  font-family: 'Roboto-Thin';
  margin-top: 8px;
  position: relative;
}

#footer .f-bottom .container .list_cont .list span {
  position: relative;
}

#footer .f-bottom .container .list_cont .list span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  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;
}

#footer .f-bottom .container .list_cont .list:hover span::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

#footer .f-bottom .container .list_cont:nth-child(4) {
  max-width: 360px;
}

#footer .f-bottom .container .list_cont .list_2 {
  font-size: 18px;
  line-height: 2;
  font-family: 'Roboto-Thin';
}

#footer .copyright {
  margin-top: 80px;
  padding: 12px 15px;
  width: 100%;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.2);
}

#footer .copyright .container {
  width: 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;
  color: #fff;
  padding: 0 15px;
}

#footer .copyright a {
  margin-left: 20px;
}

#footer .copyright a:nth-child(2) {
  margin-left: 10px;
}

#footer .copyright a img {
  margin-top: 10px;
  height: 18px;
}


.contact-page {
  padding: 120px 0;
}

.contact-page .top .right{
    position: relative;
  z-index: 1;
}
.contact-page .top .right .contact-2 .map .button-group .button{
  background: #000000;
  position: relative;
  z-index: 1;
}
.contact-page .top .right .contact-2 .map .main-map .amap-info-content {
  padding: 0;
  overflow: hidden;
}


.contact-page .top .right .contact-2 .map .main-map .amap-info-content .info .info-top img {
  display: none;
}

.contact-page .top .right .contact-2 .map .main-map .amap-info-content .amap-info-close {
  right: 5px !important;
}


.contact-page .top h3 {
  font-size: 50px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}

.contact-page .top p {
  margin-top: 40px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}

.contact-page .top .right .acc {
  margin-top: 80px
}

.contact-page .top .right .acc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-page .top .right h4 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  padding-bottom: 16px;
  border-bottom: 1px solid #191612;
}

.contact-page .top .right p {
  margin-top: 16px
}

.contact-page .top .right .contact-2 {
  margin-top: 50px
}

.contact-page .form {
  margin-top: 60px
}

.contact-page .form form {
  max-width: 730px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 4rem 4rem 4.8rem;
}

.contact-page .form form h2 {
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
  font-family: 'Poppins';
  margin-bottom: 2.5rem;
}

.contact-page .form form h5 {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-family: 'Poppins';
  padding: 5px 0 10px;
}

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

.contact-page .form form ul li {
  width: 48%;
}

.contact-page .form form ul li.text {
  width: 100%;
}

.contact-page .form form ul li.textarea {
  width: 100%;
}

.contact-page .form form ul input[type="text"] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-family: 'Poppins';
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

.contact-page .form form ul textarea {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  font-size: 15.9px;
  color: #000;
  font-family: 'Poppins';
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

.contact-page .form form button {
  width: 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;
  height: 58px;
  border-radius: 10px;
  border: none;
  background: #000;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-page .form form button:hover {
  background: #333333;
}

.contact-page .form form button img {
  margin-right: 10px;
}

.m-page{
  margin-top: 40px;
}
.inner-page .sidebar-content .sidebar-nav form input[type=text] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #eee;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}

.inner-page .sidebar-content .sidebar-nav form input[type=submit] {
  width: 30px;
  height: 30px;
  background: url(/template/en/images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.product-page {
  padding: 10.5rem 0 7rem;
}

.product-page .product-list {
  padding-left: 6rem;
}

.product-page .product-list h1 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

.product-page .product-list .greenpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  padding-top: 10px;
}

.product-page .product-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.75rem;
}

.product-page .product-list ul li {
  padding: 0 1.75rem;
  width: 33.333%;
  margin-bottom: 3.7rem;
}

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

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

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

.product-page .product-list ul li .pro-box h5 {
  font-size: 16px;
  line-height: 2;
  color: #000000;


  padding: 1rem 1rem 2rem;
  border-bottom: 2px solid #eee;
}

.product-page .product-list ul li .pro-box h5:hover {
  color: #333333;
}

.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

.product-page .product-list ul li .pro-box .pro-img img {
  width: 100%;
}

.product-page .product-list ul li .pro-box .text {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 2;
  color: #757575;
}

.product-page .product-list ul li .pro-box .text p {
  margin-bottom: 1.5rem;
  padding-left: 30px;
  position: relative;
  font-family: 'Poppins';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  /*background: url(../images/icon-2-1.png) center center no-repeat;*/
  position: absolute;
  left: 0;
  top: 4px;
}

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

}

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

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

.inner-page .sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-page .sidebar-content .sidebar-nav {
  width: 23%;
}

.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 22px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 5rem 0 2.5rem;
  font-weight: 700;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  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;
  padding: 1.8rem 0 1.8rem 25px;
  font-size: 20px;
  line-height:2;
  color: #000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a i{
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eee;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .cont_list{
  display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li .cont_list a{
  font-size: 16px;
  padding: 16px 20px;
}


.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/gaoxiang-pack/2022/04/07/sidebar-info.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins';
  margin-bottom: 3rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 0.5rem;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #333333;
}

.inner-page .sidebar-content .sidebar-box {
  width: 77%;
}


.prodet-page{
  max-width: 100%;
}
.prodet-page .prodet-1 {
  padding: 5rem 0;
}

.prodet-page .prodet-1 .prodet-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodet-page .prodet-1 .prodet-box .left {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 23%;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul {
  margin: -7.5px 0;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  padding: 7.5px 0;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a img {
  width: 100%;
  border: 1px solid #ccc;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 5;
  color: transparent;
  border: none;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-prev {
  /*background: url(../images/p-up.png) no-repeat center center;*/
  background-size: 100% 100%;
  left: 0;
  top: 7.5px;
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
  /*background: url(../images/p-up.png) no-repeat center center;*/
  background-size: 100% 100%;
  bottom: 7.5px;
  left: 0;
}

.prodet-page .prodet-1 .prodet-box .left .img-big {
  width: 72.5%;
  border: 1px solid #ccc;
}

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

.prodet-page .prodet-1 .prodet-box .right {
  width: 52%;
  padding: 2rem 0 2rem 4.5rem;
}

.prodet-page .prodet-1 .prodet-box .right .text h3.title {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.prodet-page .prodet-1 .prodet-box .right .text h1 {
  font-size: 30px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
}

.prodet-page .prodet-1 .prodet-box .right .text .content {
  padding: 1rem 0;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.prodet-page .prodet-1 .prodet-box .right .text .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.prodet-page .prodet-1 .prodet-box .right .text .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

.prodet-page .prodet-1 .prodet-box .right .text .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}


.prodet-page .prodet-1 .prodet-box .right .text .color_img {
  margin-bottom: 20px;
  width: 90%;
}
.prodet-page .prodet-1 .prodet-box .right .text .color_img .swiper{
  margin-top: 20px;
}
.prodet-page .prodet-1 .prodet-box .right .text .color_img .swiper .swiper-slide{
  border: 1px solid #cccccc;
}

.prodet-page .prodet-1 .prodet-box .right .text .color_img .swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prodet-page .prodet-1 .prodet-box .right .text .share {
  display: block;
}

.prodet-page .prodet-1 .prodet-box .right .text .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins';
}

.prodet-page .prodet-1 .prodet-box .right .text .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .prodet-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 1.5rem;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .prodet-box .right .text .share ul li:hover {
  color: #333333;
}

.prodet-page .prodet-1 .prodet-box .right .text .btn {
  margin-top: 3rem;
}

.prodet-page .prodet-1 .prodet-box .right .text .btn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'Poppins';
}

.prodet-page .prodet-1 .prodet-box .right .text .btn a:hover {
  color: #fff;
  background: #141414;
  border-color: #141414;
}

.prodet-page .prodet-1 .prodet-box .right .text .btn a.active {
  color: #fff;
  background: #141414;
  border-color: #141414;
}

.prodet-page .prodet-2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 2;
}

.prodet-page .prodet-2 .det1{
  font-size: 18px;
}

.prodet-page .prodet-2 .det2{
  margin-top: 40px;
}

.prodet-page .prodet-2 .det2 table tr td{
  padding: 4px 10px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
}


.prodet-page .prodet-2 table {
  white-space: nowrap;
}

.prodet-page .prodet-2 table tr td {
  padding: 10px;
  font-size: 20px;
  line-height: 2;
}

.prodet-page .prodet-2>img {
  width: 100%;
}

.prodet-page .prodet-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 156px;
  height: 73px;
  background: url(../images/play.png) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodet-page .prodet-2 .play:hover span {
  -webkit-transform: translateX(62px);
  transform: translateX(62px);
}

.prodet-page .prodet-2 .play span {
  display: inline-block;

  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-3 {
  padding: 9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 .left {
  width: 50%;
}

.prodet-page .prodet-3 .left img {
  width: 100%;
}

.prodet-page .prodet-3 .right {
  width: 50%;
  padding: 2rem 15px 2rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.prodet-page .prodet-3 .right .r-box {
  width: 584px;
  position: relative;
}

.prodet-page .prodet-3 .right .r-box .text p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  padding-top: 30px;
}

.prodet-page .prodet-3 .right .r-box .text p:last-child {
  margin-bottom: 0;
}

.prodet-page .prodet-3 .right .r-box .adBox {
  margin-top: 9rem;
}

.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide {
  position: relative;
  padding-bottom: 15px;
}

.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide:hover::after {
  width: 100%;
}

.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background: #7f7f7f;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.prodet-page .prodet-3 .right .r-box .adBox .swiper-slide.cur::after {
  width: 100%;
}

.prodet-page .prodet-3 .right .r-box .pagination {
  position: absolute;
  right: 0;
  bottom: -8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodet-page .prodet-3 .right .r-box .pagination .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  margin-right: 4rem;
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
}

.prodet-page .prodet-3 .right .r-box .pagination .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #000;
}

.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev,
.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  width: 47px;
  height: 47px;
  position: relative;
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  top: auto;
  border-radius: 100%;
}

.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-prev {
  background: url(../images/pro-ad-left.png) no-repeat center center;
  left: 0%;
}

.prodet-page .prodet-3 .right .r-box .pagination .swiper-button-next {
  background: url(../images/pro-ad-right.png) no-repeat center center;
  right: 0%;
  margin-left: 2.4rem;
}

.prodet-page .prodet-4 {
  padding-bottom: 8rem;
  width: 100%;
}

.prodet-page .prodet-4 .top h2 {
  font-size: 28px;
  line-height: 1.6;
  color: #000000;
  font-family: 'Poppins';
  margin-bottom: 1.5rem;
}

.prodet-page .prodet-4 .top p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.prodet-page .prodet-4 .recommendedBox {
  margin-top: 4rem;
  margin: 4rem -10px;
  position: relative;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container {
  overflow: hidden;
  padding: 10px;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 10px;
  padding-top: 0;
  padding-bottom: 40px;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img {
  display: block;
  overflow: hidden;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img img {
  width: 100%;
}

.prodet-page .prodet-4 .recommendedBox .swiper-button-next:after,
.prodet-page .prodet-4 .recommendedBox .swiper-button-prev:after {
  display: none;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide .pro-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-family: 'Poppins';
  padding-top: 20px;
  
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:100%;
  display:inline-block;
}

.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4:hover {
  color: #333333;
}

.prodet-page .prodet-4 .recommendedBox .swiper-button-prev,
.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  width: 45px;
  height: 45px;
}

.prodet-page .prodet-4 .recommendedBox .swiper-button-prev {
  background: url(/gaoxiang-pack/2022/04/08/p-right.png) no-repeat center center;
  left: -1%;
}

.prodet-page .prodet-4 .recommendedBox .swiper-button-next {
  background: url(/gaoxiang-pack/2022/04/08/p-right1.png) no-repeat center center;
  right: -1%;
}

.inner-footer-info {
  background: url(/gaoxiang-pack/2022/04/07/dbbg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}

.inner-footer-info .footer-info {
  padding: 6.7rem 0 5.6rem;
}

.inner-footer-info .footer-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-footer-info .footer-info .container .left {
  width: 50%;
}

.inner-footer-info .footer-info .container .left .service {
  margin: 0 auto;
  max-width: 570px;
}

.inner-footer-info .footer-info .container .left .service h4 {
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
  font-family: 'Poppins';
  margin-bottom: 1.5rem;
}

.inner-footer-info .footer-info .container .left .service h3 {
  font-size: 24px;
  line-height: 2;
  color: rgba(250, 250, 250, 1);
  font-family: 'Poppins';
  font-weight: 900;
  max-width: 600px;
}

.inner-footer-info .footer-info .container .left .service p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-family: 'Poppins';
  margin: 3rem 0 5rem;
}

.inner-footer-info .footer-info .container .left .service .icon a {
  margin-right: 2.5rem;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-footer-info .footer-info .container .form {
  width: 50%;
  padding: 0 4rem;
}

.inner-footer-info .footer-info .container .form form {
  max-width: 560px;
  margin: 0 auto;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 4rem 4rem 4.8rem;
}

.inner-footer-info .footer-info .container .form form h2 {
  font-size: 2.47rem;
  line-height: 1;
  color: #000;
  font-family: 'Poppins';
  margin-bottom: 2.5rem;
}

.inner-footer-info .footer-info .container .form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-footer-info .footer-info .container .form form ul li {
  width: 48%;
}

.inner-footer-info .footer-info .container .form form ul input[type=text] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins';
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

.inner-footer-info .footer-info .container .form form h5 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-family: 'Poppins';
  padding: 5px 0 10px;
}

.inner-footer-info .footer-info .container .form form button {
  width: 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;
  height: 58px;
  border-radius: 10px;
  border: none;
  background: #000;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-footer-info .footer-info .container .form form button img {
  margin-right: 10px;
}

.inner-footer-info .footer-info .container .form form button:hover {
  background: #333333;
}

.inner-footer-info .footer-info .container .form form ul input[type=text] {
  border-radius: 10px;
  background: #fff;
  height: 52px;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins';
  padding: 0 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

.inner-footer-info .footer-info .container .form form ul textarea {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  font-size: 15.9px;
  color: #000;
  font-family: 'Poppins';
  padding: 15px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}

.inner-footer-info .footer-info .container .form form ul li.text {
  width: 100%;
}

.inner-footer-info .footer-info .container .form form ul li.textarea {
  width: 100%;
}


@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.about-page{
  width: 100%;
}
.about-page h3.title {
  color: #333333;
  text-transform: capitalize;
  font-size: 42px;
  line-height: 1.2;
  margin: 5px 0;
  position: relative;
  font-weight: 300;
}

.about-page h3.txt {
  color: #1a1a1a;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 1.2;
  margin: 5px 0;
  position: relative;
  /*font-weight: 600;*/
}

.about-page .init-1 {
  padding: 100px 0 45px;
  background: url(../images/about-bg_02-1.jpg) no-repeat center 96%;
}

.about-page .init-1 .grid-box .column {

  vertical-align: middle;
  margin-bottom: 80px;
}

.about-page .init-1 .grid-box .column:nth-child(1) img {
  position: relative;
}

.about-page .init-1 .grid-box .column:nth-child(1) img:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 172px;
  background: url(../images/color.png) no-repeat;
  right: -32px;
  top: 0;
  z-index: 2;
}

.about-page .init-1 .grid-box .column:nth-child(2n) {
  padding-left: 3%;
}

.about-page .init-1 .grid-box .column:nth-child(3) {
  padding-right: 3%;
}

.about-page .init-1 .grid-box .column:nth-child(3) .i-num {
  margin-top: 100px;
}

.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li {
  float: left;
  width: 33.3%;
}

.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 {
  font-size: 20px;
  color: #0c0c0c;
  /*font-weight: 700;*/

}

.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em {
  font-size: 54px;
  color: #000;
  margin-right: 5px;
}

.about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li p {
  font-size: 15px;
  color: #000;
}

.about-page .init-1 .grid-box .column h5 {
  color: #333333;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 22px;
  margin-top: 35px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 22px;
  padding-top: 20px;
}

.about-page .init-1 .grid-box .column h5:after {
  position: absolute;
  height: 4px;
  width: 13%;
  background: #1a1a1a none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}

.about-page .init-1 .grid-box .column h5:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 14%;
  height: 4px;
  width: 25px;
  background: #333333 none repeat scroll 0 0;
}

.about-page .init-1 .grid-box .column p {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 300;
  line-height: 1.8;
}


.about-page .about-1 {
  padding: 80px 0;
}

.about-page .about-1 .box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-1 .box .left {
  width: 55%;
  vertical-align: middle;
}

.about-page .about-1 .box .left .img {
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.about-page .about-1 .box .right {
  width: 45%;
  padding-left: 30px;
  padding-top: 0;
}

.about-page .about-1 .box .right h3,
.about-page .about-1 .box .right h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #0d0d0d;
  line-height: 2;
}

.about-page .about-1 .box .right .content {
  display: block;
  font-size: 18px;
  color: #616161;
  line-height: 2;
  max-height: 480px;
  overflow: auto;
  margin-top: 20px;
}

.about-page .about-1 .box > .des{
  display: block;
  font-size: 18px;
  color: #616161;
  line-height: 2;
  max-height: 480px;
  overflow: auto;
  margin-top: 40px;
  padding-right: 6px;
  width: 100%;
}

.about-page .about-1 .list {
  margin-top: -90px;
  max-width: 75%;
  background: #f7f7f7;
  text-align: center;
  padding: 45px 15px;
  margin-left: 25%;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .list ul {
  margin: -10px;
}

.about-page .about-1 .list ul li {
  padding: 10px;
}

.about-page .about-1 .list ul li h6 {
  font-size: 48px;
  color: #0d0d0d;
  font-family: "Impact";
  line-height: 1;
}

.about-page .about-1 .list ul li p {
  display: block;
  font-size: 22px;
  color: #333;
  margin-top: 25px;
  line-height: 1.2;
}

.about-page .init-2{
  background: #333333;
  padding-top: 50px;
  padding-bottom: 80px;
}
.about-page .init-2 .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .init-2 .container .list{
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}

.about-page .init-2 .container .list .img img{
  width: auto;
  max-width: 78px;
  
}

.about-page .init-2 .container .list .cont{
  margin-left: 30px;
}
.about-page .init-2 .container .list .cont .text{
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.about-page .init-2 .container .list .cont .text em{
  font-size: 46px;
}
.about-page .init-2 .container .list .cont .bottom{
  font-size: 20px;
  margin-top: 10px;
  line-height: 1;
  font-weight: 400;
}


.about-page .init-3{
  padding: 80px 0;
}
.about-page .init-3 .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-page .init-3 .container .left{
  width: 40%;
}

.about-page .init-3 .container .left .tip_time{
  color: #6d6d6d;
  font-size: 16px;
  font-weight: bold;
}

.about-page .init-3 .container .left .title{
    font-size: 36px;
    line-height: 1.4;
    color: #000;
    margin: 30px 0;
    font-weight: 700;
}

.about-page .init-3 .container .left .des{
  line-height: 2;
  max-width: 450px;
  font-size: 18px;
  color: #616161;
}

.about-page .init-3 .container .left .more{
  display: inline-block;
  margin-top: 40px;
  padding: 14px 50px;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #000;
}

.about-page .init-3 .container .left .more:hover{
  background: #333;
}

.about-page .init-3 .container .right{
  width: 58%;
}

.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide{
  display: block;
  overflow: hidden;
}

.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .team-leader {
  padding: 40px 0;
}

.about-page .team-leader .container {
  padding: 0 5%;
}

.about-page .team-leader .column {
  width: 30%;
  vertical-align: middle;
}

.about-page .team-leader .column:nth-child(2) {
  width: 70%;
  padding-left: 5%;
  background: url(../images/about_team_01_05.jpg) no-repeat 85% 30px;
}

.about-page .team-leader .column:nth-child(2) h2 {
  font-size: 42px;
  color: #333333;
  font-weight: 600;
}

.about-page .team-leader .column:nth-child(2) h3 {
  font-size: 16px;
  font-weight: 100;
  color: #313131;
}

.about-page .team-leader .column:nth-child(2) h4 {
  font-size: 34px;
  color: #313131;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}

.about-page .team-leader .column:nth-child(2) p {
  font-size: 18px;
  margin: 30px 0;
}

.about-page .about-gy h2 {
  font-size: 42px;
  color: #333333;
  text-align: center;

}

.about-page .about-gy .box {
  margin-top: 110px;
  padding: 0 16%;
}

.about-page .about-gy .box ul {
  margin: -50px;
}

.about-page .about-gy .box ul li {
  padding: 50px;
  background: #fbfbfb;
}

.about-page .about-gy .box ul li .text {
  vertical-align: middle;
  padding-right: 3%;
  text-align: left;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.about-page .about-gy .box ul li .text h6 {
  font-size: 22px;
  color: #000;
}

.about-page .about-gy .box ul li .text h6 span {
  font-weight: bold;
  font-size: 36px;
  vertical-align: top;
  line-height: 1.4;
}

.about-page .about-gy .box ul li .text p {
  color: #1a1a1a;
  line-height: 28px;
  font-size: 18px;
}

.about-page .about-gy .box ul li .text h3 {
  font-size: 35px;
  /* font-weight: 600; */
  margin-top: 40px;
  line-height: 1.2;
  word-break: break-word;
  color: #333333
}

.about-page .about-gy .box ul li .img {
  position: relative;
  text-align: left;
  vertical-align: middle;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.about-page .about-gy .box ul li .img img {
  width: 100%;
}

.about-page .about-gy .box ul li .img .box2 {
  height: 80%;
  top: 10%;
  width: 30%;
  left: -15%;
  background: #333333;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.about-page .about-gy .box ul li .img .box2 span {
  font-size: 80px;
  font-weight: 500;

  color: #fff;
}

.about-page .about-gy .box ul li .img .box2 h6 {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  padding: inherit;
  width: 100%;
  bottom: 5px;
  left: 0;
  color: #fff;
}

.about-page .about-gy {
  overflow: hidden;
  margin: 50px 0;
}

.about-page .about-gy .box ul .slick-list {
  overflow: unset;
}

.about-page .about-gy .box ul .slick-current+div li .text {
  opacity: 0;
}

.about-page .about-gy .box ul .slick-current+div li .img {
  left: -45%;
}

.about-page .about-gy .box ul .slick-current+div li .img .box2 {
  opacity: 1;
}

.about-page .about-gy .box ul .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  margin-left: -80px;
  z-index: 1;
  background: #333333 url('../images/banner-btn-l.png') center center no-repeat;
  background-size: 14px;
  border: none;
  cursor: pointer;
  cursor: hand;
  color: transparent;
  font-size: 0;
}

.about-page .about-gy .box ul .slick-arrow.slick-next {
  display: none;
}

.about-page .organizational h2 {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  padding: 60px 0;
  background: url(../images/or_back_img.jpg);
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
}

.about-page .organizational img {
  display: block;
  margin: 0 auto;
}

.about-page .about-1 .box .left .img {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.about-page .about-1 .box .left .img .play {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 1;
}

.about-page .about-1 .box .left .img .play:after,
.about-page .about-1 .box .left .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.about-page .about-1 .box .left .img .play:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.about-page .about-1 .box .left .img .play i {
  border-left: 20px solid #333333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-1 .box .left .box2 {
  padding: 40px;
  border-radius: 20px;
  background: #333333;
  color: white;
  margin-left: 30%;
  margin-top: -120px;
  display: inline-block;
  z-index: 1;
  position: relative;
  min-width: 500px;
}

.about-page .about-1 .box .left .box2 img {
  display: inline-block;
  vertical-align: middle;
}

.about-page .about-1 .box .left .box2 h5 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  margin-left: 40px;
  font-size: 32px;
  line-height: 1;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
}

.about-page .about-1 .box .left .box2 h5 em {
  font-size: 53px;
  font-family: "Impact";
  margin-right: 10px;
}

.about-page .about-1 .box .left .box2 h5 small {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}



.gallery-page {
  padding: 70px 0;
}

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

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

.gallery-page .gallery-list ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}

.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}

.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;

  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
  background: #333333;
  color: white;
}



.news-page {
  padding: 70px 0;
}

.news-page .ui.container {
  max-width: 1200px;
}

.news-page .news-list ul {
  margin: -15px;
}

.news-page .news-list ul li {
  padding: 15px;
}

.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}

.news-page .news-list ul li a.img-box {
  display: block;
}

.news-page .news-list ul li a.img-box img {
  width: 100%;
}

.news-page .news-list ul li .box {
  padding: 10px;
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}

.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}

.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 120px;
  height:  40px;
  top: -55px;
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;

  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}

.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333333;
  display: inline-block;
  line-height: 2;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 58px;
}

.news-page .news-list ul li .box .content h3:hover {
  color: #333333;
}

.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 100;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #333333;
  border-left: 1px solid #333333;
  font-size: 14px;

  -webkit-transition: .5s;
  transition: .5s;
}

.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}

.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}

.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}

.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.newdet-page .sidebar-box .sidebar-left {
  width: 22%;
  padding-right: 15px;
}

.newdet-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 15px;
  background: #f9f9f9;
}

.newdet-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
  z-index: 9999;
}

.newdet-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  background: #fff;
  border-left: 4px solid #333333;
  -webkit-transition: .5s;
  transition: .5s;
}

.newdet-page h3.title,
.newdet-page h1.title {
  color: #292929;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.4;
  margin: 15px 0 40px;
  position: relative;
  font-weight: 600;
}

.newdet-page .sidebar-box .sidebar-right {
  width: 75%;
  padding-left: 15px;
}

.newdet-page {
  padding: 70px 0;
}


.newdet-page .news-content h3.title {
  font-size: 24px;
}

.newdet-page .news-content a.img-box {
  display: block;
}

.newdet-page .news-content a.img-box img {
  width: 100%;
}

.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;

  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}

.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;

}

.newdet-page .news-content .tag em {
  color: black;
}

.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .news-content .tag div {
  margin-left: 15px;
}

.newdet-page .news-content .tag div i {
  color: #333333;
  margin-right: 5px;
}

.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  font-size: 16px;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  line-height: 2;
}

.newdet-page .news-content .content p {
  padding: 5px 0;
}

.newdet-page .news-content .share {
  text-align: left;
}

.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;

  color: #333;
  font-size: 14px;
}

.newdet-page .news-content .share ul {
  display: inline-block;
}

.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}

.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  transition: .5s;
}

.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #333333;
}

.m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  font-size: 18px;
  line-height: 2;
}

.m-link a {
  font-size: 18px;
  color: #666;
  -webkit-transition: .5s;
  transition: .5s;
}

.m-link a:hover {
  color: #333333;
  text-decoration: underline;
}

.related_page .prodet-4 {
  color: #333;
  padding: 70px 0;
}

.related_page .title {
  font-size: 32px;
  text-transform: capitalize;
  line-height: 1;
  color: #333333;
}

.related_page .prodet-4 .prodet-4-ul {
  margin-top: 40px;
}

.related_page .prodet-4 .prodet-4-ul ul li {
  padding: 0 20px;
}

.related_page .prodet-4 .prodet-4-ul p.singespace {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li>a.active {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}

.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}

.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}

.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}

.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}

.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}

.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}

.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}

.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #333333;
}

.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}

.faq-page .faq-2 {
  padding: 70px 0;
}

.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}

.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}

.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;

  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #333333;
}

.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}

.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}

.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}

.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}


.faq-page {
  padding: 50px 0;
}

.faq-page .service-3 {
  padding: 70px 0 100px;
}

.faq-page h2 {
  text-align: center;
  font-size: 42px;
  /* font-weight: 600; */
  color: #333333;
  line-height: 1;
}

.faq-page h2 small {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.5;
  /* font-weight: 400; */
  font-weight: 300;
}

.faq-page .service-3 .text .left {
  width: 70%;
  vertical-align: middle;
  border-left: 11px solid #3c3c3c;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 300;
  color: #171717;
  line-height: 2;
}

.faq-page .service-3 .text .right {
  text-align: right;
  width: 30%;
  vertical-align: middle;
}

.faq-page .service-3 .text .right a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  height: 46px;
  padding: 0 35px;
  border-radius: 23px;
  background: #333333;
  font-size: 24px;
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.faq-page .service-3 .text .right a.more:hover {
  background: black;
}


.faq-list li {
  margin-bottom: 20px;
  padding: 15px;
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.faq-list li h4 {
  font-size: 24px;
  line-height: 1.4;
  /* font-weight: 600; */
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
}

.faq-list li .content {
  font-size: 16px;
  line-height: 1.8;
  color: #5d5d5d;
}

.faq-list li:last-child {
  margin-bottom: 0;
}

.faq-list li h4 {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
}



@media (max-width: 1700px) {
  #header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
    margin-left: 30px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
    width: 90%;
  }
}

@media (max-width: 1500px) {
  #header>.nav>.menu .menu-box .logo {
    width: 100px;
  }

  #header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
    margin-left: 20px;
  }

  #header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a {
    font-size: 16px;
  }

  #header>.nav>.menu .menu-box .right form {
    width: 180px;
  }

  #header>.nav>.menu .menu-box .lang_cont {
    font-size: 16px;
    margin-left: 15px;
  }

  #header>.nav>.menu .menu-box .lang_cont .c_cont {
    font-size: 16px;
  }

  #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    height: 280px;
  }

  #index-body .init-2 .container .content .next {
    top: 130px;
  }

  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 210px;
  }

  #footer .f-top .container,
  #footer .f-bottom .container {
    width: 1200px;
  }

  .prodet-page .prodet-3 .right .r-box {
    width: 100%;
  }

  .about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em {
    font-size: 32px;
  }



}

@media (max-width: 1250px) {
  #header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a {
    font-size: 14px;
  }


  #header>.nav>.menu .menu-box .right {
    margin-left: 30px;
  }

  #header>.nav>.menu .menu-box .right form {
    width: 130px;
  }

  #header>.nav>.menu .menu-box .lang_cont .c_cont {
    font-size: 14px;
  }

  #index-body .init-5 .container {
    padding: 0 15px;
  }

  #footer .f-top .container,
  #footer .f-bottom .container {
    width: 970px;
  }

  .product-page .product-list {
    padding-left: 0;
  }

  .inner-page .sidebar-content .sidebar-nav {
    display: none;
  }

  .inner-page .sidebar-content .sidebar-box {
    width: 100%;
  }

  .prodet-page .prodet-1 .prodet-box .right .text .btn a {
    padding: 0 20px;
    font-size: 14px;
  }

  .prodet-page .prodet-3 .right .r-box .adBox {
    margin-top: 3rem;
  }

  .about-page .about-1 .box .right h3,
  .about-page .about-1 .box .right h1 {
    font-size: 32px;
  }

  .about-page .about-1 .list ul li h6 {
    font-size: 42px;
  }

  .about-page .about-1 .list ul li p {
    font-size: 18px;
    margin-top: 15px;
  }

  .about-page .about-1 {
    padding: 60px 0;
  }

  .about-page .about-1 .box .right h3,
  .about-page .about-1 .box .right h1 {
    font-size: 28px;
  }

  .about-page .about-1 .box .right .content {
    font-size: 14px;
  }

  .about-page .about-1 .list ul li h6 {
    font-size: 36px;
  }

  .about-page .about-1 .list ul li p {
    font-size: 15px;
    margin-top: 8px;
  }

  .about-page .about-1 .list {
    padding: 30px 15px;
  }

  .about-page .about-1 .list ul li h6 {
    font-size: 32px;
  }

  .about-page .init-2 .container{
    justify-content: left;
  }
  .about-page .init-2 .container .list{
    width: 33%;
    margin-top: 40px;
    justify-content: left;
  }

  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
    height: 50px;
  }

  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }

  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }

  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }

  .faq-page .service-3 .text .left,
  .faq-page .service-3 .text .right {
    width: 100%;
  }

  .faq-page .service-3 .text .right {
    margin-top: 15px;
  }

  .faq-page .service-3 .text .right a.more {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
  }

  .prodet-page .prodet-1 .prodet-box .right .text .color_img{
    width: 100%;
  }


}

@media (max-width: 1000px) {
  #header {
    display: none;
  }

  #mobile {
    display: block;
  }

  #banner {
    margin-top: 40px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title {
    width: 100%;
    font-size: 50px;
  }

  .our-about .container .left {
    width: 100%;
  }

  .our-about .container .right {
    width: 100%;
    margin-top: 20px;
  }

  #index-body .init-4 .container .list_cont .list {
    width: 50%;
  }

  #footer .f-top .container,
  #footer .f-bottom .container {
    width: 700px;
  }

  #footer .f-top .container .tip_cont {
    font-size: 30px;
  }

  #footer .f-top .container .list_cont .right {
    width: 45%;
  }

  #footer .f-bottom .container .list_cont:nth-child(4) {
    margin-top: 20px;
  }

  #footer .f-bottom {
    margin-top: -50px;
  }

  .product-page .product-list h1,
  .greenpro {
    display: none;
  }

  .product-page .product-list ul li {
    width: 50%;
  }

  .product-page .product-list ul li .pro-box h5 {
    font-size: 16px;
  }

  .prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide h4 {
    font-size: 16px;
  }

  .prodet-page .prodet-3 .right .r-box .text p {
    font-size: 14px;
  }

  .prodet-page .prodet-1 .prodet-box .right .text h1 {
    font-size: 20px;
    line-height: 1.8;
  }

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

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

  .inner-footer-info .footer-info .container .left {
    width: 100%;
  }

  .inner-footer-info .footer-info .container .form {
    margin-top: 40px;
    width: 100%;
  }


  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .news-page,
  .newdet-page {
    padding: 40px 0;
  }

  .about-page .about-3 a.more {
    padding: 6px 25px;
  }

  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .about-page .about-1 .box .left {
    width: 100%;
  }

  .about-page .about-1 .box .left .img {
    height: 300px;
  }

  .about-page .about-1 .list {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }

  .about-page .about-1 .list ul li {
    width: 25%;
  }

  .about-page .about-1 .list ul li h6 {
    font-size: 28px;
  }

  .about-page h3.txt {
    font-size: 24px;
  }


  .about-page .team-leader .column:nth-child(2) h2,
  .about-page .team-leader .column:nth-child(2) h4,
  .about-page .about-gy h2,
  .about-page .about-gy .box ul li .img .box2 span,
  .about-page .organizational h2 {
    font-size: 32px;
  }

  .about-page .about-gy .box ul li .img .box2 h6 {
    font-size: 20px;
  }

  .about-page .about-1 .box .right{
    text-align: center;
  }

  .about-page .about-1 .box > .des{
    text-align: center;
  }
  .about-page .init-2 .container .list{
    width: 50%;
  }

  .about-page .init-3 .container .left{
    width: 100%;
    text-align: center;
  }

  .about-page .init-3 .container .right{
    width: 100%;
    margin-top: 20px;
  }

  .about-page .init-3 .container .left .des{
    max-width: 100%;
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }

  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }

  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }

  .news-page .news-list ul li {
    width: 50%;
  }

  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }

  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }

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

  .newdet-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }

  .faq-page .faq-list li h4 {
    font-size: 22px;
  }

  .faq-page .faq-list li h4 {
    font-size: 22px;
  }


}

@media (max-width: 700px) {
  #index-body .sub_cont {
    display: none;
  }

  #banner .container {
    padding: 0;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
    text-align: center;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title {
    font-size: 40px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more {
    margin: auto;
    margin-top: 20px;
  }

  #banner .container .swiper-pagination {
    display: none;
  }

  .our-about .container .left {
    text-align: center;
  }

  .our-about .container .left .more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-about .container .left .list_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-about .container .right {
    padding: 30px 50px;
  }

  #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    height: 47vw;
  }

  #index-body .init-2 .container .content .next {
    display: none;
  }

  #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    text-align: center;
  }

  #index-body .init-3 {
    display: none;
  }

  #index-body .init-4 {
    display: none;
    margin-top: 40px;
  }

  #index-body .init-4 .container .list_cont .list {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  #index-body .init-4 .container .list_cont .list .right {
    margin-top: 20px;
    margin-left: 0;
  }

  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }

  #footer .f-top .container,
  #footer .f-bottom .container {
    width: 100%;
  }

  #footer .f-top .container .tip_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .f-top .container .list_cont form {
    width: 100%;
  }

  #footer .f-top .container .list_cont form .submit_btn {
    margin: auto;
    margin-top: 20px;
  }

  #footer .f-top .container .list_cont .subline {
    display: none;
  }

  #footer .f-top .container .list_cont .right {
    width: 100%;
    margin-top: 30px;
  }

  #footer .f-bottom {
    background: #333;
    margin-top: 0;
  }

  #footer .f-bottom .go_top {
    display: none;
  }

  #footer .f-bottom .container .list_cont {
    width: 100%;
  }

  #footer .f-bottom .container .list_cont .logo {
    margin: auto;
    width: 150px;
    display: block;
  }

  #footer .f-bottom .container .list_cont .logo img {
    display: block;
    width: 100%;
  }

  #footer .f-bottom .container .list_cont .share {
    display: none;
  }

  #footer .f-bottom .container .list_cont:nth-child(2),
  #footer .f-bottom .container .list_cont:nth-child(3) {
    display: none;
  }

  #footer .f-bottom .container .list_cont .map_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .f-bottom .container .list_cont .map_content #ewm {
    width: 150px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
    margin-left: 0;
  }

  #footer .f-bottom .container .list_cont .map_content .map_cont {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  #footer .f-bottom .container .list_cont .map_content .map_cont .map {
    width: 100%;
    height: 100%;
  }

  #footer .f-bottom .container .list_cont .map_content .map_cont .main-map:hover {
    width: 100%;
    height: 100%;
  }

  #footer .f-bottom .container .list_cont .map_content .map_cont .main-map {
    position: relative;
  }

  #footer .f-bottom .container .list_cont:nth-child(4) {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  #footer .copyright {
    margin-top: 40px;
  }

  #footer .f-top .container .list_cont .right {
    display: none;
  }

  .product-page {
    padding: 20px 0 7rem;
  }

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

  .prodet-page .prodet-3 .left {
    width: 100%;
  }

  .prodet-page .prodet-3 .right {
    width: 100%;
    padding: 30px 15px;
  }

  .prodet-page .prodet-3 .right .r-box .pagination {
    bottom: -10rem;
  }

  .about-page h3.txt {
    font-size: 20px;
  }

  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-1 .list ul {
    margin: -10px;
  }

  .about-page .about-1 .box .right .content {
    max-height: none;
  }

  .about-page .about-1 .box .right h3,
  .about-page .about-1 .box .right h1 {
    font-size: 24px;
  }

  .about-page .init-1 .grid-box .column,
  .manufacturing-page .init-factory2 .column {
    width: 100%;
  }

  .about-page .init-1 .grid-box .column h5 {
    font-size: 20px;
  }

  .about-page .init-1{
    padding: 30px 0;
  }
  .about-page .init-1 .grid-box .column {
    margin-bottom: 20px;
  }

  .about-page .team-leader {
    padding: 10px 0;
  }

  .about-page .team-leader .column:nth-child(2),
  .about-page .team-leader .column {
    width: 100%;
  }

  .about-page .team-leader .column:nth-child(2) h2,
  .about-page .team-leader .column:nth-child(2) h4,
  .about-page .about-gy h2,
  .about-page .about-gy .box ul li .img .box2 span,
  .about-page .organizational h2 {
    font-size: 20px;
  }

  .about-page .about-gy .box ul li .text,
  .about-page .about-gy .box ul li .img {
    width: 100%;
  }

  .about-page .about-gy .box ul li .text h3 {
    font-size: 25px;
  }

  .about-page .about-gy .box {
    padding: 0;
    margin-top: 50px;
  }

  .about-page .about-1 .box .left .box2 {
    display: none;
  }

  .about-page .init-2 .container .list{
    width: 100%;
    justify-content: center;
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }

  .gallery-page .gallery-list ul li {
    width: 50%;
  }

  .news-page .news-list ul li {
    width: 100%;
  }

}

@media (max-width: 500px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide {
    height: 240px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
    width: 96%;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title {
    font-size: 20px;
    line-height: 2;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more {
    width: 130px;
    height: 34px;
  }

  .our-about {
    padding: 40px 0;
  }

  .tip_cont {
    font-size: 20px;
    line-height: 2;
  }

  #index-body {
    padding-bottom: 40px;
  }

  .our-about .container .left .des {
    font-size: 16px;
    line-height: 2;
  }

  .our-about .container .left .list_cont {
    font-size: 80px;
  }

  .our-about .container .left .list_cont>span {
    font-size: 50px;
  }

  .our-about .container .left .list_cont .year {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 2;
  }

  .our-about .container .right {
    padding: 10px;
  }

  #index-body .init-1 {
    margin-top: 40px;
  }

  #index-body .init-1 .swiper {
    margin-top: 20px;
  }

  #index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  #index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont {
    opacity: 1;
    padding: 10px;
  }

  #index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div {
    color: #fff;
  }

  #index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div .img_2 {
    display: none;
  }

  #index-body .init-1 .swiper .swiper-wrapper .swiper-slide .cont div .text {
    margin-top: 0;
    font-size: 16px;
    line-height: 2;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }

  #index-body .init-2 .container .tip_cont {
    margin-top: 40px;
  }

  #index-body .init-2 .container .nav_list {
    margin-top: 20px;
    display: none;
  }

  #index-body .init-2 .container .nav_list .list {
    font-size: 14px;
    padding: 3px 8px;
    margin: 5px 4px;
  }

  #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 16px;
    line-height: 2;
  }

  #index-body .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    height: 90vw;
  }

  #index-body .init-4 {
    padding: 40px 0;
  }

  #index-body .init-4 .container .list_cont .list {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  #index-body .init-4 .container .list_cont .list .right .title {
    font-size: 20px;
  }

  #index-body .init-5 {
    margin-top: 40px;
  }

  #index-body .init-5 .container .swiper {
    margin-top: 20px;
  }

  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }

  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 1.8;
  }

  #footer .f-top {
    padding-bottom: 100px;
  }

  #footer .f-top .container .tip_cont {
    font-size: 20px;
  }

  #footer .f-top .container .tip_cont .subline {
    display: none;
  }

  #footer .f-top .container .list_cont form input,
  #footer .f-top .container .list_cont form textarea {
    padding: 10px 0;
    font-size: 16px;
  }

  #footer .f-top .container .list_cont form .submit_btn {
    width: 130px;
    height: 34px;
    font-size: 16px;
  }

  #footer .f-top .container .list_cont .right {
    margin-top: 40px;
  }

  #footer .f-top .container .list_cont .right .list .img {
    min-width: 22px;
    width: 22px;
  }

  #footer .copyright {
    margin-top: 40px;
  }

  #footer .f-top {
    padding: 40px 0;
  }

  #footer .f-bottom .container {
    padding-top: 40px;
  }

  #footer .copyright {
    font-size: 16px;
  }

  #footer .copyright .container {
    padding-top: 15px;
  }

  #footer .f-bottom .container .list_cont .map_content{
    display: none;
  }

  .prodet-page .prodet-23 {
    display: none
  }

  .about-page .about-1 .list ul li h6 {
    font-size: 24px;
    line-height: 1.2;
  }

  .about-page .init-1 .grid-box .column:nth-child(3) .i-num {
    margin-top: 30px;
  }

  .about-page .init-1 .grid-box .column:nth-child(3) .i-num ul li h2 em {
    color: #000;
  }

  .about-page .about-1 .box > .des{
    margin-top: 20px;
    font-size: 16px;
  }

  .about-page .init-2{
    padding: 40px 0;
  }
  .about-page .init-2 .container .list{
    flex-wrap: wrap;
  }
  .about-page .init-2 .container .list:nth-child(1){
    margin-top: 0;
  }
  .about-page .init-2 .container .list .cont{
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }

  .about-page .init-2 .container .list .cont .text em{
    font-size: 40px;
  }

  .about-page .init-3{
    padding: 40px 0;
  }

  .about-page .init-3 .container .left .title{
    font-size: 20px;
    margin: 20px 0;
  }

  .about-page .init-3 .container .left .more{
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 16px;
  }

  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
    height: 42px;
  }

  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }

  .faq-page h2 {
    font-size: 30px;
  }

  .faq-page .service-3 {
    padding-bottom: 30px;
  }


}






/*inner-page*/
.wp-pagenavi span.current {
  color: #fff;
  background: #333333;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 18px;
  font-size: 18px;
  color: #000;
  margin: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #f0f0f0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #333333;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.inner-banner {
  margin-top: 40px;
  color: #fff;
  z-index: 1;
}

.inner-banner .bg{
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner h3 {
  padding: 0 15px;
  font-size: 36px;
  color: #1b1b1b;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.inner-banner .mbx {
  font-size: 16px;
  color: #3c3c3c;
  background: #eeeeee;
  padding: 10px 0;
}

.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  color: #3c3c3c;
  line-height: 24px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
  font-weight: 300;
}

.service-page {
  padding-top: 70px;
}

.service-page p {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.service-page .con-t li {
  padding: 60px 0;
}

.service-page .con-t .left {
  vertical-align: middle;
}

.service-page .con-t .right {
  vertical-align: middle;
}

.service-page .con-t .right .right-box {
  margin: 0 68px;
}

.service-page .con-t .right .right-box h3 {
  font-size: 35px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1.8;
}

.service-page .con-c {
  padding-top: 76px;
  background: #F8F8F8;
}

.service-page .con-c ul li .box {
  text-align: center;
  padding: 74px 68px;
  color: #FFFFFF;
}

.service-page .con-c ul li .box h4 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
}

.service-page .con-c ul li .box h4 span {
  display: block;
}

.service-page .con-c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page .con-c ul li {
  height: auto;
}

.service-page .con-c ul li:nth-child(1) {
  background: #000000;
}

.service-page .con-c ul li:nth-child(2) {
  background: #333333;
}

.service-page .con-c ul li:nth-child(3) {
  background: #FFFFFF;
}

.service-page .con-c ul li:nth-child(3) .box {
  color: #000000;
}

.service-page .con-b {
  background: #F8F8F8;
  padding: 160px 0;
}

.service-page .con-b .title {
  text-align: center;
}

.service-page .con-b .title h3 {
  font-size: 50px;
  font-family: Poppins;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.service-page .con-b .title p {
  margin-top: 40px;
}

.service-page .con-b .title p span {
  display: block;
}

.service-page .con-b .list {
  margin-top: 60px;
}

.contact-page .contact-search form input[type=submit] {
  font-family: none;
}

.contact-page .contact-1 {
  margin-bottom: 30px;
}

.contact-page .contact-info .right ul li {
  width: 100%;
}


@media screen and (max-width: 1570px) {
  .service-page p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 1320px) {
  .service-page .con-c ul li {
    width: 100% !important
  }

  .service-page .con-t .right .right-box h3 {
    font-size: 30px
  }

  .service-page .con-b {
    padding: 80px 0
  }

  .service-page .con-b .title h3 {
    font-size: 30px;
  }

  .service-page .con-b .title p {
    margin-top: 15px
  }

  .contact-page .map-box ul {
    display: none;
  }

  .contact-page .contact-info .left {
    width: 29%;
  }

  .contact-page .contact-info .right {
    width: 71%;
  }

  .contact-page .contact-info .right ul li p {
    font-size: 15px;
  }

  .contact-page .contact-search {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  .service-page .con-t .left {
    width: 100%
  }

  .service-page .con-t .right {
    width: 100%
  }

  .service-page .con-t .right .right-box {
    margin: 15px 0
  }

  .service-page .con-t li {
    padding: 20px 0
  }

  .contact-page .top .left {
    width: 100%
  }

  .contact-page .top .right {
    width: 100%;
    margin-top: 30px
  }

  .contact-page .top h3 {
    font-size: 40px
  }

  .contact-page .top .right .acc {
    margin-top: 30px
  }

}

@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }

  .contact-page .contact-search {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .service-page .con-b .title h3 {
    font-size: 24px;
  }

  .service-page .con-t .right .right-box h3 {
    font-size: 24px
  }

  .service-page .con-c ul li .box {
    padding: 30px
  }

  .service-page .con-c ul li {
    height: auto
  }

  .contact-page .top .right .acc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-page .form form {
    padding: 20px
  }

  .contact-page .form form ul input[type=text] {
    font-size: 14px
  }

  .contact-page .form form ul textarea {
    font-size: 14px
  }

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

  .contact-page .top h3 {
    font-size: 32px;
  }

  .contact-page {
    padding: 50px 0
  }

  .inner-footer-info .footer-info .container .form {
    padding: 0;
  }

  .inner-footer-info .footer-info .container .form form {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-info .left {
    width: 100%;
  }

  .contact-page .contact-info .right {
    width: 100%;
    margin-top: 30px;
  }

  .contact-page .contact-info .left ul li p {
    font-size: 14px;
  }

  .contact-page .contact-info .left ul li h6 {
    font-size: 16px;
  }

  .contact-page .contact-info h5 {
    font-size: 18px;
  }

  .contact-page .contact-info .right ul li {
    width: 30px;
  }

  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    width: 100%;
  }

  .prodet-page .prodet-1 .prodet-box .left .img-big {
    width: 100%;
    display: none;
  }

}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 {
    padding: 40px 0;
  }

  .prodet-page .prodet-4 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .prodet-page .prodet-4 .recommendedBox {
    margin-bottom: 0;
  }

  .service-page .con-c ul li .box {
    padding: 15px
  }

  .service-page .con-c ul li {
    height: auto
  }

  .inner-banner {
    height: auto;
    margin: 0;
    margin-top: 40px;
  }

  .inner-banner .bg{
    height: 180px;
  }

  .inner-banner h3 {
    font-size: 20px;
    line-height: 1.8;
  }

  .contact-page .top h3 {
    font-size: 26px;
  }

  .contact-page .form {
    margin-top: 20px
  }

  .contact-page .top p {
    margin-top: 15px
  }

}
.prodet-page .prodet-4 .recommendedBox .swiper-container .swiper-slide p{
   font-size: 16px;
   line-height: 2;
  }
  .fdfdsfds{
   font-size: 16px!important;
   line-height: 2!important;
  }