@font-face {
  font-family: 'NunitoSans-Regular';
  src: url(../fonts/Geometric-415-Black-BT.ttf) format('truetype');
}

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

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

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

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

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

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

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

#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: #004194;
}

#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: #004194;
}

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

#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #004194;
  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: #004194;
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn:hover {
  opacity: .7;
}

*::-webkit-scrollbar-thumb {
  background-color: #1b6bbb;
}

body {
  font-family: 'NunitoSans-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000000;
}

.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: #004194;
  text-decoration: underline;
}

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

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

#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;
}

.ling_ani {
  -webkit-animation: ling_ani linear 5s infinite;
  animation: ling_ani linear 5s infinite;
}

@-webkit-keyframes ling_ani {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  to {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}

.ling_ani_2 {
  -webkit-animation: ling_ani_2 linear 5s infinite;
  animation: ling_ani_2 linear 5s infinite;
}

@-webkit-keyframes ling_ani_2 {
  from {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}

.mt_120 {
  margin-top: 120px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_60 {
  margin-top: 60px;
}

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

.f_18 {
  font-size: 18px;
  line-height: 1.8;
}

.f_20 {
  font-size: 20px;
  line-height: 1.8;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_36 {
  font-size: 36px;
}

.f_48 {
  font-size: 48px;
}

.f_94 {
  font-size: 94px;
}

.f_100 {
  font-size: 62px;
  line-height: 4.4;
}

.more_cont {
  position: relative;
  overflow: hidden;
  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: 30px;
}

.more_cont i {
  position: relative;
  z-index: 2;
  color: #fff;
}

.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #2366bb;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}

.more_cont:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

#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;
  background-color: #fff;
}

#header.active {
  background-color: #fff;
}

#header a {
  display: block;
}

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

#header>.nav {
  max-width: 100%;
  margin: auto;
}

#header>.nav>.menu {
  padding: 20px 6vw;
  width: 100%;
}

#header>.nav>.menu .menu-box {
  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;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#header>.nav>.menu .menu-box .logo {
  width: 160px;
}

#header>.nav>.menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}

#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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
  margin-left: 60px;
  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:first-child {
  margin-left: 0;
}

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

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item.active>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>a {
  color: #00468e;
}

#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 {
  overflow: hidden;
  font-family: 'NunitoSans-Regular';
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 20px 0;
  color: #2366bb;
  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: 80%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #004194;
  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 {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 25px;
  width: 100%;
  -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;
  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;
  max-height: 650px;
  overflow-y: auto;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
  margin-bottom: 20px;
  width: 48%;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
  display: block;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box {
  position: relative;
  overflow: hidden;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box:hover .text {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box a .img {
  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;
  min-height: 190px;
  overflow: hidden;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box a .img img {
  width: 100%;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box a .text {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(166, 205, 255, 0.8);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(82px);
  -ms-transform: translateY(82px);
  -moz-transform: translateY(82px);
  -webkit-transform: translateY(82px);
  -o-transform: translateY(82px);
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box a .text .cat_name {
  font-family: 'NunitoSans-Regular';
  color: #004194;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-img-box a .text .cat_des {
  font-family: 'NunitoSans-Regular';
  margin-top: 5px;
  font-size: 16px;
  color: #004194;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-text .first {
  color: #2366bb;
  border-bottom: 3px solid #2366bb;
  font-family: 'NunitoSans-Regular';
  font-size: 22px;
  text-align: left;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-text .list {
  font-size: 18px;
  color: #474747;
  font-family: 'NunitoSans-Regular';
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 5px 8px;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-text .list:hover {
  background-color: #a6cdff;
  color: #004194;
}

#header>.nav>.menu .menu-box .right {
  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;
}

#header>.nav>.menu .menu-box .right .lang_cont {
  position: relative;
  cursor: pointer;
  color: #2366bb;
  font-size: 18px;
  z-index: 2;
}

#header>.nav>.menu .menu-box .right .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-size: 18px;
}

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

#header>.nav>.menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 10px;
  font-size: 20px;
  font-family: 'NunitoSans-Regular';
}

#header>.nav>.menu .menu-box .right .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 .right .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 #00468e;
}

#header>.nav>.menu .menu-box .right .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 .right .lang_cont .lang li a:hover {
  background-color: #000;
}

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

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

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

#header>.nav>.menu .menu-box .right .search {
  cursor: pointer;
  width: 175px;
  border: #2366bb solid 1px;
  background: inherit;
  padding: 5px 10px;
  color: #2366bb;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.13) inset, 4px 4px 9px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.13) inset, 4px 4px 9px 1px rgba(0, 0, 0, 0.13);
  position: relative;
  margin-left: 25px;
}

#header>.nav>.menu .menu-box .right .search input {
  background-color: inherit;
  width: 100%;
  padding-right: 30px;
  border: none;
  font-size: 18px;
  font-family: 'NunitoSans-Regular';
}

#header>.nav>.menu .menu-box .right .search input::-webkit-input-placeholder {
  color: #2366bb;
}

#header>.nav>.menu .menu-box .right .search input:-ms-input-placeholder {
  color: #2366bb;
}

#header>.nav>.menu .menu-box .right .search input::-ms-input-placeholder {
  color: #2366bb;
}

#header>.nav>.menu .menu-box .right .search input::placeholder {
  color: #2366bb;
}

#header>.nav>.menu .menu-box .right .search .submit_btn {
  padding: 0;
  width: 17px;
  height: 17px;
  background-image: url(../images/index_2.png);
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 9px;
  right: 10px;
}

#banner {
  margin-top: 110px;
  position: relative;
}

#banner>img {
  width: 100%;
}

#banner .container {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}

#banner .container .swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#banner .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  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;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .left {
  overflow: hidden;
  width: 20%;
  background-color: #2567be;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .left .cir {
  width: 22px;
  height: 22px;
  background-color: #1755a7;
  border-radius: 50%;
  left: 120px;
  bottom: 60px;
  position: absolute;
}

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

#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 50px;
  padding-bottom: 30px;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'Montserrat-ExtraBold';
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #004194;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont .title_2 {
  display: block;
  width: 1200px;
  font-family: 'coalition';
  margin-top: -100px;
  margin-left: 110px;
  color: #d5d4d4;
  text-transform: uppercase;
}

#index-body {
  position: relative;
  z-index: 3;
}

#index-body img,
#index-body a {
  display: block;
}

#index-body .container {
  position: relative;
  width: 1520px;
  max-width: 100%;
  padding: 0;
}

#index-body .init-1 .container .tip_title {
  color: #2366bb;
  font-family: 'NunitoSans-Regular';
  text-align: center;
}

#index-body .init-1 .container .play_cont {
  margin-top: 30px;
  font-family: 'NunitoSans-Regular';
  background-image: url(../images/index_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 100px 0;
  color: #fff;
}

#index-body .init-1 .container .play_cont .play_btn {
  font-size: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 90px;
  height: 90px;
  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: auto;
  margin-top: 60px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .container .play_cont .play_btn i {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

#index-body .init-1 .container .play_cont .play_btn:hover {
  color: #2366bb;
  background-color: #fff;
}

#index-body .init-1 .container .play_cont .play_btn .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid #fff;
}

#index-body .init-1 .container .play_cont .play_btn .ling:last-child {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#index-body .init-1 .container .play_cont .more {
  font-family: 'NunitoSans-Bold';
  border-bottom: 2px solid #fff;
  display: inline-block;
}

#index-body .init-1 .container .des {
  font-family: 'NunitoSans-Regular';
  color: #464747;
  margin-top: 35px;
}

#index-body .init-1 .container .more_1 {
  text-align: center;
  margin-top: 15px;
}

#index-body .init-1 .container .more_1 .more {
  display: inline-block;
  font-family: 'NunitoSans-Bold';
  color: #2366bb;
  border-bottom: 2px solid #2366bb;
  line-height: 1.2;
}

#index-body .init-2 .container {
  width: 100%;
  padding: 120px 0;
  background-image: url(../images/index_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: 'NunitoSans-Regular';
  color: #fff;
}

