@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
.inner-banner{
  position: relative;
}
#bdt-header-animation{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  height: 383px;
  width: 100%;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s !important;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 200;
  display: none;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .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;
}
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 td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #f9d3d5;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
.container {
  width: 1430px;
}
#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .header-top {
  padding: 20px 0;
}
#header .header-top .t-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-top .t-header .left {
  display: flex;
  align-items: center;
}
#header .header-top .t-header .left form {
  margin-left: 40px;
  display: flex;
  align-items: center;
  width: 480px;
  position: relative;
}
#header .header-top .t-header .left form input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 0 20px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: #cbcbcb;
}
#header .header-top .t-header .left form input::-webkit-input-placeholder {
  opacity: 0.5;
}
#header .header-top .t-header .left form input::-moz-placeholder {
  opacity: 0.5;
}
#header .header-top .t-header .left form input:-moz-placeholder {
  opacity: 0.5;
}
#header .header-top .t-header .left form input:-ms-input-placeholder {
  opacity: 0.5;
}
#header .header-top .t-header .left form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#header .header-top .t-header .right {
  display: flex;
  align-items: center;
}
#header .header-top .t-header .right p {
  font-size: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 60px;
}
#header .header-top .t-header .right p i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #e26a6f;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
#header .header-top .t-header .right p:nth-child(1) {
  margin-left: 0;
  position: relative;
}
#header .header-top .t-header .right p:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  right: -30px;
  top: 0;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  background: #353535;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  padding: 10px 0;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e26a6f;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #e26a6f;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #383838;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #e26a6f;
}
#header .nav .nav-box .language {
  padding: 13px 0;
}
#banner img {
  width: 100%;
}
#banner .swiper-slide {
  width: 100%;
  position: relative;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  top: 0;
  left: 0;
}
#banner .swiper-slide .content-box .content p {
  font-size: 16px;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
