@font-face {
  font-family: 'RB';
  src: url('../fonts/Raleway-Bold.eot') format('eot'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/Raleway-Medium.eot') format('eot'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'REB';
  src: url('../fonts/Raleway-ExtraBold.eot') format('eot'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
}
body {
  font-family: 'RM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1447px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
}
#header .h-top {
  height: 60px;
  background-color: #c9d0dd;
}
#header .h-top .grid-box .middle {
  text-align: center;
}
#header .h-top .grid-box .right {
  text-align: right;
  padding-top: 1.2rem;
}
#header .h-top .grid-box .right ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.4rem;
}
#header .h-top .grid-box .right ul li img {
  margin-right: 0;
}
#header .h-top .grid-box .right ul li:last-child {
  margin-right: 0;
}
#header .h-top p {
  color: #fff;
  font-size: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 60px;
}
#header .h-top p img {
  vertical-align: middle;
  margin-right: 0.8rem;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.65rem 0 0;
  font-size: 1rem;
  color: #666;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #9cd6e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #9cd6e8;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #9cd6e8;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .h-search::after {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #171717;
  display: inline-block;
  margin-left: 0.85rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 0.85rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1rem;
  font-family: 'REB';
  color: #171717;
  cursor: pointer;
}
#header .nav .ui.menu .h-language ul li {
  display: inline-block;
  width: 31%;
  margin-right: 0.6rem;
}
#header .nav .ui.menu .h-language ul li:last-child {
  margin-right: 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #9cd6e8;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #9cd6e8;
  border-radius: 5px;
  width: 86px;
  height: 10px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .i-product ul.slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product ul.slick-dots li {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 13px;
  padding: 0;
  border-radius: 50%;
  background-color: #c9d0dd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .i-product ul.slick-dots li:hover {
  background-color: #e890a6;
}
#index-body .i-product ul.slick-dots li.slick-active:hover {
  background-color: #e890a6;
}
#index-body .i-product ul.slick-dots li button {
  display: none;
}
#index-body .i-product ul.slick-dots li.slick-active {
  width: 58px;
  height: 15px;
  background-color: #c9d0dd;
  border-radius: 8px;
}
#index-body .news ul.slick-dots {
  position: absolute;
  bottom: 1rem;
  right: -0.8rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .news ul.slick-dots li {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 9px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .news ul.slick-dots li button {
  display: none;
}
#index-body .news ul.slick-dots li.slick-active {
  background-color: #9cd6e8;
}
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;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 9999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  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;
  position: absolute;
  left: 100%;
  top: 10px;
  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: #fd2318;
  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: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner ul li .text h3 {
  color: #525252;
  text-shadow: 3px 4px 6px rgba(39, 39, 39, 0.16);
  font-size: 3.5rem;
  font-family: 'REB';
  line-height: 1;
}
#banner ul li .text h3 em {
  color: #e890a6;
}
#banner ul li .text p {
  font-size: 1.5rem;
  color: #555150;
  line-height: 1.7;
  width: 50%;
  margin-top: 1.95rem;
}
#banner ul li .text .btn {
  margin-top: 2.7rem;
}
#banner ul li .text .btn .more {
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-size: 1.25rem;
  background-color: #7fcae1;
  line-height: 1;
  width: 17.51%;
  padding: 0.9rem 0 0.85rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 1.2rem;
}
#banner ul li .text .btn .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .btn .more:hover {
  color: #7fcae1;
}
#banner ul li .text .btn .more:hover::before {
  height: 100%;
}
#banner ul li .text .btn .more1 {
  background-color: #fff;
  color: #555150;
}
#banner ul li .text .btn .more1:hover {
  color: #fff;
}
#banner ul li .text .btn .more1::before {
  background-color: #7fcae1;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
}
.header h3.title {
  font-size: 2.5rem;
  color: #515151;
  font-family: 'REB';
  line-height: 1;
  position: relative;
  z-index: 1;
}
.header h3.title::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 37%;
  width: 25.8%;
  height: 9px;
  background-color: #7fcae1;
}
.header p.con {
  font-size: 16px;
  color: #515151;
  line-height: 1.8;
  width: 66%;
  margin: 2.2rem auto 0;
}
.more {
  position: relative;
  z-index: 1;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e890a6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.more:hover::before {
  height: 100%;
}
#index-body .i-product {
  background: url(../images/ip.png) no-repeat;
  padding: 12.8rem 0 14.4rem 0;
  margin-top: -15%;
  position: relative;
  z-index: 1;
  z-index: 10;
  overflow: hidden;
}
#index-body .i-product::before {
  content: '';
  position: absolute;
  top: 37%;
  left: 0;
  width: 5.2%;
  height: 12.7%;
  background: url(../images/ipb1.png) no-repeat;
}
#index-body .i-product::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 26%;
  right: 4.65rem;
  width: 25.4%;
  height: 28.5%;
  background: url(../images/ipb2.png) no-repeat;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin: 3.8rem -1.35rem 0 0;
}
#index-body .i-product .content .slick-slide {
  margin-right: 1.35rem;
}
#index-body .i-product .content li {
  position: relative;
}
#index-body .i-product .content li img {
  width: 100%;
}
#index-body .i-product .content li .text {
  background-color: #c9d0dd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*border-radius: 0 0 15px 15px;*/
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content li .text h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  line-height: 1;
  padding: 1.5rem 0;
}
#index-body .i-product .content li:hover .text {
  opacity: 0;
}
#index-body .about {
  padding-bottom: 3.3rem;
  overflow: hidden;
}
#index-body .about .box .left {
  padding-top: 1.4rem;
  position: relative;
  z-index: 1;
}