#index-body .init-3 .container {
  position: relative;
}

#index-body .init-3 .container .prev,
#index-body .init-3 .container .next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 45%;
  border-radius: 50%;
  right: -40px;
  background-color: #b2b2b2;
  cursor: pointer;
}

#index-body .init-3 .container .prev {
  left: -40px;
}

#index-body .init-3 .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-3 .container .content .list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-3 .container .content .list:nth-child(2n) .img{
  order: -1;
}
#index-body .init-3 .container .content .list:nth-child(2n) .left{
  padding: 0;
  padding-left: 30px;
}
#index-body .init-3 .container .content .left{
  width: 50%;
  padding-right: 30px;
}
#index-body .init-3 .container .content .left a{
  transition: all .5s;
}
#index-body .init-3 .container .content .left a:hover{
  color: #004194;
}
#index-body .init-3 .container .content .left .title{
  font-weight: bold;
  font-size: 30px;
}
#index-body .init-3 .container .content .left .des{
  margin:  20px 0;
}
#index-body .init-3 .container .content .left .more{
  display: inline-block;
  color: #2366bb;
    border-bottom: 2px solid #2366bb;
}


#index-body .init-3 .container .content .img{
  width: 43%;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-3 .container .content .img img{
  object-fit: cover;
  width: 93%;
  max-height: 100%;
}



#index-body .init-4 .container .title_cont {
  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-bottom: 15px;
  border-bottom: 2px solid #2366bb;
}

#index-body .init-4 .container .title_cont .left {
  color: #2366bb;
}

#index-body .init-4 .container .title_cont .right {
  color: #2366bb;
  line-height: 1.2;
  border-bottom: 2px solid #2366bb;
}

#index-body .init-4 .container .cont {
  margin-top: 35px;
  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;
}

#index-body .init-4 .container .cont .list_cont {
  padding: 10px 0;
  width: 18%;
  background-color: #2567be;
  color: #fff;
}
#index-body .init-4 .container .cont .list_cont .c_o{
  height: 536px;
  overflow-y: auto;
}

#index-body .init-4 .container .cont .list_cont .c_o::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: red;
}

#index-body .init-4 .container .cont .list_cont .list {
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 1.2;
}

#index-body .init-4 .container .cont .list_cont .list:hover,
#index-body .init-4 .container .cont .list_cont .list.active {
  background-color: #1d5399;
}

#index-body .init-4 .container .cont .cont_list {
  width: 80%;
  padding: 65px 130px 64px 40px;
  background-color: #2366bb;
}

#index-body .init-4 .container .cont .cont_list .list_1 {
  display: none;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list {
  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;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .img {
  width: 39%;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c {
  color: #fff;
  width: 56%;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .title {
  font-family: 'NunitoSans-Bold';
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des {
  margin-top: 20px;
  line-height: 1.3;
  font-family: 'NunitoSans-Light';
  height: 235px;
  overflow-y: auto;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des::-webkit-scrollbar-thumb {
  background-color: red;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 {
  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;
  margin-top: 50px;
}

#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 .more {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: 'NunitoSans-Bold';
  margin-right: 100px;
  line-height: 1.1;
}


#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des table tbody td, #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des table tbody th{
  border-color: #fff; 
}
#index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des table tbody tr:nth-child(even){
  background: inherit;
}

#index-body .init-5 {
  background-color: #f2f2f2;
}

#index-body .init-5 .container {
  padding: 100px 0;
  width: 1600px;
}

#index-body .init-5 .container .tip_title {
  text-align: center;
  color: #2366bb;
  font-family: 'NunitoSans-Regular';
}

#index-body .init-5 .container .content {
  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;
}

#index-body .init-5 .container .content .left_cont {
  margin-top: -40px;
  width: 47%;
  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;
}

#index-body .init-5 .container .content .left_cont .list {
  margin-top: 40px;
  width: 47%;
  padding-left: 70px;
  position: relative;
}

#index-body .init-5 .container .content .left_cont .list:hover .des {
  color: #2567be;
}

#index-body .init-5 .container .content .left_cont .list:last-child .title {

}

#index-body .init-5 .container .content .left_cont .list .subline {
  width: 120px;
  height: 2px;
  background-color: #2366bb;
  top: -5px;
  left: 0;
  position: absolute;
}

#index-body .init-5 .container .content .left_cont .list .num {
  line-height: 1;
  width: 70px;
  font-family: 'impact';
  -webkit-text-stroke: 1px #898989;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
}

#index-body .init-5 .container .content .left_cont .list .title {
  line-height: 1.7;
  color: #2366bb;
  font-family: 'NunitoSans-Regular';
}

#index-body .init-5 .container .content .left_cont .list .des {
  line-height: 1.4;
  margin-top: 10px;
  font-family: 'Montserrat-Regular';
  color: #474747;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-5 .container .content .right {
  width: 49%;
}

#index-body .init-6 {
  margin-bottom: 110px;
}

#index-body .init-6 .container {
  width: 1250px;
}

#index-body .init-6 .container .tip_title {
  text-align: center;
  color: #2366bb;
  font-family: 'NunitoSans-Regular';
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  height: 270px;
  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-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
  margin-top: -50px;
  width: 86%;
  margin-left: auto;
  padding: 15px 50px 15px 20px;
  background-color: #eaeaea;
  position: relative;
  z-index: 2;
  color: #2366bb;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont:hover {
  color: #fff;
  background-color: #2366bb;
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  font-family: 'NunitoSans-Bold';
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'NunitoSans-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 78px;
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'NunitoSans-Regular';
  line-height: 1.6;
}

#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  display: inline-block;
  border-bottom: 2px solid #90a7d0;
  font-family: 'NunitoSans-Bold';
  line-height: 1.1;
  margin-top: 15px;
}

#footer {
  position: relative;
  z-index: 3;
  background-color: #363538;
}

#footer>.container {
  width: 1520px;
  padding: 50px 0;
  padding-bottom: 10px;
}

#footer>.container a {
  display: block;
}

#footer .h-top {
  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;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}

#footer .h-top .logo {
  width: 180px;
  margin-top: -20px;
}

#footer .h-top .list_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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .h-top .list_cont a {
  color: #fff;
  margin-left: 45px;
  position: relative;
  font-weight: bold;
  font-family: 'NunitoSans-Regular';
  padding: 10px 0;
}

#footer .h-top .list_cont a:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

#footer .h-top .list_cont a:first-child {
  margin-left: 0;
}

#footer .h-top .list_cont a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}

#footer .h-middle {
  margin-top: 50px;
  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 .h-middle form {
  width: 41%;
  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;
}

#footer .h-middle form input,
#footer .h-middle form textarea {
  font-family: 'NunitoSans-Light';
  width: 49%;
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px 20px;
  border: #eaeaea solid 1px;
  background-color: inherit;
  color: #eaeaea;
}

#footer .h-middle form input::-webkit-input-placeholder,
#footer .h-middle form textarea::-webkit-input-placeholder {
  color: #fff;
}

#footer .h-middle form input:-ms-input-placeholder,
#footer .h-middle form textarea:-ms-input-placeholder {
  color: #fff;
}

#footer .h-middle form input::-ms-input-placeholder,
#footer .h-middle form textarea::-ms-input-placeholder {
  color: #fff;
}

#footer .h-middle form input::placeholder,
#footer .h-middle form textarea::placeholder {
  color: #fff;
}

#footer .h-middle form textarea {
  width: 100%;
}

#footer .h-middle form .sub_cont {
  width: 100%;
  margin-top: 10px;
  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;
}

#footer .h-middle form .sub_cont .left p:first-child {
  font-family: 'NunitoSans-Regular';
  color: #c4c4c4;
}

#footer .h-middle form .sub_cont .left p:last-child {
  color: #eaeaea;
  font-family: 'NunitoSans-Light';
}

#footer .h-middle form .sub_cont .more {
  cursor: pointer;
  font-size: 20px;
  padding: 10px 50px;
  border: #eaeaea solid 1px;
  border-radius: 30px;
  color: #fff;
}

