@font-face {
  font-family: 'Questrial-Regular';
  src: url(/fonts/questrial-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url(/fonts/robotocondensed-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/poppins.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(/fonts/poppins-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(/fonts/poppins-regular.ttf) format('truetype');
}
body {
  font-family: 'Questrial-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-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;
  border: none;
  background-color: #e7e7e7ee;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  border: none;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #fff;
}
.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;
  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;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-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;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-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;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: #3cb2e6;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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;
}
.more_cont {
  position: relative;
  background-color: #158fc5;
  padding: 15px 35px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  border-radius: 30px;
  font-size: 15px;
  font-family: 'Questrial-Regular';
}
.more_cont:hover {
  color: #158fc5;
  filter: drop-shadow(0px 2px 5px #158fc5);
}
.more_cont:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.title_cont .title_2 {
  color: #1c72d3;
  font-size: 18px;
  font-family: 'Questrial-Regular';
}
.title_cont .title {
  font-family: 'Poppins';
  font-size: 48px;
  line-height: 1.2;
}
.title_cont .des {
  font-size: 17px;
  font-family: 'Questrial-Regular';
  line-height: 1.9;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  font-family: 'Montserrat-Medium';
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
#header.active {
  background-color: #fff;
  border-color: #00a0e9;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  padding: 0;
  width: 100%;
  padding: 10px 8vw;
}
#header > .nav > .menu .menu-box {
  font-family: 'Questrial-Regular';
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .logo {
  width: 180px;
}
#header > .nav > .menu .menu-box .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  color: #000;
  margin-left:25px;margin-right:25px;
  position: relative;
  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:hover .sub-menu {
  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%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #1095ef;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #000;
  font-family: 'Questrial-Regular';
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  perspective: 500px;
  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%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #004d91;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 16px;
  background-color: #e7efff;
  padding: 10px;
  color: #000;
  /*text-align: center;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .subline {
  background-color: #333333;
  width: 1px;
  height: 30px;
  margin: 0 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont img {
  width: 30px;
  display: inline-block;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 5px;
}
#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%;
  perspective: 500px;
  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%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #142341;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: flex;
  align-items: center;
  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: 22px;
  margin-left: 10px;
  color: #000;
}
#banner {
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  font-family: 'Questrial-Regular';
  color: #fff;
  position: absolute;
  top: 25%;
  left: 9vw;
  width: 670px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 18px; line-height:36px;
  margin-bottom:20px;
  /*font-weight: bold;*/
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'RobotoCondensed-Bold';
  font-size: 55px;
  line-height: 2.0;
  filter: drop-shadow(2px 3px 2px black);
  margin: 5px 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .des_2 {
  font-family: 'Questrial-Regular';
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .more {
  margin-top: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .more i {
  font-size: 30px;
  line-height: 0;
  top: 5px;
  margin-left: 10px;
}
#banner .prev,
#banner .next {
  position: absolute;
  width: 45px;
  height: 70px;
  top: 45%;
  right: 15px;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 0;
  padding: 0;
}
#banner .prev::before,
#banner .next::before {
  background-color: #1095ef;
}
#banner .prev {
  left: 15px;
}
#banner .swiper-pagination {
  bottom: 30px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  opacity: 1;
  background-color: #fff;
  border: #0778bc solid 1px;
  border-radius: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0778bc;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1400px;
}
#index-body .init-1 {
  margin-top: 3vw;
}
#index-body .init-1 .title_c {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-1 .title_c .title_cont {
  width: 46%;
}
#index-body .init-1 .title_c .title_cont .des {
  font-family: 'Poppins-Light';
  margin-top: 15px;
}
#index-body .init-1 .title_c .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; font-size:18px;
}
#index-body .init-1 .title_c .right a {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-1 .title_c .right a:hover img {
  filter: grayscale(0);
}
#index-body .init-1 .title_c .right a img {
  max-height: 40px;
  filter: grayscale(1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: auto;
}
#index-body .init-1 .swiper {
  margin-top: 25px;
}
#index-body .init-1 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%; border:1px solid #ddd;
}
#index-body .init-1 .swiper .swiper-wrapper .swiper-slide p{
text-align:center;font-size:18px; padding:12px 0px;
}
#index-body .init-1 .s_page {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-1 .s_page .prev,
#index-body .init-1 .s_page .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b2b2b2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #b2b2b2;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
#index-body .init-1 .s_page .prev i,
#index-body .init-1 .s_page .next i {
  font-weight: bold;
}
#index-body .init-1 .s_page .prev::before,
#index-body .init-1 .s_page .next::before {
  background-color: #1095ef;
}
#index-body .init-1 .s_page .prev:hover,
#index-body .init-1 .s_page .next:hover {
  color: #fff;
  border-color: #fff;
}
#index-body .init-1 .s_page .next {
  margin-left: 15px;
}
#index-body .init-2 .container {
  margin: 3vw auto;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height:520px;