#index-body .about .box .left .play{
  position: absolute;
  top: 45%;
  left: 35%;
  cursor: pointer;
}
#index-body .about .box .left .play::before,#index-body .about .box .left .play::after{
   position: absolute;
          content: '';
          left: -15px;
          right: -15px;
          top: -15px;
          bottom: -15px;
          border-radius: 50%;
          background: rgba(255,255,255,0.5);
          -webkit-animation:ks 2s linear infinite;
          -o-animation:ks 2s linear infinite;
          -ms-animation:ks 2s linear infinite;
          -moz-animation:ks 2s linear infinite;
          animation:ks 2s linear infinite;
}

#index-body .about .box .left .play::before{
  -webkit-animation-delay: .6s;
          -o-animation-delay: .6s;
          -ms-animation-delay: .6s;
          -moz-animation-delay: .6s;
          animation-delay: .6s;
}

.about-page .ab-1 .left .play{
  position: absolute;
  top: 45%;
  left: 35%;
  cursor: pointer;
}
.about-page .ab-1 .left .play::before,.about-page .ab-1 .left .play::after{
   position: absolute;
          content: '';
          left: -15px;
          right: -15px;
          top: -15px;
          bottom: -15px;
          border-radius: 50%;
          background: rgba(255,255,255,0.5);
          -webkit-animation:ks 2s linear infinite;
          -o-animation:ks 2s linear infinite;
          -ms-animation:ks 2s linear infinite;
          -moz-animation:ks 2s linear infinite;
          animation:ks 2s linear infinite;
}
.about-page .ab-1 .left .play::before{
  -webkit-animation-delay: .6s;
          -o-animation-delay: .6s;
          -ms-animation-delay: .6s;
          -moz-animation-delay: .6s;
          animation-delay: .6s;
}

@-webkit-keyframes ks {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: .8;
        }
        80% {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: .2;
        }
        to {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    
    }
    
    @-o-keyframes ks {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: .8;
        }
        80% {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: .2;
        }
        to {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    
    }
    
    @-moz-keyframes ks {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: .8;
        }
        80% {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: .2;
        }
        to {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    
    }
    
    @keyframes ks {
        from {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: .8;
        }
        80% {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: .2;
        }
        to {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    
    }

#index-body .about .box .left::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2.6rem;
  background: url(../images/ab1.png) no-repeat;
  width: 100%;
  height: 103.6%;
}
#index-body .about .box .right {
  padding-top: 3.8rem;
  position: relative;
}
#index-body .about .box .right::after {
  content: '';
  position: absolute;
  bottom: 4%;
  right: 35%;
  background: url(../images/ab-icon.png) no-repeat;
  width: 8rem;
  height: 6.6rem;
  -webkit-animation: arrow 1.5s infinite ease-in-out;
  animation: arrow 1.5s infinite ease-in-out;
}
#index-body .about .box .right h3 {
  font-size: 2.5rem;
  color: #515151;
  font-family: 'REB';
  line-height: 1;
  position: relative;
  z-index: 1;
}
#index-body .about .box .right h3::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 0;
  width: 202px;
  height: 9px;
  background-color: #c9d0dd;
}
#index-body .about .box .right h4 {
  font-size: 1.25rem;
  font-family: 'RB';
  line-height: 1;
  margin-top: 2rem;
  color: #515151;
}
#index-body .about .box .right p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555150;
  margin-top: 0.85rem;
}
#index-body .about .box .right .more {
  display: block;
  margin-top: 2.2rem;
  background-color: #7fcae1;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  width: 35.1%;
  padding: 0.9rem 0 0.85rem;
}
#index-body .about .box .right .more::before {
  border-radius: 30px;
}
#index-body .about .honor {
  margin-top: 3.25rem;
}
#index-body .about .honor .left {
  width: 4%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .honor .left:hover {
  transform: translateX(-10px);
}
#index-body .about .honor .middle {
  width: 92%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
}
#index-body .about .honor .middle ul {
  margin-right: -1.4rem;
}
#index-body .about .honor .middle .slick-slide {
  margin-right: 1.4rem;
}
#index-body .about .honor .middle li img {
  width: 100%;
}
#index-body .about .honor .right {
  width: 4%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .honor .right:hover {
  transform: translateX(10px);
}
#index-body .product {
  background: url(/householdgoodsfactory/2022/02/19/shouye1-1.jpg) no-repeat;
  padding: 8.55rem 0 7rem;
  overflow: hidden;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3.title::after {
  left: 42%;
  bottom: 2px;
  width: 16.13%;
  background-color: #ffefe1;
}
#index-body .product .content {
  margin: 4.15rem -1.25rem 0 0;
}
#index-body .product .content .slick-slide {
  margin-right: 1.25rem;
}
#index-body .product .content li {
  position: relative;
  background-color: #fff;
}
#index-body .product .content li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .content li .text {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  padding: 0 1.3rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  opacity: 0;
}
#index-body .product .content li .text::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .product .content li .text h3 {
  color: #ffefe1;
  font-size: 18px;
  font-family: 'RB';
  width: 80%;
  margin: 0 auto;
}
#index-body .product .content li .text p {
  font-size: 16px;
  font-family: 'RB';
  line-height: 1.5;
  color: #ffefe1;
  margin-top: 1.35rem;
}
#index-body .product .content li .text .more {
  display: block;
  margin: 2rem auto 0;
  background-color: #7fcae1;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 62.9%;
  padding: 0.65rem 0;
}
#index-body .product .content li .text .more::before {
  border-radius: 23px;
}
#index-body .product .content li:hover::after {
  opacity: 1;
}
#index-body .product .content li:hover .text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .product .content li:hover .text::after {
  opacity: 0;
}
#index-body .product .arrow {
  margin: 1.75rem 0 0 0;
  text-align: center;
}
#index-body .product .arrow .left {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 14.5px 18.5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 3.3rem;
}
#index-body .product .arrow .left:hover {
  background-color: #e890a6;
}
#index-body .product .arrow .right {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 14.5px 18.5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .arrow .right:hover {
  background-color: #e890a6;
}
#index-body .why {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4.5rem;
}
#index-body .why .header {
  text-align: center;
}
#index-body .why .header h3.title::after {
  left: 37.2%;
  width: 25.5%;
  background-color: #c9d0dd;
}
#index-body .why .header p.con {
  width: 42%;
  margin: 1.8rem auto 0;
}
#index-body .why .content {
  margin-top: 3.65rem;
}
#index-body .why .content li {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(9, 9, 9, 0);
  width: 31.8%;
  text-align: center;
  padding: 3.05rem 2.15rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 2%;
}
#index-body .why .content li .img {
  min-height: 70px;
}
#index-body .why .content li .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .why .content li h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  color: #515151;
  line-height: 1rem;
  font-weight: bold;
  margin-top: 2.15rem;
}
#index-body .why .content li p {
  font-size: 1rem;
  color: #515151;
  line-height: 1.5;
  margin-top: 1.35rem;
}
#index-body .why .content li:last-child {
  margin-right: 0;
}
#index-body .why .content li:hover {
  box-shadow: 0px 0px 14px 2px rgba(9, 9, 9, 0.17);
}
#index-body .why .content li:hover .img img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}
#index-body .why::before {
  content: '';
  position: absolute;
  top: 14%;
  left: 0;
  width: 8.7%;
  height: 37.6%;
  background: url(../images/p-icon.png) no-repeat;
}
#index-body .why::after {
  content: '';
  position: absolute;
  top: 12%;
  right: 4.65rem;
  background: url(../images/p-icon1.png) no-repeat;
  width: 5.32%;
  height: 14%;
}
#index-body .news {
  background: url(../images/nb.png) no-repeat;
  padding: 6.95rem 0;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3.title::after {
  left: 40.5%;
  width: 18.45%;
  bottom: 3px;
  background-color: #c9d0dd;
}
#index-body .news .header p.con {
  margin: 1.8rem auto 0;
}
#index-body .news .content {
  margin-top: 3.6rem;
}
#index-body .news .content .left {
  width: 48.3%;
}
#index-body .news .content .left li {
  position: relative;
}
#index-body .news .content .left li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8rem 0 0.75rem 1.2rem;
    /*max-height: 61px;
  overflow: hidden;*/
}
#index-body .news .content .left li .text h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  width: 88%;
  font-family: 'RB';
  font-weight: bold;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