#footer .h-middle form .sub_cont .more::before {
  border-radius: 30px;
}

#footer .h-middle .right_cont {
  color: #fff;
}

#footer .h-middle .right_cont .title {
  font-family: 'NunitoSans-Regular';
  font-size: 36px;
}

#footer .h-middle .right_cont .cont {
  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;
}

#footer .h-middle .right_cont .cont .left {
  width: 205px;
}

#footer .h-middle .right_cont .cont .left .list {
  margin-top: 20px;
}

#footer .h-middle .right_cont .cont .left .list .top {
  font-family: 'NunitoSans-Regular';
}

#footer .h-middle .right_cont .cont .left .list .bottom {
  font-family: 'NunitoSans-Light';
}

#footer .h-middle .right_cont .cont .right {
  margin-left: 80px;
  margin-right: 45px;
  width: 395px;
}

#footer .h-middle .right_cont .cont .right .list {
  margin-top: 20px;
}

#footer .h-middle .right_cont .cont .right .share {
  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;
  margin-top: 30px;
}

#footer .h-middle .right_cont .cont .right .share a {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  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%;
  border: 2px solid #fff;
  font-size: 16px;
}

#footer .copyright {
  margin-top: 20px;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  line-height: 2;
}

#footer .copyright .container {
  padding: 10px 0;
  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;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

#footer .copyright .container .right {
  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 .copyright .container a {
  margin-left: 10px;
}

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

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

.right_nav {
  position: fixed;
  top: 40%;
  z-index: 20;
  right: 0;
}

.right_nav .list {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  cursor: pointer;
}

.right_nav .list:first-child {
  margin-top: 0;
}

.right_nav .go_top {
  background-color: #004194;
  border: #004194 solid 1px;
  border-radius: 50%;
  overflow: hidden;
}

.right_nav .go_top::before {
  background-color: #fff;
}

.right_nav .go_top i {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.right_nav .go_top:hover i {
  color: #2366bb;
}

.right_nav .code {
  background-color: #fff;
  border-radius: 6px;
  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: #333 solid 1px;
  position: relative;
}

.right_nav .code:hover #ewm {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}

.right_nav .code img {
  width: 80%;
}

.right_nav .code #ewm {
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 150px;
  position: absolute;
  right: 50px;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px;
  border: #ccc solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  opacity: 0;
}

.right_nav .code #ewm img {
  width: 100%;
}

@media (max-width: 1700px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .right img {
    height: 100%;
  }
}

@media (max-width: 1600px) {
  #index-body .container {
    width: 100%;
    padding: 0 20px;
  }

  #index-body .init-3 .container {
    padding: 0 60px;
  }

  #index-body .init-3 .container .next {
    right: 5px;
  }

  #index-body .init-3 .container .prev {
    left: 5px;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 25vw;
  }

  #index-body .init-5 .container {
    padding: 100px 20px;
  }

  #footer>.container {
    width: 100%;
    padding: 50px 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  .f_100 {
    font-size: 70px;
  }
  

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .title_2 {
    width: 90%;
    margin-left: 10vw;
  }

  #header>.nav>.menu {
    padding: 20px;
  }

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

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

  #index-body .init-1 .container .des {
    width: 100%;
    padding: 0;
  }

  #index-body .init-3 .container .content .img{
    height: auto;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 .more {
    margin-right: 6vw;
  }

  #index-body .init-5 .container .content .left_cont {
    width: 100%;
  }

  #index-body .init-5 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }

  #index-body .init-6 .container {
    width: 100%;
    padding: 0 20px;
  }

  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 21vw;
  }

  #footer .h-middle .right_cont .cont .right {
    margin: 0 2vw;
  }

  #footer .h-middle form .sub_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .h-middle form .sub_cont .left {
    width: 100%;
    text-align: center;
  }

  #footer .h-middle form .sub_cont .more {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .f_100 {
    font-size: 50px;
  }

  #header>.nav>.menu .menu-box .logo {
    width: 120px;
  }

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

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

  #header>.nav>.menu .menu-box .right .search {
    width: 150px;
  }

  #header>.nav>.menu .menu-box .right .search input {
    font-size: 16px;
  }

  #banner {
    margin-top: 104px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .title_2 {
    margin-top: -50px;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 .more {
    margin: 0;
  }
}

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

  #mobile {
    display: block;
  }

  #banner {
    margin-top: 40px;
  }

  #index-body .init-3 .container .content .list{
    margin-top: 20px;
  }
  #index-body .init-3 .container .content .list:first-child{
    margin-top: 0;
  }
  #index-body .init-3 .container .content .left{
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  #index-body .init-3 .container .content .img{
    width: 100%;
    order: -1
  }


  #index-body .init-4 .container .cont .list_cont {
    padding: 10px;
    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;
    height: 276px;
    overflow-y: auto;
  }

  #index-body .init-4 .container .cont .list_cont .list {
    border: 1px dashed #fff;
    margin-top: 10px;
    width: auto;
    margin-right: 10px;
  }

  #index-body .init-4 .container .cont .cont_list {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 33vw;
  }

  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 20px;
  }

  #footer .h-middle form {
    width: 100%;
  }

  #footer .h-middle .right_cont {
    width: 100%;
    margin-top: 20px;
  }

  #footer .h-middle .right_cont .cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .h-middle .right_cont .title {
    text-align: center;
  }
  #footer .h-middle .right_cont .title_2{
    text-align: center;
  }

  #footer .h-middle .right_cont .cont .right {
    text-align: center;
  }

  #footer .h-middle .right_cont .cont .right .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .h-top .list_cont {
    margin-top: 20px;
    width: 100%;
  }

  #footer .h-top .logo {
    margin: auto;
  }
}

@media (max-width: 768px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .left {
    display: none;
  }

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

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .title_2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  #index-body .init-4 .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-body .init-4 .container .title_cont .left {
    text-align: center;
    width: 100%;
  }

  #index-body .init-4 .container .title_cont .right {
    margin-top: 20px;
  }


  #footer .h-top .list_cont {
    display: none;
  }

  #footer .h-top {
    padding-bottom: 20px;
  }

  #footer .h-middle .right_cont .cont .right .share {
    display: none;
  }

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

@media (max-width: 500px) {
  .f_100 {
    font-size: 20px;
  }

  .f_48 {
    font-size: 22px;
  }

  .f_36 {
    font-size: 22px;
  }

  .f_26 {
    font-size: 18px;
  }

  .f_20 {
    font-size: 16px;
  }

  .mt_100 {
    margin-top: 30px;
  }

  .mt_60 {
    margin-top: 30px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0 10px;
  }

  #index-body .container {
    padding: 0 10px;
  }

  #index-body .init-1 .container .play_cont {
    margin-top: 20px;
    padding: 50px 0;
  }

  #index-body .init-1 .container .play_cont .play_btn {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    font-size: 20px;
  }

  #index-body .init-1 .container .play_cont .more {
    margin-top: 30px;
  }

  #index-body .init-1 .container .des {
    margin-top: 20px;
  }

  #index-body .init-2 .container {
    padding: 30px 10px;
  }

  #index-body .init-3 .container {
    padding: 0 10px;
  }

  #index-body .init-3 .container .content .left{
    padding: 0;
  }
  #index-body .init-3 .container .content .list:nth-child(2n) .left{
    padding: 0;
  }
  #index-body .init-3 .container .content .left .title{
    font-size: 18px;
  }
  

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 5px;
  }

  #index-body .init-3 .container .prev,
  #index-body .init-3 .container .next {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: auto;
  }

  #index-body .init-4 .container .title_cont .right {
    margin-top: 10px;
  }

  #index-body .init-4 .container .cont .list_cont .list {
    padding: 4px 10px;
    margin-right: 5px;
  }

  #index-body .init-4 .container .cont .cont_list {
    padding: 10px;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .img {
    width: 100%;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .des {
    max-height: 400px;
    line-height: 2;
  }

  #index-body .init-4 .container .cont .cont_list .list_1 .list .cont_c .more_1 {
    margin-top: 20px;
  }

  #index-body .init-5 .container .content .left_cont .list{
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  #index-body .init-5 .container .content .left_cont .list .subline{
    display: none;
  }
  #index-body .init-5 .container .content .left_cont .list .title{
    margin-top: 10px;
  }

  #index-body .init-5 .container .content .left_cont .list .num{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

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

  .mt_120 {
    margin-top: 40px;
  }

  .f_94 {
    font-size: 40px;
  }

  .f_28 {
    font-size: 18px;
  }

  .f_18 {
    font-size: 16px;
    line-height: 2;
  }



  #index-body .init-6 .container {
    padding: 0 10px;
  }

  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: auto;
  }

  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 100%;
    margin-top: 0;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title{
    min-height: auto;
  }

  #footer>.container {
    padding: 30px 10px;
    padding-bottom: 0;
  }

  #footer .h-middle {
    margin-top: 30px;
  }

  #footer .h-middle form input,
  #footer .h-middle form textarea {
    width: 100%;
    padding: 5px 10px;
  }

  #footer .h-middle form .sub_cont .more {
    font-size: 16px;
    padding: 5px 30px;
    margin-top: 10px;
  }
  #footer .h-middle .right_cont .title{
    font-size: 22px;
  }

  #footer .h-middle .right_cont {
    margin-top: 40px;
  }

  #footer .h-middle .right_cont .cont .left {
    width: 100%;
    text-align: center;
  }

  #footer .h-middle .right_cont .cont .right {
    margin: 0;
    width: 100%;
  }

  #footer .h-middle .right_cont .cont .left .list .top {
    font-size: 18px;
  }

  #footer .h-middle .right_cont .cont .right .list .top {
    font-size: 18px;
  }

  #footer .copyright {
    margin-top: 10px;
    font-size: 16px;
  }
}























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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 90%;
}