/*  display: flex;
  align-items: center;
  justify-content: center;*/
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%; border:0px solid #F60;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide h3{
  width: 100%; text-align:center;font-size:20px;padding:20px 0px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 45%;
  top: 20%;
  color: #fff;
  right: 20px;
  border:3px solid #F60;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 30px;
  font-family: 'Poppins';
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'Poppins-Light';
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title,
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover,
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des:hover {
  color: #158fc5;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'Questrial-Regular';
  background-color: rgba(16, 150, 239, 0);
  border: #158fc5 solid 1px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more span {
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more:hover span {
  color: #1095ef;
}
#index-body .init-2 .container .swiper .swiper-wrapper .img_2 .cont {
  left: 50px;
}
#index-body .init-2 .container .swiper-pagination {
  top: 0;
  position: relative;
  margin-top: 30px;
}
#index-body .init-2 .container .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 42px;
  height: 8px;
  border-radius: 10px;
  margin: 0 10px;
}
#index-body .init-3 {
  margin: 3vw 0;
  padding: 5vw 0;
  padding-bottom: 3vw;
  background-image: url(../images/index_11.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
}
#index-body .init-3 .container .tip_title {
  font-family: 'Poppins-Regular';
  color: #242424;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#index-body .init-3 .container .swiper {
  margin-top: 40px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #fff;
  padding: 20px 15px ;
  height: 695px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  width: 34%;
  top: 20%;
  left: 8%;
  color: #fff;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title,
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover,
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des:hover {
  color: #1095ef;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'Poppins';
  font-size: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'Poppins-Light';
  font-size: 18px;
  margin-top: 10px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont {
  display: inline-block;
  border: #fff solid 1px;
  color: #fff;
  background-color: rgba(7, 119, 188, 0);
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Questrial-Regular';
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont:hover {
  color: #1095ef;
}
#index-body .init-3 .container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 20px;
}
#index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #7d7d7d;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0 15px;
}
#index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  background-color: #fff;
  left: 7px;
  border-radius: 50%;
}
#index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1095ef;
}
#index-body .init-4 {
  background-image: url(../images/about_bj.jpg);
  background-color:#f3f6f8;
  background-position: right top;
  padding:30px 0px 60px 0px;
  background-repeat: no-repeat;
}
#index-body .init-4 .container .title_cont {
  text-align: center;
}
#index-body .init-4 .container .title_cont .title_1 {
  font-size: 55px;
  font-family: 'Poppins';
  color: #1a1a1a;
}
#index-body .init-4 .container .title_cont .title {
  color: #242424;
  margin-top: 10px;
}
#index-body .init-4 .container .title_cont .des {
  color: #242424;
  margin-top: 35px;
}
#index-body .init-4 .container .contant {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-4 .container .contant .left {
  width: 44%;
}
#index-body .init-4 .container .contant .left h3{
font-size:28px; color:#008bd5; font-weight:600;
}
#index-body .init-4 .container .contant .left hr{
width:80px;margin:10px 0px; color:#dedede;height:1px;border:none;border-top:2px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
#index-body .init-4 .container .contant .left p{
font-size:16px; color:#444;
line-height:26px;
margin-bottom:16px;
}
#index-body .init-4 .container .contant .left .btn {
  border:0px solid #ddd;
  background-color:#008bd5;
  width:180px;
  height: 46px;
  font-size:18px;
  text-align: center;
  border-radius:4px; color:#fff;
  line-height:40px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top:20px;
}
#index-body .init-4 .container .contant .left .btn:hover {
  background-color: #fff;
  box-shadow: 0 0 15px 0px #1095ef;
}
#index-body .init-4 .container .contant .left .list {
  position: relative;
  background-image: url(../images/index_16.jpg);
  background-position: -160px 410px;
  padding: 40px 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-4 .container .contant .left .list:nth-child(1) .shadow {
  background-color: rgba(204, 237, 255, 0.7);
}
#index-body .init-4 .container .contant .left .list:nth-child(2) {
  background-image: url(../images/index_17.jpg);
  background-position: 30% 80%;
}
#index-body .init-4 .container .contant .left .list:nth-child(2) .shadow {
  background-color: rgba(204, 237, 255, 0.7);
}
#index-body .init-4 .container .contant .left .list:nth-child(3) {
  background-image: url(../images/index_18.jpg);
  background-position: 30% 80%;
}
#index-body .init-4 .container .contant .left .list .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(214, 239, 253, 0.6);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .contant .left .list:hover .shadow {
  background-color: rgba(127, 200, 227, 0.7);
}
#index-body .init-4 .container .contant .left .list.active .shadow {
  background-color: rgba(127, 200, 227, 0.7);
}
#index-body .init-4 .container .contant .left .list img {
  position: relative;
}
#index-body .init-4 .container .contant .left .list .cont {
  margin-left: 20px;
  position: relative;
}
#index-body .init-4 .container .contant .left .list .cont .title {
  font-size: 22px;
  font-family: 'Poppins';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .container .contant .left .list .cont .more {
  font-size: 16px;
  font-family: 'Questrial-Regular';
  margin-top: 15px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .contant .left .list .cont .more:hover {
  color: #0778bc;
}
#index-body .init-4 .container .contant .right {
  width: 52%;
  height: 386px;
  position: relative;
}
#index-body .init-4 .container .contant .right .list {
  height: 100%;
  width: 100%;
}
#index-body .init-4 .container .contant .right img {
  width: 100%;
  height: 100%;
}
#index-body .init-4 .container .contant .right .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#index-body .init-4 .container .contant .right .cont > div .play_btn {
  border: 5px solid #fff;
  width: 90px;
  height: 90px;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 1.9;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: auto;
}
#index-body .init-4 .container .contant .right .cont > div .play_btn:hover {
  background-color: #1095ef;
  box-shadow: 0 0 15px 0px #1095ef;
}
#index-body .init-4 .container .contant .right .cont > div .play_btn i {
  margin-left: 10px;
}
#index-body .init-4 .container .contant .right .cont > div .text {
  margin-top: 10px;
  text-align: center;
  font-family: 'Poppins';
  font-size: 22px;
  filter: drop-shadow(0px 3px 1px black);
}
#index-body .init-4 .container .num_list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-4 .container .num_list .list {
  color: #102731;
}
#index-body .init-4 .container .num_list .list .top {
  font-size: 24PX;
  font-family: 'Poppins-Light';
}
#index-body .init-4 .container .num_list .list .top span {
  font-family: 'Poppins';
  color: #102731;
  line-height: 1;
  font-size: 50px;
}
#index-body .init-4 .container .num_list .list .bottom {
  font-size: 18px;
  font-family: 'Questrial-Regular';
}
#index-body .init-5 {
  background-color: #f3f6f8;
  padding-top: 2vw;
  padding-bottom: 3vw;
}
#index-body .init-5 .container .title_cont {
  width: 750px;
}
#index-body .init-5 .container .title_cont .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
#index-body .init-5 .container .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
#index-body .init-5 .container .contain .left {
  width: 51%;
}
#index-body .init-5 .container .contain .right {
  width: 48%;
  position: relative;
}
#index-body .init-5 .container .contain .right .swiper {
  padding: 5px;
  height: 240px;
}
#index-body .init-5 .container .contain .right .swiper .swiper-wrapper .swiper-slide {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  height: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  animation-timing-function: linear;
}
#index-body .init-5 .container .contain .right .swiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 10px 0 rgba(54, 54, 54, 0.616);
}
#index-body .init-5 .container .contain .right .swiper .swiper-wrapper .swiper-slide:hover img {
  filter: grayscale(0);
}
#index-body .init-5 .container .contain .right .swiper .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  filter: grayscale(1);
}
#index-body .init-5 .container .contain .right .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 25px;
}
#index-body .init-5 .container .contain .right .swiper-pagination .swiper-pagination-bullet {
  background-color: #c5c5c5;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .contain .right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4ca3f4;
}
#index-body .init-6 {
  padding: 3vw 0;
}
#index-body .init-6 .container .title_cont {
  text-align: center;
}
#index-body .init-6 .container .title_cont .title {
  margin: 10px 0;
}
#index-body .init-6 .container .swiper {
  margin-top: 35px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  font-family: 'Questrial-Regular';
  border: #e5e5e5 solid 1px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 268px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide a {
  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 a:hover {
  color: #1095ef;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title,
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 10px;
  line-height: 1.8;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 18px;
  font-weight: bold;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 16px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom {
  margin-top: 30px;
  border-top: #e5e5e5 solid 1px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color:rgba(0, 0, 0, 0.6);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .more {
  font-size: 18px;
  width: 50%;
  border-right: #e5e5e5 solid 1px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .time {
  width: 50%;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .time img {
  display: inline-block;
  width: 18px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .time span {
  margin-left: 8px;
  font-size: 16px;
}
#index-body .init-7 {
  background-image: url(../images/contact_bj.jpg);
  padding-top: 5vw;
  padding-bottom: 3vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}
#index-body .init-7 .container {
  font-family: 'Questrial-Regular';
}
#index-body .init-7 .container .tip_title {
  font-family: 'Poppins';
  font-size: 48px;
  color: #fff;
}
#index-body .init-7 .container .des {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  width: 600px;
  padding-bottom:16px;
}
#index-body .init-7 .container form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 660px; color:#fff;
}
#index-body .init-7 .container form input,
#index-body .init-7 .container form textarea {
  background-color: rgba(7, 119, 188, 0);
  border: #fff solid 1px;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  font-size: 16px; color:#fff;
}
#index-body .init-7 .container form input {
  width: 48%;
}
#index-body .init-7 .container form .more {
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  padding: 15px 70px;
  background-color: rgba(0, 140, 214, 1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 18px;
  margin-top: 30px;
}
#index-body .init-7 .container form .more:hover {
  color: #1095ef;
}
#index-body .init-7 .container .list_cont {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-left: 260px;
}
#index-body .init-7 .container .list_cont .list {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 20px;
}
#index-body .init-7 .container .list_cont .list:first-child {
  margin-left: 0;
}
#index-body .init-7 .container .list_cont .list:hover {
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
#index-body .init-7 .container .list_cont .list .img_1 {
  border: #038ec8 solid 1px;
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  margin: auto;
  height: 100px;
}
#index-body .init-7 .container .list_cont .list .img_1 img {
  width: 100%;
}
#index-body .init-7 .container .list_cont .list .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
#index-body .init-7 .container .list_cont .list .phone img {
  width: 25px;
}
#index-body .init-7 .container .list_cont .list .phone span {
  margin-left: 10px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
