@font-face {
  font-family: 'Montserrat-Italic';
  src: url(../fonts/Montserrat-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/CormorantGaramond-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(../fonts/JosefinSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
*::-webkit-scrollbar-thumb {
  background-color: #56b5f0;
}
body {
  font-family: 'Montserrat-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #333333;
}
.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%;
}


.user_cont{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.user_cont > div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.user_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.user_cont .cont{
  width: 800px;
  max-width: 90%;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  color: #636363;
  display: flex;
  flex-wrap: wrap;
  right: 120px;
  bottom: 50px;
}

.user_cont .cont>div{
  overflow-y: auto;
  max-height: 530px;
  width: 50%;
}

.user_cont .cont .close{
  overflow: hidden;
  font-size: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow:  0 0 10px 0 #ccc;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
    transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  z-index: 22;
}

.user_cont .cont .close span{
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  display: block;
  
}

.user_cont .cont .close:hover span{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}


.user_cont .cont .list{
  padding: 20px 30px;
  font-size: 16px;
}

.user_cont .cont .list:nth-child(2n){
  background-color: #f5f5f5;
}

.user_cont .cont .list .item{
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}

.user_cont .cont .list .item:first-child{
  margin-top: 0;
}

.user_cont .cont .list .item .left{
  width: 100px;
}

.user_cont .cont .list .item .right{
  width: calc(100% - 100px);
}


#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  display: block;
  position: relative;
  width: 50%;
  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: #56b5f0;
}
#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: #56b5f0;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #56b5f0;
  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: #56b5f0;
  color: white;
  right: 2.5%;
  bottom: 118px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #70afd7;
}

#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: #56b5f0;
  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: #56b5f0;
}
#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;
}
.f_16 {
  font-size: 16px;
}
.f_18 {
  font-size: 18px;
  line-height: 1.8;
}
.f_20 {
  font-size: 20px;
}
.f_22 {
  font-size: 22px;
}
.f_26 {
  font-size: 26px;
}
.f_36 {
  font-size: 36px;
}
.f_48 {
  font-size: 48px;
  line-height: 1.4;
}
.f_54 {
  font-size: 54px;
  line-height: 1.4;
}
.f_60 {
  font-size: 60px;
  line-height: 1.2;
}
.f_130 {
  font-size: 130px;
}
.ling_ani {
  animation: ling_ani 4s infinite;
}
@keyframes ling_ani {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(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;
  }
}


.more_cont_1 {
  position: relative;
  border: 2px solid #56b5f0;
  font-family: 'Montserrat-Bold';
  padding: 8px 15px;
  cursor: pointer;
}
.more_cont_1::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -2px;
  right: 5px;
  background-color: #fff;
  width: 26px;
  height: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.more_cont_1 span {
  position: relative;
  z-index: 1;
}
.more_cont_1:hover::after {
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.more_cont_2{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: .07em;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  cursor: pointer;
  padding: 8px 15px;
}

.more_cont_2 svg{
  position: absolute;
  top: 0;
  left: 0;
}

.more_cont_2 svg rect{
  fill: transparent;
  stroke: #56b5f0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  stroke-width: 4px;
  stroke-dashoffset: 240%;
  stroke-dasharray: 330% 25;
}

.more_cont_2 span{
  position: relative;
  font-family: 'Montserrat-Bold';
}

.more_cont_2:hover svg rect{
  stroke-dashoffset: -113%!important;
}


#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #232323;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  background-color: #fff;
}
#header.active {
  background-color: #fff;
  border-color: #ccc;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  width: 100%;
  padding: 0;
}
#header > .nav > .menu .h-top {
  color: #bfbfbf;
  background-color: #181a1e;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Montserrat-Italic';
}
#header > .nav > .menu .h-top .share {
  background-color: #181a1e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .h-top .share a {
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .h-top .share a:first-child {
  margin-left: 0;
}
#header > .nav > .menu .h-top .share a:hover {
  color: #56b5f0;
}
#header > .nav > .menu .h-top .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .h-top .contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .h-top .contact > div img {
  width: 18px;
  margin-right: 15px;
}
#header > .nav > .menu .h-top .contact .phone {
  margin-left: 70px;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  padding: 5px 100px ;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#header > .nav > .menu .menu-box .logo {
  width: 356px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  padding: 10px 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item::after {
  position: absolute;
  content: '';
  right: 0;
  height: 20px;
  width: 1px;
  top: 15px;
  background-color: #bcbcbc;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item::before {
  content: '';
  background-color: #56b5f0;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 25px;
  height: 3px;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(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:last-child::after {
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#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 > .sub-menu .menu-item{
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > .sub-menu .menu-item .sub-menu{
  top: 0;
  left: 150%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > .sub-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: #56b5f0;
}

#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a {
  color: #56b5f0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #000;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  -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 #56b5f0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #f1faff;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search > img {
  width: 25px;
}
#header > .nav > .menu .menu-box .right .subline {
  height: 30px;
  width: 1px;
  background-color: #d1d1d1;
  margin: 0 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #666666;
}
#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: 20px;
  font-family: 'Montserrat-Bold';
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  width: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 15px;
  margin-right: 15px;
}
#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 #56b5f0;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #f1faff;
  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: #000;
}
#header > .nav > .menu .menu-box .right .contact_c {
  margin-left: 60px;
  font-size: 18px;
  text-transform: uppercase;
}


#banner {
  margin-top: 123px;
  position: relative;
}
#banner .swiper{
  padding: 0;
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div {
  margin-top: -140px;
  padding: 30px 40px;
  margin-left: 190px;
  width: 900px;
  position: relative;
}


#banner .swiper .swiper-wrapper .swiper-slide .cont > div::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(0);
  background-color: rgba(255, 255, 255, 0);
  transition: all 3s;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  position: relative;
  z-index: 2;
  font-family: 'Montserrat-Bold';
  color: #333;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont > div .des {
  z-index: 2;
  position: relative;
  font-family: 'Montserrat-Regular';
  color: #4e4e4e;
  margin-top: 10px;
  line-height: 1.6;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont  .more_cont_2 {
  margin-top: 30px;
  display: inline-block;
  border-color: #333333;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
}


#banner .swiper .swiper-wrapper .swiper-slide-active .cont > div::before{
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
}