.inner-page .container,
.menu-siderbar .container {
  width: 1430px;
}

.about-page .container {
  width: 90%;
}

.about-page .container .part1{
  margin-bottom: 30px;
}

.about-page .container .part1 .grid-box .img_2{
  text-align: right;
}
.about-page .container .part1 .grid-box .img_2 img{
  max-height: 540px;
  min-width: 60%;
  object-fit: cover;
}

.images-box {
  overflow: hidden;
  position: relative;
}

.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}

.scroll-box {
  overflow: hidden;
  position: relative;
}

.scroll-box ul {
  width: 9999px;
}

.scroll-box ul li {
  float: left;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  padding: 0 15px;
  position: relative;
}

.container>.item {
  padding-left: 0;
  padding-right: 0;
}

.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}

.ui.header:first-child {
  margin-top: 0;
}

.ui.header {
  margin: 0;
  font-weight: 500;
}

.item {
  border-left: none !important;
  border-right: none !important;
}

.item:before,
.item:after {
  display: none !important;
}

.aproduct .container {
  width: 1650px;
}

.aproduct .container .init-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aproduct .container .init-1 .left {
  width: 45%;
}

.aproduct .container .init-1 .right {
  width: 52%;
}

.aproduct .container .init-1 .right .title {
  font-size: 38px;
  font-weight: bold;
  position: relative;
}

.aproduct .container .init-1 .right .title:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 250px;
  height: 1px;
  background: #000;
  content: '';
}

.aproduct .container .init-1 .right .des {
  margin-top: 30px;
  font-size: 20px;
  font-family: 'Poppins-Light';
  line-height: 2;
}

.aproduct .container .init-2 .title {
  font-size: 38px;
  font-weight: bold;

  position: relative;
  width: 900px;
  margin-top: 130px;
  max-width: 100%;
}

.aproduct .container .init-2 .cont {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.aproduct .container .init-2 .cont .left {
  width: 52%;
}

.aproduct .container .init-2 .cont .left a {
  display: block;
  margin-top: 15px;
  position: relative;
  font-size: 22px;
  margin-left: 50px;
  transition: all .5s;
}

.aproduct .container .init-2 .cont .left a:first-child {
  margin-top: 0;
}

.aproduct .container .init-2 .cont .left a:before {
  transition: all .5s;
  content: '';
  position: absolute;
  top: 15px;
  left: -50px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.aproduct .container .init-2 .cont .left a:hover {
  color: #2366bb;
}

.aproduct .container .init-2 .cont .left a:hover:before {
  background: #2366bb;
}

.aproduct .container .init-2 .cont .right {
  width: 45%;
}

.aproduct .container .init-3 {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2;
}

.aproduct .container .init-4 {
  width: 100%;
  border: 1px solid #000;
  margin-top: 50px;
}


@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }

}

@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }

  .aproduct .container .init-1 .left {
    width: 100%
  }

  .aproduct .container .init-1 .right {
    width: 100%;
    text-align: center;
  }

  .aproduct .container .init-1 .right .title:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .aproduct .container .init-2 .title {
    text-align: center;
  }

  .aproduct .container .init-2 .cont .left {
    width: 100%;
  }

  .aproduct .container .init-2 .cont .right {
    width: 100%;
  }

  .aproduct .container .init-3 {
    text-align: center;
  }
}


.inner-banner {
  background: url(/ztriton/2022/06/11/video-bg.jpg) center no-repeat;
  height: 600px;
  background-size: cover;
  padding-top: 13%;
  padding-left: 15%;
  position: relative;
}

@media (max-width: 1700px) {
  .inner-banner {
    padding-top: 16%;
  }
}

.inner-banner .tit {
  position: relative;
  z-index: 1;
}

.inner-banner .tit h2 {
  color: #fff;
  font-size: 55px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 72px;
  font-weight: bold;
}

.inner-banner .tit p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.inner-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 35%;
  width: 495px;
  height: 274px;
  background: rgba(0, 0, 0, 0.3);
}

.menu-siderbar {
  border-bottom: 1px solid #b1b1b1;
  margin-top: -55px;
}

.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
  font-size: 16px;
  font-weight: 500;
}

.bread-crumbs .fa {
  font-size: 16px;
  margin-right: 5px;
}

.menu-siderbar .container {
  margin-left: 0;
  padding: 0;
}

.s_page_nav {
  padding: 40px;
  background: #2366bb;
  color: #fff;
  max-width: 480px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.menu-siderbar p {
  font-size: 16px;
  font-weight: 500;
}

.inner-page {
  padding-top: 60px;
}

.news-page .grid-box {
  margin-left: -50px;
}

.news-page .grid-box .column {
  padding: 0 30px 5%;
}

.news-page .grid-box .column .text {
  padding: 30px 0 40px;
  position: relative;
}

.news-page .grid-box .column .text h2 {
  font-size: 30px;
  font-weight: bold;
}

.news-page .grid-box .column .text h2 a {
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
}

.news-page .grid-box .column .text p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page .grid-box .column .text time {
  color: #999999;
  font-size: 16px;
}

.news-page .grid-box .column .text:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000000;
}

.contact-page {
  padding-top: 0;
}

.contact-page .grid-box {
  overflow: hidden;
}

.contact-page .grid-box .column {
  margin-bottom: -200px;
}

.contact-page .grid-box .column:nth-child(1) {
  padding: 5% 5% 5% 10%;
  padding-bottom: 250px;
}

.contact-page .grid-box .column:nth-child(1) h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
}

.contact-page .grid-box .column:nth-child(1) p {
  color: #999999;
  font-size: 18px;
  margin: 20px 0;
}

.contact-page .grid-box .column:nth-child(1) form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page .grid-box .column:nth-child(1) form input,
.contact-page .grid-box .column:nth-child(1) form textarea {
  width: 49%;
  padding: 15px 20px;
  background: #f8f9fa;
  font-size: 18px;
  color: #596a7e;
  border: none;
  margin-bottom: 20px;
}

.contact-page .grid-box .column:nth-child(1) form textarea {
  height: 150px;
  width: 100%;
}

.contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
  background: #1b6bbb;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.contact-page .grid-box .column:nth-child(2) {
  padding: 5% 10% 250px 8%;
  background: #f8f9fa;
}