#footer{
  width:100%; background-color:#fff; background-image:url(../images/footer_bj.jpg); background-repeat:repeat-x;
}
#footer .container {
  width: 1400px;
  max-width: 100%; 
}
#footer .container .f-top {
  padding-top: 5vw;
  padding-bottom: 2vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .container .f-top .list_cont .first {
  font-family: 'Poppins';
  font-size: 18px;
  margin-bottom: 30px;
}
#footer .container .f-top .list_cont:first-child {
  width: 21%; 
}
#footer .container .f-top .list_cont:first-child .logo {
  width: 130px;
}
#footer .container .f-top .list_cont:first-child .logo img {
  width: 60%;
}
#footer .container .f-top .list_cont:first-child .des {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Poppins-Light';
  color: rgba(0, 0, 0, 0.7);
}
#footer .container .f-top .list_cont:first-child .share {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .container .f-top .list_cont:first-child .share a {
  border: #1ea0dc solid 1px;
  width: 45px;
  height: 45px;
  color: #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 14px;
  border-radius: 50%;
  font-size: 20px;
  padding: 0;
  background-color: #fff;
}
#footer .container .f-top .list_cont:first-child .share a::before {
  background-color: #038ec8;
}
#footer .container .f-top .list_cont:first-child .share a:hover {
  color: #fff;
}
#footer .container .f-top .list_cont:first-child .share a:first-child {
  margin-left: 0;
}
#footer .container .f-top .list_cont:nth-child(2),
#footer .container .f-top .list_cont:nth-child(3) {
  width: 10%; 
}
#footer .container .f-top .list_cont:nth-child(2) a,
#footer .container .f-top .list_cont:nth-child(3) a {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-family: 'Poppins-Light';
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 10px;
  -o-transition: all 0.5s;
}
#footer .container .f-top .list_cont:nth-child(2) a:hover,
#footer .container .f-top .list_cont:nth-child(3) a:hover {
  color: #1095ef;
}
#footer .container .f-top .list_cont:nth-child(2) a:hover i,
#footer .container .f-top .list_cont:nth-child(3) a:hover i {
  color: #1095ef;
}
#footer .container .f-top .list_cont:nth-child(2) a i,
#footer .container .f-top .list_cont:nth-child(3) a i {
  margin-top: 5px;
  margin-right: 8px;
  color: rgba(66, 66, 66, 0.7);
}
#footer .container .f-top .list_cont:nth-child(3) {
  width: 20%;
}
#footer .container .f-top .list_cont:nth-child(4) {
  width: 28%;
}
#footer .container .f-top .list_cont:nth-child(4) .list {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  font-family: 'Questrial-Regular';
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
#footer .container .f-top .list_cont:nth-child(4) .list img {
  width: 20px;
  margin-top: 3px;
  margin-right: 15px;
}
#footer .container .f-top .list_cont:nth-child(4) .list span {
  margin-right:0px;
}
#footer .container .f-top .list_cont:nth-child(5) {
  width: 13%;
}
#footer .container .f-top .list_cont:nth-child(5) #ewm {
  width: 100%; border:1px solid #eee; font-size:16px; max-width:160px;
}
#footer .container .f-top .list_cont:nth-child(5) #ewm img {
  width: 100%;
}
#footer .f-bottom {
  width: 100%;
  background-image: url(../images/index_31.jpg);
  padding-top: 95px ;
  padding-bottom: 25px;
  font-family: 'Questrial-Regular';
  font-size: 18px;
  color: #fff;
}
#footer .f-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 1;
}
#footer .f-bottom .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .f-bottom .container .right a {
  margin-left: 10px;
}
#footer .f-bottom .container .right a img {
  height: 18px;
}
.go_top {
  z-index: 3;
  position: fixed;
  bottom: 20%;
  right: 20px;
}
.go_top > div {
  width: 45px;
  height: 45px;
  background-color: #00a0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.left_nav {
  width: 100px;
  position: fixed;
  bottom: 20%;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
}
.left_nav .top {
  cursor: pointer;
  height: 55px;
  background-color: #3cb2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.left_nav .top div {
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: block;
  height: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -moz-transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  -o-transform: translateY(-55px);
}
.left_nav .active div {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
.left_nav .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #00a0e9;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transform: translateX(-110px);
  -ms-transform: translateX(-110px);
  -moz-transform: translateX(-110px);
  -webkit-transform: translateX(-110px);
  -o-transform: translateX(-110px);
}
.left_nav .cont .list {
  margin-top: 30px;
  width: 60px;
  display: block;
  height: 60px;
  background-color: #0080ba;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #afdbf9;
  font-size: 30px;
  border: rgba(255, 255, 255, 0) solid 1px;
}
.left_nav .cont .list:hover {
  border-color: #fff;
}
.left_nav .cont .list img {
  position: relative;
  z-index: 2;
}
.left_nav .cont .list::before {
  background-color: #00a0e9;
}
.left_nav .cont .list:first-child {
  margin-top: 0;
}
.left_nav .active_2 {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
.inner-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-position: center top;
  background-repeat: no-repeat;
}
.inner-banner .text {
  width: 100%;
  padding: 18vw 9vw;
  padding-bottom: 2vw;
}
.inner-banner .text .containerBox>h2{
  font-weight: bold;
  font-size: 20px; color:#fff;
}
.inner-banner .text .mbx {
  margin-top: 10px;
  width: 650px;
  max-width: 100%;
}
.inner-banner .text .mbx a,
.inner-banner .text .mbx span {
  font-size: 16px; color:#fff;
}