#banner .swiper-slide .content-box .content h1 {
  font-size: 40px;
  line-height: 1;
  color: #313131;
  position: relative;
  padding: 8px 0 20px;
}
#banner .swiper-slide .content-box .content h1::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e26a6f;
}
#banner .swiper-slide .content-box .content p.p {
  font-size: 14px;
  color: #595959;
  line-height: 1.8;
  max-width: 530px;
  letter-spacing: normal;
  padding-top: 15px;
}
#banner .swiper-slide .content-box .content .more {
  display: inline-block;
  margin-top: 70px;
  padding: 10px 40px;
  border-radius: 35px;
  background: #e26a6f;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .swiper-slide .content-box .content .more:hover {
  background: #000;
}
#banner .swiper-slide-active .content-box {
  display: flex;
}
#banner .swiper-pagination {
  bottom: 30px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  opacity: 1;
  background: #e26a6f;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #383838;
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body 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;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body 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;
}
#index-body h2 {
  position: relative;
  font-size: 35px;
  color: #1a1a1a;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 15px;
  line-height: 1;
  border-bottom: 2px solid #e26a6f;
}
#index-body p {
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p.p {
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-category {
  padding: 105px 0;
}
#index-body .i-category .category-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index-body .i-category .category-box .left {
  width: 25%;
}
#index-body .i-category .category-box .left p.p {
  color: #646464;
  line-height: 1.8;
  max-width: 210px;
  padding: 15px 0;
}
#index-body .i-category .category-box .left .navigation {
  display: flex;
  margin-top: 50px;
}
#index-body .i-category .category-box .left .navigation .swiper-button-prev,
#index-body .i-category .category-box .left .navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 0;
}
#index-body .i-category .category-box .left .navigation .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  margin-right: 10px;
}
#index-body .i-category .category-box .left .navigation .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
}
#index-body .i-category .category-box .right {
  width: 75%;
}
#index-body .i-category .category-box .right .swiper-slide .category-img {
  display: block;
  overflow: hidden;
}
#index-body .i-category .category-box .right .swiper-slide .category-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-category .category-box .right .swiper-slide .category-img img {
  width: 100%;
}
#index-body .i-category .category-box .right .swiper-slide p {
  font-weight: bold;
  padding: 15px 0 15px 35px;
  position: relative;
  color: #000000;
}
#index-body .i-category .category-box .right .swiper-slide p:hover {
  color: #e26a6f;
}
#index-body .i-category .category-box .right .swiper-slide p:hover::after {
  background: #e26a6f;
}
#index-body .i-category .category-box .right .swiper-slide p::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #000000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product {
  padding: 100px 0 110px;
  background: url(../images/product-bgd.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-product .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#index-body .i-product .top .right {
  display: flex;
  align-items: center;
}
#index-body .i-product .top .right ul {
  display: flex;
}
#index-body .i-product .top .right ul li a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 35px;
  font-size: 16px;
  color: #0d0d0d;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .top .right ul li a:hover {
  background: #e26a6f;
  color: #fff;
}
#index-body .i-product .top .right .navigation {
  display: flex;
  margin-left: 20px;
}
#index-body .i-product .top .right .navigation .swiper-button-prev,
#index-body .i-product .top .right .navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 0;
}
#index-body .i-product .top .right .navigation .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  margin-right: 10px;
}
#index-body .i-product .top .right .navigation .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
}
#index-body .i-product .productBox {
  margin-top: 80px;
}
#index-body .i-product .productBox .swiper-slide {
  position: relative;
}
#index-body .i-product .productBox .swiper-slide:hover .content {
  opacity: 1;
}
#index-body .i-product .productBox .swiper-slide .product-img {
  width: 100%;
}
#index-body .i-product .productBox .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(225, 225, 225, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border: 1px solid #e26a6f;
}
#index-body .i-product .productBox .swiper-slide .content .box {
  text-align: center;
}
#index-body .i-product .productBox .swiper-slide .content .box h3 {
  font-size: 20px;
  color: #0d0d0d;
  font-weight: bold;
  margin-bottom: 20px;
}
#index-body .i-product .productBox .swiper-slide .content .box h3:hover {
  color: #e26a6f;
}
#index-body .i-about {
  padding: 105px 0;
  background: url(/zjjinshang/2020/12/23/about-bg.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-about .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index-body .i-about .box .left {
  width: 50%;
  padding-right: 40px;
}
#index-body .i-about .box .left h2 {
  color: #fff;
  margin-bottom: 50px;
}
#index-body .i-about .box .left p.p {
  line-height: 2;
  color: #fff;
  margin-bottom: 25px;
  max-width: 545px;
  text-indent: 2em;
}
#index-body .i-about .box .left .text p.p {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-indent: 0em;
}
#index-body .i-about .box .left .text p.p span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/text1.png) no-repeat center center;
}
#index-body .i-about .box .left .text p.p:nth-child(2) span {
  background: url(../images/text2.png) no-repeat center center;
}
#index-body .i-about .box .left a {
  margin-top: 50px;
  display: inline-block;
  padding: 8px 40px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border-radius: 40px;
  background: #e26a6f;
}
#index-body .i-about .box .left a:hover {
  background: #000;
}
#index-body .i-about .box .right {
  width: 50%;
  position: relative;
}
#index-body .i-about .box .right .play {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
  z-index: 6;
}
#index-body .i-about .box .right .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(226, 106, 111, 0.5);
  opacity: 0;
  width: 300%;
  height: 300%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .box .right .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(226, 106, 111, 0.5);
  opacity: 0;
  width: 300%;
  height: 300%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-why {
  padding-top: 110px;
}
#index-body .i-why .box {
  border: 1px solid #bababa;
  background: #faf8fa;
  padding: 60px 30px;
}
#index-body .i-why .box ul {
  display: flex;
}
#index-body .i-why .box ul li {
  width: 25%;
  padding: 0 35px;
  text-align: center;
  border-right: 1px solid #e1e0e1;
}
#index-body .i-why .box ul li span {
  width: 71px;
  height: 71px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #e26a6f;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-why .box ul li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
}
#index-body .i-why .box ul li p {
  font-size: 12.78px;
  color: #646464;
  line-height: 1.5;
}
#index-body .i-why .box ul li:nth-child(1):hover span {
  background: url(../images/why1-1.png) no-repeat center center #e26a6f;
}
#index-body .i-why .box ul li:nth-child(1) span {
  background: url(../images/why1.png) no-repeat center center;
}
#index-body .i-why .box ul li:nth-child(2):hover span {
  background: url(../images/why2-2.png) no-repeat center center #e26a6f;
}
#index-body .i-why .box ul li:nth-child(2) span {
  background: url(../images/why2.png) no-repeat center center;
}
#index-body .i-why .box ul li:nth-child(3):hover span {
  background: url(../images/why3-3.png) no-repeat center center #e26a6f;
}
#index-body .i-why .box ul li:nth-child(3) span {
  background: url(../images/why3.png) no-repeat center center;
}
#index-body .i-why .box ul li:nth-child(4) {
  border-right: none;
}
#index-body .i-why .box ul li:nth-child(4):hover span {
  background: url(../images/why4-4.png) no-repeat center center #e26a6f;
}
#index-body .i-why .box ul li:nth-child(4) span {
  background: url(../images/why4.png) no-repeat center center;
}
#index-body .i-news {
  padding: 110px 0;
}
#index-body .i-news .news-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .i-news .news-box .left {
  width: 75%;
}
#index-body .i-news .news-box .left .swiper-slide {
  position: relative;
}
#index-body .i-news .news-box .left .swiper-slide .news-img {
  display: block;
  overflow: hidden;
}
#index-body .i-news .news-box .left .swiper-slide .news-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .news-box .left .swiper-slide .news-img img {
  width: 100%;
}
#index-body .i-news .news-box .left .swiper-slide .time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  text-align: center;
  background: #e26a6f;
}
#index-body .i-news .news-box .left .swiper-slide .time p {
  color: #fff;
  padding: 0;
  background: none;
}
#index-body .i-news .news-box .left .swiper-slide .time p::after {
  display: none;
}
#index-body .i-news .news-box .left .swiper-slide .time p.pp {
  font-size: 12px;
}
#index-body .i-news .news-box .left .swiper-slide p {
  padding: 15px 20px 15px 45px;
  position: relative;
  color: #fff;
  background: #3a3a3a;
}
#index-body .i-news .news-box .left .swiper-slide p:hover {
  background: #e26a6f;
}
#index-body .i-news .news-box .left .swiper-slide p::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-news .news-box .right {
  width: 25%;
  padding-left: 10%;
}
#index-body .i-news .news-box .right p.p {
  color: #646464;
  line-height: 1.8;
  max-width: 210px;
  padding: 15px 0;
}
#index-body .i-news .news-box .right .navigation {
  display: flex;
  margin-top: 50px;
}
#index-body .i-news .news-box .right .navigation .swiper-button-prev,
#index-body .i-news .news-box .right .navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 0;
}
#index-body .i-news .news-box .right .navigation .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  left: 0;
  margin-right: 10px;
}
#index-body .i-news .news-box .right .navigation .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 0;
}
#index-body .i-partner {
  padding-bottom: 135px;
}
#index-body .i-partner .partnerBox {
  background: #faf8fa;
  border: 1px solid #bababa;
}
#index-body .i-partner .partnerBox .swiper-slide {
  padding: 50px 0;
  width: 25%;
  text-align: center;
  border-right: 1px solid #bababa;
}
#index-body .i-contact {
  padding: 45px 0;
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .i-contact form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-contact form .left {
  display: flex;
  align-items: flex-end;
}
#index-body .i-contact form .left .left-left {
  margin-right: 110px;
}
#index-body .i-contact form .left .left-left p {
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
#index-body .i-contact form .left .left-left p:last-child {
  padding-bottom: 0;
}
#index-body .i-contact form .left .left-left p input[type="text"] {
  width: 294px;
  height: 33px;
  border: 1px solid #bababa;
  padding: 0 10px;
  background: #fff;
}
#index-body .i-contact form .left .left-right p {
  color: #fff;
  padding-bottom: 5px;
}
#index-body .i-contact form .left .left-right textarea {
  width: 390px;
  height: 64px;
  border: 1px solid #bababa;
  padding: 10px;
  background: #fff;
}
#index-body .i-contact form .right input[type="submit"] {
  width: 178px;
  height: 45px;
  border-radius: 45px;
  background: #fff;
  font-size: 18px;
  color: #e4757a;
  font-weight: bold;
  border: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-contact form .right input[type="submit"]:hover {
  background: #333;
  color: #fff;
}
#footer {
  position: relative;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer 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;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer 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;
}
#footer h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#footer h3 {
  font-size: 20px;
  color: #fff;
}
#footer p {
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
#footer .top {
  padding: 80px 0 60px;
  background-color: #262626;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content {
  position: relative;
}
#footer .top .topBox .content::after {
  position: absolute;
  height: 208px;
  width: 1px;
  background: #7d7d7d;
  content: "";
  top: 0;
  left: -55px;
}
#footer .top .topBox .content ul h2 {
  margin-bottom: 35px;
}
#footer .top .topBox .content ul li {
  font-size: 13px;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-bottom: 5px;
  opacity: 0.8;
}
#footer .top .topBox .content ul li:hover {
  color: #e26a6f;
  opacity: 1;
}
#footer .top .topBox .one {
  max-width: 600px;
}
#footer .top .topBox .one::after {
  display: none;
}
#footer .top .topBox .one ul h3 {
  padding: 10px 0 25px;
}
#footer .top .topBox .one ul p {
  line-height: 2;
  opacity: 0.8;
}
#footer .top .topBox .three ul li {
  font-size: 14px;
}
#footer .top .topBox .four ul li {
  display: flex;
  flex-direction: row;
}
#footer .top .topBox .four ul li:hover {
  color: #fff;
  opacity: 0.8;
}
#footer .top .topBox .four ul li i {
  width: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#footer .bottom {
  padding: 15px 0;
  background: #000000;
}
#footer .bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
#footer .bottom .bottom-box p {
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
  opacity: 0.8;
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box p a {
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box p img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: auto;
  margin-right: 10px;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1430px) {
  .container {
    width: 1230px;
  }
  #header .header-top .t-header .left form {
    width: 400px;
  }
  #footer .top .topBox .one {
    max-width: 470px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .header-top .t-header .left form {
    margin-left: 15px;
    width: 280px;
  }
  #header .header-top .t-header .right p {
    font-size: 14px;
  }
  #header .header-top .t-header .right p {
    margin-left: 40px;
  }
  #header .header-top .t-header .right p:nth-child(1)::after {
    right: -20px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 25px;
  }
  #banner .swiper-slide .content-box .content p {
    font-size: 14px;
    letter-spacing: 0;
  }
  #banner .swiper-slide .content-box .content p.p {
    max-width: 330px;
  }
  #banner .swiper-slide .content-box .content .more {
    margin-top: 20px;
    padding: 5px 20px;
  }
  #index-body .i-about .box .left h2 {
    margin-bottom: 10px;
  }
  #index-body .i-about .box .left p.p {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #index-body .i-about .box .left a {
    margin-top: 20px;
  }
  #index-body .i-why .box ul li {
    padding: 0 15px;
  }
  #index-body .i-contact form .left .left-left p input[type="text"] {
    width: 200px;
  }
  #index-body .i-contact form .left .left-right textarea {
    width: 300px;
  }
  #index-body .i-contact form .left .left-left {
    margin-right: 60px;
  }
  #footer .top .topBox .one {
    max-width: 300px;
  }
  #footer .top .topBox .content::after {
    left: -40px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #banner .swiper-slide .content-box .content p.p {
    font-size: 12px;
  }
  #index-body .i-why .box ul li h3 {
    font-size: 16px;
  }
  #index-body .i-why .box {
    padding: 40px 0px;
  }
  #index-body .i-news .news-box .right {
    padding-left: 10px;
  }
  #index-body .i-why .box ul li p {
    font-size: 12px;
  }
  #index-body .i-contact form .left .left-left p input[type="text"] {
    width: 160px;
  }
  #index-body .i-contact form .left .left-left {
    margin-right: 30px;
  }
  #index-body .i-contact form .left .left-right textarea {
    width: 200px;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .one {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .top .topBox .content::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .swiper-slide .content-box .content p.p {
    display: none;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 18px;
  }
  #banner .swiper-slide .content-box .content p {
    display: none;
  }
  #index-body .i-category {
    padding: 50px 0;
  }
  #index-body .i-category .category-box .left {
    width: 100%;
  }
  #index-body .i-category .category-box .right {
    width: 100%;
  }
  #index-body .i-category .category-box .left .navigation {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #index-body .i-product .top {
    flex-wrap: wrap;
  }
  #index-body .i-product .top .right {
    width: 100%;
    flex-wrap: wrap;
  }
  #index-body .i-product .top .right ul {
    padding: 20px 0;
  }
  #index-body .i-product .productBox {
    margin-top: 30px;
  }
  #index-body .i-about .box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #index-body .i-about .box .right {
    width: 100%;
  }
  #index-body .i-about {
    padding: 30px 0;
  }
  #index-body .i-why {
    padding-top: 30px;
  }
  #index-body .i-why .box ul {
    flex-wrap: wrap;
  }
  #index-body .i-why .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-news {
    padding: 50px 0;
  }
  #index-body .i-news .news-box .left {
    width: 100%;
  }
  #index-body .i-news .news-box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .i-news .news-box .right .navigation {
    margin-top: 0px;
  }
  #index-body .i-partner {
    padding-bottom: 50px;
  }
  #index-body .i-contact form {
    flex-wrap: wrap;
  }
  #index-body .i-contact form .left {
    width: 100%;
    flex-wrap: wrap;
  }
  #index-body .i-contact form .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-contact form .left .left-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .i-contact form .left .left-left p input[type="text"] {
    width: 87%;
  }
  #index-body .i-contact form .left .left-right textarea {
    width: 100%;
  }
  #index-body .i-contact form .left .left-right {
    width: 100%;
  }
  #footer .top .topBox .content.two {
    width: 50%;
  }
  #footer .top .topBox .content.three {
    width: 50%;
  }
  #footer .bottom .bottom-box {
    display: block;
  }
  #footer .bottom .bottom-box p {
    justify-content: center;
  }
  #banner .swiper-pagination {
    display: none;
  }
  #index-body .i-product .top .right ul li a{
        padding: 5px 5px;
  }
}