.contact-page .grid-box .column:nth-child(2) .cms_name{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 70px;
}

.contact-page .grid-box .column:nth-child(2) ul{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page .grid-box .column:nth-child(2) ul li {
  width: 48%;
  padding-left: 60px;
  background: url(../images/phone.png) no-repeat left 4px;
  margin-bottom: 50px;
  position: relative;
  background-size: 40px;
}





.contact-page .grid-box .column:nth-child(2) ul li h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
}

.contact-page .grid-box .column:nth-child(2) ul li p {
  font-size: 18px;
  font-weight: 300;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
  background: url(../images/tel.png) no-repeat left 4px;
  background-size: 40px;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
  background: url(../images/fax.png) no-repeat left 4px;
  background-size: 40px;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(4) {
  background: url(../images/mail.png) no-repeat left 4px;
  background-size: 40px;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5) {
  background: url(../images/add.png) no-repeat left 4px;
  background-size: 40px;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(6) {
  background: url(/zjtritenco/2023/02/23/whatsapp.png) no-repeat left 4px;
  background-size: 40px;
}

.contact-page .grid-box .column:nth-child(2) ul li:nth-child(5):after {
  display: none;
}

.contact-page .map {
  min-height: 250px;
  background: #ddd;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 0;
}

.contact-page .map .main-map .button-group{
  position: absolute;
  bottom: 0;
  width: 156px;
  right: 0;
  text-align: right;
  display: none;
}
.contact-page .map .main-map .button-group input{
  border: 1px solid #ccc;
  width: 145px;
  margin-bottom: 5px;
  background-color: #1b6bbb;
}

.cat-product-page ul li {
  margin-bottom: 140px;
  position: relative;
}

.cat-product-page ul li:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.cat-product-page ul li .grid .column.column1 {
  width: 60%;
  float: left;
}

.cat-product-page ul li .grid .column.column2 {
  float: right;
  width: 40%;
  padding: 3% 3% 0 0;
}

.cat-product-page ul li .grid .column.column2 h3 {
  font-size: 48px;
  text-align: right;
  padding-bottom: 30px;
}

.cat-product-page ul li .grid .column.column2 a.more {
  display: block;
  width: 164px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  float: right;
}

.cat-product-page ul li .grid .column.column2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.cat-product-page ul li .grid .column.column2 a.more:hover .fa {
  margin-left: 8px;
}

.cat-product-page ul li:nth-child(2n):after {
  display: none;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
  width: 60%;
  float: right;
  position: relative;
  z-index: 1;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
  width: 40%;
  padding: 3% 3% 0 0;
  float: left;
  position: relative;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
  content: '';
  position: absolute;
  background: #f9f9f9;
  width: 280px;
  height: 280px;
  right: -110px;
  bottom: -50px;
  z-index: 2;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
  float: right;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
  text-align: left;
}

.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
  float: left;
}


.product-page .sidebar {
  padding-bottom: 50px;
}

.product-page .sidebar ul li,.prodet-page .sidebar ul li {
  float: left;
  font-size: 20px;
}

.product-page .sidebar ul li .cont,.prodet-page .sidebar ul li .cont{
    box-shadow: 0 0 5px 0 #ccc;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    width: 100%;
    -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;
    z-index: 10;
    text-align: center;
}

.product-page .sidebar ul li .cont a,.prodet-page .sidebar ul li .cont a{
  padding: 10px;
  display: block;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
  transition: all .5s;
}
.product-page .sidebar ul li .cont a:hover,.prodet-page .sidebar ul li .cont a:hover{
  color: #138bdf;
}
.product-page .sidebar ul li .cont a:last-child,.prodet-page .sidebar ul li .cont a:last-child{
  border: none;
}

.product-page .sidebar ul li .cont a::after,.prodet-page .sidebar ul li .cont a::after{
  display: none;

}

.product-page .sidebar ul li:hover .cont,.prodet-page .sidebar ul li:hover .cont{
  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;
}

.prodet-page .sidebar {
  margin-bottom: 20px;
}


.prodet-page .sidebar ul a {
  display: block;
  padding: 60px 30px;
  color: #090909;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}


.product-page .sidebar ul li,.prodet-page .sidebar ul li{
  position: relative;
}
.product-page .sidebar ul li::before,.prodet-page .sidebar ul li::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #004194;
  right: 0;
  top: 30px;
}



.product-page .sidebar ul li a,.prodet-page .sidebar ul li a {
  position: relative;
  display: block;
  padding: 30px;
  color: #090909;
  text-transform: capitalize;
  font-weight: bold;
}
.product-page .sidebar ul li a::after,.prodet-page .sidebar ul li a::after{
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 3px;
  background-color: #2366bb;
  left: 30px;
  bottom: 20px;
  transition: all .5s;
  opacity: 0;
}

.product-page .sidebar ul li a:hover,
.product-page .sidebar ul li a.active,
.prodet-page .sidebar ul li a:hover,
.prodet-page .sidebar ul li a.active {
  /*background: #2366bb;*/
  /*color: #fff;*/
}

.product-page .sidebar ul li a:hover::after,
.product-page .sidebar ul li a.active::after,
.prodet-page .sidebar ul li a:hover::after,
.prodet-page .sidebar ul li a.active::after{
  opacity: 1;
}

.gallery-page .grid-box .column{
  padding: 0 10px;
  margin-top: 10px;
}

.product-page .grid-box .column:hover .text {
  background: #2366bb;
  color: #fff;
}
.product-page .grid-box .column:hover .text h2{
  color: #fff;
}
.product-page .grid-box .column::before{
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background: #2366bb;
  z-index: 3;
  border-radius: 4px;
  transform: scaleX(0);
  transition: all .5s;
}
.product-page .grid-box .column:hover .text h2 a{
  color: #fff;
}
.product-page .grid-box .column:hover .text .des{
  color: #fff;
}
.product-page .grid-box .column:hover .text a.more{
  color: #fff;
  border: #fff solid 1px;
}
.product-page .grid-box .column:hover::before{
  transform: scaleX(1);
}


.product-page .grid-box {
  padding-bottom: 50px;
}

.product-page .grid-box .column {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}

.product-page .grid-box .column.stock_list {
  padding: 10px;
}

.product-page .grid-box .column .text {
  position: relative;
  transition: all .5s;
  z-index: 2;
  padding-bottom: 30px;
}


.gallery-page .grid-box .column .text{
  padding-bottom: 0;
}

.product-page .grid-box .column .text h2 {
  font-size: 20px;
  color: #090909;
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  transition: all .5s;
}

.product-page .grid-box .column .text h2 a {
  overflow-y: auto;
  display: block;
  padding-right: 5px;
  height: 64px;
}

.product-page .grid-box .column .text .des {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2;
}

.product-page .three .column .text h2 {
  font-size: 16px
}

.product-page .grid-box .column .text a.more {
  display: block;
  width: 203px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.product-page .grid-box .column .text a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.product-page .grid-box .column .text a.more:hover .fa {
  margin-left: 8px;
}

.product-page .prat2 {
  padding: 100px 0;
  /*background: url(/sunrisecrusherspares/2021/12/21/part2-bg-1.jpg) no-repeat center;*/
  background: #e8e8e8;
  background-size: cover;
}

.product-page .prat2 h2 {
  font-size: 48px;
  text-align: center;
  color: #2366bb;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bold;
}

.product-page .prat2 h3 {
  font-size: 24px;
  color: #2366bb;
  font-weight: 300;
  text-align: center;
}

.product-page .prat2 a.more {
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 320px;
  height: 54px;
  border: 2px solid #2366bb;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #2366bb;
  text-align: center;
}

.product-page .prat2 a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.product-page .prat2 a.more:hover .fa {
  margin-left: 8px;
}

.product-page .prat2 .container > .content{
  display: none;
}

.product-page .prat2 .container > .content > .grid-box{
  padding-bottom: 0;
}
.product-page .prat2 .container > .content > .grid-box .column{
  padding-bottom: 0;
}

.product-page .prat2 .container > .content > .grid-box .column::before{
  display: none;
}

.inner-page .tit h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-align: right;
  font-weight: bold;
}

.inner-page .tit h2:after {
  content: '';
  position: absolute;
  background: #1d3126;
  width: 62px;
  height: 3px;
  right: 0;
  bottom: 0;
}

.inner-page .tit h3,
.inner-page .tit h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  margin: 20px 0;
  font-weight: bold;
}