#banner .swiper .swiper-wrapper .swiper-slide-active .cont > div .title{
  animation: fadeInUpSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide-active .cont > div .des{
   animation: fadeInUpSmall 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide-active .cont > div .more_cont_2{
   animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont  .more_cont_2 svg rect{
  stroke: #333333;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont  .more_cont_2::after {
  background-color: #fff;
  background-image: url(../images/index_banner_2.jpg);
}
#banner .s_page {
  position: absolute;
  padding: 50px 190px;
  padding-top: 0;
  height: 96px;
  width: 100%;
  bottom: 50px;
  z-index: 2;
}
#banner .s_page > div {
  font-family: 'JosefinSans-Regular';
  position: absolute;
  right: 190px;
  bottom: 0;
  height: 96px;
  width: 300px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .s_page > div:hover > div p {
  color: #56b5f0;
}
#banner .s_page > div:hover > div p p,
#banner .s_page > div:hover > div p i,
#banner .s_page > div:hover > div p span {
  color: #56b5f0;
}
#banner .s_page > div:hover > div p:nth-child(2) {
  color: #56b5f0;
}
#banner .s_page > div > div {
  height: 100%;
  width: 50%;
}
#banner .s_page > div .left {
  padding: 23px 15px;
}
#banner .s_page > div .left p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner .s_page > div .left p i {
  margin-top: -3px;
  font-size: 20px;
  color: #767676;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .s_page > div .left p span {
  font-size: 18px;
  color: #767676;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .s_page > div .left p:nth-child(2) {
  margin-left: auto;
  margin-top: 5px;
  text-align: right;
  display: block;
  font-size: 14px;
  color: #333333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .s_page > div .right {
  background-image: url(../images/index_banner.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner .s_page .prev {
  left: 190px;
}
#index-body {
  margin-bottom: 80px;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1550px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  padding-top: 6.5vw;
  background-image: url(/xinhefabric/2022/11/17/475675678.jpg?imageView2/2/w/1920/format/webp/q/95);
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-position: left top;
}
#index-body .init-1 .init-about .container {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-1 .init-about .container .left {
  position: relative;
  z-index: 2;
  width: 40%;
}
#index-body .init-1 .init-about .container .left .tip_title {
  color: #56b5f0;
  font-family: 'Montserrat-Regular';
}
#index-body .init-1 .init-about .container .left .title {
  font-family: 'Montserrat-Bold';
  margin-top: 15px;
}
#index-body .init-1 .init-about .container .left .des {
  margin-top: 30px;
  color: #666666;
  height: 230px;
  overflow-y: auto;
  font-family: 'Montserrat-Regular';
}
#index-body .init-1 .init-about .container .left .des h1{
  display: inline;
  font-size: inherit;
}

#index-body .init-1 .init-about .container .left .cont {
  width: 870px;
  margin-top: 25px;
  padding: 60px 50px;
  background-color: #fff;
  position: relative;
  order: 2;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-1 .init-about .container .left .cont .list {
  width: 90px;
  text-align: center;
}
#index-body .init-1 .init-about .container .left .cont .list:first-child {
  width: 120px;
}
#index-body .init-1 .init-about .container .left .cont .list:nth-child(3) {
  width: 250px;
}
#index-body .init-1 .init-about .container .left .cont .list p {
  display: block;
}
#index-body .init-1 .init-about .container .left .cont .list p:first-child {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-1 .init-about .container .left .cont .list p:first-child span {
  font-family: 'Montserrat-Bold';
  margin-top: -10px;
  display: inline-block;
}
#index-body .init-1 .init-about .container .left .cont .list p:last-child {
  margin-top: 20px;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
}
#index-body .init-1 .init-about .container .right {
  width: 58%;
  position: relative;
}
#index-body .init-1 .init-about .container .right .subimg {
  width: 100%;
  height: 98%;
  position: absolute;
  top: 3%;
  left: 1%;
  background-color: #56b5f0;
}
#index-body .init-1 .init-about .container .right img {
  position: relative;
  width: 100%;
}
#index-body .init-1 .init-about .container .right .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#index-body .init-1 .init-about .container .right .cont .play_cont {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 30px;
  border: 4px solid #f6f4ec;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  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 .init-about .container .right .cont .play_cont:hover {
  border-color: #56b5f0;
  color: #56b5f0;
}
#index-body .init-1 .init-about .container .right .cont .play_cont .ling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f6f4ec;
  border-radius: 50%;
}
#index-body .init-1 .init-about .container .right .cont .play_cont .ling:nth-child(3) {
  animation-delay: 1s;
}
#index-body .init-1 .init-product .container {
  margin-top: 4.5vw;
  position: relative;
}
#index-body .init-1 .init-product .container .tip_title {
  color: #56b5f0;
}
#index-body .init-1 .init-product .container .tip_title_2 {
  font-family: 'Montserrat-Bold';
}
#index-body .init-1 .init-product .container .des_2 {
  color: #666;
  width: 580px;
}
#index-body .init-1 .init-product .container .subtext {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Montserrat-Bold';
  color: rgba(120, 137, 176, 0.15);
}
#index-body .init-1 .init-product .container_2 {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
#index-body .init-1 .init-product .container_2 .swiper {
  width: 1550px;
}
#index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .img {
  height: 440px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 30px;
  font-family: 'Montserrat-Regular';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #56b5f0;
}
#index-body .init-1 .init-product .container_2 .prev,
#index-body .init-1 .init-product .container_2 .next {
  position: absolute;
  top: 35%;
  right: 80px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #999999;
  color: #56b5f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 40px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .init-product .container_2 .prev::before,
#index-body .init-1 .init-product .container_2 .next::before {
  background-color: #56b5f0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
}
#index-body .init-1 .init-product .container_2 .prev i,
#index-body .init-1 .init-product .container_2 .next i {
  position: relative;
  z-index: 2;
  margin-left: 5px;
}
#index-body .init-1 .init-product .container_2 .prev:hover,
#index-body .init-1 .init-product .container_2 .next:hover {
  color: #fff;
  border-color: #fff;
}
#index-body .init-1 .init-product .container_2 .prev:hover::before,
#index-body .init-1 .init-product .container_2 .next:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-1 .init-product .container_2 .prev {
  left: 80px;
}
#index-body .init-1 .init-product .container_2 .prev I {
  margin-left: -5px;
}
#index-body .init-2 {
  margin-top: 6vw;
  background-image: url(../images/index_8.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 8.5vw 0;
  position: relative;
}
#index-body .init-2 .sub_cont {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-2 .sub_cont .subline {
  height: 100%;
  width: 1px;
  margin-left: 14.5%;
  background-color: rgba(255, 255, 255, 0.4);
}
#index-body .init-2 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-2 .container > div {
  position: relative;
  z-index: 2;
  width: 50%;
}
#index-body .init-2 .container .left {
  color: #fff;
  font-family: 'Montserrat-Bold';
}
#index-body .init-2 .container .left .title_2 {
  color: #56b5f0;
}
#index-body .init-2 .container .left .more_cont_2 {
  margin-top: 60px;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