#index-body .news .content .right {
  width: 51.7%;
  padding-left: 2.6rem;
}
#index-body .news .content .right li {
  background-color: #fff;
  padding: 1.5rem 2.5rem 1.2rem 1.3rem;
  margin-bottom: 1.2rem;
}
#index-body .news .content .right li span {
  font-size: 16px;
  color: #515151;
  line-height: 1;
}
#index-body .news .content .right li h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  font-weight: bold;
  line-height: 1;
  margin-top: 1.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #515151;
}
#index-body .news .content .right li p {
  font-size: 20px;
  line-height: 1.5;
  color: #515151;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
#index-body .news .content .right li .mores {
  margin-top: 1.25rem;
  font-size: 16px;
  color: #9cd6e8;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content .right li .mores:hover {
  color: #e890a6;
  transform: translateX(10px);
}
#index-body .news .content .right li:last-child {
  margin-bottom: 0;
}
#index-body .contact {
  padding: 3rem 0 4.5rem;
}
#index-body .contact .header {
  text-align: center;
}
#index-body .contact .header h3.title::after {
  bottom: 4px;
  left: 42.5%;
  width: 14.91%;
  background-color: #c9d0dd;
}
#index-body .contact .header p.con {
  margin: 1.8rem auto 0;
}
#index-body .contact .content {
  margin-top: 5.2rem;
}
#index-body .contact .content li {
  text-align: center;
}
#index-body .contact .content li .img {
  min-height: 6.2rem;
}
#index-body .contact .content li h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  line-height: 1;
  color: #171717;
  margin-top: 1.9rem;
}
#index-body .contact .content li p {
  font-size: 1rem;
  color: #515151;
  line-height: 1.5;
  margin-top: 2.25rem;
}
#index-body .contact .content li:nth-child(2) p,
#index-body .contact .content li:last-child p {
  width: 78%;
  margin: 2.25rem auto 0;
}
#footer {
  background: url(../images/fb.png) no-repeat;
  position: relative;
  z-index: 999;
}
#footer .f-info {
  color: #fff;
  padding-top: 6rem;
}
#footer .f-info .f-ab {
  width: 22%;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
}
#footer .f-info .f-ab p {
  margin-top: 1.85rem;
}
#footer .f-info .f-ab .share {
  margin-top: 1.5rem;
}
#footer .f-info .f-ab .share li {
  display: inline-block;
  margin-right: 1.3rem;
}
#footer .f-info .f-ab .share li:last-child {
  margin-right: 0;
}
#footer .f-info .f-code {
  width: 20%;
  padding-left: 10%;
  padding-top: 4.75rem;
}
#footer .f-info .f-code #ewm img {
  width: 5.1rem;
  height: 5.1rem;
  border: 3px solid #fff;
}
#footer .f-info .f-nav {
  width: 27%;
  padding-left: 9%;
  padding-top: 4.75rem;
}
#footer .f-info .f-nav li {
  font-size: 18px;
  color: #515151;
  line-height: 1;
  position: relative;
  margin-bottom: 1.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-nav li::after {
  content: '>>';
  font-size: 18px;
  display: inline-block;
  margin-left: 7px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}