.inner-page .tit p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.about-page {
  padding-bottom: 80px;
}



.about-page .part1 p {
  line-height: 46px;
  color: #000;
  font-size: 18px;
}

.about-page .part2 {
  margin-top: 40px;
}

.about-page .part2 .column:nth-child(1) {
  width: 40%;
}

.about-page .part2 .column:nth-child(2) {
  width: 60%;
  /*padding: 10% 0 0 12%;*/
  /*background: url(../images/Vision.png) no-repeat left center;*/
}

.about-page .part2 .column:nth-child(2) ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.about-page .part2 .column:nth-child(2) ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2366bb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 6px;
}

.about-page .part2 .column:nth-child(2) h3 {
  font-weight: 500px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-page .part2 .column:nth-child(2) p {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}

.about-page .i-video {
  position: relative;
}

.about-page .i-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}

.about-page .i-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.about-page .i-video .play:after,
.about-page .i-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.about-page .i-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.about-page .i-envir {
  padding: 50px 0;
  padding-top: 20px;
}

.about-page .i-envir .envir-list {
  margin-top: 60px;
  position: relative;
}

.about-page .i-envir .envir-list .fa {
  font-size: 18px;
  position: absolute;
  top: -17%;
  right: 6%;
  cursor: pointer;
}

.about-page .i-envir .envir-list .fa-chevron-right {
  right: 4%;
  color: #666666;
}

.about-page .i-custom {
  padding: 80px 0 0;
  background: url(/ztriton/2022/06/14/map-bg-4-1.jpg) no-repeat top center;
}

.about-page .i-custom .grid-box .column:nth-child(1) {
  width: 60%;
}

.about-page .i-custom .grid-box .column:nth-child(2) {
  width: 40%;
  padding-top: 15px;
}

.about-page .i-custom .grid-box .column:nth-child(2) a.more {
  font-size: 16px;
  display: block;
  width: 230px;
  height: 54px;
  border: 2px solid #2567be;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  background: #2567be;
  float: right;
  font-weight: bold;
}

.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 8px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 12px;
}

.about-page .i-custom .map {
  background: #fff;
  margin-top: 90px;
  padding: 50px 0 0;
}

.about-page .i-custom .map img {
  display: block;
  margin: 0 auto;
}

.about-page .partner-list {
  padding-top: 40px;
}

.about-page .partner-list .img {
  border: 1px solid #ddd;
}

.about-page .partner-list .img img {
  filter: grayscale(100%);
  filter: gray;
}

.about-page .partner-list .img img:hover {
  filter: grayscale(0);
  filter: none;
}

.custom-page {
  padding: 130px 0 0;
}

.custom-page .custom-part .grid-box .column {
  width: 47%;
  margin-right: 6%;
}

.custom-page .custom-part .grid-box .column:nth-child(2) {
  margin-right: 0;
}

.custom-page .custom-part .grid-box .column ul li {
  position: relative;
  margin-bottom: 90px;
}

.custom-page .custom-part .grid-box .column ul li .tit {
  padding-bottom: 20px;
}

.custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
  font-size: 26px;
}

.custom-page .custom-part .grid-box .column ul li .text {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 8;
  width: 60%;
  background: #fff;
  padding: 30px;
}

.custom-page .custom-part .grid-box .column ul li .text h3 {
  color: #326a96;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-page .custom-part .grid-box .column ul li .text h2 {
  font-size: 40px;
  margin: 10px 0;
  font-weight: bold;
}

.custom-page .custom-part .grid-box .column ul li .text p {
  font-size: 15px;
  color: #7f7f7f;
}

.custom-page .i-process {
  padding: 70px 0;
}


.custom-page .init-6 {
  padding: 100px 0;
}

.custom-page .init-6 .container {
  width: 100%;
  padding: 0;
}

.custom-page .init-6 .container .tip_title {
  font-family: 'Poppins-Light';
  font-size: 20px;
  color: #9c733f;
  text-align: center;
}

.custom-page .init-6 .container .tip_title_2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

.custom-page .init-6 .container .tip_title_2 span {
  color: #2366bb;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont {
  width: 420px;
  position: absolute;
  bottom: 0;
  left: 60px;
  background: #fff;
  padding: 80px 40px;
  color: #000;
  text-align: left;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .subline {
  position: absolute;
  top: 90px;
  left: 0;
  width: 5px;
  height: 60px;
  background: #ff0000;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
  font-size: 18px;
  font-family: 'Poppins-Light';
  margin-top: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more:hover div:first-child {
  background: #edbe1a;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more:hover div:last-child {
  color: #ff0000;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more div:first-child {
  width: 22px;
  height: 22px;
  background: #ff0000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more div:last-child {
  font-family: 'Anton-Regular';
  font-size: 18px;
  color: #2366bb;
  margin-left: 10px;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide-active .cont {
  opacity: 1;
}

.custom-page .init-6 .container .swiper-container {
  margin-top: 60px;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 68%;
  transform: scaleX(0.95) scaleY(0.7);
  -ms-transform: scaleX(0.95) scaleY(0.7);
  -moz-transform: scaleX(0.95) scaleY(0.7);
  -webkit-transform: scaleX(0.95) scaleY(0.7);
  -o-transform: scaleX(0.95) scaleY(0.7);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide-active {
  width: 65%;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.custom-page .init-6 .container .s_page {
  margin: auto;
  width: 55vw;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 26px;
  font-family: 'Poppins-Regular';
  color: #000;
}

.custom-page .init-6 .container .s_page .swiper-pagination {
  top: 0;
  left: 0;
  width: 100px;
  position: relative;
}

.custom-page .init-6 .container .s_page .prev {
  margin-left: auto;
  cursor: pointer;
}

.custom-page .init-6 .container .s_page .next {
  margin-left: 30px;
  cursor: pointer;
}

.custom-page .init-6 .container .s_page .prev,
.custom-page .init-6 .container .s_page .next {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 30px;
}

.custom-page .init-6 .container .s_page .prev:hover,
.custom-page .init-6 .container .s_page .next:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.custom-page .init-6 .container .s_page .prev img,
.custom-page .init-6 .container .s_page .next img {
  width: 100%;
}

.custom-page .i-process h2 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-bottom: 10px;
  font-weight: bold;
}

.custom-page .i-process h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.prodet-page {
  padding-bottom: 0;
}

.prodet-page .grid-box.two .column:nth-child(1) {
  width: 45%;
}

.prodet-page .grid-box.two .column:nth-child(2) {
  width: 55%;
  padding-left: 5%;
}

.prodet-page .grid-box.two .column:nth-child(2) h2,
.prodet-page .grid-box.two .column:nth-child(2) h1 {
  font-size: 34px;
  font-weight: bold;
}

.prodet-page .grid-box.two .column:nth-child(2) h3 {
  font-size: 24px;
  padding: 25px 0;
}

.prodet-page .grid-box.two .column:nth-child(2) .content {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.prodet-page .grid-box.two .column:nth-child(2) .content div {
  line-height: 32px;
  font-size: 20px;
}

.prodet-page .grid-box.two .column:nth-child(2) a.more {
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  background: #000000;
  display: block;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
}

.prodet-page .grid-box.two .column:nth-child(2) .share {
  padding-top: 30px;
}

.prodet-page .grid-box.two .column:nth-child(2) .share p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
  width: auto;
  padding: 0;
  margin-right: 10px;
}

.prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column .fa {
  width: 50px;
  height: 50px;
  border: 1px solid #8e8e8e;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #8e8e8e;
}

.prodet-page .i-recommend {
  background: url(../images/recommend-bg.jpg) no-repeat top center;
  padding: 80px 0;
}

.prodet-page .i-recommend h2 {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
}

.prodet-page .i-recommend .rec-list .swiper-slide {
  background: #fff;
  padding: 0 10px;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text {
  padding: 30px 10px;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
  font-size: 22px;
  color: #090909;
  padding: 10px 0;
  text-align: center;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
  display: block;
  width: 203px;
  height: 54px;
  border: 2px solid #000000;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.prodet-page .i-recommend .rec-list .swiper-slide .text a.more:hover .fa {
  margin-left: 8px;
}

.prodet-page .prodet-2 {
  padding: 80px 0;
}

.prodet-page .prodet-2 .options ul {
  display: flex;
  align-items: flex-end;

}

.prodet-page .prodet-2 .options ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 20px;
  border: 2px solid #c7c7c7;
  border-right: none;
  border-bottom: 2px solid #000000;
  color: #3d474a;
  border-radius: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: hand;
  margin-left: -2px;
  text-align: center;
  font-weight: bold;
}

.prodet-page .prodet-2 .options ul li:last-child {
  border-right: 2px solid #c7c7c7;
}

.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: 000;
  border: 1px solid #000000;
  border-bottom: none;
}

.prodet-page .prodet-2 .ret {
  padding-top: 20px;
}

.prodet-page .prodet-2 .ret h2 {
  font-size: 48px;
  text-align: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
}

.prodet-page .prodet-2 .ret h3 {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.prodet-page .prodet-2 .ret a.more {
  font-size: 16px;
  display: block;
  width: 290px;
  height: 54px;
  border: 2px solid #000;
  line-height: 50px;
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #000;
  text-align: center;
}

.prodet-page .prodet-2 .ret a.more .fa {
  margin-left: 4px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

.prodet-page .prodet-2 .ret a.more:hover .fa {
  margin-left: 8px;
}

.prodet-page .prodet-2 .ret .content {
  padding: 0px 0;
}

.prodet-page .prodet-2 .ret p {
  padding: 5px 0;
}

.prodet-page .prodet-2 .ret table {
  margin: 5px 0;
}

.prodet-page .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
}

.prodet-page .prodet-2 .ret table td p {
  padding: 0;
}

.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}

.prodet-page .contact-page .grid-box .column:nth-child(1) {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.newdet-page .i-recommend {
  padding: 30px 0;
}

.newdet-page .i-recommend .tip_title {
  font-size: 20px;
  font-weight: bold;
}

.newdet-page .i-recommend h2 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  transition: all .5s;
}

.newdet-page .i-recommend h2:hover {
  color: #2366bb;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}

.newdet-page .news .news_abst p {
  display: inline-block;
}

.newdet-page .news .news_contents {
  color: #000;
  font-size: 16px;
  line-height: 2;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}

.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}

.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 16px;
}

.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}

.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}