#index-body .init-2 .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#index-body .init-2 .container .right .play_cont {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 30px;
  border: 4px solid #f6f4ec;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .right .play_cont:hover {
  border-color: #56b5f0;
  color: #56b5f0;
}
#index-body .init-2 .container .right .play_cont .ling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f6f4ec;
  border-radius: 50%;
}
#index-body .init-2 .container .right .play_cont .ling:nth-child(3) {
  animation-delay: 1s;
}
#index-body .init-3 {
  background-image: url(../images/index_9.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6vw 0;
}
#index-body .init-3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-3 .container .left {
  width: 31%;
}
#index-body .init-3 .container .left .tip_title {
  font-family: 'Montserrat-Bold';
  color: rgba(120, 137, 176, 0.15);
  margin-left: -140px;
}
#index-body .init-3 .container .left .title_1 {
  color: #56B5F0;
}
#index-body .init-3 .container .left .title_2 {
  font-family: 'Montserrat-Bold';
  position: relative;
}
#index-body .init-3 .container .left .title_2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: #56b5f0;
}
#index-body .init-3 .container .left .title_3 {
  font-family: 'Montserrat-Bold';
  margin-top: 60px;
}
#index-body .init-3 .container .left .des {
  margin-top: 10px;
  color: #313131;
}
#index-body .init-3 .container .right {
  width: 61%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-3 .container .right .list {
  width: 45%;
  display: flex;
  align-items: flex-start;
}
#index-body .init-3 .container .right .list:nth-child(n+3) {
  margin-top: 50px;
}
#index-body .init-3 .container .right .list:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  filter: brightness(1);
}
#index-body .init-3 .container .right .list img {
  filter: brightness(0);
  margin-right: 20px;
  width: 95px;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .right .list > div p:first-child {
  margin-top: 15px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-3 .container .right .list > div p:last-child {
  font-family: 'Roboto-Light';
  margin-top: 25px;
}
#index-body .init-4 {
  padding: 3vw 0;
}
#index-body .init-4 .container {
  width: 1700px;
  position: relative;
}
#index-body .init-4 .container .tip_title {
  text-align: center;
  font-family: 'Montserrat-Bold';
}
#index-body .init-4 .container .tip_title_2 {
  text-align: center;
  color: #666666;
  margin-top: 10px;
}
#index-body .init-4 .container .subtext {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(120, 137, 176, 0.15);
  line-height: 1;
  font-family: 'Montserrat-Bold';
}
#index-body .init-4 .container .swiper {
  margin-top: 36px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 50px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 310px;
  overflow: hidden;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide:hover .cont {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
  background-color: #666666;
  padding: 20px ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont a:hover {
  color: #56b5f0;
  border-color: #56b5f0;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name {
  font-size: 14px;
  color: #101010;
  padding: 4px 0;
  background-color: #fff;
  width: 115px;
  text-align: center;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  margin-top: 24px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-family: 'Montserrat-Light';
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
}
#footer {
  background-color: #181a1e;
}
#footer .container {
  width: 1520px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5.5vw;
  color: #d5d5d5;
}
#footer .container a,
#footer .container img {
  display: block;
}
#footer .container .list_cont .logo {
  margin: auto;
  width: 90px;
}
#footer .container .list_cont .logo img {
  width: 100%;
}
#footer .container .list_cont .share {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .container .list_cont .share a {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: #acacac solid 1px;
  color: #acacac;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .list_cont .share a:first-child {
  margin-left: 0;
}
#footer .container .list_cont .share a:hover {
  color: #56b5f0;
}
#footer .container .list_cont .first {
  font-family: 'Montserrat-Bold';
  color: #fff;
  margin-bottom: 25px;
}
#footer .container .list_cont .list {
  margin-top: 10px;
  line-height: 2;
  font-family: 'Montserrat-Light';
}
#footer .container .list_cont:nth-child(2) {
  width: 23%;
}
#footer .container .list_cont:nth-child(3) {
  width: 13%;
}
#footer .container .list_cont:nth-child(3) .list {
  margin-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 1.5;
}
#footer .container .list_cont:nth-child(3) .list:hover {
  color: #56b5f0;
}
#footer .container .list_cont:nth-child(4) {
  width: 23%;
}
#footer .container .list_cont:nth-child(4) form {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .container .list_cont:nth-child(4) form input {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Montserrat-Light';
  padding: 10px 3px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 100%;
  border-bottom: #a1a1a1 solid 1px;
}
#footer .container .list_cont:nth-child(4) form .submit_btn {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
#footer .container .list_cont:nth-child(4) form .submit_btn:hover img:first-child {
  transform: translateX(22px);
  -ms-transform: translateX(22px);
  -moz-transform: translateX(22px);
  -webkit-transform: translateX(22px);
  -o-transform: translateX(22px);
}
#footer .container .list_cont:nth-child(4) form .submit_btn img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .list_cont:nth-child(4) form .submit_btn img:first-child {
  width: 50px;
}
#footer .container .list_cont:nth-child(4) form .submit_btn img:last-child {
  width: 30px;
  margin-left: -20px;
}

#footer .container .list_cont #ewm{
  width: 120px;
  display: block;
  background: #fff;
  margin-top: 120px;
  padding: 4px;
  border: 1px solid #ccc;
}

#footer .container .list_cont #ewm canvas,#footer .container .list_cont #ewm img{
  display: block;
  width: 100%;
}


#footer .copyright {
  margin-top: 4vw;
  border-top: 1px solid #999;
  padding: 15px;
}
#footer .copyright .container {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #cccdcf;
}
#footer .copyright .container a.xinheword{
  display: inline;
}