.faq-page .faq-1 {
    padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-weight: 300;
}
.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.faq-page .faq-list li > .cont{
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 2;
    display: none;
}

.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.product-grid.gallery-page:hover .product-grid-info{
    transform: translateY(0) !important;
}



@media (max-width: 1600px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 18px;
  }
  #header > .nav > .menu .menu-box .logo {
    width: 160px;
  }
  #index-body .container {
    padding: 0 103px;
    max-width: 100%;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide{
    height: 600px;
  }

  .faq-page .faq-1 {
      padding: 40px 0;
  }
  .faq-page .faq-1 h3 {
      font-size: 28px;
  }
  .faq-page .faq-1 .box ul li .q {
      font-size: 18px;
  }
}
@media (max-width: 1400px) {
  
  #header > .nav > .menu {
    padding: 10px 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont{
    top: 20%;
    left: 6vw;
  }
  .title_cont .title {
    font-size: 2.5vw;
  }
  #index-body .init-1 .title_c .title_cont .des {
    font-size: 1.4vw;
  }
  #index-body .init-1 .title_c .right a:last-child img {
    height: 10px;
  }
  #index-body .init-1 .title_c .right a img {
    height: 2vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide{
    height: 28vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 2vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 1.2vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    height: 40vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 2vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 1.4vw;
  }
  #index-body .init-4 .container .title_cont .title_1 {
    font-size: 3vw;
  }
  #index-body .init-4 .container .num_list .list .top span {
    font-size: 3vw;
  }
  #index-body .init-4 .container .num_list .list .top {
    font-size: 1.8vw;
  }
  #index-body .init-4 .container .num_list .list .bottom {
    font-size: 1.4vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 15vw;
  }
  #index-body .init-7 .container .tip_title {
    font-size: 2.5vw;
  }

  #footer .container {
    padding: 0 100px; 
  }
  #footer .f-bottom {
    background-size: auto 100%;
    justify-content: center;
  }
  #footer .f-bottom .container {
    justify-content: center;
    text-align: center;
  }
  #footer .f-bottom .container > div {
    margin-top: 10px;
    line-height: 1.8;
  }
  #footer .f-bottom .container a img {
    margin-top: 5px;
  }
}