.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin: 38px 0;
  padding-bottom: 40px;
}

.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.m-page a {
  text-decoration: none;
  color: #000;
}

.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}

.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}

.m-page a:hover {
  color: #fff;
  background-color: #2366bb;
}

.m-page a:active {
  background: #2366bb;
}

.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #2366bb;
}

.faq-page .faq-list {
  padding: 30px 0;
}

.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px #7c7c7c solid ;
}

.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

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

.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #7c7c7c;
  font-weight: bold;
}

.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
  font-size: 16px;
}

.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}

.faq-page .faq-list li .faq-q p strong {
  font-size: 18px;
}

.faq-page .faq-list li .fa {
  position: absolute;
  color: #7c7c7c;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}

.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #2366bb;
}

.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}

.custom-page .custom-part .grid-box .column:nth-child(2) .tit h3 {
  text-align: right;
}

.prodet-page .column.left {
  width: 60%;
}

.prodet-page .column.left a {
  display: block;
  border: 1px solid #eee;
}

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

.prodet-page .column.left ul {
  margin: -5px;
  padding: 0;
}

.prodet-page .column.left ul li {
  padding: 5px;
}

.prodet-page .column.left ul li i,
.prodet-page .column.left ul li span {
  display: none !important;
}

.prodet-page .column.left ul li img {
  display: block;
  margin: 0 auto;
}


.viewer-toolbar > .viewer-play{
  width: 24px;
  height: 24px;
}

.prodet-page .column.left ul.viewer-toolbar{
  margin: auto;
}
.prodet-page .column.left ul.viewer-toolbar li{
  padding: 0;
}

.prodet-page .column.left .four ul .slick-current li a {
  border-color: #014fa2;
}

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

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

.prodet-page .column.left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}

.faq-list1 {
  padding: 0 5%;
}

.faq-list1 .column {
  margin-bottom: 14px;
}

.faq-list1 .column .faq-a {
  text-align: left !important;
}

.faq-list1 .column .faq-q {
  font-size: 18px;
  line-height: 25px;
}


@media screen and (max-width:1430px) {

  .inner-page .container,
  .menu-siderbar .container {
    width: 100%;
  }

  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 32px;
  }

  .news-page .grid-box {
    margin-left: 0;
  }
}

@media screen and (max-width:1230px) {
  .container {
    width: 970px;
  }



  .inner-page .tit h3,
  .inner-page .tit h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
  }

  .inner-banner .tit h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
  }

  .inner-banner {
    height: 500px;
  }

  .inner-banner:after {
    top: 28%;
    height: 200px;
  }

  .news-page .grid-box .column .text h2 {
    font-size: 24px;
  }

  .news-page .grid-box .column .text h2 a {
    height: 70px;
  }
}

@media screen and (max-width:1024px) {
  .custom-page .custom-part .grid-box .column ul li .img-box>a {
    display: block;
    overflow: hidden;
  }

  .custom-page .custom-part .grid-box .column ul li .text {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-width:970px) {
  .container {
    width: 768px;
  }
}

@media screen and (max-width:768px) {
  .container {
    width: 700px;
  }

  .prodet-page .sidebar {
    display: none;
  }





  .about-page .part1 .column:nth-child(1) {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }

  .about-page .part1 .column:nth-child(2) {
    width: 100%;
    padding: 30px 0;
  }

  .about-page .part2 .column:nth-child(1) {
    width: 100%;
  }

  .about-page .part2 .column:nth-child(2) {
    width: 100%;
    padding: 5% 0 0 0;
  }

  .about-page .i-envir {
    padding: 40px 0;
  }

  .about-page .i-envir .grid-box.two>.column {
    width: 100%;
  }

  .inner-page .tit h3,
  .inner-page .tit h1 {
    font-size: 20px;
  }

  .product-page .sidebar ul li a {
    padding: 20px 10px;
    font-weight: bold;
  }

  .product-page .sidebar ul li {
    font-size: 16px;
  }

  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 20px;
  }

  .cat-product-page ul li .grid .column.column2 {
    padding-left: 10%;
  }

  .cat-product-page ul li .grid .column.column2 img {
    width: 60%;
  }

  .product-page .grid-box .column .text a.more {
    width: 140px;
    font-size: 14px;
  }

  .product-page .prat2 h2,
  .prodet-page .prodet-2 .ret h2 {
    font-size: 28px;
  }

  .prodet-page .grid-box.two .column:nth-child(2) h2,
  .prodet-page .grid-box.two .column:nth-child(2) h1 {
    font-size: 28px;
  }

  .prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
    margin-bottom: 5px;
  }

  .prodet-page .prodet-2 .options ul {
    display: flex;
    flex-wrap: wrap;
  }

  .prodet-page .prodet-2 .options ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    width: 25%;
    font-size: 14px;
    padding: 10px 5px;
    height: 90px;
  }

  .prodet-page .prodet-2 .options ul li:first-child {
    min-width: 140px;
  }

  .prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
    font-size: 18px;
  }

  .prodet-page .i-recommend .rec-list .swiper-slide .text h2 a {
    height: 55px;
  }

  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    width: 134px;
    font-size: 14px;
    font-weight: bold;
  }

  .custom-page .custom-part .grid-box .column ul li .text {
    width: 100%;
  }

  .custom-page .custom-part .grid-box .column ul li .text h2 {
    font-size: 20px;
  }

  .custom-page {
    padding: 30px 0 0;
  }

  .custom-page .i-process h2 {
    font-size: 28px;
  }

  .custom-page .i-process {
    padding: 30px 0;
  }

  .news-page .grid-box .column .text h2 {
    font-size: 18px;
  }

  .news-page .grid-box .column .text p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .news-page .grid-box .column .text h2 a {
    height: 55px;
  }

  .faq-page .faq-list {
    padding: 0;
  }

  .contact-page .grid-box .column:nth-child(1) {
    width: 100%;
  }

  .contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 28px;
  }

  .contact-page .grid-box .column:nth-child(2) {
    width: 100%;
  }

  .contact-page .grid-box .column:nth-child(2) .cms_name{
    text-align: center;
    width: 100%;
  }

  .contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 22px;
  }

  .contact-page .grid-box .column:nth-child(2) ul li p {
    font-size: 18px;
    font-weight: 300;
  }
}