#footer .copyright .container a {
  margin-left: 10px;
}
#footer .copyright .container a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright .container a img {
  height: 14px;
}
#footer .go_top {
  position: fixed;
  bottom: 51px;
  right: 48px;
  z-index: 3;
  cursor: pointer;
}
#footer .go_top:hover div {
  background-color: #56b5f0;
}
#footer .go_top div {
  background-color: #181a1e;
  border: #999 solid 1px;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (max-width: 1700px) {
  /*#index-body .init-1 {
    background-size: auto 100%;
  }*/
  #header > .nav > .menu .menu-box .logo{
    width: 13vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a{
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .contact_c{
    font-size: 16px;
  }
  #index-body .init-1 .init-product .container_2 {
    padding: 0 20px;
  }
  #index-body .init-1 .init-product .container_2 .swiper {
    width: 80%;
  }
  #index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .img {
    height: 22vw;
  }
  #index-body .init-2 {
    background-size: auto 100%;
  }
  #index-body .init-3 .container .left .tip_title {
    margin-left: 0;
  }
}
@media (max-width: 1550px) {
  #index-body .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-1 .init-about .container {
    padding: 0 20px;
  }
  #index-body .init-1 .init-product .container .subtext {
    right: 20px;
  }
  #index-body .init-1 .init-product .container_2 .prev {
    left: 4vw;
  }
  #index-body .init-1 .init-product .container_2 .next {
    right: 4vw;
  }
  #index-body .init-4 .container .subtext {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  #header > .nav > .menu .h-top {
    padding: 10px 5vw;
  }
  #header > .nav > .menu .menu-box {
    padding: 5px 5vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item{
    padding: 10px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item::after{
    height: 16px;
    top: 14px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  
  #header > .nav > .menu .menu-box .right .contact_c {
    margin-left: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div {
    width: 90%;
    margin-left: 5%;
    margin-top: -7vw;
  }
  #banner .s_page {
    bottom: 2.5vw;
  }
  #footer .container {
    padding: 0 20px;
    padding-top: 5.5vw;
  }
}
@media (max-width: 1200px) {
  #header > .nav > .menu .h-top {
    padding: 10px 2vw;
  }
  
  #header > .nav > .menu .menu-box {
    padding: 5px 2vw;
  }
  #header > .nav > .menu .menu-box .right .contact_c {
    font-size: 16px;
    margin-left: 15px;
  }
  #header > .nav > .menu .menu-box .right .subline{
    margin: 0 10px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    padding: 10px 10px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-1 .init-about .container .left .cont {
    width: 96vw;
  }
  #index-body .init-3 .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .container .left .tip_title {
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #index-body .init-3 .container .left .title_2::before {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #index-body .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .f_60 {
    font-size: 40px;
    line-height: 1.2;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div {
    margin-top: 0;
  }
  #banner .s_page {
    padding: 0 5vw;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  #banner .s_page > div {
    left: 0;
    top: 0;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.8);
  }
  #banner .s_page .prev {
    left: 0;
  }
  #index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }
  #index-body .init-1 .init-product .container_2 .prev {
    left: 2vw;
  }
  #index-body .init-1 .init-product .container_2 .next {
    right: 2vw;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 46vw;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
  }
  .user_cont .cont{
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div {
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    display: none;
  }
  #banner .s_page {
    margin: auto;
    margin-top: 20px;
    width: 400px;
    justify-content: center;
  }
  #banner .s_page > div {
    width: 100%;
  }
  #banner .s_page .next {
    margin-top: 20px;
  }
  #banner .s_page > div.prev .left p {
    justify-content: right;
  }
  #banner .s_page > div.prev .left p i {
    margin-right: 10px;
  }
  #banner .s_page > div.next .left p {
    justify-content: left;
  }
  #banner .s_page > div.next .left p:nth-child(2) {
    text-align: left;
  }
  #banner .s_page > div.next .left p i {
    margin-left: 10px;
  }
  #index-body .init-1 .init-about .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .init-about .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .init-about .container .left .cont .list {
    width: 48%;
    margin-top: 20px;
  }
  #index-body .init-1 .init-about .container .left .cont .list:first-child {
    width: 48%;
  }
  #index-body .init-1 .init-about .container .left .cont .list:nth-child(3) {
    width: 48%;
  }
  #index-body .init-1 .init-product .container {
    text-align: center;
  }
  #index-body .init-1 .init-product .container .des_2 {
    width: 100%;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  #index-body .init-2 .container .right {
    order: -1;
  }
  #index-body .init-2 .container .left .more_cont_2 {
    margin-top: 40px;
  }
  #index-body .init-3 {
    display: none;
  }
  #index-body .init-4 .container .swiper {
    padding: 5px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.5);
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
    position: relative;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    background-color: #fff;
    color: #333;
    text-align: center;
  }
  #index-body .init-4 .container .subtext {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name {
    border: rgba(51, 51, 51, 0.226) solid 1px;
    margin: auto;
  }
  #footer .container .list_cont {
    width: auto;
    margin-top: 40px;
  }
  #footer .container{
    justify-content: space-around;
  }
  #footer .container .list_cont:nth-child(4) {
    display: none;
  }
  #footer .container .list_cont:nth-child(3) {
    display: none;
  }
  #footer .container .list_cont:nth-child(3),
  #footer .container .list_cont:nth-child(2) {
    order: 3;
    width: 48%;
  }
  #footer .container .list_cont:nth-child(2){
    width: 100%;
  }
  #footer .container .list_cont #ewm{
    margin-top: 30px;
  }
  #footer .copyright .container {
    line-height: 2;
  }

  .user_cont .cont .list .item{
    flex-wrap: wrap;
  }
  .user_cont .cont .list .item .right{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .f_130 {
    font-size: 60px;
  }
  .f_60 {
    font-size: 20px;
  }
  .f_54 {
    font-size: 20px;
    line-height: 1.4;
  }
  .f_22 {
    font-size: 16px;
    line-height: 2;
  }
  .f_18 {
    font-size: 16px;
  }
  .more_cont_1 {
    padding: 4px 10px;
  }
  #banner .swiper{
    padding: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont > div {
    padding: 2vw 3vw;
    width: 60%;
    margin-left: 20%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont  .more_cont_2 {
    margin-top: 10px;
    font-size: 14px;
  }
  #banner .s_page {
    width: 320px;
  }
  #banner .s_page > div .left p i {
    font-size: 16px;
  }
  #banner .s_page > div .left p span {
    font-size: 16px;
  }
  #index-body {
    margin-bottom: 0;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #index-body .init-1 .init-about .container {
    padding: 0 10px;
  }
  #index-body .init-1 .init-about .container .left .des {
    margin-top: 20px;
    height: auto;
  }
  #index-body .init-1 .init-about .container .left .cont {
    width: 100%;
    padding: 20px 10px;
  }
  #index-body .init-1 .init-about .container .left .cont .list {
    width: 100%;
  }
  #index-body .init-1 .init-about .container .left .cont .list:first-child {
    margin-top: 0;
    width: 100%;
  }
  #index-body .init-1 .init-about .container .left .cont .list:nth-child(3) {
    width: 100%;
  }
  #index-body .init-1 .init-about .container .left .cont .list .title_2 {
    font-size: 30px;
  }
  #index-body .init-1 .init-about .container .left .cont .list p:last-child {
    margin-top: 10px;
  }
  #index-body .init-1 .init-about .container .right .cont .play_cont {
    width: 50px;
    height: 50px;
    border-width: 2px;
    font-size: 20px;
  }
  #index-body .init-1 .init-about .container .right .cont .play_cont .ling {
    border-width: 2px;
  }
  #index-body .init-1 .init-product .container .subtext {
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 210px;
  }
  #index-body .init-1 .init-product .container .des_2 {
    margin-top: 10px;
  }
  #index-body .init-1 .init-product .container_2 {
    margin-top: 20px;
  }
  #index-body .init-1 .init-product .container_2 .prev,
  #index-body .init-1 .init-product .container_2 .next {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #index-body .init-1 .init-product .container_2 .prev i {
    margin-left: -3px;
  }
  #index-body .init-1 .init-product .container_2 .next i {
    margin-left: 3px;
  }
  #index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }
  #index-body .init-1 .init-product .container_2 .swiper .swiper-wrapper .swiper-slide .text {
    margin-top: 20px;
    text-align: center;
  }
  #index-body .init-2 .container .left {
    font-size: 30px;
  }
  #index-body .init-2 .container .right .play_cont {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-width: 2px;
  }
  #index-body .init-2 .container .right .play_cont .ling {
    border-width: 2px;
  }
  #index-body .init-2 .container .left .more_cont_2 {
    margin-top: 20px;
    font-size: 16px;
  }
  #index-body .init-4 {
    padding: 40px 0;
  }
  #index-body .init-4 .container .subtext {
    top: -10px;
  }
  #index-body .init-4 .container .tip_title {
    font-size: 30px;
  }
  #index-body .init-4 .container .subtext {
    width: 130px;
  }
  #index-body .init-4 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 90vw;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 10px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    margin-top: 10px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    margin-top: 10px;
    line-height: 2;
  }
  #footer .container {
    padding: 0 10px;
    padding-top: 20px;
  }
  #footer .container .list_cont {
    width: 100%;
    text-align: center;
  }
  #footer .container .list_cont:first-child {
    margin-top: 0;
  }
  #footer .container .list_cont:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  #footer .container .list_cont .first {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
  }
  #footer .container .list_cont .list {
    font-size: 16px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .container > div {
    margin-bottom: 10px;
  }
  #footer .go_top {
    bottom: 128px;
    right: 10px;
  }
  #footer .go_top div {
    width: 30px;
    height: 30px;
  }
  #Pop_UpsBtn{
    bottom: 30% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  #footer .container .list_cont #ewm{
    margin: auto;
    margin-top: 20px;
  }

  #pups_from{
    order: -1;
    width: 100%;
    max-width: 100%;
    max-height: inherit;
    padding: 10px;
    margin-top: 0;
  }
  #pups_from form{
    margin-top: 0;
  }
  #pups_from ul li input, #pups_from ul li textarea{
    padding: 2px 10px;
  }

  .user_cont .cont>div{
    margin-top: 2px;
    width: 100%;
    max-height: 154px;
  }
}



