.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e26a6f;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #e26a6f;
  color: white;
}
.inner-page div#nav {
  margin-bottom: 80px;
  border-bottom: 1px solid #d7d7d7;
  background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
	
  margin: -1rem 0 0;
  position:relative;
}
.inner-page div#nav ul.ui>li {
 font-size: 14px;
    font-family: 'Arail';
    color: #656565;
    height: 50px;
    margin-top: 15px;
    padding: 1rem 0 0;
    text-align: center;
    font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
  position: relative;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  background: #e26a6f;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
  color: #656565;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
/*.product-page {
  background: #f6f7f9;
}*/
.product-yd-page {
  padding: 0;
}
.product-yd-page .procat-box {
  background: #f5f5f5;
  padding: 47px 0 45px;
}
.product-yd-page .procat-box > .container > .grid{
  display: flex;
}
.product-yd-page .procat-box > .container > .grid .cat-con {
  width: 63.5%!important;
}
.product-yd-page .procat-box > .container > .grid .cat-con .tit a {
  color: #000000;
  font-size: 22px;
    font-weight: bold;
  font-family: impact;
}
.product-yd-page .procat-box > .container > .grid .cat-con .abst {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  margin: 54px 0 88px;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more {
  color: #000000;
  font-size: 18px;
  font-family: impact;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: block;
  width: 219px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more:hover {
  background: #e26a6f!important;
  color: #fff;
}
.product-yd-page .procat-box > .container > .grid .cat-pic {
  width: 36.5%!important;
  text-align: right;
}
.product-yd-page .procat-box > .container > .grid .cat-pic a {
  display: inline-block;
}
.product-yd-page .procat-box:nth-of-type(2n) {
  background: #fff;
}
.product-yd-page .procat-box:nth-of-type(2n) > .container > .grid .cat-con .more {
  background: #ececec;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #e26a6f no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
  color: #fff;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
  font-size: 20px;
}
.product-page .init-2 ul li .right h2:hover {
  color: #2f2f2f;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #2f2f2f;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul li .right table td{
      border: 1px solid #fff !important;
}
.product-page .init-2 ul li .right table th{
  border: 1px solid #fff !important;
}
.product-page .init-2 ul li .right table tr:nth-child(even){
  background: none !important;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 18px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #e26a6f;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll li{
  padding: 5px;
}
.prodet-page .init-2 .prodet-scroll li a{
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #e26a6f;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 15px;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
}
.prodet-page .init-2 .prodet-title {
  width: 40%;
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}

.prodet-page .init-2 .prodet-title h1 {
 font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #2b2b2b;
    padding-bottom: 10px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content span strong{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #e26a6f;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #e26a6f;
  color: white;
  border-color: #e26a6f;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
 
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;
  width: 100%!important;
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #f7f7f7;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  font-size: 12px;
  color: #666666;
  width: auto;
  padding: 10px 5px;
  border: 1px solid #000;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #e26a6f;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #e26a6f;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #e26a6f;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #e26a6f;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #e26a6f;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #e26a6f;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #e26a6f;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #e26a6f;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
   color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #e26a6f;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #e26a6f;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #e26a6f;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #e26a6f;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  float: left;
  width:20%;
  margin-bottom:40px;
  margin-right: 50px;
  
}
.picture-page .init-2 ul.picture li a {
  display: block;
  border: 1px solid #e2e2e2;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #e26a6f;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 {
  padding: 50px 0 60px;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-2 h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box .content >div:nth-child(odd){
font-size:16px;
font-weight:bold;
margin-top: 15px;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 30px;
  color:#394b50;
  font-weight: bold;
  text-transform: uppercase;
      margin-top: -15px;
    margin-bottom: 40px;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 90px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}
@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #e26a6f !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px){
  .inner-page div#nav {
    display: none;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li{
    width: 100%;
  }
.picture-page .init-2 ul.picture li{
       margin-right: 0; 
}
.prodet-page .init-2 .prodet-title{
      margin-left: 0;
}
.prodet-page .init-4 ul button.slick-arrow{
  display: none !important;
}
.product-yd-page .procat-box > .container > .grid .cat-con{
  width: 100% !important;
      margin-right: 0;
}
.product-yd-page .procat-box > .container > .grid .cat-pic{
  width: 100% !important;
}
.product-yd-page .procat-box > .container > .grid{
  flex-wrap: wrap;
}.product-yd-page .procat-box > .container > .grid .cat-con .abst{
      margin: 20px 0 30px;
}
.product-yd-page .procat-box > .container > .grid .cat-con .more{
  margin-bottom: 30px;
}

}



.about-page-company .init-5 h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-page-company .init-5 {
  padding: 50px 0;
}
.about-page-company .init-5 ul {
  margin: -15px;
}
.about-page-company .init-5 ul li {
  padding: 15px;
}
.about-page-company .init-5 ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page-company .init-5 ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page-company .init-5 ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page-company .init-5 ul li .box:hover h5 {
  background: #e26a6f;
  color: white;
}



.i-history {
  padding: 80px 0;
  background: #f5e7e8 url(../images/why-bg-img_07.jpg) no-repeat 97% 14%;
}
.i-history h2{
  font-family: Quicksand-Bold;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #394b50;
}
.i-history .history-list {
  background: url(../images/line_03.jpg) repeat-x left 7px;
}
.i-history .history-list .swiper-slide {
  position: relative;
}
.i-history .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 7px;
  background: #ffb0b7;
}
.i-history .history-list .swiper-slide:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  z-index: 8;
  background: url(/zjjinshang/2020/10/30/icon.png) no-repeat center;
}
.i-history .history-list .swiper-slide .news-text {
  padding-top: 60px;
}
.i-history .history-list .swiper-slide .news-text h3 {
 font-size: 30px;
    font-family: poppins-bold;
    color: #e26a6f;
    line-height: 1.5;
    font-weight: bold;
}
.i-history .history-list .swiper-slide .news-text h4 {
 font-size: 18px;
    text-transform: capitalize;
    margin: 10px 0;
    font-family: poppins-bold;
}
.i-history .history-list .swiper-slide .news-text p {
 line-height: 25px;
    color: #757575;
    font-size: 14px;
}
.i-history .img {
  margin-top: 50px;
}
.cloudzoom-zoom-inside{
  border: 1px solid #d7d7d7 !important;
}
.cloudzoom-zoom-inside:hover img{
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}