@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');
}
body{
  font-family: "微软雅黑"
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s !important;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  display: block;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 300vh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 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;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  display: none;
}
#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 {
  right: 0;
}
#mobile.active:before {
  left: 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: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
.container {
  width: 1430px;
}
#header {
  position: absolute;
  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 .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;
  padding-left: 45px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  height: 110px;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  align-items: center;
  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 {
  margin-right: 80px;
}
#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: #ca2f3e;
}
#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: #ca2f3e;
  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: #222;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #ca2f3e;
}
#header .nav .nav-box .menu-box .hade-nav {
  cursor: pointer;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner img {
  width: 100%;
}
#banner .swiper-pagination {
  width: auto;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
#banner .swiper-pagination::after {
  width: 1px;
  height: 80px;
  background: rgba(250, 250, 250, 0.5);
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
#banner .swiper-pagination span {
  display: block;
  background: url(../images/pagination2.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination1.png) no-repeat center center;
}
@font-face {
  font-family: 'DFPLiJinHeiW8';
  src: url(../fonts/DFPLiJinHeiW8.ttf) format('truetype');
}
#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 em {
  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 h1 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#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 .more {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  background: #ca2f3e;
  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 .more:hover {
  background: #fff;
  color: #000000;
}
#index-body .more i {
  font-size: 12px;
  margin-left: 5px;
}
#index-body .i-size {
  background: #1a1a1a;
}
#index-body .i-size ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .i-size ul li {
  padding: 40px 0;
  width: 25%;
  text-align: 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;
  position: relative;
}
#index-body .i-size ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 30px;
  background: #ca2f3e;
  opacity: 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-size ul li::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 30px solid #8e212c;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
}
#index-body .i-size ul li:hover {
  background: #ca2f3e;
}
#index-body .i-size ul li:hover::after {
  opacity: 1;
}
#index-body .i-size ul li:hover::before {
  opacity: 1;
}
#index-body .i-size ul li:last-child .content {
  border-right: none;
}
#index-body .i-size ul li .content span {
  display: inline-block;
  font-family: 'DFPLiJinHeiW8';
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
}
#index-body .i-size ul li .content p {
  padding-top: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  max-width: 230px;
  margin: 0 auto;
}
#index-body .i-category {
  padding: 130px 0 105px;
  background: url(../images/category-bg.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-category .top {
  text-align: center;
  margin-bottom: 35px;
}
#index-body .i-category .top h2 {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  margin-top: 15px;
}
#index-body .i-category .category-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .i-category .category-list .left {
  width: 33%;
}
#index-body .i-category .category-list .left .swiper-slide {
  height: auto !important;
  padding-right: 30px;
}
#index-body .i-category .category-list .left .swiper-slide a {
  display: block;
  padding: 10px 50px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  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 .category-list .left .swiper-slide a:hover {
  background: #ca2f3e;
  border: 1px solid #ca2f3e;
}
#index-body .i-category .category-list .left .swiper-slide a:hover::after {
  opacity: 1;
}
#index-body .i-category .category-list .left .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #ca2f3e;
  opacity: 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-category .category-list .left .swiper-slide-thumb-active a {
  background: #ca2f3e;
  border: 1px solid #ca2f3e;
}
#index-body .i-category .category-list .left .swiper-slide-thumb-active a::after {
  opacity: 1;
}
#index-body .i-category .category-list .right {
  width: 67%;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #fff;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .category-img {
  display: block;
  overflow: hidden;
  width: 38%;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .category-img img {
  width: 100%;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .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-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box {
  width: 62%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 50px 30px 70px;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text {
  max-width: 250px;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text h2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text h3 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text span {
  display: inline-block;
  width: 45px;
  height: 5px;
  background: #ca2f3e;
  margin: 20px 0;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text p.p {
  line-height: 1.8;
  color: #fff;
  opacity: 0.8;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .more {
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  background: #ca2f3e;
  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 .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .more:hover {
  background: #fff;
  color: #000000;
}
#index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .more i {
  font-size: 12px;
  margin-left: 5px;
}
#index-body .i-category .category-list .child {
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
#index-body .i-category .category-list .child > .swiper-container > .swiper-wrapper > .swiper-slide .product-img {
  overflow: hidden;
  display: block;
  pointer-events: auto;
}
#index-body .i-category .category-list .child > .swiper-container > .swiper-wrapper > .swiper-slide .product-img img {
  width: 100%;
}
#index-body .i-category .category-list .child > .swiper-container > .swiper-wrapper > .swiper-slide .product-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-list .child > .swiper-container > .swiper-wrapper > .swiper-slide p.p {
  pointer-events: auto;
  color: #fff;
  text-align: center;
}
#index-body .i-category .category-list .child > .swiper-container > .swiper-wrapper > .swiper-slide p.p a {
  display: block;
  padding: 10px  0;
  background: #1a1a1a;
  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 .category-list .child > .swiper-container > .swiper-wrapper > .swiper-slide p.p a:hover {
  background: #ca2f3e;
}
#index-body .i-about {
  overflow: hidden;
  padding-bottom: 70px;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-contact{
  overflow: hidden;
}
#index-body .i-about .top {
  text-align: center;
  padding-bottom: 55px;
}
#index-body .i-about .top ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#index-body .i-about .top ul li {
  padding: 0 25px;
  border-right: 1px solid #fff;
}
#index-body .i-about .top ul li:last-child {
  border-right: none;
}
#index-body .i-about .top ul li a {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#index-body .i-about .top ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ca2f3e;
  left: 50%;
  transform: translateX(-50%);
  bottom: 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-about .top ul li a:hover {
  font-weight: bold;
  opacity: 1;
}
#index-body .i-about .top ul li a:hover::after {
  width: 100%;
}
#index-body .i-about .network {
  padding: 0 0 60px 58px;
}
#index-body .i-about .network .swiper-slide {
  display: flex;
  flex-direction: row;
}
#index-body .i-about .network .swiper-slide .network-img {
  width: 75%;
}
#index-body .i-about .network .swiper-slide .content {
  width: 25%;
}
#index-body .i-about .network .swiper-slide .content .title {
  height: 50%;
  background: #ca2f3e;
  padding-left: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#index-body .i-about .network .swiper-slide .content .title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: #ca2f3e;
  top: 0;
  left: -39px;
}
#index-body .i-about .network .swiper-slide .content .title h2 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
#index-body .i-about .network .swiper-slide .content .title span {
  display: inline-block;
  width: 45px;
  height: 5px;
  background: #fff;
  margin: 20px 0;
}
#index-body .i-about .network .swiper-slide .content .title h3 {
  font-size: 30px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
}
#index-body .i-about .network .swiper-slide .content .text {
  height: 50%;
  padding: 65px 35px 40px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#index-body .i-about .network .swiper-slide .content .text p {
  color: #fff;
  line-height: 1.8;
}
#index-body .i-about .network .swiper-slide .content .text .more {
  margin-top: 80px;
}
#index-body .i-about .network .swiper-button-prev,
#index-body .i-about .network .swiper-button-next {
  width: 45px;
  height: 45px;
}
#index-body .i-about .network .swiper-button-prev::after,
#index-body .i-about .network .swiper-button-next::after {
  display: none;
}
#index-body .i-about .network .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
}
#index-body .i-about .network .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  right: 13%;
}
#index-body .i-about .network .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#index-body .i-about .network .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url(../images/pagination1-1.png) no-repeat center center;
  opacity: 1;
  margin: 0 8px;
}
#index-body .i-about .network .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination2-2.png) no-repeat center center;
  opacity: 1;
}
#index-body .i-about .about-box {
  margin-top: 95px;
  padding-bottom: 175px;
  position: relative;
}
#index-body .i-about .about-box .box-top {
  padding-left: 20px;
  margin-bottom: 75px;
  position: relative;
}
#index-body .i-about .about-box .box-top::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: #ca2f3e;
  left: 0;
  top: 0;
}
#index-body .i-about .about-box .box-top h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-top: 15px;
}
#index-body .i-about .about-box .about-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
#index-body .i-about .about-box .about-content .left {
  width: 54%;
}
#index-body .i-about .about-box .about-content .right {
  width: 46%;
}
#index-body .i-about .about-box .about-content .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-about .about-box .about-content .content .content-box {
  display: flex;
}
#index-body .i-about .about-box .about-content .content .content-box .content-left {
  width: 50%;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right {
  width: 50%;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right ul {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 35px;
  position: relative;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right ul::after {
  width: 40px;
  height: 1px;
  background: #ca2f3e;
  position: absolute;
  content: "";
  top: 50%;
  left: 11%;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right ul li a {
  display: block;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  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;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right ul li a:hover {
  background: #ca2f3e;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text {
  background: #ca2f3e;
  padding: 80px 55px 85px 130px;
  position: relative;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text::after {
  position: absolute;
  content: "";
  width: 270px;
  height: 100%;
  background: #ca2f3e;
  right: -270px;
  top: 0;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  max-width: 220px;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text span {
  display: inline-block;
  width: 45px;
  height: 6px;
  background: #fff;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text p {
  line-height: 2.5;
  color: #fff;
  margin-top: 55px;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text .mores {
  text-align: right;
  margin-top: 70px;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text .mores .more {
  background: #000;
  color: #fff;
}
#index-body .i-about .about-box .about-content .content .content-box .content-right .text .mores .more:hover {
  background: #fff;
  color: #000000;
}
#index-body .i-core {
  padding: 60px 0 80px;
  background: url(../images/core-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
#index-body .i-core .top {
  padding-left: 20px;
  position: relative;
}
#index-body .i-core .top::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background: #ca2f3e;
  left: 0;
  top: 0;
}
#index-body .i-core .top h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-top: 15px;
}
#index-body .i-core .core-box {
  padding-top: 65px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .i-core .core-box .left {
  width: 30%;
  text-align: center;
}
#index-body .i-core .core-box .left img {
  display: inline-block;
  margin-bottom: 25px;
}
#index-body .i-core .core-box .left p {
  color: #fff;
  margin-top: 5px;
}
#index-body .i-core .core-box .left p span {
  color: #ca2f3e;
}
#index-body .i-core .core-box .right {
  width: 70%;
}
#index-body .i-core .core-box .right ul {
  padding-left: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#index-body .i-core .core-box .right ul li {
  width: 50%;
  text-align: center;
  padding: 45px 0;
}
#index-body .i-core .core-box .right ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-core .core-box .right ul li img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  cursor: pointer;
}
#index-body .i-core .core-box .right ul li h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0 10px;
  line-height: 1;
}
#index-body .i-core .core-box .right ul li p {
  color: #fff;
  opacity: 0.8;
}
#index-body .i-core .core-box .right ul li:nth-child(1) {
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}
#index-body .i-core .core-box .right ul li:nth-child(2) {
  border-bottom: 1px solid #8c8c8c;
}
#index-body .i-core .core-box .right ul li:nth-child(3) {
  border-right: 1px solid #8c8c8c;
}
#index-body .i-core .core-hide {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#index-body .i-core .core-hide img{
  display: none;
}
#index-body .i-core .core-hide img.active{
  display: block;
}
#index-body .i-core .core-hide .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#index-body .i-core .core-hide.on {
  display: block;
}
#index-body .i-news {
  padding: 40px 0 100px;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-news .top {
  text-align: center;
}
#index-body .i-news .top ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#index-body .i-news .top ul li {
  padding: 0 25px;
  border-right: 1px solid #fff;
}
#index-body .i-news .top ul li:last-child {
  border-right: none;
}
#index-body .i-news .top ul li a {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#index-body .i-news .top ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ca2f3e;
  left: 50%;
  transform: translateX(-50%);
  bottom: 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-news .top ul li a:hover {
  font-weight: bold;
  opacity: 1;
}
#index-body .i-news .top ul li a:hover::after {
  width: 100%;
}
#index-body .i-news .newsBox {
  margin-top: 70px;
  padding-bottom: 55px;
}
#index-body .i-news .newsBox .swiper-slide {
  position: relative;
}
#index-body .i-news .newsBox .swiper-slide:hover::after {
  opacity: 0;
}
#index-body .i-news .newsBox .swiper-slide:hover .content {
  opacity: 1;
}
#index-body .i-news .newsBox .swiper-slide::after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  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 .newsBox .swiper-slide img {
  width: 100%;
}
#index-body .i-news .newsBox .swiper-slide .content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: #ca2f3e;
  opacity: 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-news .newsBox .swiper-slide .content h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