html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.container {
  width: 1650px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1650px) {
  .container {
    width: 1440px;
  }

}
@media screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  html {
    font-size: 8px;
  }
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 6px;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 4px;
  }
}
@-webkit-keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}



.inner-banner {
  height: 450px;
  padding-top: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner-banner h2 {
  display: block;
  line-height: 1.2;
  font-size: 60px;
  color: white;
  /*font-weight: bold;*/
  text-align: center;
  font-family: 'Montserrat-Bold';
}
.inner-banner h2.singleh1s{
  font-size: 30px;
  line-height: 1.4;
}
.inner-banner .mbx {
  font-family: 'Montserrat-Bold';
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .mbx .box {
  line-height: 60px;
  padding: 0px 44px 5px 22px;
  background: white;
  font-size: 20px;
  /*font-weight: bold;*/
  color: #564f3c;
  display: inline-block;
}
.inner-banner .mbx .box a:first-child:before {
  content: '';
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../images/icon-home.png") center center no-repeat;
  margin-top: -5px;
  display: none;
}
.inner-banner .mbx .box span {
  color: #56b5f0;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  max-width: 1360px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 27px;
  height: 27px;
  border-bottom: 3px solid #c1c1c1;
  font-size: 14px;
  color: black;
  padding: 0 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: #56b5f0;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #56b5f0;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  /*font-weight: 600;*/
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #56b5f0;
  border-color: #56b5f0;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page i.tag {
  display: block;
  font-size: 22px;
  color: #2f2f2f;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 28px;
}
.about-page i.tag:before,
.about-page i.tag:after {
  content: '';
  width: 105px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #959595;
  margin: 0 10px;
  margin-top: -4px;
}
.about-page h2 {
  font-size: 57px;
  color: #56b5f0;
  font-weight: bold;
  font-family: 'Montserrat-Bold';
  line-height: 1;
  text-transform: uppercase;
}
.about-page .text {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  max-width: 480px;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  /*font-weight: bold;*/
}
.about-page .about-1 {
  padding: 105px 0 120px;
}
.about-page .about-1 .left {
  width: 51%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  position: relative;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .img .play span {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .img .play span i {
  border-left: 12px solid #7d7a59;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  display: block;
}
.about-page .about-1 .left .img .play span:after,
.about-page .about-1 .left .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: inherit;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .left .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .left .img .play h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  /*font-weight: bold;*/
  color: white;
  margin-left: 15px;
}
.about-page .about-1 .right {
  width: 49%;
  vertical-align: middle;
  padding-left: 4%;
}
.about-page .about-1 .right i.tag {
  margin-bottom: 0;
}
.about-page .about-1 .right i.tag:before {
  display: none;
}
.about-page .about-1 .right h3 {
  font-size: 33px;
  color: #56b5f0;
  line-height: 1.2;
  margin: 15px 0 20px;
}
.about-page .about-1 .right h1,.about-page .about-1 .right h4 {
  font-size: 33px;
  color: #56b5f0;
  line-height: 1.2;
  margin: 15px 0 20px;
  font-family: 'Montserrat-Bold';
  font-weight: bold;
}

.seoIndustry.Auxil-industry .title{
  font-size: 24px;
}
.seoIndustry.Auxil-industry .text{
  font-size: 14px;
  line-height: 28px;
}

.about-page .about-1 .right .content {
  display: block;
  font-size: 16px;
  color: #686868;
  line-height: 1.8;
}
.about-page .about-2 {
  padding: 130px 0;
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 60%;
  height: 100%;
  background: #232323;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 56px;
  background: url("/xinhefabric/2022/11/17/6789568568.jpg?imageView2/2/w/1920/format/webp/q/100") center right no-repeat;
  background-size: 49% auto;
  z-index: -2;
}
.about-page .about-2 i.tag {
  color: white;
}
.about-page .about-2 i.tag:before {
  display: none;
}
.about-page .about-2 .list {
  margin-top: 70px;
}
.about-page .about-2 .list ul li {
  background-position: center center;
  background-size: cover;
  border-right: 1px solid #f4f4f4;
  height: 410px;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 1;
}
.about-page .about-2 .list ul li i {
  width: 66px;
  height: 66px;
  display: block;
  background: url("../images/icon-2-1.png") center center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li i.ie2 {
  background-image: url('../images/icon-2-2.png');
}
.about-page .about-2 .list ul li i.ie3 {
  background-image: url('../images/icon-2-3.png');
}
.about-page .about-2 .list ul li i.ie4 {
  background-image: url('../images/icon-2-4.png');
}
.about-page .about-2 .list ul li h4 {
  display: block;
  margin: 25px 0;
  font-size: 24px;
  /*font-weight: bold;*/
  font-family: 'Montserrat-Bold';
  color: #131313;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li p {
  display: block;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  /*font-weight: bold;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li:last-child {
  border-right: none;
}
.about-page .about-2 .list ul li:hover:after {
  opacity: 0;
}
.about-page .about-2 .list ul li:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
.about-page .about-2 .list ul li:hover i.ie2 {
  background-image: url("../images/icon-2-2-2.png");
}
.about-page .about-2 .list ul li:hover i.ie3 {
  background-image: url("../images/icon-2-3-2.png");
}
.about-page .about-2 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-2-4-2.png");
}
.about-page .about-2 .list ul li:hover h4,
.about-page .about-2 .list ul li:hover p {
  color: white;
}
.about-page .about-3 {
  padding: 160px 0 100px;
  text-align: center;
}
.about-page .about-3 .list {
  margin-top: 60px;
}
.about-page .about-3 .list ul {
  margin: -12px;
}
.about-page .about-3 .list ul li {
  padding: 12px;
}
.about-page .about-3 .list ul li span {
  width: 166px;
  height: 166px;
  line-height: 166px;
  border-radius: 100%;
  border: 1px #434343 dashed;
  display: block;
  position: relative;
  margin: 0 auto;
}
.about-page .about-3 .list ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .list ul li span i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: white;
  border: 1px #434343 dashed;
  font-size: 30px;
  font-weight: bold;
  color: #5f5f5f;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 100%;
}
.about-page .about-3 .list ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #564f3c;
  margin: 24px 0 12px;
  line-height: 1;
}
.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-4 {
  padding: 150px 0 130px;
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-4 ul {
  margin: -10px;
}
.about-page .about-4 ul li {
  padding: 10px;
  position: relative;
}
.about-page .about-4 ul li:after {
  content: '';
  height: 70px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #bfbfbf;
}
.about-page .about-4 ul li:last-child:after {
  display: none;
}
.about-page .about-4 ul li h4 {
  display: block;
  font-size: 74px;
  color: #56b5f0;
  line-height: .8;
  font-family: 'Montserrat-Bold';
  /*font-weight: bold;*/
}
.about-page .about-4 ul li h4 sub,
.about-page .about-4 ul li h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}
.about-page .about-4 ul li p {
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 15px;
  /*font-weight: bold;*/
}
.about-page .about-5 {
  padding: 90px 0 120px;
  text-align: center;
}
.about-page .about-5 .text {
  max-width: none;
}
.about-page .about-5 .img {
  padding-top: 50px;
  margin: -30px -5%;
}
.history-page {
  padding: 360px 0 80px;
  background: url("../images/history-bg.jpg") center center;
  background-size: cover;
  overflow: hidden;
}
.history-page .list {
  position: relative;
  z-index: 1;
}
.history-page .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: -1;
}
.history-page .list .slick-list {
  overflow: unset;
}
.history-page .list ul {
  margin: -15px 0;
}
.history-page .list ul li {
  padding: 15px;
  text-align: center;
}
.history-page .list ul li h3 {
  display: block;
  font-size: 53px;
  color: #2f2f2f;
  font-style: italic;
  line-height: .8;
  padding-bottom: 30px;
  font-weight: 300;
  position: relative;
}
.history-page .list ul li h3:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
  -o-box-shadow: 0 0 1px 1px #979797;
  -webkit-box-shadow: 0 0 1px 1px #979797;
  box-shadow: 0 0 1px 1px #979797;
  border: 2px solid white;
  background: black;
}
.history-page .list ul li .text {
  padding-top: 30px;
  display: block;
  font-weight: bold;
  color: #444;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
}
.history-page .list ul .slick-slide:nth-child(even) li h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-bottom: 0;
  padding-top: 30px;
}
.history-page .list ul .slick-slide:nth-child(even) li h3:after {
  top: -6px;
}
.history-page .list ul .slick-slide:nth-child(even) li .text {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 0;
  padding-bottom: 30px;
}
.history-page .btn {
  margin-top: 130px;
  text-align: center;
}
.history-page .btn a {
  display: inline-block;
  vertical-align: middle;
  background: #dcdcdc;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  margin: 0 -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.history-page .btn a.prev {
  background: #56b5f0;
}
.honor-page {
  padding: 130px 0 160px;
  text-align: center;
  overflow: hidden;
}
.honor-page .list {
  margin-top: 70px;
  position: relative;
}
.honor-page .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.honor-page .list ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: 90%;
}
.honor-page .list ul .slick-slide + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: 45%;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 2;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: -45%;
  z-index: 1;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active + div.slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -90%;
}
.honor-page .list ul:last-child {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 78%;
  z-index: -1;
}
.honor-page .list ul:last-child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(65%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), to(rgba(255, 255, 255, 0.8)));
  background: -moz-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)', GradientType=0);
  /* 兼容IE5~IE9 */
  left: 0;
  top: 0;
}
.honor-page .list ul:last-child .slick-arrow {
  display: none !important;
}
.honor-page .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-size: 12px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 0;
}
.honor-page .list ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 0;
}
.honor-page .list ul .slick-arrow:hover {
  background-color: #56b5f0;
}
.quality-page {
  padding: 150px 0;
}
.quality-page i.tag:before {
  display: none;
}
.quality-page h2 {
  position: relative;
  margin-bottom: 40px;
}
.quality-page h2 span {
  display: block;
}
.quality-page h2 em {
  color: black;
  display: inline-block;
  clear: both;
  border-bottom: 5px solid #56b5f0;
  padding-bottom: 5px;
}
.quality-page h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.quality-page .text {
  font-size: 18px;
  line-height: 1.8;
  max-width: none;
  text-align: left;
}
.quality-page .quality-1 .list {
  margin-top: 70px;
}
.quality-page .quality-1 .list ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.quality-page .quality-1 .list ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  background: #56b5f0;
  font-weight: bold;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.quality-page .quality-1 .list ul li h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #56b5f0;
  line-height: 1.8;
}
.quality-page .quality-1 .list ul li .text {
  font-size: 16px;
}
.quality-page .quality-1 .list ul li .text img {
  margin: 20px 0;
}
.quality-page .quality-1 .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-2 {
  padding-top: 160px;
}
.quality-page .quality-2 .list ul {
  margin: -15px;
}
.quality-page .quality-2 .list ul li {
  padding: 15px;
}
.quality-page .quality-2 .list ul li .box {
  display: block;
  -o-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .list ul li .box a.img-box {
  display: block;
}
.quality-page .quality-2 .list ul li .box a.img-box img {
  display: block;
  width: 100%;
}
.quality-page .quality-2 .list ul li .box h5 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.quality-page .quality-2 .list ul li .box:hover {
  color: white;
  background: #56b5f0;
}
.process-page {
  padding: 0;
}
.process-page .process-1 {
  padding: 110px 0;
}
.process-page .process-1.bg {
  background: #f1f1f1;
}
.process-page .process-1 h2:before {
  content: attr(data-num);
  font-size: 188px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(190, 169, 115, 0.38);
  text-stroke: 1px rgba(190, 169, 115, 0.38);
  opacity: .42;
  line-height: .8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.process-page .process-1 h2 i {
  color: #56b5f0;
}
.process-page .process-1 a.moreBnt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #56b5f0;
  color: white;
  font-size: 18px;
  float: right;
  display: block;
  margin-top: -100px;
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.process-page .process-1 a.moreBnt:hover {
  background: black;
}
.process-page .process-1 .list {
  margin-top: 40px;
}
.process-page .process-1 .list ul {
  margin: -5px;
}
.process-page .process-1 .list ul li {
  padding: 5px;
}
.process-page .process-1 .list ul li a {
  display: block;
}
.process-page .process-1 .list ul li a img {
  width: 100%;
}
.process-page .process-2 {
  padding: 150px 0;
}
.process-page .process-2 h3 {
  display: block;
  font-size: 92px;
  font-weight: bold;
  color: #56b5f0;
  line-height: 1;
}
.process-page .process-2 .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.process-page .process-2 .box {
  position: relative;
  padding: 0 15px;
  text-align: center;
  line-height: 260px;
  height: 260px;
}
.process-page .process-2 .box h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 29px;
  font-weight: bold;
  color: #3d3d3c;
  line-height: 1;
}
.process-page .process-2 .box h5 em {
  display: block;
  color: #56b5f0;
  font-size: 24px;
  margin-top: 5px;
}
.process-page .process-2 .box:after,
.process-page .process-2 .box:before {
  content: '';
  position: absolute;
}
.process-page .process-2 .box:after {
  border-top: 1px solid #56b5f0;
  border-bottom: 1px solid #56b5f0;
  width: 106%;
  height: 100%;
  left: -3%;
  top: 0;
}
.process-page .process-2 .box:before {
  border-left: 1px solid #56b5f0;
  border-right: 1px solid #56b5f0;
  width: 100%;
  height: 106%;
  left: 0;
  top: -3%;
}
.process-page .process-2 .list ul {
  margin: -17px;
}
.process-page .process-2 .list ul li {
  padding: 17px;
}
.process-page .process-2 .list ul li:nth-child(1) {
  width: 66.666%;
}
.product-page {
  padding: 70px 0 160px;
}
.product-page .sidebarBox .left {
  width: 30%;
  padding-right: 30px;
}
.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: #56b5f0;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
}
.product-page .sidebarBox .left .box .list ul li {
  background: white;
}
.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500px;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .box .list ul li a i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.product-page .sidebarBox .left .box .list ul li a i:after {
  content: '+';
}
.product-page .sidebarBox .left .box .list ul li a:hover {
  color: white;
  background: #56b5f0;
  text-align: left;
}
.product-page .sidebarBox .left .box .list ul li a:hover i {
  opacity: 1;
}
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .catapp{
  margin-top: 40px;
}
.product-page .sidebarBox .right .catapp,.product-page .sidebarBox .right .catapp2{
  font-size: 14px;
  line-height: 28px;
}
.product-page .sidebarBox .right .list h1{
  font-size: 24px;
    line-height: 40px;
    margin: 10px 0;
    color: #56b5f0;
}
.product-page .sidebarBox .right .list ul {
  margin: -6px;
}
.product-page .sidebarBox .right .list ul li {
  padding: 6px;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
}