@media (max-width: 1200px) {
  .faq-page .faq-1 .box{
      padding-top: 30px;
  }
  .faq-page .faq-1 .box ul li .q {
      font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 80%;
    left: 10%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 40px;
  }
  #index-body .init-1 .title_c .title_cont {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .title_c .right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .left_nav {
    width: 50px;
  }
  .left_nav .top div {
    font-size: 30px;
  }
  .left_nav .top {
    height: 40px;
  }
  .left_nav .cont .list {
    width: 35px;
    height: 35px;
  }
  .left_nav .cont .list img {
    width: 60%;
  }
  #index-body .container {
    padding: 0 52px;
  }
  #index-body .init-1 .title_c .right a img {
    height: 4vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 60%;
    right: 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .img_2 .cont {
    left: 10px;
  }
  #index-body .init-4 {
    padding-bottom: 20px;
  }
  #index-body .init-4 .container .contant .left {
    margin-top: 10px;
    width: 100%;
  }
  #index-body .init-4 .container .contant .right {
    width: 100%;
    order: -1;
    height: 50vw;
  }
  #index-body .init-5 .container .title_cont {
    text-align: center;
    width: 100%;
  }
  #index-body .init-5 .container .contain .left {
    display: none;
  }
  #index-body .init-5 .container .contain .right {
    width: 100%;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 26vw;
  }
  #index-body .init-7 .container .list_cont .list {
    margin: 10px;
  }
  #index-body .init-7 .container .list_cont .list .img_1 {
    width: 50px;
    height: 50px;
  }
  #index-body .init-7 .container .list_cont .list .phone img {
    width: 18px;
  }
  #index-body .init-7 .container .list_cont .list .phone span {
    margin-left: 5px;
    font-size: 16px;
  }
  #footer .container {
    padding: 0 52px;
  }

  .faq-page .faq-1 h3 {
      font-size: 24px;
  }
  .faq-page .faq-1 .box ul li .a{
      font-size: 16px;
  }


}
@media (max-width: 768px) {
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    top: 30%;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
    top: 20%;
    width: 100%;
    text-align: center;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .img_2 .cont {
    left: 0;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    margin-top: 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title,
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    -webkit-line-clamp: 2;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 7px 5px;
  }
  #index-body .init-7 .container {
    text-align: center;
  }
  #index-body .init-7 .container form {
    width: 100%;
  }
  #index-body .init-7 .container .des {
    width: 100%;
  }
  #index-body .init-7 .container .list_cont {
    margin: 10px;
  }
  #footer .container .f-top .list_cont:nth-child(2),
  #footer .container .f-top .list_cont:nth-child(3) {
    display: none;
  }
  #footer .container .f-top .list_cont:first-child {
    width: 100%;
    text-align: center;
  }
  #footer .container .f-top .list_cont:first-child .logo {
    width: 300px;
    display: block;
    margin: auto;
  }
  #footer .container .f-top .list_cont:first-child .share {
    justify-content: center;
  }
  #footer .container .f-top .list_cont:nth-child(4) {
    width: 60%;
    margin-top: 20px;
  }
  #footer .container .f-top .list_cont:nth-child(5) {
    width: 35%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #banner .prev,
  #banner .next {
    width: 20px;
    height: 40px;
    right: 0;
  }
  #banner .prev {
    left: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont {
    width: 90%;
    text-align: center;
    left: 5%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 18px;
    margin: 2px 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 14px;
  }
  #banner .swiper-pagination {
    bottom: 0;
  }
  #banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .more_cont {
    font-size: 14px;
    padding: 5px 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .more i {
    font-size: 20px;
    margin-left: 5px;
    top: 2px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .more {
    margin-top: 10px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  .title_cont .title {
    font-size: 18px;
  }
  #index-body .init-1 .title_c .title_cont .des {
    font-size: 16px;
    margin-top: 10px;
  }
  #index-body .init-1 .title_c .right {
    margin-top: 10px;
  }
  #index-body .init-1 .title_c .right a {
    margin-left: 10px;
    margin-top: 10px;
  }
  #index-body .init-1 .title_c .right a img {
    height: 30px;
  }
  #index-body .init-1 .s_page {
    margin-top: 10px;
  }
  #index-body .init-1 .s_page .prev,
  #index-body .init-1 .s_page .next {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide{
    height: 63vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 90%;
    left: 5%;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 14px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    -webkit-line-clamp: 1;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    padding: 2px 20px;
  }
  #index-body .init-2 .container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    margin: 0 4px;
    height: 4px;
  }
  #index-body .init-2 .container .swiper-pagination {
    margin-top: 10px;
  }
  #index-body .init-3 .container .tip_title {
    font-size: 18px;
  }
  #index-body .init-3 .container .swiper {
    margin-top: 10px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide{
    height: 45vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 80%;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    margin-top: 5px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 14px;
  }
  #index-body .init-3 .container .swiper-pagination {
    margin-top: 5px;
  }
  #index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  #index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px;
  }
  #index-body .init-4 .container .title_cont .title_1 {
    font-size: 20px;
  }
  .title_cont .title {
    font-size: 18px;
  }
  #index-body .init-4 .container .title_cont .des {
    font-size: 14px;
    margin-top: 10px;
  }
  #index-body .init-4 .container .contant {
    margin-top: 10px;
  }
  #index-body .init-4 .container .contant .right .cont > div .play_btn {
    width: 45px;
    height: 45px;
    border-width: 3px;
    font-size: 20px;
  }
  #index-body .init-4 .container .contant .right .cont > div .play_btn i {
    margin-left: 5px;
  }
  #index-body .init-4 .container .contant .right .cont > div .text {
    font-size: 18px;
    margin-top: 10px;
  }
  #index-body .init-4 .container .contant .left .list {
    flex-wrap: nowrap;
    padding: 20px 10px;
  }
  #index-body .init-4 .container .contant .left .list img {
    width: 40px;
  }
  #index-body .init-4 .container .contant .left .list .cont {
    margin-left: 10px;
  }
  #index-body .init-4 .container .contant .left .list .cont .title {
    font-size: 18px;
  }
  #index-body .init-4 .container .contant .left .list .cont .more {
    font-size: 14px;
    margin-top: 10px;
  }
  #index-body .init-4 .container .num_list {
    margin-top: 10px;
    justify-content: space-around;
  }
  #index-body .init-4 .container .num_list .list {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
  }
  #index-body .init-4 .container .num_list .list .top span {
    font-size: 20px;
  }
  #index-body .init-4 .container .num_list .list .top {
    font-size: 14px;
  }
  #index-body .init-4 .container .num_list .list .bottom {
    font-size: 14px;
  }
  .title_cont .des {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .init-5 .container .contain {
    margin-top: 10px;
  }
  #index-body .init-5 .container .contain .right .swiper {
    height: auto;
  }
  #index-body .init-5 .container .contain .right .swiper-pagination {
    margin-top: 10px;
  }
  #index-body .init-5 .container .contain .right .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .title_cont .title_2 {
    font-size: 16px;
  }
  #index-body .init-6 .container .swiper {
    margin-top: 10px;
    text-align: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 57vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title,
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .des {
    height: 45px;
    line-height: 1.6;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 14px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .more {
    font-size: 16px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bottom .time span {
    font-size: 14px;
  }
  #index-body .init-7 .container .tip_title {
    font-size: 20px;
  }
  #index-body .init-7 .container .des {
    line-height: 1.8;
  }
  #index-body .init-7 .container form {
    justify-content: center;
  }
  #index-body .init-7 .container form input {
    width: 100%;
  }
  #index-body .init-7 .container form input,
  #index-body .init-7 .container form textarea {
    margin-top: 10px;
    padding: 5px;
  }
  #index-body .init-7 .container form .more {
    padding: 5px 30px;
    margin-top: 20px;
  }
  #index-body .init-7 .container .list_cont {
    justify-content: space-around;
    margin-top: 20px;
  }
  #index-body .init-7 .container .list_cont .list {
    margin-left: 0;
  }
  #index-body .init-7 .container .list_cont .list .img_1 {
    width: 40px;
    height: 40px;
  }
  #index-body .init-7 .container .list_cont .list .phone {
    margin-top: 10px;
  }
  #footer .container {
    padding: 0 10px;
  }
  #footer .container .f-top .list_cont:first-child .logo {
    width: 50%;
  }
  #footer .container .f-top .list_cont:first-child .des {
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .container .f-top .list_cont:first-child .share {
    margin-top: 10px;
  }
  #footer .container .f-top .list_cont:first-child .share a {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  #footer .container .f-top .list_cont:nth-child(4) {
    width: 100%;
  }
  #footer .container .f-top .list_cont .first {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .container .f-top .list_cont:nth-child(4) .list {
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .container .f-top .list_cont:nth-child(4) .list img {
    width: 15px;
    margin-right: 5px;
    margin-top: 0;
  }
  #footer .container .f-top .list_cont:nth-child(5) {
    width: 100%;
  }
  #footer .container .f-top .list_cont:nth-child(5) #ewm img{
    max-width: 100%;
  }
  #footer .container .f-top .list_cont:nth-child(5) #ewm {
    max-width: 200px;
    margin: auto;
  }
  #footer .container .f-top .list_cont:nth-child(5) #ewm img{
    max-width: 100%;
    width: 100%;
  }
  .faq-page .faq-1 h3{
        font-size: 20px;
    }
  .faq-page .faq-list li h4 {
      font-size:18px;
  }
  .faq-page .faq-list li p {
      font-size:16px;
  }
}
.fix-top .recommend{
  background-color: #fff;
  height: 660px;
}
.text_center { text-align: center; margin:0px auto;}
.x_page a,.x_page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:30px 4px 30px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .x_page a:hover,.x_page span.current {
        background: #ff9d00;
        color:#fff;
    }