#footer .f-info .f-nav li:nth-child(5),
#footer .f-info .f-nav li:nth-child(6) {
  margin-bottom: 0;
}
#footer .f-info .f-nav li:hover {
  color: #fff;
}
#footer .f-info .f-nav li:hover::after {
  opacity: 1;
}
#footer .f-info .f-form {
  width: 31%;
  padding-left: 6.5%;
  text-align: right;
  padding-top: 4.75rem;
}
#footer .f-info .f-form input[type="text"],
#footer .f-info .f-form textarea {
  background-color: #ffffff;
  border-radius: 19px;
  border: none;
  color: #515151;
  font-size: 16px;
  width: 46.1%;
  padding: 0.35rem 0 0.35rem 1.25rem;
  margin-bottom: 0.8rem;
}
#footer .f-info .f-form textarea {
  width: 96.5%;
}
#footer .f-info .f-form .i1 {
  margin-left: 0.75rem;
}
#footer .f-info .f-form input[type="submit"] {
  background-color: #e890a6;
  border-radius: 19px;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-family: 'RB';
  color: #fff;
  padding: 0.55rem 2.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-form input[type="submit"]:hover {
  background-color: #9cd6e8;
}
#footer .f-copy {
  padding: 0.7rem 0 0.7rem;
  border-top: 1px solid #fff;
  margin-top: 1.7rem;
  color: #fff;
  text-align: center;
  font-size: 15px;
  color: #515151;
  line-height: 1;
}
#footer .f-copy img{
  max-width: 10%;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #515151;
}
#footer .f-copy svg text {
  fill: #515151;
}
#footer .f-copy svg:hover {
  fill: #e890a6;
}
@media screen and (max-width: 1500px) {
  #index-body .i-product::before,
  #index-body .i-product::after {
    display: none;
  }
  #index-body .why::before,
  #index-body .why::after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .i-product {
    padding: 12.8rem 0 19rem 0;
  }
  #index-body .product {
    padding: 8.55rem 0 10.5rem;
  }
  #index-body .news {
    padding: 6.95rem 0 10rem;
  }
}
@media screen and (max-width: 1260px) {
  #index-body .i-product {
    padding: 12.8rem 0 26rem 0;
  }
  #index-body .product {
    padding: 8.55rem 0 12.5rem;
  }
  #index-body .news {
    padding: 6.95rem 0 15rem;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .i-product {
    padding: 12.8rem 0 8rem 0;
  }
  #index-body .about .box .left::before {
    display: none;
  }
  #index-body .about .box .left img {
    width: 90%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #index-body .product {
    padding: 11.55rem 0 12.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #index-body .product {
    padding: 18.55rem 0 12.5rem;
  }
  #index-body .why {
    display: none;
  }
  #footer .f-info .f-code {
    display: none;
  }
  #footer .f-info .f-nav {
    display: none;
  }
  #footer .f-info .f-ab {
    width: 40%;
  }
  #footer .f-info .f-ab .share {
    display: none;
  }
  #footer .f-info .f-form {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 40%;
  }
  #banner ul li .text .btn {
    display: none;
  }
  #banner ul li .text p {
    width: 80%;
  }
  #index-body .i-product {
    margin-top: -24%;
  }
  #index-body .header p.con {
    width: 100%;
    font-size: 14px;
  }
  #index-body .news .content .right li{
    padding: 1.5rem 1rem 1.2rem 1rem;
  }
  #index-body .i-product .content li .text h3 {
    font-size: 14px;
  }
  #index-body .news .content .right li .mores{
    font-size: 14px;
  }
  #index-body .about .box .left {
    display: none;
  }
  #index-body .about .box .right h3::after {
    display: none;
  }
  #index-body .about .honor {
    display: none;
  }
  #index-body .product {
    padding: 1.55rem 0 5rem;
    background: none;
  }
  .header h3.title::after {
    display: none;
  }
  #index-body .news .content .left {
    width: 100%;
  }
  #index-body .news .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  #index-body .news .content .right li span{
    font-size: 14px;
  }
  #index-body .news .content .right li h3{
    font-size: 16px;
  }
  #index-body .news .content .right li p{
    font-size: 14px;
  }
  #index-body .contact {
    display: none;
  }
  #footer .f-info .f-ab {
    width: 100%;
  }
  #footer .f-info .f-form {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.inner-banner {
  height: 563px;
  padding-top: 8%;
  color: #fff;
  background: url(../images/ab-banner.jpg) no-repeat center;
}
.inner-banner .box {
  width: 50%;
}
.inner-banner .box h3 {
  font-size: 3rem;
  font-family: 'REB';
  line-height: 1;
}
.inner-banner .box .mbx {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.15rem;
}
.inner-banner .box .mbx span {
  color: #7fcae1;
}
.inner-banner .box p {
  font-size: 14px;
  line-height: 2;
  margin-top: 2rem;
  width: 90%;
}
.inner-page {
  padding-top: 3.75rem;
}
.about-page .ab-1 {
  position: relative;
  z-index: 1;
}
.about-page .ab-1::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  width: 99px;
  height: 152px;
  background: url(../images/ab-1-icon.png) no-repeat;
}
.about-page .ab-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 24%;
  right: 5%;
  width: 487px;
  height: 348px;
  background: url(../images/ab-1-icon1.png) no-repeat;
}
.about-page .ab-1 .left {
  padding-top: 1.4rem;
  position: relative;
  z-index: 1;
}
.about-page .ab-1 .left::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2.6rem;
  background: url(../images/ab1.png) no-repeat;
  width: 100%;
  height: 103.6%;
}
.about-page .ab-1 .right {
  padding-top: 3.3rem;
}
.about-page .ab-1 .right h3 {
  font-size: 2.5rem;
  font-family: 'REB';
  line-height: 1;
  color: #515151;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.about-page .ab-1 .right h3::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 3px;
  width: 54%;
  height: 9px;
  background-color: #e3e7ee;
}
.about-page .ab-1 .right .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  margin-top: 2rem;
}
.about-page .ab-2 {
  padding-top: 4.5rem;
  position: relative;
}
.about-page .ab-2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 16%;
  background: url(../images/ab-2-icon.png) no-repeat;
  width: 170px;
  height: 87px;
  -webkit-animation: arrow 1.5s infinite ease-in-out;
  animation: arrow 1.5s infinite ease-in-out;
}
.about-page .ab-2 .left {
  width: 4%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .left:hover {
  transform: translateX(-10px);
}
.about-page .ab-2 .middle {
  width: 92%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
}
.about-page .ab-2 .middle ul {
  margin-right: -1.4rem;
}
.about-page .ab-2 .middle .slick-slide {
  margin-right: 1.4rem;
}
.about-page .ab-2 .middle li img {
  width: 100%;
}
.about-page .ab-2 .right {
  width: 4%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .right:hover {
  transform: translateX(10px);
}
.about-page .ab-3 {
  margin-top: 5.4rem;
  padding: 7.5rem 0 8.25rem;
  background: url(/householdgoodsfactory/2022/02/18/2.02.jpg) no-repeat;
  overflow: overlay;
}
.about-page .ab-3 .header {
  text-align: center;
}
.about-page .ab-3 .header h3.title::after {
  bottom: 3px;
  left: 36.6%;
  width: 26.3%;
  height: 9px;
}
.about-page .ab-3 .content {
  margin-top: 6.15rem;
}
.about-page .ab-3 .content li {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(9, 9, 9, 0.17);
  text-align: center;
  padding: 3.15rem 2.15rem 3.25rem 2.15rem;
  border-bottom: 6px solid #c9d0dd;
  width: 31.8%;
  margin: 0 1.6rem 1.65rem 0;
  position: relative;
  z-index: 1;
  height: 306px;
  overflow: hidden;
}
.about-page .ab-3 .content li h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  font-weight: bold;
  line-height: 1;
  color: #515151;
}
.about-page .ab-3 .content li p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.35rem;
  color: #515151;
}
.about-page .ab-3 .content li:nth-child(3),
.about-page .ab-3 .content li:last-child {
  margin-right: 0;
}
.about-page .ab-3 .content li:nth-child(2),
.about-page .ab-3 .content li:nth-child(5) {
  margin-top: -2rem;
}
.about-page .ab-3 .content li:nth-child(4),
.about-page .ab-3 .content li:nth-child(5),
.about-page .ab-3 .content li:nth-child(6) {
  margin-bottom: 0;
}
.about-page .ab-3 .content li::after {
  content: '1';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 7.5rem;
  font-size: 15.035rem;
  color: #d3d2d7;
  line-height: 1;
  font-family: 'RB';
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .content li:nth-child(2)::after {
  content: '2';
}
.about-page .ab-3 .content li:nth-child(3)::after {
  content: '3';
}
.about-page .ab-3 .content li:nth-child(4)::after {
  content: '4';
}
.about-page .ab-3 .content li:nth-child(5)::after {
  content: '5';
}
.about-page .ab-3 .content li:nth-child(6)::after {
  content: '6';
}
.about-page .ab-3 .content li:hover::after {
  opacity: 1;
}
.about-page .ab-4 {
  background: url(/householdgoodsfactory/2022/02/18/2.03.jpg) no-repeat;
  padding: 15rem 0 15rem;
  margin-top: -7%;
  color: #fff;
  text-align: center;
}
.about-page .ab-4 h3 {
  font-size: 2.5rem;
  font-family: 'REB';
  line-height: 1.6;
}
.about-page .ab-4 .more {
  display: block;
  margin: 2.3rem auto 0;
  background-color: #7fcae1;
  border-radius: 30px;
  width: 17.51%;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.9rem 0 0.85rem;
}
.about-page .ab-4 .more::before {
  border-radius: 30px;
}
.about-page .ab-5 {
  padding: 3.1rem 0 5.25rem;
}
.about-page .ab-5 .header {
  text-align: center;
}
.about-page .ab-5 .header h3.title::after {
  bottom: 5px;
  left: 42.5%;
  width: 15.2%;
}
.about-page .ab-5 .content {
  margin-top: 2.8rem;
}
.about-page .ab-5 .content .left {
  width: 4%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-5 .content .left:hover {
  transform: translateX(-10px);
}
.about-page .ab-5 .content .middle {
  width: 92%;
  display: inline-block;
  vertical-align: middle;
}
.about-page .ab-5 .content .middle ul {
  margin-right: -1.4rem;
}
.about-page .ab-5 .content .middle .slick-slide {
  margin-right: 1.4rem;
}
.about-page .ab-5 .content .middle li img {
  width: 100%;
}
.about-page .ab-5 .content .right {
  width: 4%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-5 .content .right:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 1700px) {
  .about-page .ab-4 {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1500px) {
  .about-page .ab-3 {
    padding: 6.5rem 0 8.25rem;
  }
  .about-page .ab-3 .content {
    margin-top: 4rem;
  }
  .about-page .ab-4 {
    margin-top: -9%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .ab-1 .left img {
    width: 90%;
  }
  .about-page .ab-1 .left::before {
    display: none;
  }
  .about-page .ab-3 .content li {
    margin: 0 1rem 1.65rem 0;
  }
  .about-page .ab-3 {
    padding: 9.5rem 0 5.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner {
    background: url(../images/ab-banner.jpg) no-repeat -600px center;
  }
  .inner-banner .box h3 {
    font-size: 3rem;
  }
  .about-page .ab-1::before,
  .about-page .ab-1::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .about-page .ab-1 .left {
    display: none;
  }
  .about-page .ab-1 .right {
    width: 100%;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .box {
    width: 70%;
  }
  .about-page .ab-2 {
    padding-top: 6rem;
  }
  .about-page .ab-2::after {
    display: none;
  }
  .about-page .ab-3 {
    background: none;
    padding: 3.5rem 0 5.25rem;
  }
  .about-page .ab-3 .content li {
    width: 48%;
  }
  .about-page .ab-3 .content li:nth-child(2),
  .about-page .ab-3 .content li:nth-child(5) {
    margin-top: 0;
  }
  .about-page .ab-3 .content li:nth-child(3),
  .about-page .ab-3 .content li:last-child {
    margin-right: 1rem;
  }
  .about-page .ab-4 {
    display: none;
  }
  .about-page .ab-5 .content .middle {
    width: 100%;
  }
  .about-page .ab-5 .content .left {
    display: none;
  }
  .about-page .ab-5 .content .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 200px;
    padding-top: 10%;
    background: url(../images/ab-banner.jpg) no-repeat center center;
  }
  .inner-banner .box {
    width: 100%;
  }
  .inner-banner .box p {
    display: none;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
  .about-page .ab-2 {
    display: none;
  }
  .about-page .ab-3 .content li {
    width: 100%;
    height: 220px;
  }
  .about-page .ab-3 .content li::after{
    left: 35%;
  }
  .about-page .ab-3 .content li:nth-child(3), .about-page .ab-3 .content li:last-child{
    margin-right: 0;
  }
  .about-page .ab-3 .content li:nth-child(4), .about-page .ab-3 .content li:nth-child(5), .about-page .ab-3 .content li:nth-child(6){
    margin-bottom: 1.65rem;
  }
  .about-page .ab-3 .content li h3 {
    font-size: 18px;
  }
  .about-page .ab-3 .content li p{
    font-size: 14px;
  }
  #footer .f-info .f-form input[type="text"]{
    width: 47.1%;
  }
}
.gallery-page {
  padding: 2rem 0;
}
.gallery-page .gallery-list .column {
  margin-bottom: 3.35rem;
  padding: 0 10px;
}
.gallery-page .gallery-list p {
  font-size: 16px;
      text-align: center;
  color: #515151;
  line-height: 1;
  margin-top: 1.9rem;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
  font-weight: bold;
  color: #515151;
}
.inner-page .m-page a:hover.inner-page .m-page span:hover {
  background-color: #c9d0dd;
  color: #fff;
}
.inner-page .m-page a.active,
.inner-page .m-page span.active {
  background-color: #c9d0dd;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-list p {
    font-size: 16px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-list .column {
    text-align: center;
  }
}
.product-page {
  padding: 2.7rem 0 3.75rem;
}
.product-page .sideBox .side-left {
  width: 23%;
  padding-right: 1.5rem;
}
.product-page .sideBox .side-left li a {
  display: block;
  padding: 5px 0;
  background-color: #e890a6;
  box-shadow: 0px 5px 6px 0px rgba(39, 39, 39, 0.16);
  margin-bottom: 17px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-align: center;
}
.product-page .sideBox .side-left li a.active{
  background-color: #9cd6e8;
}
.product-page .sideBox .side-left li a i {
  margin-left: 10px;
}
.product-page .sideBox .side-left li ul li a {
  background-color: #ffefe1;
  color: #515151;
}
.product-page .sideBox .side-right {
  width: 77%;
}
.product-page .sideBox .side-right li {
  text-align: center;
  margin: 0 1.45rem 1.95rem 0;
  width: 30%;
}
.product-page .sideBox .side-right li .img {
  border: solid 1px #c9d0dd;
  display: block;
}
.product-page .sideBox .side-right li h4 {
  font-size: 18px;
  color: #515151;
  font-family: 'RB';
  line-height: 1.3;
  margin-top: 1.1rem;
}
.product-page .sideBox .side-right li p {
  font-size: 14px;
  color: #515151;
  line-height: 1.4;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .product-page .sideBox .side-left {
    display: none;
  }
  .product-page .sideBox .side-right {
    width: 100%;
  }
  .product-page .sideBox .side-right li {
    width: 47%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideBox .side-right li {
    width: 100%;
  }
}
.prodet-page .prodet-1 {
  padding: 4.5rem 0 5.35rem;
}
.prodet-page .prodet-1 .prodet-box {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.55rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 19%;
  padding: 2rem 0 0rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll .slick-slide {
  margin-bottom: 0.95rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
  position: absolute;
  width: 91px;
  height: 29px;
  z-index: 5;
  color: transparent;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-prev {
  background: url(../images/p-up.png) no-repeat center center #f8f8f8;
  left: 15%;
  top: -40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
  background: url(../images/p-down.png) no-repeat center center #f8f8f8;
  bottom: -30px;
  left: 15%;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  border: solid 1px #c9d0dd;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .img-big {
  width: 77.1%;
  border: solid 1px #c9d0dd;
  text-align: center;
  padding-left: 1rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-big img {
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 52%;
  padding: 1rem 0 1rem 2.25rem;
}
.prodet-page .prodet-1 .prodet-box .right .text h3.title {
  font-size: 1.5rem;
  line-height: 1;
  color: #515151;
  font-family: 'RB';
}
.prodet-page .prodet-1 .prodet-box .right .text .content {
  font-size: 18px;
  color: #515151;
  line-height: 1.6;
  margin-top: 1.85rem;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn {
  margin-top: 2.45rem;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a.more {
  display: block;
  background-color: #e890a6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  width: 35.9%;
  transition: 0.3s ease;
  padding: 0.9rem 0 0.85rem;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a.more:hover{
  background: #7fcae1;
}
.prodet-page .prodet-1 .prodet-box .right .text .btn a.more::before {
  /*border-radius: 30px;
  background-color: #7fcae1;*/
  display: none!important;
}
.prodet-page .prodet-1 .prodet-box .right .text .share {
  margin-top: 1.65rem;
}
.prodet-page .prodet-1 .prodet-box .right .text .share h4 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  color: #515151;
  font-family: 'RB';
  font-weight: bold;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .text .share ul li {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  margin-left: 0.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodet-3 {
  padding: 5.35rem 0 3rem;
}
.prodet-page .prodet-1 .prodet-3 .tops {
  line-height: 51px;
  height: 51px;
  background-color: #f2f2f2;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .prodet-1 .prodet-3 .tops li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-width: 208px;
  text-align: center;
  background-color: #c9d0dd;
  margin-left: -6px;
  cursor: pointer;
}
.prodet-page .prodet-1 .prodet-3 .tops li.active,
.prodet-page .prodet-1 .prodet-3 .tops li:hover {
  background-color: #acb4c5;
}
.prodet-page .prodet-1 .prodet-3 .tops li:first-child {
  margin-left: 0;
}
.prodet-page .prodet-1 .prodet-3 .bottom {
  padding: 70px 0 40px;
}
.prodet-page .prodet-1 .prodet-3 .bottom .box {
  display: none;
}
.prodet-page .prodet-1 .prodet-3 .bottom .box h3,
.prodet-page .prodet-1 .prodet-3 .bottom .box h4 {
  font-size: 1.9rem;
  color: #515151;
  margin: 15px 0;
}
.prodet-page .prodet-1 .prodet-3 .bottom .box,
.prodet-page .prodet-1 .prodet-3 .bottom .box p,
.prodet-page .prodet-1 .prodet-3 .bottom .box div {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.prodet-page .prodet-1 .prodet-3 .bottom .box img {
  margin: 0 10px 1.5rem 0;
}
.prodet-page .prodet-2 {
  background: url(../images/pet.png) no-repeat;
  padding: 5.65rem 0 7.85rem;
}
.prodet-page .prodet-2 .header h3.title::after {
  background-color: #c9d0dd;
  left: 0;
  bottom: 4px;
  width: 7.1%;
}
.prodet-page .prodet-2 form {
  margin-top: 2.65rem;
}
.prodet-page .prodet-2 form input[type="text"],
.prodet-page .prodet-2 form textarea {
  background-color: #ffffff;
  border-radius: 29px;
  border: none;
  font-size: 16px;
  color: rgba(81, 81, 81, 0.2);
  width: 32.5%;
  padding: 0.85rem 0 0.85rem 1.85rem;
  margin-bottom: 1rem;
}
.prodet-page .prodet-2 form input[type="text"]::placeholder,
.prodet-page .prodet-2 form textarea::placeholder {
  color: rgba(81, 81, 81, 0.6);
}
.prodet-page .prodet-2 form input[type="text"]::-webkit-input-placeholder,
.prodet-page .prodet-2 form textarea::-webkit-input-placeholder {
  color: rgba(81, 81, 81, 0.6);
}
.prodet-page .prodet-2 form input[type="text"] {
  margin-right: 0.6rem;
}
.prodet-page .prodet-2 form input[type="text"]:nth-child(5) {
  margin-right: 0;
}
.prodet-page .prodet-2 form textarea {
  width: 100%;
}
.prodet-page .prodet-2 form input[type="submit"] {
  background-color: #e890a6;
  border-radius: 29px;
  border: none;
  text-align: center;
  color: #fff;
  padding: 0.9rem 4.45rem 0.85rem;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}
.prodet-page .prodet-2 form input[type="submit"]:hover {
  background-color: #7fcae1;
}
.prodet-page .prodet-4 {
  padding: 4.75rem 0 4.55rem;
}
.prodet-page .prodet-4 .header {
  text-align: center;
}
.prodet-page .prodet-4 .header h3.title::after {
  background-color: #c9d0dd;
  bottom: 5px;
  left: 42.3%;
  width: 15.5%;
}
.prodet-page .prodet-4 .content {
  margin: 4.1rem -1.4rem 0 0;
}
.prodet-page .prodet-4 .content .slick-slide {
  margin-right: 1.4rem;
}
.prodet-page .prodet-4 .content li {
  text-align: center;
}
.prodet-page .prodet-4 .content li .img {
  border: solid 1px #c9d0dd;
}
.prodet-page .prodet-4 .content li h3 {
  font-size: 18px;
  font-family: 'RB';
  line-height: 1;
  color: #515151;
  margin-top: 1.1rem;
}
.prodet-page .prodet-4 .content li p {
  font-size: 14px;
  line-height: 1.4;
  color: #515151;
  padding: 0.6rem 0.2rem;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-2 {
    padding: 5.65rem 0 11rem;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-2 {
    padding: 9.65rem 0 11rem;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
    width: 80px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-prev {
    left: 0;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .prodet-page .prodet-2 form input[type="text"] {
    margin-right: 0rem;
  }
  .prodet-page .prodet-1 .prodet-box .right .text .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .prodet-box .right .text .share {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-arrow {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding: 2rem 0 1rem 0;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-next {
    bottom: -20px;
  }
  .prodet-page .prodet-1 .prodet-3 .tops {
    background: none;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .prodet-3 .tops li {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 form input[type="text"] {
    width: 100%;
  }
}
.service-page {
  padding: 5rem 0 3rem;
}
.service-page .service-list li {
  margin-bottom: 4.85rem;
}
.service-page .service-list li .img {
  width: 48.3%;
}
.service-page .service-list li .text {
  width: 51.7%;
  padding: 6.9rem 0 0 5.05rem;
}
.service-page .service-list li .text h3 {
  font-size: 1.5rem;
  font-family: 'REB';
  line-height: 1;
  font-weight: bold;
  color: #515151;
}
.service-page .service-list li .text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #515151;
  margin-top: 1.8rem;
}
.service-page .service-list li:nth-child(even) .img {
  float: right;
}
.service-page .service-list li:nth-child(even) .text {
  float: left;
  padding: 6.9rem 5.85rem 0 0;
}
@media screen and (max-width: 1100px) {
  .service-page .service-list li .text {
    padding: 3.9rem 0 0 2rem;
  }
  .service-page .service-list li:nth-child(even) .text {
    padding: 3.9rem 3rem 0 0;
  }
  .service-page .service-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-list li .img {
    width: 100%;
  }
  .service-page .service-list li .text {
    width: 100%;
  }
  .service-page .service-list li .text h3 {
    font-size: 16px;
  }
  .service-page .service-list li .text p {
    font-size: 14px;
  }
}
.faq-page {
  padding: 4.9rem 0 5.5rem;
}
.faq-page .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .box ul li {
  padding-bottom: 20px;
}
.faq-page .box ul li:last-child {
  padding-bottom: 0;
}
.faq-page .box ul li h4 {
  padding: 0.7rem 0 0.65rem 1.95rem;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #e3e7ee;
  border: solid 1px #c9d0dd;
  font-size: 1.25rem;
  color: #515151;
  /*text-transform: capitalize;*/
  position: relative;
  cursor: pointer;
}
.faq-page .box ul li h4::after {
  content: "\f067";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
}
.faq-page .box ul li .text {
  padding: 25px;
  background-color: #ffffff;
  font-size: 20px;
  color: #515151;
  display: none;
  -moz-box-shadow: 0px 5px 6px 0px rgba(39, 39, 39, 0.16);
  -o-box-shadow: 0px 5px 6px 0px rgba(39, 39, 39, 0.16);
  box-shadow: 0px 5px 6px 0px rgba(39, 39, 39, 0.16);
}
.faq-page .box ul li.active h4 {
  background-color: #e890a6;
  border: solid 1px #c9d0dd;
  color: white;
}
.faq-page .box ul li.active h4::after {
  content: "\f068";
  color: #515151;
}
@media screen and (max-width: 1200px) {
  .faq-page .box ul li h4::after {
    top: 12px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page {
    padding: 4rem 0 7rem;
  }
  .faq-page .box ul li h4::after {
    top: 6px;
  }
  .faq-page .box ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li h4 {
    padding: 0.7rem 6rem 0.65rem 1.95rem;
    font-size: 16px;
  }
}
.news-page {
  padding: 3.65rem 0 4.1rem;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 38px;
  height: 38px;
  width: 243px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #c9d0dd;
  box-shadow: 0px 5px 6px 0px rgba(39, 39, 39, 0.16);
  margin-right: 1.85rem;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #e890a6;
  color: white;
}
.news-page .top ul li:last-child a {
  margin-right: 0;
}
.news-page .bottom {
  padding-top: 4.55rem;
}
.news-page .bottom li {
  padding: 0 2.5rem 2.35rem 0;
}
.news-page .bottom li a.img-box {
  display: block;
}
.news-page .bottom li .content {
  display: block;
  padding: 26px 1rem 0 8px;
}
.news-page .bottom li .content span {
  font-size: 16px;
  color: #515151;
  line-height: 1;
}
.news-page .bottom li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-family: 'RB';
  font-weight: bold;
  color: #515151;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 1.15rem;
}
.news-page .bottom li .content h4:hover {
  color: #9cd6e8;
}
.news-page .bottom li .content p {
  font-size: 16px;
  line-height: 1.2;
  color: #515151;
}
.news-page .bottom li .content .mores {
  font-size: 16px;
  line-height: 1;
  color: #9cd6e8;
  margin-top: 1rem;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom li .content .mores:hover {
  color: #e890a6;
}
@media screen and (max-width: 992px) {
  .news-page .top ul li a {
    width: 200px;
  }
  .news-page .bottom li {
    width: 50% !important;
    padding: 0 1rem 2.35rem 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .bottom li {
    width: 100% !important;
    padding: 0 0 2.35rem 0;
  }
  .news-page .top {
    display: none;
  }
}
.newdet-page {
  padding: 3.9rem 0;
}
.newdet-page h3 {
  font-size: 1.5rem;
  font-family: 'RB';
  line-height: 1;
  color: #515151;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.newdet-page time {
  font-size: 16px;
  line-height: 1;
  color: #515151;
  margin-top: 1.5rem;
  text-align: center;
  display: block;
}
.newdet-page .content {
  display: block;
  padding: 3rem 0;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  font-size: 20px;
  color: #515151;
  line-height: 1.5;
  margin-top: 2rem;
}
.newdet-page .share {
  /*padding-top: 1.6rem;
  margin-bottom: 1.5rem;*/
  font-size: 18px;
    color: #1c1c1c;
    padding: 0.8rem 0;
}
.newdet-page .share i{
  color: #007cc2;
}
.newdet-page .share span {
    margin-right: 6px;
}
.newdet-page .share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 6px;
    text-align: center;
}
.newdet-page .share li {
  width: auto;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news_next {
  font-size: 16px;
  line-height: 1.8;
  color: #515151;
}
@media screen and (max-width: 992px) {
  .newdet-page .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .content {
    font-size: 14px;
  }
  .newdet-page .news_next {
    font-size: 14px;
  }
}
.contact-page {
  padding-top: 5.7rem;
}
.contact-page .contact-1 .content li {
  text-align: center;
}
.contact-page .contact-1 .content li .img {
  min-height: 6.2rem;
}
.contact-page .contact-1 .content li h3 {
  font-size: 1.25rem;
  font-family: 'RB';
  line-height: 1;
  color: #171717;
  margin-top: 1.9rem;
}
.contact-page .contact-1 .content li p {
  font-size: 1rem;
  color: #515151;
  line-height: 1.5;
  margin-top: 2.25rem;
}
.contact-page .contact-1 .content li:nth-child(2) p,
.contact-page .contact-1 .content li:last-child p {
  width: 78%;
  margin: 2.25rem auto 0;
}
.contact-page .contact-2 {
  margin-top: 4.7rem;
  background: url(../images/contact-2.png) no-repeat;
  position: relative;
  z-index: 10;
}
.contact-page .contact-3 {
  margin: -4% 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .contact-page .contact-3 {
    margin: -9% 0 -4%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-3 {
    margin: -9% 0 -6%;
  }
}
@media screen and (max-width: 1036px) {
  .contact-page .contact-3 {
    margin: -13.4% 0 -6%;
  }
}
@media screen and (max-width: 992px) {
  .contact-page .contact-3 {
    margin: 0 0 -10%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .content li .img img {
    width: 20%;
  }
  .contact-page .contact-1 .content li {
    margin-bottom: 1rem;
  }
  .contact-page .contact-1 .content li:last-child {
    margin-bottom: 0;
  }
}