/*.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/


.product-page .sidebarBox .right .list ul li .title{
  font-size: 16px;
  line-height: 30px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 15px;
}
.product-page .sidebarBox .right .list ul li .title:hover{
  color: #56b5f0;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #56b5f0;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  font-size: 20px;
  /*font-weight: bold;*/
  color: white;
  line-height: 32px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small {
  display: block;
  font-size: 14px;
  color: #56b5f0;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-page .sidebarBox .right .list ul li a.img-box h6 .cont{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
list ul li a.img-box:hover:after {
  opacity: 1;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover i.fa,
.product-page .sidebarBox .right .list ul li a.img-box:hover h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.prodet-page {
  padding: 140px 0 100px;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left .bigImg {
  display: block;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: 100%;
}
.prodet-page .prodet-1 .left .bigImg a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg a:after {
  content: "\f07d";
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #444;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .left .small {
  margin-top: 17px;
  padding: 0 10%;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 3px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  position: absolute;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: #777;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:hover:after {
  color: #56b5f0;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right .switchproducts{
  display: block;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .content strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .content em {
  color: black;
}
.prodet-page .prodet-1 .right .btn {
  display: block;
  margin: 45px 0 20px;
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #56b5f0;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .share h5 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Arial";
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 13px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #56b5f0;
}
.prodet-page .prodet-2 {
  padding: 40px 0 90px;
}
.prodet-page .prodet-2 .nav-list {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .nav-list ul li {
  margin: 0 18px;
  font-size: 15px;
  font-family: "Arial";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  position: relative;
}
.prodet-page .prodet-2 .nav-list ul li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #56b5f0;
  position: absolute;
  bottom: -17px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .nav-list ul li:hover,
.prodet-page .prodet-2 .nav-list ul li.active {
  color: black;
  font-weight: bold;
}
.prodet-page .prodet-2 .nav-list ul li:hover:after,
.prodet-page .prodet-2 .nav-list ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .det-content {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}


.prodet-page .prodet-2 .det-content table {
  margin: 0;
  font-weight: normal;
}
.prodet-page .prodet-2 .det-content table tr {
  background: none !important;
}
.prodet-page .prodet-2 .det-content table td {
  padding: 10px;
  border-color: #56b5f0;
}
.prodet-page .prodet-2 .m-link a{
  display: block;
  font-size: 16px;
  margin-top: 10px;
  transition: all .5s;
}
.prodet-page .prodet-2 .m-link a:hover{
  color: #0071e3;
}
.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.prodet-page .prodet-3 h3:after {
  content: '';
  width: 58px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
  background: #56b5f0;
}
.prodet-page .prodet-3 .list {
  margin-top: 26px;
}
.prodet-page .prodet-3 .list ul {
  margin: -13px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
  color: #56b5f0;
}
.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #56b5f0;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #56b5f0;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
  font-family: 'Montserrat-Bold';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 23px;
  font-family: 'Montserrat-Bold';
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat-Bold';
  line-height: 1;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.faq-page {
  padding: 100px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.gallery-page {
  padding: 120px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: #56b5f0;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #56b5f0;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h2,.newdet-page h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 18px;
    line-height: 36px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.service-page {
  margin-bottom: 170px;
}
.service-page .list {
  padding: 60px 0 100px;
}
.service-page .list ul {
  margin: 0 -50px;
}
.service-page .list ul li {
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.service-page .list ul li:after {
  content: '==>';
  font-size: 28px;
  color: #56b5f0;
  font-weight: bold;
  position: absolute;
  top: 65px;
  left: 100%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
letter-spacing: 5px;
line-height: 1;
}
.service-page .list ul li:last-child:after {
  display: none;
}
.service-page .list ul li h6 {
  font-size: 28px;
  color: #56b5f0;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  word-break: initial;
}
.service-page .qr-list ul {
  margin: -10px;
}
.service-page .qr-list ul li {
  padding: 10px;
}
.service-page .qr-list ul li .box {
  padding: 45px 25px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-left: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .newdet-page,
  .news-page,
  .gallery-page,
  .faq-page,
  .product-page,
  .honor-page {
    padding: 60px 0;
  }
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 34px;
  }
  .inner-banner .mbx .box {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    margin: 2px 5px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 14px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .about-page h2 {
    font-size: 48px;
  }
  .quality-page .text {
    font-size: 16px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 80px 0;
  }
  .process-page .process-2 .box h5 {
    font-size: 24px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 36px;
  }
  .quality-page .quality-2 {
    padding-top: 100px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 28px;
  }
  .history-page .list ul li h3 {
    font-size: 46px;
  }
  .history-page {
    padding-top: 300px;
    font-size: 14px;
  }
  .history-page .btn a {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .about-page .about-1 .left .img .play h6 {
    font-size: 20px;
  }
  .about-page .about-1 .right h3 {
    font-size: 26px;
  }
  .about-page .about-1 .right h1,.about-page .about-1 .right h4 {
    font-size: 26px;
  }
  .about-page .about-1 .right .content {
    max-height: 400px;
    overflow: auto;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 .list ul li {
    padding-top: 40px;
    height: 360px;
  }
  .about-page .about-2 .list ul li h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-2:after {
    background-size: 70% auto;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .list ul li span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-3 .list ul li span img {
    max-height: 40px;
    max-width: 40px;
  }
  .about-page .about-3 .list ul li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .about-page .about-3 .list ul li h4 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 ul li h4 {
    font-size: 54px;
  }
  .about-page .about-4 ul li p {
    font-size: 20px;
  }
  .about-page .about-5 .img {
    margin: 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .process-page {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container{
    max-width: 100%;
  }
  .inner-banner .ui.container, .inner-page .ui.container{
    width: 100%;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 240px;
    overflow: hidden;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .right .content {
    overflow: unset;
  }
  .about-page h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    height: 240px;
  }
  .about-page .about-3 .list ul li,
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-4 ul li:nth-child(2):after {
    display: none;
  }
  .history-page .list ul li .text {
    font-size: 14px;
  }
  .history-page .list ul li h3 {
    font-size: 40px;
  }
  .history-page .list:after {
    top: 76px;
  }
  .history-page .btn {
    margin-top: 70px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 20px;
  }
  .process-page .process-1 h2:before {
    font-size: 150px;
  }
  .process-page {
    padding: 0;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 30px;
  }
  .process-page .process-2 .box h5 {
    font-size: 20px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 28px;
  }
  .product-page .sidebarBox .left {
    display: none;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-banner {
    height: 320px;
    padding-top: 140PX;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 15px 0;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 13px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
  .about-page .about-1 .right .content {
    max-height: none;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
  .inner-banner .mbx .box{
    padding: 0 15px;
    font-size: 14px;
  }
  .inner-banner .mbx .box a:first-child:before{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx .box{
    line-height: 28px;
    height: auto;
  }
  .prodet-page .prodet-2 .det-content .singlecontent table tbody{
  min-width: initial;
}
  #footer .copyright .container a.xinheword,.seoIndustry{
    display: none!important;
  }

  .product-page .sidebarBox .right .list h1,.product-page .sidebarBox .right .catapp,.product-page .sidebarBox .right .catapp2,.inner-banner h2.singleh1s{
    display: none!important;
  }
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 24px;
  }
  .about-page h2 {
    font-size: 32px;
  }
  .process-page .process-1 h2:before {
    font-size: 120px;
  }
  .process-page .process-2 .list ul li:nth-child(1) {
    width: 100%;
  }
  .process-page .process-2 .box {
    height: 200px;
    line-height: 200px;
  }
  .quality-page .quality-1 .list ul li h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 18px;
    padding: 10px;
  }
  .quality-page .quality-2 .list ul li {
    padding: 5px;
  }
  .quality-page .quality-2 .list ul {
    margin: -5px;
  }
  .about-page .about-2,
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-4 ul li h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
    padding: 80px 10px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .right h3 {
    font-size: 22px;
  }
  .about-page .about-1 .right h1,.about-page .about-1 .right h4 {
    font-size: 22px;
  }
  .about-page .about-4 ul li h4 {
    font-size: 28px;
  }
  .about-page .about-4 ul li p {
    font-size: 16px;
  }
  .about-page i.tag:before,
  .about-page i.tag:after {
    width: 20px;
  }
  .about-page h2 {
    font-size: 28px;
  }
  .about-page .about-5 .img {
    padding-top: 40px;
  }
  .history-page {
    padding-top: 200px;
  }
  .history-page .btn a {
    padding: 0 20px;
  }
  .honor-page .list ul .slick-slide li {
    left: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .honor-page .list {
    margin-top: 40px;
  }
  .process-page .process-1 a.moreBnt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin: 2px;
    padding: 0 5px;
  }
  .prodet-page .prodet-2 .nav-list {
    display: none;
  }
  .prodet-page .prodet-2 .det-content .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .det-content .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