#index-body .i-news .newsBox .swiper-slide .content p {
  color: #fff;
  line-height: 1.5;
}
#index-body .i-news .newsBox .swiper-slide .content p a {
  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 .newsBox .swiper-slide .content p a:hover {
  color: #000000;
}
#index-body .i-news .newsBox .swiper-slide .content p a i {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
#index-body .i-news .newsBox .swiper-slide .content span {
  display: inline-block;
  width: 45px;
  height: 5px;
  background: #fff;
  margin: 35px 0 10px;
}
#index-body .i-news .newsBox .swiper-slide .content .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .i-news .newsBox .swiper-scrollbar {
  margin-top: 55px;
  height: 2px;
  background: #fff;
  border-radius: none;
}
#index-body .i-news .newsBox .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #ca2f3e;
  border-radius: none;
}
#index-body .i-contact .contact-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .i-contact .contact-box .left {
  width: 50%;
  padding: 70px 20px;
  background: #ca2f3e;
  position: relative;
}
#index-body .i-contact .contact-box .left::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 100%;
  background: #ca2f3e;
  top: 0;
  left: -260px;
}
#index-body .i-contact .contact-box .left h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 0 35px;
}
#index-body .i-contact .contact-box .left form {
  max-width: 412px;
  text-align: right;
}
#index-body .i-contact .contact-box .left form .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#index-body .i-contact .contact-box .left form .name input {
  width: 49%;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  border: none;
  padding: 0 20px;
}
#index-body .i-contact .contact-box .left form textarea {
  padding: 10px 20px;
  width: 100%;
  height: 90px;
  border-radius: 10px;
  background: #fff;
  border: none;
}
#index-body .i-contact .contact-box .left form input[type="submit"] {
  margin-top: 20px;
  border: none;
  background: none;
  background: url(../images/submit.png) no-repeat center center;
  width: 30px;
  height: 20px;
}
#index-body .i-contact .contact-box .right {
  width: 50%;
  padding: 70px 20px;
  background: #1a1a1a;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#index-body .i-contact .contact-box .right::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 100%;
  background: #1a1a1a;
  top: 0;
  right: -260px;
}
#index-body .i-contact .contact-box .right h1 {
  padding-left: 20px;
  position: relative;
}
#index-body .i-contact .contact-box .right h1::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #ca2f3e;
  top: 0;
  left: 0;
}
#index-body .i-contact .contact-box .right h2 {
  font-size: 18px;
  color: #bbbbbb;
  line-height: 1;
  padding: 10px 0 30px;
}
#index-body .i-contact .contact-box .right p.p {
  color: #bbbbbb;
  margin-bottom: 30px;
}
#footer {
  position: relative;
  background: #141414;
}
#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: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}
#footer p {
  font-size: 14px;
  color: #919191;
  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 .top {
  padding: 75px 0 35px;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content ul li {
  font-size: 14px;
  color: #919191;
  line-height: 1;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  margin-bottom: 20px;
}
#footer .top .topBox .content ul li:hover {
  color: #ca2f3e;
}
#footer .top .topBox .qr {
  text-align: right;
}
#footer .top .topBox .qr ul {
  text-align: center;
  display: flex;
}
#footer .top .topBox .qr ul li {
  margin-left: 25px;
  margin-bottom: 15px;
}
#footer .top .topBox .qr ul li p {
  padding: 12px 0;
}
#footer .top .topBox .qr ul img {
  width: 125px;
  height: 125px;
}
#footer .top .topBox .qr h2 {
  margin-bottom: 0;
}
#footer .top .topBox .qr h3 {
  font-size: 18px;
  color: #ff1e33;
  font-weight: bold;
}
#footer .bottom {
  padding: 15px 0;
  border-top: 1px solid #2c2c2c;
}
#footer .bottom .bottom-box {
  display: flex;
  justify-content: center;
}
#footer .bottom .bottom-box p {
  font-size: 14px;
  color: #919191;
  display: flex;
  align-items: center;
}
#footer .bottom .bottom-box p img {
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  display: inline-block;
  width: 125px;
  height: auto;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1430px;
  }
  #header .nav .nav-box .menu-box .menu {
    margin-right: 20px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0px 20px;
  }
  #header .nav {
    padding-left: 25px;
  }
  #header .nav .nav-box .h-logo a img {
    width: 200px;
    height: auto;
  }
  #header .nav .nav-box .menu-box .hade-nav img {
    width: 80px;
    height: auto;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text {
    padding: 40px 20px 40px 130px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text h2 {
    font-size: 24px;
    max-width: 170px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text p {
    margin-top: 20px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text .mores {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1430px) {
  .container {
    width: 1230px;
  }
  #index-body .i-category .category-list .left .swiper-slide a {
    padding: 10px 30px;
    font-size: 20px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box {
    padding: 20px 30px 30px 40px;
  }
  #index-body .i-about .network .swiper-slide .content .text {
    padding: 30px 35px 20px;
  }
  #index-body .i-about .network .swiper-slide .content .text .more {
    margin-top: 40px;
  }
  #index-body .i-about .network .swiper-slide .content .title span {
    margin: 10px 0;
  }
  #index-body .i-about .network .swiper-slide .content .title h2 {
    font-size: 20px;
  }
  #index-body .i-about .network .swiper-slide .content .title h3 {
    font-size: 20px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul li a {
    padding: 10px 20px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul::after {
    display: none;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text {
    padding: 40px 20px 40px 70px;
  }
  #footer .top .topBox .qr ul img {
    width: 100px;
    height: auto;
  }
  #footer .top .topBox .qr ul li {
    margin-left: 10px;
  }
  #header .nav .nav-box .h-logo a img {
    width: 150px;
  }
  #header .nav .nav-box .menu-box .menu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0px 15px;
  }
  #index-body .i-size ul li .content span {
    font-size: 30px;
  }
  #index-body .i-size ul li .content p {
    max-width: 195px;
    font-size: 14px;
  }
  #index-body .i-category .category-list .left {
    width: 25%;
  }
  #index-body .i-category .category-list .right {
    width: 75%;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box {
    padding: 20px 30px 30px 20px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text h2 {
    font-size: 18px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text h3 {
    font-size: 14px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text span {
    margin: 10px 0;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .more {
    margin-left: 0;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .more {
    font-size: 12px;
    padding: 5px 10px;
  }
  #index-body .i-category .category-list .left .swiper-slide a {
    padding: 10px 30px;
    font-size: 18px;
  }
  #index-body .i-about .network .swiper-slide .content .text {
    padding: 10px 20px;
  }
  #index-body .more {
    padding: 5px 10px;
    font-size: 12px;
  }
  #index-body .i-about .network .swiper-slide .content .title {
    padding-left: 20px;
  }
  #index-body .i-about .network .swiper-slide .content .title h2 {
    font-size: 16px;
  }
  #index-body .i-about .network .swiper-slide .content .title h3 {
    font-size: 16px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul li a {
    font-size: 16px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul {
    margin: 5px 0 20px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text h2 {
    font-size: 18px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text p {
    margin-top: 15px;
    line-height: 1.8;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text .mores {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
  #mobile #menu-on {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-size ul li .content p {
    max-width: 150px;
    font-size: 12px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box {
    padding: 20px 10px 30px 10px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text {
    max-width: 231px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text span {
    display: none;
  }
  #index-body .i-category {
    padding: 50px 0;
  }
  #index-body .i-about {
    padding-top: 40px;
  }
  #index-body .i-about .top ul {
    margin-top: 20px;
  }
  #index-body .i-about .top {
    padding-bottom: 30px;
  }
  #index-body .i-about .network .swiper-button-prev,
  #index-body .i-about .network .swiper-button-next {
    display: none;
  }
  #index-body .i-about .network {
    padding: 0 0 60px 0;
  }
  #index-body .i-about .about-box {
    margin-top: 30px;
  }
  #index-body .i-about .about-box .box-top {
    margin-bottom: 30px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul li a {
    font-size: 16px;
    padding: 5px 10px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text {
    padding: 20px 15px 20px 40px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text h2 {
    font-size: 14px;
  }
  #index-body p {
    font-size: 12px;
  }
  #index-body .i-about .about-box {
    padding-bottom: 100px;
  }
  #index-body h1 {
    font-size: 24px;
  }
  #index-body .i-contact .contact-box .left h2 {
    font-size: 14px;
  }
  #index-body .i-contact .contact-box .right h2 {
    font-size: 14px;
  }
  #footer h2 {
    font-size: 14px;
  }
  #footer .top .topBox .content ul li {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .top .topBox .qr ul img {
    width: 70px;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box .text p.p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .i-size ul li {
    width: 50%;
  }
  #index-body .i-category .category-list .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category .category-list .left {
    width: 100%;
  }
  #index-body .i-category .category-list .left .swiper-slide {
    padding-right: 0;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .category-img {
    width: 100%;
  }
  #index-body .i-category .category-list .right > .swiper-container > .swiper-wrapper > .swiper-slide .content .content-box {
    width: 100%;
  }
  #index-body .i-about .top ul li a {
    font-size: 12px;
  }
  #index-body .i-about .top ul li {
    padding: 0 15px;
  }
  #index-body .i-about .network .swiper-slide .network-img {
    width: 100%;
  }
  #index-body .i-about .network .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .i-about .network .swiper-slide .content {
    width: 100%;
  }
  #index-body .i-about .network .swiper-slide .content .text {
    border-left: 1px solid #ffffff;
  }
  #index-body .i-about .network .swiper-slide .content .text .more {
    margin-top: 5px;
  }
  #index-body .i-about .network .swiper-slide .content .title span {
    margin: 10px 0;
    display: none;
  }
  #index-body .i-about .network .swiper-slide .content .title {
    height: 40%;
  }
  #index-body .i-about .network .swiper-slide .content .text {
    height: 60%;
  }
  #index-body .i-about .network .swiper-slide .content {
    height: 200px;
  }
  #index-body .i-about .network .swiper-slide .content .title::after {
    display: none;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-left {
    width: 100%;
  }
  #index-body .i-about .about-box .about-content .content .content-box {
    flex-wrap: wrap;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right {
    width: 100%;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text::after {
    display: none;
  }
  #index-body .i-about .about-box {
    padding-bottom: 200px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text {
    padding: 15px;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right .text h2 {
    max-width: 100%;
  }
  #index-body .i-core .core-box .left {
    width: 100%;
  }
  #index-body .i-core .core-box .right {
    width: 100%;
  }
  #index-body .i-core .core-box .right ul {
    padding-left: 0;
  }
  #index-body .i-core .core-box .right ul li {
    padding: 20px 0;
  }
  #index-body .i-news .top ul li a {
    font-size: 14px;
  }
  #index-body .i-news .top ul li {
    padding: 0 15px;
  }
  #index-body .i-news .newsBox {
    margin-top: 40px;
    padding: 0 15px 40px;
  }
  #index-body .i-news {
    padding: 40px 0 0px;
  }
  #index-body .i-contact .contact-box .left {
    width: 100%;
  }
  #index-body .i-contact .contact-box .right {
    width: 100%;
  }
  #index-body .i-contact .contact-box .left::after {
    display: block;
    width: 15px;
    left: -15px;
  }
  #index-body .i-contact .contact-box .left::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    background: #ca2f3e;
    top: 0;
    right: -15px;
  }
  #index-body .i-contact .contact-box .right::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    background: #1a1a1a;
    top: 0;
    right: -15px;
  }
  #index-body .i-contact .contact-box .right::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    background: #1a1a1a;
    top: 0;
    left: -15px;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top {
    padding: 30px 0 30px;
  }
  #footer .bottom .bottom-box {
    display: block;
  }
  #footer .bottom .bottom-box p {
    justify-content: center;
  }
  #index-body .i-about .about-box .about-content .content .content-box .content-right ul{
    margin: 0;
    padding: 5px 0 20px;
    background: #ca2f3e
  }
}