@media screen and (max-width:700px) {
  .container {
    width: 100%;
  }

  .s_page_nav {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  .menu-siderbar .bread-crumbs a,
  .menu-siderbar .bread-crumbs span {
    font-size: 14px;
  }

  .custom-page .custom-part .grid-box .column ul li .text h3 {
    display: none;
  }

  .inner-banner .tit h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .inner-banner:after {
    display: none;
  }

  .inner-banner {
    height: 300px;
  }

  .inner-page {
    padding-top: 100px;
  }

  .about-page .part2 {
    padding-bottom: 30px;
  }

  .about-page .i-video {
    display: none;
  }

  .about-page .part2 {
    padding-bottom: 0;
  }

  .about-page .i-envir {
    padding: 10px 0;
  }

  .about-page .i-custom {
    display: none;
  }

  .about-page {
    padding-bottom: 30px;
  }

  .about-page .i-envir .envir-list .fa {
    right: 14%;
  }

  .about-page .i-envir .envir-list .fa-chevron-right {
    right: 4%;
  }

  .menu-siderbar p {
    float: left;
  }

  .menu-siderbar {
    padding: 10px 0;
  }
  

  .cat-product-page ul li .grid .column.column1 {
    width: 100%;
  }

  .menu-siderbar {
    margin-top: 0;
    padding: 0;
    max-width: initial;
  }

  .inner-banner .tit {
    display: none;
  }

  .s_page_nav {
    white-space: pre-wrap;
    text-overflow: inherit;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

  }

  .cat-product-page ul li .grid .column.column2 {
    padding-left: 0;
    width: 100%;
  }

  .cat-product-page ul li {
    margin-bottom: 40px;
  }

  .product-page .sidebar,.prodet-page .sidebar{
    display: none;
  }
  .product-page .grid-box .column {
    margin: 0 auto;
    width: 50%;
  }

  .product-page .grid-box .column .text h2 {
    font-size: 18px;
    padding: 10px 0;
  }

  .product-page .grid-box .column .text h2 a {
    height: 50px;
  }

  .product-page .grid-box {
    padding-bottom: 10px;
  }

  .prodet-page .grid-box.two .column:nth-child(1) {
    width: 100%;
  }

  .prodet-page .grid-box.two .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 18px;
    padding: 10px 0;
  }

  .prodet-page .prodet-2 {
    padding: 30px 0;
  }

  .product-page .prat2 h2,
  .prodet-page .prodet-2 .ret h2 {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .ret h3 {
    font-size: 16px;
  }

  .custom-page .custom-part .grid-box .column {
    width: 100%;
    margin-right: 0;
  }

  .custom-page .custom-part .grid-box .column ul li {
    margin-bottom: 20px;
  }

  .custom-page .i-process h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .product-page .prat2 h2,
  .prodet-page .prodet-2 .ret h2,
  .product-page .prat2 h3 {
    font-size: 18px;
  }

  .news-page .grid-box .column {
    padding: 3% 0;
    width: 100%;
  }

  .news-page .grid-box .column .text h2 a {
    height: auto;
    -webkit-line-clamp: inherit;
  }

  .news-page .grid-box .column .text p {
    -webkit-line-clamp: inherit;
  }

  .faq-page .faq-list li .fa {
    font-size: 1rem;
    right: 20px;
    top: 15px;
  }

  .faq-page .faq-list li .faq-a {
    padding: 10px 23px 10px 15px;

    font-size: 16px;
  }

  .contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 20px;
  }

  .contact-page .grid-box .column:nth-child(1) form textarea {
    height: 120px;
  }

  .contact-page .grid-box .column:nth-child(1) form input,
  .contact-page .grid-box .column:nth-child(1) form textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact-page .grid-box .column:nth-child(2) ul li:after {
    height: 50px;
  }

  .contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-page .grid-box .column:nth-child(2) {
    padding: 5% 10% 165px 8%;
  }
}

@media (max-width: 1700px) {
  .custom-page .init-6 .container .tip_title {
    font-size: 1.4vw;
  }

  .custom-page .init-6 .container .tip_title_2 {
    font-size: 3vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont {
    width: 25vw;
    left: 4vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
    margin-top: 3vw;
    font-size: 1.4vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .title {
    font-size: 2vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
    margin-top: 3vw;
  }

  .custom-page .init-6 .container .s_page {
    font-size: 2vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont {
    padding: 4vw 2vw;
  }

  .custom-page .init-6 .container .s_page .prev,
  .custom-page .init-6 .container .s_page .next {
    width: 2vw;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .subline {
    height: 4vw;
    top: 4.6vw;
  }

  .custom-page .init-6 .container .s_page .next {
    margin-left: 2vw;
  }
}

@media (max-width: 1024px) {
  .prodet-page .prodet-2 .ret table td {
    min-width: 100px;
  }
}

@media (max-width: 768px) {
  .custom-page .init-6 .container {
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .inner-page {
    padding-top: 20px;
  }

  .product-page .grid-box .column {
    width: 100%;
  }

  .aproduct .container .init-1 .right .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .aproduct .container .init-1 .right .title:before {
    width: 120px;
    bottom: 5px;
  }

  .product-page .grid-box .column .text h2 a {
    height: auto;
    -webkit-line-clamp: inherit;
  }

  .product-page .grid-box .column .text a.more {
    margin-top: 20px;
  }

  .prodet-page .i-recommend .rec-list .swiper-slide .text h2 a {
    height: auto;
    -webkit-line-clamp: inherit;
  }

  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    margin-top: 20px;
  }

  .aproduct .container .init-1 .right .des {
    font-size: 14px;
    margin-top: 10px;
  }

  .aproduct .container .init-2 .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .aproduct .container .init-2 .cont {
    margin-top: 10px;
  }

  .aproduct .container .init-2 .cont .left a {
    font-size: 14px;
    margin-left: 15px;
  }

  .aproduct .container .init-2 .cont .left a:before {
    left: -15px;
    top: 7px;
  }

  .aproduct .container .init-2 .cont .right {
    margin-top: 10px;
  }

  .aproduct .container .init-3 {
    margin-top: 10px;
    font-size: 14px;
  }

  .aproduct .container .init-4 {
    margin-top: 10px;
  }


  .custom-page .custom-part .grid-box .column ul li .text {
    padding: 10px;
  }

  .custom-page .init-6 {
    padding: 20px 0;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont {
    width: 50vw;
  }

  .custom-page .init-6 .container .tip_title {
    font-size: 14px;
  }

  .custom-page .init-6 .container .tip_title_2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more {
    font-size: 12px;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more div:first-child {
    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 12px;
  }

  .custom-page .init-6 .container .swiper-container .swiper-wrapper .swiper-slide .cont .more div:last-child {
    font-size: 13px;
    margin-left: 5px;
  }

  .custom-page .init-6 .container .s_page {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }

  .custom-page .init-6 .container .s_page .prev,
  .custom-page .init-6 .container .s_page .next {
    width: 12px;
  }

  .custom-page .init-6 .container .s_page .next {
    margin-left: 10px;
  }

  .contact-page .grid-box .column:nth-child(2) .cms_name{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li{
    width: 100%;
  }

}