.mbx {
  display: block;
	color: #fff;
  background: #2e2e2e;
  font-family: "opensans-Regular";
  padding: 15px 0;
}
.mbx span {
  margin-left: 10px;
}
.mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 10px;
}
.mbx a:hover {
  color: #ca2f3e;
}
.mbx a:first-child {
  margin-left: 0;
}
.white {
  color: white;
}
.color {
  color: #ca2f3e;
}
.line:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: white;
  margin: 15px auto 0;
}
.black.line:after {
  background:#333;
}
.img-zoom {
  position: relative;
}
.img-zoom:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) center center no-repeat url("../images/icon-search-white.png");
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.img-zoom:hover:after {
  opacity: 1;
}
.cloudzoom-zoom-inside {
  cursor: crosshair;
}

.inner-banner {
  padding: 160px 0 100px;
  text-align: center;
  background: url("../images/inner-banner.jpg") center center no-repeat; background-size: cover;
  color: white;
}
.inner-banner h3 {
  font-size: 60px;
  font-family: "KeplerStd-Bold";
}
.inner-banner .mbx {
  font-family: "KeplerStd-Bold";
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-page p {
  font-family: "opensans-Regular";
}
.inner-page .sidebar {
  width: 20%;
}
.inner-page .sidebar .search {
  display: block;
  background: #333;
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
}
.inner-page .sidebar .search form {
  position: relative;
}
.inner-page .sidebar .search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  padding-left: 40px;
  font-family: "opensans-Regular";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .search form input::-webkit-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input::-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-ms-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input[type="submit"] {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
  background-size: 18px;
}
.inner-page .sidebar .search form input:focus {
  border-color: white;
}
.inner-page .sidebar .sidebar-nav {
  margin-top: 10px;
}
.inner-page .sidebar .sidebar-nav h4 {
  display: block;
  background: #ca2f3e;
  color: #fff;
  font-size: 22px;
  padding: 20px;
  font-family: "roboto-bold";
}
.inner-page .sidebar .sidebar-nav h4 i {
  margin-right: 10px;
}
.inner-page .sidebar .sidebar-nav .nav {
  padding-top: 10px;
}
.inner-page .sidebar .sidebar-nav .nav ul {
  border-bottom: 1px solid #ccc;
}
.inner-page .sidebar .sidebar-nav .nav ul li a {
  line-height: 24px;
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "opensans-Regular";
  border-top: 1px solid #ccc;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 18px;
  font-family: "FontAwesome";
}
.inner-page .sidebar .sidebar-nav .nav ul li a:hover {
  text-decoration: underline;
}
.inner-page .sidebar .sidebar-nav .nav ul li:first-child a {
  border-top: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li.active a:before {
  content: "\f107";
}
.inner-page .sidebar .sidebar-nav .nav ul li ul {
  display: none;
  border-bottom: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a {
  border-top: none;
  border-bottom: none !important;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  color: #656666;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:before {
  content: '' !important;
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  background: #cacbcc;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "opensans-Regular";
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover {
  text-decoration: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover:before {
  background: #ca2f3e;
}
.inner-page .box-right {
  width: 80%;
  padding-left: 60px;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
	padding-bottom: 20px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
	background-color: #32a5d9;
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #ca2f3e;
  border-color: #ca2f3e;
}
.about-page .about-1 {
  padding: 80px 0;
  font-family:'roboto-regular';
}
.about-page .about-1 h2 {
    text-align: center;
    font-size: 34px;
    color: #2b2b2b;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text {
  font-size:16px;
  line-height:28px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 30px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-1 .right {
  position:relative;
}
.about-page .about-1 .play {
  position:absolute;
  top:50%;
  left:50%;
  width:80px;
  height:80px;
  margin-top:-40px;
  margin-left:-40px;
  z-index:1;
  cursor:pointer;
  cursor:hand;
}
.about-page .about-2 {
  padding: 70px 0;
  background: rgba(53, 138, 195, 0.08);
}
.about-page .about-2 h3 {
    text-align: center;
    font-size: 34px;
    color: #2b2b2b;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
}
.about-page .about-2 .box {
  padding: 80px 0 30px;
}
.about-page .about-2 .box ul {
  margin: -15px;
}
.about-page .about-2 .box ul .slick-arrow {
  width:40px;
  height:40px;
  border-radius:5px;
  border:none;
  background-color:rgba(0,0,0,.3);
  background-position:center center;
  background-size:12px;
  background-repeat:no-repeat;
  position:absolute;
  top:40%;
  margin-top:-20px;
  cursor:pointer;
  cursor:hand;
  transition:.5s;
}
.about-page .about-2 .box ul .slick-arrow:hover {
  background-color:#ca2f3e;
}
.about-page .about-2 .box ul .slick-arrow.slick-prev {
  left:-50px;
  background-image:url('../images/banner-btn-l.png');
}
.about-page .about-2 .box ul .slick-arrow.slick-next {
  right:-50px;
  background-image:url('../images/banner-btn-r.png');
}
.about-page .about-2 .box ul .slick-dots {
  padding:0;
  margin:40px 0 0;
  text-align:center;
}
.about-page .about-2 .box ul .slick-dots li {
  padding:0;
  width:16px;
  height:16px;border-radius:100%;
  border:1px solid #666;
  position:relative;
  display:inline-block;
  margin:0 5px;
  transition:.5s;
  cursor:pointer;
  cursor:hand;
}
.about-page .about-2 .box ul .slick-dots li.slick-active,
.about-page .about-2 .box ul .slick-dots li.slick-active:after{
  border-color:#ca2f3e;
}
.about-page .about-2 .box ul .slick-dots li button {
  display:none;
}
.about-page .about-2 .box ul .slick-dots li:after {
  content:'';
  border:3px solid #666;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-3px;
  margin-top:-3px;
  border-radius:inherit;
}
.about-page .about-2 .box ul li {
  padding: 15px;
}
.about-page .about-2 .box ul li a.img-box {
  display: block;
}
.about-page .about-2 .box ul li a.img-box img {
  width: 100%;
}
.about-page .about-3 {
  height: 450px;
  line-height: 450px;
}
.about-page .about-3 .text {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 15%;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 {
  padding: 90px 0;
}
.about-page .about-4 .box {
  padding-top: 50px;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after,
.about-page .about-4 .box ul:before {
  content: '';
  position: absolute;
  background: #ccc;
}
.about-page .about-4 .box ul:after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.about-page .about-4 .box ul li {
  padding: 40px;
  border-top:1px solid #ccc;
  position:relative;
}
.about-page .about-4 .box ul li:nth-child(1),
.about-page .about-4 .box ul li:nth-child(2) {
  border-top:none;
}
.about-page .about-4 .box ul li:nth-child(2n+1):after {
  content: '';
  border: 3px solid #ca2f3e;
  position: absolute;
  left:100%;
  top: 100%;
  border-radius: 100%;
  margin-left: -2.5px;
  margin-top: -2.5px;
  z-index: 1;
}
.about-page .about-4 .box ul li:nth-last-child(2):after {
  display:none;
}
.about-page .about-4 .box ul li h3 {
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-4 .box ul li h3:after {
  content: attr(data-text);
  font-size: 90px;
  color: #ca2f3e;
  opacity: .05;
  font-family: "ROBOTO-MEDIUM";
  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%);
}
.about-page .about-4 .box ul li h4 {
  margin-bottom: 10px;
}
.about-page .about-4 .box ul li p {
  height: auto !important;
}
.product-page {
	color: #fff;
  background: #2e2e2e;
}
.inner-page.product-page .ui.container {
  max-width: 1232px;
  margin: auto;
}
.inner-page.product-page ol > li {
  padding: 25px 0;
}
.inner-page.product-page ol > li .ig {
  border-radius: 10px;
  padding: 24px;
	transition: .5s;
}
.inner-page.product-page ol > li:first-child .ig {
  background: url(../images/pro-bgc.jpg) no-repeat center / cover;
}
.inner-page.product-page ol > li .ig:hover {
  background: url(../images/pro-bgc.jpg) no-repeat center / cover;
}
.inner-page.product-page ol > li .ig .grid {
  font-size: 0;
}
.inner-page.product-page ol > li .ig .grid .left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.inner-page.product-page ol > li .ig .grid .left .img-box {
  border-radius: 20px;
  text-align: center;
	background: radial-gradient(#f7f7f7 0,#d4d4d4 100%);;
}
.inner-page.product-page ol > li .ig .grid .left .img-box img {
	max-height: 440px;
	width: auto;
}
.inner-page.product-page ol > li .ig .grid .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #fff;
  padding: 0 30px;
}
.inner-page.product-page ol > li .ig .grid .right .text h4 {
  position: relative;
  font-size: 24px;
  font-family: 'roboto-black';
  padding-bottom: 20px;
}
.inner-page.product-page ol > li .ig .grid .right .text h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.inner-page.product-page ol > li .ig .grid .right .text .con {
  font-size: 14px;
  line-height: 2.357;
  padding: 20px;
}
.inner-page.product-page ol > li .ig .grid .right .text .con ul li {
	list-style: square;
}
.inner-page.product-page ol > li .ig .grid .right .text .more {
	padding:0 20px;
}
.inner-page.product-page ol > li .ig .grid .right .text .more a {
  display: inline-block;
  font-size: 14px;
  font-family: 'roboto-black';
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 40px;
  color: #000;
  background-color: #fff;
  padding: 0 45px;
	transition: .5s;
}
.inner-page.product-page ol > li .ig .grid .right .text .more a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.6)
}

/* .product-page .box.grid-box {
	padding: 60px 0;
}
.product-page .box-right .top {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacbcc;
  color: #656666;
  padding-top: 10px;
}
.product-page .box-right .bottom {
  padding-top: 30px;
}
.product-page .box-right .bottom ul {
  margin: -5px;
}
.product-page .box-right .bottom ul li {
  padding: 5px;
}
.product-page .box-right .bottom ul li a.img-box {
  display: block;
}
.product-page .box-right .bottom ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text {
  padding: 20px 15px;
}
.product-page .box-right .bottom ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.product-page .box-right .bottom ul li .content .text h4:hover {
  color: #ca2f3e;
}
.product-page .box-right .bottom ul li .content .text p {
  color: #666;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.product-page .box-right .bottom ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} */
.prodet-page {
	color: #fff;
  background: #2e2e2e;
}
.prodet-page .box.grid-box {
	padding: 60px 0;
}
.prodet-page .line:after {
  display: block;
  width: 100%;
  background: #ccc;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left .img{
  text-align: center;
}
.prodet-page .prodet-1 .left img {
  width: auto;
}
.prodet-page .prodet-1 .left .gallery {
  padding-top: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery ul li img.cloudzoom-gallery-active {
  border: 2px solid #ca2f3e;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .text {
  color: #656666;
}
.prodet-page .prodet-1 .right .text p {
  padding-left: 20px;
  margin: 5px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .text p:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #656666;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  background: #656666;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #ca2f3e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 40px;
  height: 40px;
  background: #ca2f3e;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  color: #aaa;
}
.prodet-page .prodet-2 .content strong {
	font-weight: bold;
}
.prodet-page .prodet-2 .content table {
  margin-top:20px;
}
.prodet-page .prodet-3 .box {
  padding-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -10px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .box ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text {
  padding: 20px 15px;
}
.prodet-page .prodet-3 .box ul li .content .text h4 {
	color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text h4:hover {
  color: #ca2f3e;
}
.prodet-page .prodet-3 .box ul li .content .text p {
  color: #666;
}
.prodet-page .prodet-3 .box ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-page {
	background-color: #2e2e2e;
}
.news-page ul {
  margin: 30px -20px;
}
.news-page ul li {
  padding: 30px 20px;
}
.news-page ul li .box .img {
  vertical-align: middle;
}
.news-page ul li .box .img a {
  display: block;
}
.news-page ul li .box .content {
  padding-left: 25px;
  vertical-align: middle;
}
.news-page ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content h3 a{
  font-size: inherit;
}
.news-page ul li .box .content h3:hover {
  color: #ca2f3e;
}
.news-page ul li .box .content time {
  margin: 10px 0;
  color: #666;
  display: block;
}
.news-page ul li .box .content p {
  color: #666;
}
.news-page ul li .box .content a.more {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  background: #ca2f3e;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page {
  text-align: center;
}
.newdet-page > .ui {
	padding: 70px 0;
}
.newdet-page .line:after {
  background: #666;
}
.newdet-page time {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.newdet-page .content {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.faq-page {
/*   padding: 80px 0; */
	background: #2e2e2e;
}
.faq-page .ui.container ul {
padding: 60px 0;
}
.faq-page .ui.container ul li h4 {
	position: relative;
    font-size: 1.1rem;
    color: #333;
    background-color: #eee;
    padding: 15px 40px 15px 30px;
    cursor: pointer;
    transition: .5s;
}

.faq-page .ui.container ul li h4 i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
/* 	padding: 3px; */
	font-size: 0.8em;
}

.faq-page .ui.container ul li h4:hover {
    background-color: #ca2f3e;
}

.faq-page .ui.container ul li h4.active {
    background-color: #ca2f3e;
}

.faq-page .ui.container ul li p {
    display: none;
    font-size: 18px;
    color: #666;
    background-color: #f8f8f8;
    padding: 10px 30px;
}

.faq-page .ui.container ul li:first-child p {
    display: block;
}
.faq-page ul li {
  background: #eee;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
/* .faq-page ul li .q {
  font-size: 18px;
  color: #333;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.faq-page ul li .q i {
  position: absolute;
  left: 20px;
  top: 10px;
}
.faq-page ul li .a {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  position: relative;
  padding: 10px 20px 20px 50px;
  background: #f8f8f8;
}
.faq-page ul li .a i {
  position: absolute;
  left: 20px;
  top: 10px;
} */
.lg-page {
/*   padding: 80px 0; */
	background-color: #2e2e2e;
}
.lg-page .ui.container .grid-box {
	padding: 60px 0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li h3 {
  display: block;
  padding: 10px;
  background: #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li:hover h3 {
  background: #ca2f3e;
  color: white;
}
.inner-page.contact-page {
	color: #fff;
	background-color: #2e2e2e;
}
.contact-page .map {
/*   border-bottom: 20px solid #f5f7f7; */
}
.contact-page .contact-1 {
  padding: 50px 0;
}
.contact-page .contact-1 ul {
	display: flex;
	flex-wrap: wrap;
}
.contact-page .contact-1 ul li {
  padding-left: 60px;
  position: relative;
	top: 0;
	width: 20%;
	transition: .5s;
}
.contact-page .contact-1 ul li:hover {
	top: -10px;
}
.contact-page .contact-1 ul li i {
  font-size: 24px;
  color: #ca2f3e;
  position: absolute;
  left: 20px;
  top: 3px;
}
.contact-page .contact-1 ul li h4 small {
  display: block;
  font-size: 14px;
  color: #666;
}
.contact-page .contact-2 {
  padding: 80px 0;
/*   background: #f5f7f7; */
}
.contact-page .contact-2 .form {
  margin-top: 40px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border: none;
  box-shadow: 0px 2px 3px #eaeded;
  padding: 0 20px;
  font-size: 16px;
  color: black;
  font-family: "opensans-Regular";
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 180px;
  line-height: 24px;
  padding: 18px 20px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  background: #ca2f3e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .button-group .button {
  background: #ca2f3e !important;
}
@media screen and (max-width: 1450px) {
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .box-right {
    padding-left: 40px;
  }
  .font-18,
  .font-18 {
    font-size: 16px;
  }
  .font-30,
  .font-34 {
    font-size: 28px;
  }
  .about-page .about-1 .left .content {
    line-height: 30px;
  }
  .font-28,
  font-24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1,
  .about-page .about-2 .box,
  .about-page .about-4,
  .product-page,
  .prodet-page .prodet-2,
  .prodet-page,
  .faq-page,
  .lg-page,
  .newdet-page,
  .contact-page .contact-2,
  .news-page {
    padding: 60px 0;
  }
  .about-page .about-1 .left .content {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
  }
  .about-page .about-2 .box ul li {
    padding: 5px;
  }
  .about-page .about-2 .box ul {
    margin: -5px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-30,
  .font-34 {
    font-size: 24px;
  }
  .about-page .about-4 .box ul li {
    padding: 20px;
  }
  .about-page .about-4 .box ul li p {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li h3:after {
    font-size: 70px;
  }
  .inner-page .sidebar .search {
    padding: 10px;
    border-top-left-radius: 15px;
  }
  .inner-page .sidebar .search form input {
    font-size: 14px;
  }
  .inner-page .sidebar .sidebar-nav h4 {
    padding: 15px 10px;
    font-size: 18px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li a {
    padding: 15px 10px;
    font-size: 16px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li li a {
    padding: 15px 10px 15px 30px;
    font-size: 14px;
  }
  .inner-page .sidebar .sidebar-nav .nav ul li li a:before {
    left: 10px;
    width: 10px;
    height: 10px;
    top: 22px;
  }
  .inner-page .box-right {
    padding-left: 15px;
  }
  .product-page .box-right .bottom {
    padding-top: 10px;
  }
  .product-page .box-right .bottom ul li .content .text {
    padding: 15px 10px;
  }
  .font-16 {
    font-size: 14px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .prodet-page .prodet-1 .right .share ul li {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .prodet-page .prodet-1 .left .gallery ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .gallery ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right .text p {
    margin: 0;
  }
  .prodet-page .prodet-2 .content {
    font-size: 14px;
    line-height: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 5px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -5px;
  }
  .prodet-page .prodet-3 .box ul li .content .text {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .inner-page .box-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebar {
    display: none;
  }
  .prodet-page .prodet-1 .right {
    font-size: 14px;
    line-height: 24px;
  }
  .news-page ul.grid-box li.column {
    width: 100%;
  }
  .news-page ul li {
    padding: 15px;
  }
  .news-page ul {
    margin: -15px;
  }
  .contact-page .contact-1 ul.grid-box li.column {
    width: 50%;
    margin: 20px 0;
  }
  .contact-page .contact-2 .form ul li {
    padding: 10px;
  }
  .contact-page .contact-2 .form ul {
    margin: -10px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 120px;
    padding: 13px 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
	.inner-page.product-page ol > li .ig .grid .left {
		width: 100%;
	}
	.inner-page.product-page ol > li .ig .grid .right {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.inner-page.product-page ol > li .ig .grid .right .text .con {
		display: inline-block;
	}
	.inner-page.product-page ol > li .ig .grid .right .text .more {
		padding: 0;
	}
  #mapContainer {
    height: 240px !important;
  }
  .news-page ul li .box .content a.more {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }
  .news-page ul li .box .content time {
    margin: 5px 0;
  }
  .font-14 {
    font-size: 12px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
	.inner-page.product-page ol > li .ig .grid .left .img-box img {
		max-height: 240px;
	}
  .about-page .about-3 .text {
    margin-top: 60%;
  }
  .about-page .about-4 .box ul:after,
  .about-page .about-4 .box ul:before,
  .about-page .about-4 .box ul li:first-child:after {
    display: none;
  }
  .about-page .about-4 .box ul li {
    border-top: 1px solid #ccc;
  }
  .about-page .about-4 .box ul li:first-child {
    border-top: none;
  }
  .about-page .about-4 .box ul li p {
    height: auto;
  }
  .about-page .about-4 .box {
    padding-top: 20px;
  }
  .about-page .about-1,
  .about-page .about-2 .box,
  .about-page .about-4,
  .product-page,
  .prodet-page .prodet-2,
  .prodet-page,
  .faq-page,
  .lg-page,
  .newdet-page,
  .contact-page .contact-2,
  .news-page {
    padding: 40px 0;
  }
  .about-page .about-2 {
    padding: 40px 0;
  }
  .about-page .about-1 .right .play img {
    max-width: 50px;
  }
  .font-18,
  .font-18 {
    font-size: 14px;
  }
  .product-page .box-right .top .left h3 {
    font-size: 18px;
    color: black;
    text-align: center;
  }
  .product-page .box-right .top .right {
    margin-top: 15px;
  }
  .product-page .box-right .top .right h3 {
    text-align: center;
  }
  .news-page ul li .box .content {
    padding-left: 0;
    padding-top: 20px;
  }
  .font-22 {
    font-size: 18px;
  }
  .contact-page .contact-1 ul.grid-box li.column {
    width: 100%;
    margin: 10px 0;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 180px;
  }
}

@media screen and (max-width: 1300px) {
  .ui.container,
  .inner-page .ui.container {
    width: 970px;
  }
  .contact-page .contact-2 .box .right ul li {
    padding: 7px;
  }
  .contact-page .contact-2 .box .right ul {
    margin: -7px;
  }
  .contact-page .contact-2 .box .right {
    padding: 0 20px;
  }
  .contact-page .contact-1 ul li .box {
    padding: 40px 20px;
  }
  #mapContainer {
    height: 450px !important;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .inner-page .form ul li.text textarea {
    height: 140px;
  }
  .contact-page .contact-2 h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .inner-banner h3 {
    font-size: 50px;
  }
  .inner-banner .mbx {
    font-size: 18px;
  }
  .lg-page ul li h4 {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
  }
  .inner-page .product-1 ul li a {
    font-size: 16px;
  }
  .product-page .product-2 ul li {
    padding: 10px;
  }
  .product-page .product-2 ul {
    margin: -10px;
  }
  .about-page .about-2 .box ul li .box2 h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container,
  .inner-page .ui.container {
    width: 700px;
  }
/*   .inner-banner {
    padding: 150px 0 80px;
  } */
  .about-page .about-1 .top .left,
  .news-page .list ul li .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .left img,
  .news-page .list ul li .left img {
    width: 100%;
  }
  .about-page .about-1 .top .right,
  .news-page .list ul li .right {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .inner-page h2 {
    font-size: 32px;
  }
  .inner-page h3,
  .contact-page .contact-2 h3,
  .news-page .list ul li .right h3 {
    font-size: 22px;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .box ul li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .box ul {
    margin: 0 -10px;
  }
  .about-page .about-2 .box ul li .box2 {
    padding: 30px 0 20px;
  }
  .about-page .about-2,
  .news-page .list {
    padding: 80px 0;
  }
  .about-page .about-1 {
    padding: 100px 0;
  }
  .news-page .list ul {
    padding-left: 4px;
    margin: -30px -15px -10px !important;
  }
  .news-page .list ul li {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    padding: 30px 15px 10px !important;
  }
  .newdet-page {
    padding: 0;
  }
  .inner-banner h3 {
    font-size: 40px;
  }
  .faq-page .list ul li .a {
    font-size: 18px;
  }
  .faq-page .list ul li .q {
    font-size: 14px;
  }
  .faq-page .list ul li .a:before,
  .faq-page .list ul li .q:before {
    font-size: 20px;
  }
  .faq-page {
    padding: 30px 0;
  }
  .product-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-1 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-page .contact-1 ul li .box {
    padding: 20px 10px 30px;
  }
  .contact-page .contact-1 ul li .box i {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 h3 {
    line-height: 28px;
  }
  .contact-page .contact-2 .box .left,
  .contact-page .contact-2 .box .right {
    width: 100%;
  }
  .contact-page .contact-2 .box .right {
    padding: 40px 20px;
  }
  .contact-page .contact-3 {
    margin-top: 0;
  }
  #mapContainer {
    height: 300px !important;
  }
  .prodet-page {
    padding-top: 70px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container,
  .inner-page .ui.container {
    width: auto;
  }
  .contact-page .contact-1 ul li {
    padding-bottom: 15px;
  }
  .contact-page .contact-1 ul li .box p {
    height: auto;
  }
  .inner-page h3,
  .contact-page .contact-2 h3,
  .news-page .list ul li .right h3 {
    font-size: 18px;
  }
  .contact-page .contact-2 h3 i {
    font-size: 14px;
    letter-spacing: 6px;
  }
  .inner-page .form ul li {
    width: 100%;
  }
  .inner-banner h3 {
    font-size: 30px;
  }
  .inner-banner .mbx {
    font-size: 16px;
  }
  .inner-page .product-1 ul li a {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
  }
  .inner-page .product-1 ul li {
    padding: 0 5px;
  }
  .inner-page .product-1 ul {
    margin: 0 -5px;
    padding: 0 30px;
  }
  .product-1 {
    display: none;
  }
  .prodet-page,
  .product-page .product-2 {
    padding-top: 0;
  }
  .inner-page .form p {
    font-size: 14px;
  }
  .inner-page h2 {
    font-size: 26px;
  }
  .newdet-page .content .m-link .prev,
  .newdet-page .content .m-link .next {
    float: none;
    display: block;
    text-align: left;
  }
  .newdet-page .content .m-link {
    margin-top: 30px;
    padding-top: 20px;
  }
  .newdet-page .content {
    padding: 40px 10px;
  }
  .news-page .list ul li {
    width: 100%;
  }
  .about-page .about-1 .bottom ul li .right {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box ul li {
    width: 100%;
  }
}


/* 内页-关于 */
.inner-banner {
	position:relative;
	height: 424px;
	background: url(../images/inner-banner.jpg) no-repeat center;
}
.inner-page .inner-banner .text {
	position: relative;
	text-align: left;
	color: #fff;
}
.inner-page .inner-banner .text h2 {
	font-size: 60px;
	font-weight:bold;
}
.inner-page .inner-banner .text p {
	position: relative;
	font-size: 14px;
  color: rgba( 255, 255, 255, 0.612 );
	margin: 20px 0 60px;
}
.inner-page .inner-banner .text p::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 2px;
	width: 120px;
	background-color: #fff;
}
.inner-page .inner-banner .text span {
  color: rgba( 255, 255, 255, 0.612 );
}
.inner-page.about-page {
    color: #fff;
    background-color: #2e2e2e;
}

.inner-page.about-page .ui .i-about-1 {
    font-size: 0;
    padding: 80px 0 60px;
	text-align: center;
}

.inner-page.about-page .ui .i-about-1 .left {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding-right: 10px;
}

.inner-page.about-page .ui .i-about-1 .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 10px;
}

.inner-page.about-page .ui .i-about-2 .title {
    text-align: center;
}

.inner-page.about-page .ui .i-about-2 .title h3 {
    font-size: 36px;
	font-weight:bold;
	
	text-transform: uppercase;
    line-height: 1;
}

.inner-page.about-page .ui .i-about-2 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .ui .i-about-2 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #ca2f3e;
}

.inner-page.about-page .ui .i-about-2 .title p {
    font-size: 18px;
    line-height: 1.75;
    margin: 20px 0 40px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul {
    display: flex;
	flex-wrap: wrap;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 13px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li.active .ig {
	background-color: #ca2f3e;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig {
    /* display: flex;
    flex-wrap: wrap; */
    padding: 30px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig h4 {
    margin-top: 0;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig p {
    font-size: 40px;
    margin-bottom: 0;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig {
    background-color: #505050;
	transition: .5s;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig:hover {
    background-color: #ca2f3e;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(1) .text {
    background: url(../images/abt-b-1.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(2) .text {
    background: url(../images/abt-b-2.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(3) .text {
    background: url(../images/abt-b-3.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(4) .text {
    background: url(../images/abt-b-4.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-3 ul .slick-list.draggable {
    padding-bottom: 80px !important;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    position: relative;
    top: 0;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    transition: 1s;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-active {
    position: relative;
    top: 20px;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-center {
    position: relative;
    top: 50px;
}
.inner-page.about-page .ui .i-about-3 {
	padding-bottom: 50px;
}
.inner-page.about-page .ui .i-about-3 .title {
    text-align: center;
    padding: 100px 0 40px;
}

.inner-page.about-page .ui .i-about-3 .title h3 {
    font-size: 36px;
	font-weight:bold;
    line-height: 1;
	text-transform: uppercase;
}

.inner-page.about-page .ui .i-about-3 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .ui .i-about-3 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #ca2f3e;
}

.inner-page.about-page .ui .i-about-3 .title p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
}

.inner-page.about-page .ui .i-about-3 ul li {
    padding: 0 5px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig {
    position: relative;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .img-box img {
    width: 100%;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
	padding: 0 10px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 45px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text p {
    font-size: 16px;
}

.inner-page.about-page .i-about-4 .title {
    text-align: center;
}

.inner-page.about-page .i-about-4 .title h3 {
    font-size: 36px;
	font-weight:bold;
	text-transform: uppercase;
    line-height: 1;
}

.inner-page.about-page .i-about-4 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .i-about-4 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #ca2f3e;
}

.inner-page.about-page .i-about-4 .title p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
}

@media screen and (max-width: 1424px) {
	.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    position: relative;
    top: 0;
}
.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-active {
    position: relative;
    top: 0;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-center {
    position: relative;
    top: 0;
}
}
@media screen and (max-width: 1000px) {
	.inner-page.about-page .ui .i-about-2 .com-box ul li {
		width: 50%;
	}
}
@media screen and (max-width: 500px) {
	.inner-page.about-page .ui .i-about-2 .com-box ul li {
		width: 100%;
	}
}



/* 分类引导 */
.prodet-ig {
	background-color: #333333;
}
.prodet-ig ul {
	padding: 70px 0;
}
.prodet-ig ul li {
    padding: 20px 0;
}

.prodet-ig ul li .ig {
    font-size: 0;
    color: #fff;
}

.prodet-ig ul li .ig .left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}
.prodet-ig ul li .ig .left a {
	display: inline-block;
}

.prodet-ig ul li .ig .right {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    background: url(../images/probgc.jpg) no-repeat center;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.prodet-ig ul li .ig .right .text h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.5vw;
}

.prodet-ig ul li .ig .right .text p {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
}

.prodet-ig ul li .ig .right .text .more a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #ca2f3e;
    transition: .5s;
}

.prodet-ig ul li .ig .right .text .more a:hover {
    background-color: #2e2e2e;
}

.prodet-ig ul li:nth-child(odd) .ig .right {
    padding-left: 9.5rem;
    margin-left: -10%;
	padding-right: 6rem;
}

.prodet-ig ul li:nth-child(even) .ig .right {
    padding-right: 9.5rem;
    margin-right: -10%;
	padding-left: 6rem;
}

@media screen and (max-width: 700px) {
	.inner-page.about-page .ui .i-about-2 .com-box ul li {
		width: 100%;
	}
.lg-page ul li{
  width: 100% !important;
}
.prodet-ig ul li .ig .left{
  width: 100%
}.prodet-ig ul li .ig .right{
      width: 100%;
}
.prodet-ig ul li:nth-child(odd) .ig .right{
      padding-left: 0;
    margin-left: 0;
    padding-right: 0;
}.prodet-ig ul li:nth-child(even) .ig .right {
    padding-right: 0;
    margin-right: -0;
    padding-left: 0;
}
.news-page ul li .box .img{
  width: 100%
}
.news-page ul li .box .content{
  width: 100%
}
.inner-page .inner-banner .text h2{
      font-size: 20px;
}
}