@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'AR';
  src: url('../fonts/Anton-Regular.eot') format('eot'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'VD';
  src: url('../fonts/Verdana.eot') format('eot'), url('../fonts/Verdana.woff2') format('woff2'), url('../fonts/Verdana.woff') format('woff'), url('../fonts/Verdana.ttf') format('truetype');
}
body{
  overflow-x: hidden;
}
::-webkit-scrollbar-thumb { 
 background: #bc3135; 
 } 
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1477px;
  margin: auto;
  width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  /*display: block;*/
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  /*min-width: 700px;*/
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#header {
  z-index: 20;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#header .h-top {
  line-height: 46px;
  height: 46px;
  background-color: #000;
}
#header .h-top .grid-box .left {
  line-height: 46px;
}
#header .h-top .grid-box .left li {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  margin-right: 22px;
  font-family: 'PR';
}
#header .h-top .grid-box .left li img {
  vertical-align: middle;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#header .h-top .grid-box .left li img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
#header .h-top .grid-box .right {
  text-align: right;
}
#header .h-top .grid-box .right .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.8rem;
  margin-right: 0;
  cursor: pointer;
}
#header .h-top .grid-box .right .h-search form{
   position: relative;
}
#header .h-top .grid-box .right .h-search form input{
  display: inline-block;
  font-size: 14px;
  width: 169px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  border: none;
  background: none;
  padding: 0 35px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
#header .h-top .grid-box .right .h-search form input::-moz-placeholder{
  color: #fff;
}
#header .h-top .grid-box .right .h-search form input::-ms-input-placeholder{
  color: #fff;
}
#header .h-top .grid-box .right .h-search form input::-webkit-input-placeholder{
  color: #fff;
}
#header .h-top .grid-box .right .h-search form input::placeholder{
  color: #fff;
}
#header .h-top .grid-box .right .h-search form button{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: #fff;
  background-color: transparent;
}
#header .h-top .grid-box .right ul li {
  position: relative;
  font-weight: 400;
}
#header .h-top .grid-box .right ul li img {
  vertical-align: middle;
}
#header .h-top .grid-box .right ul li i {
  color: #fff;
}
#header .h-top .grid-box .right ul li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  /*position: absolute;*/
  position: fixed;
  top: 46px;
  right: 10%;
  font-size: 15px;
  background: #fff;
  /*top: 110%;
  left: 10%;*/
  width: 130px;
  z-index: 9999;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #bc262b;
  display: none \9;
}
#header .h-top .grid-box .right ul li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 0 0 10px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 100%;
}
#header .h-top .grid-box .right ul li ul.sub-menu li a img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
#header .h-top .grid-box .right ul li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-top .grid-box .right ul li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top ul li {
  line-height: 46px;
  font-size: 14px;
  font-family: 'PL';
  color: #fff;
  display: inline-block;
  height: 46px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 3rem;
}
#header .h-top ul li:last-child {
  margin-right: 0;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 8px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 46px;
  left: 0;
  background: #fff;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 0.6rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-family: 'PR';
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(1),
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) {
  margin-right: 6.5rem;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4),
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) {
  margin-right: 6.3rem;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: #bc262b;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #bc262b;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active{
  color: #bc262b;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #bc262b;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .share {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
#header .nav .ui.menu .share ul,
#header .nav .ui.menu .share li {
  display: inline-block;
  margin-right: 22px;
}
#header .nav .ui.menu .share ul a,
#header .nav .ui.menu .share li a {
  transition: .5s;
}
#header .nav .ui.menu .share ul a:hover,
#header .nav .ui.menu .share li a:hover {
  color: #f2612f;
}
#header .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #282a36;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#index-body .popular-product-content ul.slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .popular-product-content ul.slick-dots li {
  width: 24px;
  height: 23px;
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  border-radius: 50%;
  background-color: #aaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .popular-product-content ul.slick-dots li button {
  display: none;
}
#index-body .popular-product-content ul.slick-dots li.slick-active {
  background-color: #ff0000;
}                                                                   
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#banner ul li .text .img {
  position: relative;
}
#banner ul li .text .img .img-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 5%;
}
#banner ul li .text .img .img-text h3 {
  font-size: 3.6rem;
  font-family: 'AR';
  line-height: 1;
  color: #fff;
  padding: 9.8rem 3rem 0 3.1rem;
  width: 50%;
}
#banner ul li .text .img .img-text p {
  font-size: 1.1rem;
  font-family: 'PR';
  color: #f2f2f2;
  line-height: 1.36;
  padding: 2.4rem 0 0 3.1rem;
  width: 40%;
}
#banner ul li .text .img .img-text .play {
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 2.8rem 0 0 17%;
}
#banner ul li .text .img .img-text .play img {
  vertical-align: middle;
  margin-left: 38%;
  /*margin: 0 auto;*/
  padding-top: 30%;
}
#banner ul li .text .img .img-text .play::after {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#banner ul li .text .img .img-text .play::before {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#index-body .i-product{
  overflow: hidden;
}
#index-body .i-product .i-product-tab ul {
  display: flex;
}
#index-body .i-product .i-product-tab ul li {
  flex: 1;
  background-color: #f5f5f5;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .i-product-tab ul li .img {
  margin-top: 4rem;
  position: relative;
  min-height: 66px;
}
#index-body .i-product .i-product-tab ul li .img img{
  -webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%);
}
#index-body .i-product .i-product-tab ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .i-product-tab ul li .img .hover-img {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .i-product-tab ul li p {
  font-size: 17px;
  font-family: 'PM';
  line-height: 1;
  margin-top: 39px;
  padding-bottom: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .i-product .i-product-tab ul li:hover {
  border-bottom: 12px solid #bc3135;
}
#index-body .i-product .i-product-tab ul li:hover .img::after {
  opacity: 1;
}
#index-body .i-product .i-product-tab ul li:hover .img img{
  -webkit-filter: grayscale(0); 
-moz-filter: grayscale(0); 
-ms-filter: grayscale(0); 
-o-filter: grayscale(0); 
filter: grayscale(0);
}
#index-body .i-product .i-product-tab ul li:hover .img .hover-img {
  top: 37%;
  opacity: 1;
}
#index-body .i-product .i-product-tab ul li:nth-child(odd) {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}
#index-body .i-product .i-product-tab ul li.active {
  border-bottom: 12px solid #bc3135;
}
#index-body .i-product .i-product-tab ul li.active .img::after {
  opacity: 1;
}
#index-body .i-product .i-product-tab ul li.active .img .hover-img {
  top: 37%;
  opacity: 1;
}
#index-body .i-product .i-product-content {
  display: none;
}
#index-body .product {
  margin-top: 5.54rem;
  overflow: hidden;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  position: relative;
  padding-bottom: 1rem;
}
#index-body .product .header h3::after {
  content: '';
  position: absolute;
  left: 46%;
  bottom: 0;
  width: 120px;
  height: 6px;
  background-color: #e00507;
}
#index-body .product .header p {
  font-size: 1.5rem;
  font-family: 'PR';
  color: #666;
  line-height: 1;
  margin-top: 23px;
}
#index-body .product .content {
  margin-top: 5.3rem;
}
#index-body .product .content .slick-slide img {
  display: inline-block;
}
#index-body .product .content li {
  text-align: center;
  padding-bottom: 3.2rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  margin-bottom: 1rem;
}
#index-body .product .content li .img {
  padding-top: 39px;
  min-height: 281px;
  line-height: 281px;
  position: relative;
  padding: 50px 50px;
}
#index-body .product .content li .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .img .hover-img{
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 50px 50px;
}
#index-body .product .content li .img img {
  vertical-align: middle;
}
/*#index-body .product .content li .hover-img {
  display: none;
  padding-top: 39px;
  min-height: 281px;
  line-height: 281px;
}*/
#index-body .product .content li .hover-img img {
  vertical-align: middle;
}
#index-body .product .content li .text {
  margin-top: 1.8rem;
}
#index-body .product .content li .text h3 {
  font-size: 1.5rem;
  font-family: 'PB';
  color: #171609;
  line-height: 1;
}
#index-body .product .content li .text p {
  font-size: 18px;
  font-family: 'PR';
  color: #666;
  width: 80%;
  margin: 1.6rem auto 0 auto;
}
#index-body .product .content li:hover {
  background-color: #f7f7f7;
  box-shadow: 5px 5px 8px 0px rgba(54, 54, 54, 0.11);
}
#index-body .product .content li:hover .img::after{
  opacity: 1;
}
#index-body .product .content li:hover .img .imgs{
  opacity: 0;
}
#index-body .product .content li:hover .img .hover-img{
  top: 50%;
  opacity: 1;
}
/*#index-body .product .content li:hover .img {
  display: none;
}
#index-body .product .content li:hover .hover-img {
  display: block;
}*/
#index-body .product .content li:hover .text h3 {
  color: #ca1f20;
}
#index-body .product .content .more {
  margin-top: 2rem;
}
#index-body .product .content .more a {
  display: block;
  background-color: #ca1f20;
  border: 1px solid #ca1f20;
  color: #fff;
  font-size: 19px;
  font-family: 'PM';
  text-align: center;
  width: 14%;
  padding: 16px 0 15px 0;
  margin: 0 auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#index-body .product .content .more a:hover {
  background-color: #fff;
  color: #ca1f20;
}
#index-body .about {
  margin-top: 4.9rem;
  overflow: hidden;
}
#index-body .about .about-1 {
  background: url(../images/about1.jpg) no-repeat;
  padding: 6.2rem 0 13rem;
}
#index-body .about .about-1 li {
  color: #fff;
  padding: 0 4rem 0 5rem;
  border-right: 1px solid #d8d8d8;
}
#index-body .about .about-1 li:nth-child(1) {
  padding: 0 4rem 0 0;
}
#index-body .about .about-1 li:last-child {
  padding: 0 0 0 5rem;
  border-right: none;
}
#index-body .about .about-1 li:last-child h3 i {
  font-size: 2.15rem;
}
#index-body .about .about-1 li h3 {
  font-size: 4.45rem;
  font-family: 'AR';
  line-height: 1;
}
#index-body .about .about-1 li p {
  font-size: 1.45rem;
  font-family: 'VD';
  line-height: 1;
  margin-top: 2.35rem;
}
#index-body .about .about-2 .img {
  margin-top: -10%;
}
#index-body .about .about-2 .text {
  padding: 2rem 0 0 3.15rem;
}
#index-body .about .about-2 .text h3 {
  font-size: 2.9rem;
  font-family: 'PB';
  color: #171609;
  line-height: 1.2;
}
#index-body .about .about-2 .text p {
  font-size: 18px;
  font-family: 'PR';
  color: #666;
  line-height: 1.4;
  margin-top: 1rem;
  width: 80%;
}
#index-body .about .about-2 .text .more {
  font-size: 18px;
  font-family: 'PM';
  color: #666;
  margin-top: 1.2rem;
  display: block;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#index-body .about .about-2 .text .more i {
  margin-left: 15px;
  vertical-align: middle;
}
#index-body .about .about-2 .text .more:hover {
  color: #ca1f20;
}
#index-body .about .about-3 {
  margin-top: 120px;
}
#index-body .about .about-3 .ui.container {
  max-width: 1580px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#index-body .about .about-3 .left {
  width: 3%;
  margin-top: 3%;
  cursor: pointer;
}
#index-body .about .about-3 .middle {
  width: 94%;
  padding-right: 2%;
}
#index-body .about .about-3 .middle .slick-slide {
  padding: 0 15px;
}
#index-body .about .about-3 .middle .slick-slide img {
  display: inline-block;
}
#index-body .about .about-3 .middle li {
  border: solid 1px #979797;
  text-align: center;
  min-height: 95px;
  line-height: 95px;
}
#index-body .about .about-3 .middle li img {
  vertical-align: middle;
}
#index-body .about .about-3 .right {
  width: 3%;
  margin-top: 3%;
  cursor: pointer;
}
#index-body .about .about-4 {
  margin-top: 7rem;
}
#index-body .about .about-4 .box {
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 50px;
}
#index-body .about .about-4 .btn {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 60px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 255, 0, 0.5);
  cursor: pointer;
}
#index-body .about .about-4 .next {
  right: 0;
}
#index-body .about .about-4 li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
#index-body .about .about-4 li img {
  width: 370px;
  height: 450px;
  border: none;
  float: left;
}
#index-body .about .about-4 .p1 {
  transform: translate3d(140px, 0, 0) scale(0.71);
  opacity: 1;
  z-index: 2;
}
#index-body .about .about-4 .p1 img {
  transform: rotateY(5deg);
}
#index-body .about .about-4 .p2 {
  transform: translate3d(330px, 0, 0) scale(0.91);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 3;
}
#index-body .about .about-4 .p2 img {
  transform: rotateY(5deg);
}
#index-body .about .about-4 .p3 {
  transform: translate3d(510px, 0, 0) scale(1);
  z-index: 10;
  opacity: 1;
}
#index-body .about .about-4 .p4 {
  transform: translate3d(720px, 0, 0) scale(0.91);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 3;
}
#index-body .about .about-4 .p4 img {
  transform: rotateY(-5deg);
}
#index-body .about .about-4 .p5 {
  transform: translate3d(900px, 0, 0) scale(0.71);
  opacity: 1;
  z-index: 2;
}
#index-body .about .about-4 .p5 img {
  transform: rotateY(-5deg);
}
#index-body .about .about-4 .p6 {
  transform: translate3d(1040px, 0, 0) scale(0.61);
  opacity: 1;
  z-index: 1;
}
#index-body .about .about-4 .p6 img {
  transform: rotateY(-5deg);
}
#index-body .about .about-4 .p7 {
  transform: translate3d(0, 0, 0) scale(0.61);
  opacity: 1;
  z-index: 1;
}
#index-body .about .about-4 .p7 img {
  transform: rotateY(5deg);
}
#index-body .about .about-4 .buttons {
  position: absolute;
  width: 1200px;
  height: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  text-align: center;
  padding-top: 10px;
}
#index-body .about .about-4 .buttons a {
  display: inline-block;
  width: 35px;
  height: 5px;
  padding-top: 4px;
  cursor: pointer;
}
#index-body .about .about-4 span {
  display: block;
  width: 35px;
  height: 1px;
  background: red;
}
#index-body .about .about-4 .blue {
  background: blue;
}
#index-body .about .lunbo {
  padding-top: 70px;
}
#index-body .about .lunbo .box {
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 50px;
}
#index-body .about .lunbo .list {
  width: 100%;
  height: 450px;
  /* overflow: hidden; */
  position: absolute;
  left: 50%;
  margin-left: -700px;
}
#index-body .about .lunbo .btn {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 60px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 255, 0, 0.5);
  cursor: pointer;
}
#index-body .about .lunbo .next {
  right: 0;
}
#index-body .about .lunbo li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
#index-body .about .lunbo img {
  width: 370px;
  height: 450px;
  border: none;
  float: left;
}
#index-body .about .lunbo .p1 {
  transform: translate3d(140px, 0, 0) scale(0.71);
  opacity: 1;
  z-index: 2;
}
#index-body .about .lunbo .p1 img {
  transform: rotateY(5deg);
}
#index-body .about .lunbo .p2 {
  transform: translate3d(330px, 0, 0) scale(0.91);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 3;
}
#index-body .about .lunbo .p2 img {
  transform: rotateY(5deg);
}
#index-body .about .lunbo .p3 {
  transform: translate3d(510px, 0, 0) scale(1);
  z-index: 10;
  opacity: 1;
}
#index-body .about .lunbo .p4 {
  transform: translate3d(720px, 0, 0) scale(0.91);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 3;
}
#index-body .about .lunbo .p4 img {
  transform: rotateY(-5deg);
}
#index-body .about .lunbo .p5 {
  transform: translate3d(900px, 0, 0) scale(0.71);
  opacity: 1;
  z-index: 2;
}
#index-body .about .lunbo .p5 img {
  transform: rotateY(-5deg);
}
#index-body .about .lunbo .p6 {
  transform: translate3d(1040px, 0, 0) scale(0.61);
  opacity: 1;
  z-index: 1;
}
#index-body .about .lunbo .p6 img {
  transform: rotateY(-5deg);
}
#index-body .about .lunbo .p7 {
  transform: translate3d(0, 0, 0) scale(0.61);
  opacity: 1;
  z-index: 1;
}
#index-body .about .lunbo .p7 img {
  transform: rotateY(5deg);
}
#index-body .about .lunbo .buttons {
  position: absolute;
  width: 1200px;
  height: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  text-align: center;
  padding-top: 10px;
}
#index-body .about .lunbo .buttons a {
  display: inline-block;
  width: 35px;
  height: 5px;
  padding-top: 4px;
  cursor: pointer;
}
#index-body .about .lunbo span {
  display: block;
  width: 35px;
  height: 1px;
  background: red;
}
#index-body .about .lunbo .blue {
  background: blue;
}
#index-body .news {
  margin-top: 7.6rem;
  padding-bottom: 7.25rem;
  overflow: hidden;
}
#index-body .news h3 {
  font-size: 3.3rem;
  font-family: 'AR';
  color: #333;
  line-height: 1;
}
#index-body .news .arrow {
  text-align: right;
  position: relative;
}
#index-body .news .arrow .left {
  display: inline-block;
  margin-right: 2.5rem;
  cursor: pointer;
}
#index-body .news .arrow .right {
  display: inline-block;
  cursor: pointer;
}
#index-body .news .arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 7px;
  background-color: #e00507;
}
#index-body .news .news-box {
  margin-top: 2.85rem;
}
#index-body .news .news-box .slick-slide {
  padding: 0 20px 20px 0;
}
#index-body .news .news-box li {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
#index-body .news .news-box li .img {
  position: relative;
}
#index-body .news .news-box li .img img {
  width: 100%;
}
#index-body .news .news-box li .text {
  width: 94%;
  background-color: #ffffff;
  box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 2rem 2.25rem 2rem;
  position: relative;
  z-index: 99;
  margin-top: -6rem;
}
#index-body .news .news-box li .text span {
  font-size: 16px;
  font-family: 'PR';
  color: #333;
  line-height: 1;
}
#index-body .news .news-box li .text span::after {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #ca1f20;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#index-body .news .news-box li .text h4 {
  font-size: 1.2rem;
  font-family: 'PSB';
  line-height: 1.4;
  margin-top: 1.85rem;
}
#index-body .news .news-box li .text .more {
  font-size: 16px;
  line-height: 1;
  color: #333;
  font-family: 'PR';
  margin-top: 2.1rem;
  display: block;
}
#index-body .news .news-box li:hover h4 {
  color: #ca1f20;
}
#footer {
  background-color: #000;
  padding-left: 10%;
  color: #fff;
  padding-bottom: 4rem;
  overflow: hidden;
}
#footer .f-list {
  padding-top: 130px;
}
#footer .f-list .f-info {
  width: 33%;
}
#footer .f-list .f-info h3 {
  font-size: 3.1rem;
  font-family: 'AR';
  line-height: 1;
  letter-spacing: 1px;
}
#footer .f-list .f-info h4 {
  font-size: 2rem;
  font-family: 'AR';
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 29px;
}
#footer .f-list .f-info ul {
  margin-top: 3.5rem;
  width: 70%;
}
#footer .f-list .f-info ul li {
  font-size: 18px;
  font-family: 'PR';
  line-height: 1.9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#footer .f-list .f-info ul li:hover {
  color: #bc262b;
}
#footer .f-all {
  width: 61.9%;
  margin-left: 5%;
}
#footer .f-all .header {
  position: relative;
  margin-top: 2.7rem;
}
#footer .f-all .header img {
  width: 100%;
}
#footer .f-all .header .code {
  position: absolute;
  top: -24%;
  right: 248px;
}
#footer .f-all .header .code img{
  width: 7.5rem;
  height: 7.5rem;
  border: 2px solid #fff;
}
#footer .f-all .f-nav {
  margin-top: 5rem;
}
#footer .f-all .f-nav .left {
  padding-top: 8px;
}
#footer .f-all .f-nav .left li {
  display: inline;
  font-size: 1rem;
  font-family: 'PM';
  margin-right: 2rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#footer .f-all .f-nav .left li:last-child {
  margin-right: 0;
}
#footer .f-all .f-nav .left li:hover {
  color: #bc262b;
}
#footer .f-all .f-nav .right {
  padding-left: 10%;
}
#footer .f-all .f-nav .right li {
  display: inline-block;
  font-size: 25px;
  margin-right: 1.2rem;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#footer .f-all .f-nav .right li:hover {
  color: #bc262b;
}
#footer .f-all .f-copy {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 18px;
  font-family: 'PR';
}
#footer .f-all .f-copy img {
  vertical-align: middle;
  width: 15%;
}
#footer .footer-bottom {
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 0;
  width: 400px;
  height: 420px;
  /*min-height: 80px;
  line-height: 80px;*/
  text-align: center;       
  display: none;
}
#footer .footer-bottom .bottom-wrap {
  background: #bc3135;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  display: none;
  padding-top: 1rem;
}
#footer .footer-bottom .bottom-wrap .left {
  width: 20%;
}
#footer .footer-bottom .bottom-wrap .left h4 {
  margin-bottom: 0px;
  font-size: 1rem;
  font-family: 'PR';
}
#footer .footer-bottom .bottom-wrap .right {
  width: 100%;
}
#footer .footer-bottom .bottom-wrap .right input[type="text"] {
  /*max-width: 280px;*/
  width: 48%;
  height: 60px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-family: 'PR';
  border: none;
  margin-bottom: 1rem;
  /*margin-right: 1rem;*/
  padding-left: 10px;
  background-color: rgba(255,255,255,0.7);
}
#footer .footer-bottom .bottom-wrap .right textarea{
  width: 96.5%;
  background-color: rgba(255,255,255,0.7);
  border: none;
  color: #fff;
  padding: 1rem 2.5rem 0 1.85rem;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'PR';
  height: 7rem;
  border-radius: 4px;
}
#footer .footer-bottom .bottom-wrap .right input::placeholder {
  color: #fff;
}
#footer .footer-bottom .bottom-wrap .right textarea::placeholder {
  color: #fff;
}
#footer .footer-bottom .bottom-wrap .right input[type="submit"] {
  width: 14.2rem;
  height: 3.1rem;
  line-height: 3.1rem;
  margin: 1.5rem 0 2rem 1rem;
  font-size: 1.15rem;
  color: #bb2a2b;
  font-family: 'PR';
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 0;
  border: none;
}
#footer .footer-bottom .bottom-wrap .down{
   position: absolute;
   top: 1%;
   left: 5%;
}
#footer .footer-bottom .bottom-wrap .down i{
   font-size: 30px;
   color: #fff;
   vertical-align: middle;
}
#footer .footer-bottom .bottom-wrap .down em{
   display: inline-block;
   font-size: 12px;
   color: #fff;
   margin-left: 10px;
 }
#footer .footer-btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  background: #bc3135;
  border-radius: 50%;
}
#footer .footer-btn i.fa-times {
  display: none;
}
@media screen and (max-width: 1850px) {
   #banner ul li .text .img .img-text h3 {
    padding: 5rem 3rem 0 3.1rem;
  }
  #footer .f-all .f-nav .left li {
    font-size: 0.9rem;
    margin-right: 0.5rem;
  }
  #footer .f-list .f-info ul {
    width: 86%;
  }
}
@media screen and (max-width: 1680px) {
  #banner ul li .text .img .img-text h3 {
    font-size: 3rem;
    padding: 5rem 4.1rem 0 3.1rem;
    width: 50%;
  }
  #banner ul li .text .img .img-text p {
    font-size: 1rem;
    padding: 2rem 4.1rem 0 3.1rem;
    width: 50%;
  }
}

@media screen and (max-width: 1520px) {
  #banner ul li .text .img img{
    width: 35%;
  }
  #banner ul li .text .img .img-text h3 {
    font-size: 2.5rem;
    padding: 4rem 10.1rem 0 3.1rem;
  }
  #banner ul li .text .img .img-text p {
    padding: 2rem 10.1rem 0 3.1rem;
    font-size: 1.2rem;
  }
  #header .nav .ui.menu .menu-box1{
    margin-left: 3rem;
  }
  #header .nav .ui.menu .menu-box2{
    margin-right: 3rem;
  }
  #header .h-top .grid-box .left{
    padding-left: 3rem;
  }
  #header .h-top .grid-box .right{
    padding-right: 3rem;
  }
  #banner ul li .text .img{
    margin-left: 3rem;
  }
  #banner ul li .text .img .img-text .play{
    margin: 2rem 0 0 12%;
  }
}

@media screen and (max-width: 1480px) {
  #footer .f-list .f-info ul li {
    font-size: 16px;
  }
  #index-body .about .lunbo {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .about-2 .text h3 {
    font-size: 2.4rem;
  }
  #index-body .about .about-2 .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .f-all .f-copy img {
    width: 42%;
  }
  #banner ul li .text .img .img-text p{
    width: 50%;
  }
}
@media screen and (max-width: 1110px) {
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(1), #header .nav .ui.menu .menu-box ul.menu > li:nth-child(2){
    margin-right: 4.5rem;
  }
  #header .h-top .grid-box .right ul li ul.sub-menu{
    right: 0;
  }
  #banner ul li .text .img .img-text h3{
    font-size: 2rem;
    padding: 3rem 10.1rem 0 3.1rem;
}
  #banner ul li .text .img .img-text p{
    font-size: 1rem;
  }
#banner ul li .text .img .img-text .play {
    width: 3.8rem;
    height: 3.8rem;
}
  #index-body .i-product .i-product-tab ul li p{
    font-size: 14px;
  }
  #index-body .about .about-2 .text h3 {
    font-size: 2rem;
  }
  #index-body .about .about-2 .text p {
    font-size: 16px;
    width: 100%;
    line-height: 1.2;
  }
  #footer .f-all .header .code {
    top: -83%;
  }
  #footer .f-all .f-nav .left {
    width: 100%;
  }
  #footer .f-all .f-nav .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .ui.container {
    width: 100%;
  }
  #header .nav{
    top: 0 !important;
  }
  #banner{
    padding-top: 0;
  }
  #banner ul li .text {
    display: none;
  }
  #banner ul li .text .img .img-text h3 {
    padding: 8.8rem 0 0 3.1rem;
  }
  #banner ul li .text .img .img-text p {
    padding: 1rem 0 0 3.1rem;
  }
  #banner ul li .text .img .img-text .play {
    margin: 1rem 0 0 17%;
  }
  #index-body .i-product .i-product-tab ul {
    display: contents;
  }
  #index-body .i-product .i-product-tab ul li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
  }
  #index-body .about .about-1 {
    display: none;
  }
  #index-body .product .content .more a {
    font-size: 16px;
    width: 18%;
  }
  #index-body .product .content li{
    width: 50%;
  }
  #index-body .about .about-3 {
    display: none;
  }
  #index-body .about .about-2 .img {
    margin-top: 0;
  }
  #footer .f-list .f-info {
    width: 100%;
  }
  #footer .f-list .f-info ul {
    width: 100%;
  }
  #footer .f-all {
    width: 100%;
    margin-left: 0;
  }
  #footer .f-all .header {
    display: none;
  }
  #footer .f-all .header .code {
    display: none;
  }
  #footer .f-all .f-nav {
    display: none;
  }
  #footer .footer-btn{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-product .i-product-tab ul {
    display: block;
  }
  #index-body .i-product .i-product-tab ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
  }
  #index-body .product .header h3 {
    font-size: 30px;
  }
  #index-body .product .header h3::after {
    left: 35%;
  }
  #index-body .product .content .more a {
    width: 32%;
  }
  #index-body .about .about-2 .text {
    padding: 2rem 0 0 0rem;
  }
  #index-body .about .about-2 .text p {
    line-height: 1.4;
  }
  #index-body .product .content li{
    width: 100%;
  }
  #index-body .news .news-box .slick-slide {
    padding: 0;
  }
  #footer .f-list {
    padding-top: 60px;
  }
  #footer .f-list .f-info h4 {
    margin-top: 14px;
  }
  #footer .f-list .f-info ul {
    margin-top: 1.5rem;
  }
  #footer .f-all .f-copy {
    margin-top: 1.5rem;
    font-size: 14px;
  }
  #footer .f-all .f-copy img {
    width: 70%;
  }
  #footer .footer-bottom .bottom-wrap .left {
    width: 100%;
  }
  #footer .footer-bottom .bottom-wrap .right input[type="submit"] {
    margin-left: 0;
  }
}
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 9rem;
  color: white;
  z-index: 1;
  margin-top: 5rem;
}
.inner-banner h3 {
  font-size: 3.3rem;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'AR';
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 1.4rem;
  font-family: 'PR';
}
.inner-banner .mbx a:first-child::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/home.png) no-repeat;
  width: 20px;
  height: 20px;
}
.mxb {
  background-color: #f4f4f4;
  line-height: 49px;
  font-size: 18px;
  font-family: 'PR';
  color: #666;
}
.mxb a:first-child::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/home.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.eq-page {
  text-align: center;
  padding: 5rem 0;
}
.eq-page h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  position: relative;
  line-height: 1;
  padding-bottom: 18px;
}
.eq-page h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 6.31%;
  height: 6px;
  background-color: #e00507;
}
.eq-page .eq-page-list {
  margin-top: 4.25rem;
}
.eq-page .eq-page-list li {
  display: inline-block;
  width: 18%;
  margin-left: -4px;
}
.eq-page .eq-page-list li a {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-family: 'PSB';
  border: solid 1px #666666;
  padding: 23px 0 20px 0;
}
.eq-page .eq-page-list li a i{
  margin-left: 5px;
}
.eq-page .eq-page-list li:first-child {
  margin-left: 0;
}
.eq-page .eq-page-list li:nth-child(2) {
  border-left: none;
  border-right: none;
}
.eq-page .eq-page-list li.active a {
  background-color: #bc3135;
  color: #fff;
}
.eq-page .eq-page-content {
  margin-top: 4.5rem;
}
.eq-page .eq-page-content1{
  display: none;
}
.eq-page .eq-page-content li {
  position: relative;
}
/*.eq-page .eq-page-content li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}*/
.eq-page .eq-page-content li .desc {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 100%;
  background-color: rgba(254,254,254,0.6);
  /*height: 90%;*/
  opacity: 0;
}
/*.eq-page .eq-page-content li .desc::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}*/
.eq-page .eq-page-content li .desc h4 {
  font-size: 1.2rem;
  font-family: 'PR';
  vertical-align: middle;
  /*margin-top: 30%;*/
}
.eq-page .eq-page-content li:hover .desc {
  opacity: 1;
}
.eq-page .eq-page-click {
  margin-top: 2.7rem;
}
.eq-page .eq-page-click a {
  display: block;
  font-size: 1.2rem;
  font-family: 'PR';
  padding-bottom: 13px;
  color: #e00507;
  position: relative;
}
.eq-page .eq-page-click a i {
  margin-left: 8px;
}
.eq-page .eq-page-click a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 44%;
  width: 12.5%;
  height: 2px;
  background-color: #e00507;
}
.eq-page .table{
  margin-top: 2rem;
  font-size: 16px;
}
.eq-page .table table{
  width: 80% !important;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .eq-page .eq-page-list li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .eq-page .eq-page-list li a {
    font-size: 16px;
  }
  .eq-page .eq-page-list li{
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .inner-banner {
    height: 200px;
    padding-top: 4rem;
  }
  .mxb {
    display: none;
  }
  .eq-page {
    padding: 2rem 0 5rem 0;
  }
  /*.eq-page h3 {
    display: none;
  }*/
  /*.eq-page .eq-page-list {
    display: none;
  }*/
  .eq-page .eq-page-content {
    margin-top: 0;
  }
  .eq-page .eq-page-content .grid-box.four > .column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .eq-page .eq-page-content .grid-box.four > .column {
    width: 100%;
  }
}
.s-page .s1 {
  padding-top: 5rem;
  overflow: hidden;
}
.s-page .s1 h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  padding-bottom: 1.5rem;
  position: relative;
}
.s-page .s1 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 7px;
  background-color: #e00507;
}
.s-page .s1 .s1-box {
  margin-top: 4rem;
}
.s-page .s1 .s1-box p {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-family: 'PB';
  margin-top: 1rem;
}
.s-page .s2 {
  padding: 6.4rem 0 8rem 0;
  overflow: hidden;
}
.s-page .s2 h3 {
  font-size: 2.4rem;
  color: #333;
  font-family: 'AR';
  line-height: 1;
  padding-bottom: 14px;
  position: relative;
}
.s-page .s2 h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 121px;
  height: 7px;
  background-color: #e00507;
}
.s-page .s2 .s2-box {
  margin-top: 3.2rem;
  background-color: #ffffff;
  box-shadow: 5px 5px 32px 0px rgba(54, 54, 54, 0.11);
  padding-bottom: 3.9rem;
}
.s-page .s2 .s2-box li {
  text-align: center;
  padding-top: 69px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s-page .s2 .s2-box li .img {
  min-height: 4rem;
}
.s-page .s2 .s2-box li .img img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  filter: grayscale(0); 
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
-ms-filter: grayscale(0); 
-o-filter: grayscale(0);
}
.s-page .s2 .s2-box li:hover .img img{
filter: grayscale(100%); 
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%);
}
.s-page .s2 .s2-box li h4 {
  font-size: 1.2rem;
  font-family: 'PSB';
  color: #333;
  line-height: 1;
  margin-top: 2.2rem;
}
.s-page .s2 .s2-box li p {
  font-size: 16px;
  font-family: 'PR';
  color: #666;
  width: 76%;
  margin: 7px auto 0;
  line-height: 1.3;
}
.s-page .s3 {
  overflow: hidden;
}
.s-page .s3 li {
  margin-bottom: 25px;
}
.s-page .s3 li h3 {
  font-size: 2.4rem;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  padding: 57px 0 19px 0;
  margin-left: 15%;
  position: relative;
}
.s-page .s3 li h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 7px;
  background-color: #e00507;
}
.s-page .s3 li p {
  font-size: 1.5rem;
  font-family: 'PR';
  color: #666;
  line-height: 1.5;
  margin: 3.1rem 0 0 15%;
  width: 70%;
}
.s-page .s3 li:nth-child(3),
.s-page .s3 li:nth-child(4) {
  margin-bottom: 0;
}
.s-page .s4 {
  background: url(../images/s12.jpg) no-repeat;
  margin-top: 7.2rem;
  padding: 7.45rem 0 5.5rem 0;
  overflow: hidden;
}
.s-page .s4 li {
  text-align: center;
}
.s-page .s4 li .img {
  min-height: 103px;
}
.s-page .s4 li .img img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.s-page .s4 li p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: 'PR';
  width: 60%;
  margin: 23px auto 0 auto;
}
@media screen and (max-width: 992px) {
  .s-page .s2 .s2-box .grid-box.four > .column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .s-page .s4 {
    display: none;
  }
  .s-page .s1 h3 {
    font-size: 36px;
  }
  .s-page .s2 .s2-box .grid-box.four > .column {
    width: 100%;
  }
  .s-page .s3 {
    padding-bottom: 2rem;
  }
}
.news-page {
  padding-top: 5.9rem;
}
.news-page .news-list {
  padding-bottom: 4rem;
}
.news-page .news-list .grid-box.three > .column {
  width: 32%;
}
.news-page .news-list li {
  margin-right: 1%;
  position: relative;
  margin-bottom: 10rem;
}
.news-page .news-list li .box img {
  width: 100%;
}
.news-page .news-list li .content {
  position: absolute;
  top: 80%;
  background-color: #fff;
  box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.05);
  width: 88.5%;
  padding: 0 0 2.2rem 2rem;
}
.news-page .news-list li .content h4 {
  font-size: 16px;
  font-family: 'PR';
  color: #333;
  padding-top: 1.8rem;
  position: relative;
}
.news-page .news-list li .content h4::after {
  content: '';
  width: 71px;
  height: 3px;
  background-color: #ca1f20;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.news-page .news-list li .content h3 {
  font-size: 1.2rem;
  font-family: 'PSB';
  line-height: 1.4;
  margin-top: 1.6rem;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news-page .news-list li .content h3:hover {
  color: #ca1f20;
}
.news-page .news-list li .content p{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  margin-top: 1rem;
}
.news-page .news-list li .content .more {
  font-size: 16px;
  font-family: 'PR';
  color: #333;
  margin-top: 1rem;
  display: block;
}
.news-page .bottom {
    padding-top: 60px;
}
.news-page .bottom ul {
    margin: -30px -12px;
}
.news-page .bottom ul li {
    padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
    display: block;
}
.news-page .bottom ul li .content {
    display: block;
    padding: 25px 15px;
    background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
    color: #65577e;
}
.news-page .bottom ul li .content time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3a3a3a;
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #64ac31;
}
.m-page {
  text-align: center;
  padding: 20px 0;
}
.m-page a{
  margin: 0 0.5rem;
}
.m-page span {
  width: 41px;
  line-height: 41px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #bb2a2b;
  box-shadow: 2px 2px 3px 0px rgba(71, 71, 71, 0.09);
  border-radius: 5px;
  font-size: 18px;
  font-family: 'PR';
  margin: 0 0.5rem;
}
@media screen and (max-width: 1600px) {
  .news-page .bottom {
        padding-top: 40px;
    }
    .news-page .bottom ul li {
        padding: 5px;
    }
    .news-page .bottom ul {
        margin: -5px;
    }
    .news-page .bottom ul li .content {
        padding: 10px;
    }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
  .news-page .news-list .grid-box.three > .column {
    width: 100%;
    margin-bottom: 12rem;
  }
  .news-page .news-list li {
    margin-right: 0;
  }
  .news-page .news-list {
    padding-bottom: 0;
  }
}
.product-page {
  padding: 4.9rem 0 3.5rem 0;
}
.product-page .product-box .left {
  width: 20.53%;
}
.product-page .product-box .left .header {
  background: url(../images/pr2.png) no-repeat;
  padding: 1rem 0 1rem 0;
}
.product-page .product-box .left .header .form {
  position: relative;
}
.product-page .product-box .left .header .form input {
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: none;
  font-size: 18px;
  font-family: 'PR';
  margin-left: 3.2rem;
}
.product-page .product-box .left .header .form input::placeholder {
  color: #fff;
}
.product-page .product-box .left .header .form input[type="submit"] {
  width: 20px;
  border-bottom: none;
  background: url(../images/p-search.png) center center no-repeat;
  position: absolute;
  left: 1.9rem;
  top: 0;
  padding: 0;
  margin-left: 0;
}
.product-page .product-box .left .cat-list {
  position: relative;
  vertical-align: middle;
}
.product-page .product-box .left .cat-list span {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #bc3135;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'PR';
  padding-left: 2rem;
}
.product-page .product-box .left .cat-list span i {
  margin-right: 8px;
}
.product-page .product-box .left .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 0 3px 5px #999;
  box-shadow: 0 3px 5px #999;
}
.product-page .product-box .left .cat-list ul li {
  font-size: 14px;
  font-family: 'PR';
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .left .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .product-box .left .cat-list ul li:hover {
  color: #e00507;
}
.product-page .product-box .left .cat-list:hover ul {
  display: block;
}
.product-page .product-box .left .sidebar-nav {
  background: #f5f5f5;
  padding: 52px 0 136px 38px;
}
.product-page .product-box .left .sidebar-nav li {
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  font-family: 'AR';
  margin-top: 2.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .left .sidebar-nav li a.active{
  color: #bb2a2b;
}
.product-page .product-box .left .sidebar-nav li:hover{
  color: #bb2a2b;
}
.product-page .product-box .left .sidebar-nav li:first-child {
  margin-top: 0;
}
.product-page .product-box .left .sidebar-nav li .children {
  display: block;
  margin-top: 1rem;
}
.product-page .product-box .left .sidebar-nav li .children li {
  color: #999;
  line-height: 2.3;
  margin-top: 0;
}
.product-page .product-box .left .sidebar-nav li .children li::before {
  content: '';
  width: 28px;
  height: 3px;
  background-color: #999999;
  vertical-align: middle;
  display: inline-block;
}
.product-page .product-box .right {
  width: 75%;
  margin-left: 4%;
}
.product-page .product-box .right ul {
  padding-bottom: 1rem;
}
.product-page .product-box .right li {
  text-align: center;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1rem;
}
.product-page .product-box .right li .img {
  line-height: 347px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-page .product-box .right li .img img {
  vertical-align: middle;
}
.product-page .product-box .right li .img:hover {
  background-color: #f7f7f7;
  box-shadow: 0px 7px 8px 0px rgba(54, 54, 54, 0.11);
}
.product-page .product-box .right li p {
  font-size: 18px;
  color: #333;
  font-family: 'PR';
  margin-top: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prodet-page {
  padding: 3.8rem 0 6rem 0;
}
.prodet-page .pro-box .left {
  width: 20.53%;
}
.prodet-page .pro-box .left .header {
  background: url(../images/pr2.png) no-repeat;
  padding: 1rem 0 1rem 0;
}
.prodet-page .pro-box .left .header .form {
  position: relative;
}
.prodet-page .pro-box .left .header .form input {
  border: none;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: none;
  font-size: 18px;
  font-family: 'PR';
  margin-left: 3.2rem;
}
.prodet-page .pro-box .left .header .form input::placeholder {
  color: #fff;
}
.prodet-page .pro-box .left .header .form input[type="submit"] {
  width: 20px;
  border-bottom: none;
  background: url(../images/p-search.png) center center no-repeat;
  position: absolute;
  left: 1.9rem;
  top: 0;
  padding: 0;
  margin-left: 0;
}
.prodet-page .pro-box .left .cat-list {
  position: relative;
  vertical-align: middle;
}
.prodet-page .pro-box .left .cat-list span {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #bc3135;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'PR';
  padding-left: 2rem;
}
.prodet-page .pro-box .left .cat-list span i {
  margin-right: 8px;
}
.prodet-page .pro-box .left .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 0 3px 5px #999;
  box-shadow: 0 3px 5px #999;
}
.prodet-page .pro-box .left .cat-list ul li {
  font-size: 14px;
  font-family: 'PR';
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .pro-box .left .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.prodet-page .pro-box .left .cat-list ul li:hover {
  color: #e00507;
}
.prodet-page .pro-box .left .cat-list:hover ul {
  display: block;
}
.prodet-page .pro-box .left .sidebar-nav {
  background: #f5f5f5;
  padding: 52px 0 136px 38px;
}
.prodet-page .pro-box .left .sidebar-nav li {
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  font-family: 'AR';
  margin-top: 2.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .pro-box .left .sidebar-nav li:hover{
  color: #bc262b;
}
.prodet-page .pro-box .left .sidebar-nav li:first-child {
  margin-top: 0;
}
.prodet-page .pro-box .left .sidebar-nav li .children {
  display: block;
  margin-top: 1rem;
}
.prodet-page .pro-box .left .sidebar-nav li .children li {
  color: #999;
  line-height: 2.3;
  margin-top: 0;
}
.prodet-page .pro-box .left .sidebar-nav li .children li::before {
  content: '';
  width: 28px;
  height: 3px;
  background-color: #999999;
  vertical-align: middle;
  display: inline-block;
}
.prodet-page .pro-box .right {
  width: 76%;
  margin-left: 3%;
}
.prodet-page .pro-box .right .header .header-left {
  width: 40%;
  padding-left: 1%;
}
.prodet-page .pro-box .right .header .header-left .big-img {
  min-height: 489px;
  line-height: 489px;
}
.prodet-page .pro-box .right .header .header-left .big-img img {
  vertical-align: middle;
}
.prodet-page .pro-box .right .header .header-left .big-img li {
  width: 100%;
  text-align: center;
}
.prodet-page .pro-box .right .header .header-left .big-img .slick-slide img {
  display: inline-block;
}
.prodet-page .pro-box .right .header .header-left .small-img li {
  display: inline-block;
  background-color: #f5f5f5;
}
.prodet-page .pro-box .right .header .header-left .small-img li.active{
  box-shadow: 0px 2px 8px 0px #b61c1c;
}
.prodet-page .pro-box .right .header .header-left .small-img li img{
  width: 100%;
}
.prodet-page .pro-box .right .header .header-left .small-img .slick-slide {
  padding: 20px 0 20px 10px;
}
.prodet-page .pro-box .right .header .header-left .small-img .slick-current li {
  box-shadow: 0px 2px 8px 0px #b61c1c;
}
.prodet-page .pro-box .right .header .header-right {
  width: 60%;
  padding-left: 2%;
}
.prodet-page .pro-box .right .header .header-right h3 {
  font-size: 29px;
  font-family: 'AR';
  line-height: 1;
  padding-bottom: 17px;
  border-bottom: 1px solid #999;
  width: 80%;
}
.prodet-page .pro-box .right .header .header-right .header-right-info {
  margin-top: 2.2rem;
}
.prodet-page .pro-box .right .header .header-right .header-right-info span {
  font-size: 18px;
  font-family: 'PB';
  color: #bc3135;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .table {
  margin-top: 1rem;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .table td:nth-child(odd) {
  font-family: 'PM';
  font-size: 19px;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .table td:nth-child(even) {
  font-family: 'PR';
  font-size: 17px;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .contact {
  margin-top: 4rem;
  text-align: right;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .contact a {
  display: block;
  color: #fff;
  background-color: #bc3135;
  font-size: 18px;
  font-family: 'PSB';
  text-align: center;
  width: 26.5%;
  padding: 10px 0;
  float: right;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.prodet-page .pro-box .right .header .header-right .header-right-info .contact a:hover {
  background-color: #a40000;
}
.prodet-page .prodet-1 {
  padding: 1.5rem 0 0 24%;
  position: relative;
}
.prodet-page .prodet-1 h3 {
  font-size: 1.5rem;
  font-family: 'AR';
  color: #333;
  line-height: 1;
}
.prodet-page .prodet-1 .down{
  position: absolute;
  top: 10%;
}
.prodet-page .prodet-1 .down i{
  font-size: 30px;
  color: #bc3135;
  margin-top: 1rem;
  vertical-align: middle;
}
.prodet-page .prodet-1 .down em{
  font-size: 16px;
  color: rgba(0,0,0,0.3);
  margin: 10px 0 0 10px;
  vertical-align: middle;
  display: inline-block;
}
.prodet-page .prodet-1 .header {
  text-align: right;
}
.prodet-page .prodet-1 .header p span {
  font-size: 16px;
  font-family: 'PR';
  color: #989898;
  line-height: 1;
  margin-right: 17px;
}
.prodet-page .prodet-1 .header p img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .form {
  margin-top: 13px;
}
.prodet-page .prodet-1 .form input[type="text"] {
  width: 49%;
  border: 1px solid #cacaca;
  height: 65px;
  background: none;
  padding: 0 28px;
  margin-bottom: 29px;
  font-size: 18px;
  font-family: 'PR';
  color: #989898;
}
.prodet-page .prodet-1 .form input[type="text"]:nth-child(2),.prodet-page .prodet-1 .form input[type="text"]:nth-child(4){
  margin-right: 1.5%;
}
.prodet-page .prodet-1 .form textarea {
  width: 99.5%;
  border: 1px solid #cacaca;
  height: 265px;
  font-size: 18px;
  color: #989898;
  padding: 21px 0 0 28px;
}
.prodet-page .prodet-1 .form input[type="submit"] {
  background-color: #bb2a2b;
  color: #fff;
  border: none;
  width: 25.9%;
  font-size: 23px;
  font-family: 'PR';
  margin-top: 39px;
  padding: 14px 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.prodet-page .prodet-1 .form input[type="submit"]:hover {
  background-color: #a40000;
}
.prodet-page .prodet-2 {
  padding: 5rem 0 0 24%;
}
.prodet-page .prodet-2 h3 {
  font-size: 1.5rem;
  font-family: 'AR';
  color: #333;
  line-height: 1;
}
.prodet-page .prodet-2 .prodet-2-box {
  margin-top: 4.1rem;
}
.prodet-page .prodet-2 .prodet-2-box .slick-slide img {
  display: inline-block;
}
.prodet-page .prodet-2 .prodet-2-box li {
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/*.prodet-page .prodet-2 .prodet-2-box li .img {
  padding: 56px 43px;
}*/
.prodet-page .prodet-2 .prodet-2-box li p {
  color: #171609;
  font-size: 18px;
  font-family: 'PB';
  margin-top: 54px;
}
.prodet-page .prodet-2 .prodet-2-box li:hover .img {
  background-color: #f7f7f7;
  box-shadow: 0px 7px 8px 0px rgba(54, 54, 54, 0.11);
}
.about-page .ab-1 {
  padding-top: 6rem;
}
.about-page .ab-1 h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  position: relative;
  padding-bottom: 18px;
}
.about-page .ab-1 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 6px;
  background-color: #e00507;
}
.about-page .ab-1 p {
  font-size: 18px;
  font-family: 'PR';
  color: #333;
  line-height: 2;
  margin-top: 2.1rem;
}
.about-page .ab-1 .img {
  margin-top: 3.4rem;
}
.about-page .ab-2 {
  text-align: center;
  padding-top: 6.2rem;
}
.about-page .ab-2 h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  position: relative;
  padding-bottom: 18px;
}
.about-page .ab-2 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 121px;
  height: 7px;
  background-color: #e00507;
}
.about-page .ab-2 .ab-2-box {
  margin-top: 9rem;
}
.about-page .ab-2 .ab-2-box li {
  border: solid 1px #c2c2c2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 292px;
}
.about-page .ab-2 .ab-2-box li:last-child {
  border-right: 1px solid #c2c2c2;
}
.about-page .ab-2 .ab-2-box li:nth-child(even) {
  margin-top: 7.7rem;
}
.about-page .ab-2 .ab-2-box li .img {
  margin-top: 4rem;
  position: relative;
}
.about-page .ab-2 .ab-2-box li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .ab-2-box li .img .hover-img {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .ab-2-box li p {
  font-size: 18px;
  font-family: 'PR';
  color: #333;
  line-height: 1.5;
  width: 80%;
  margin: 30px auto 0 auto;
}
.about-page .ab-2 .ab-2-box li:hover {
  background-color: #bc3135;
  border: solid 1px #bc3135;
}
.about-page .ab-2 .ab-2-box li:hover .img::after {
  opacity: 1;
}
.about-page .ab-2 .ab-2-box li .img img{
filter: brightness(0);
}
.about-page .ab-2 .ab-2-box li:hover .img img{
filter: brightness(100);
}
.about-page .ab-2 .ab-2-box li:hover .img .hover-img {
  top: 50%;
  opacity: 1;
}
.about-page .ab-2 .ab-2-box li:hover p {
  color: #fff;
}
.about-page .ab-3 {
  margin-top: 10rem;
}
.about-page .ab-3 .year-list {
  position: relative;
  margin-top: 1rem;
}
.about-page .ab-3 .year-list ul {
  position: relative;
  z-index: 1;
}
.about-page .ab-3 .year-list ul::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  z-index: -1;
}
.about-page .ab-3 .year-list ul .slick-current li i {
  border: 4px solid #bc3135;
}
.about-page .ab-3 .year-list ul .slick-current li span {
  color: #bc3135;
}
.about-page .ab-3 .year-list ul li {
  text-align: center;
}
.about-page .ab-3 .year-list ul li * {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .year-list ul li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: solid 4px #e6e6e6;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  opacity: 1;
}
.about-page .ab-3 .year-list ul li span {
  font-size: 1.5rem;
  font-family: 'PR';
  color: #3f3f3f;
  margin-top: 1.2rem;
  display: block;
}
.about-page .ab-3 .year-list .alls-info {
  margin-top: 6.5rem;
}
.about-page .ab-3 .year-list .alls-info .text {
  text-align: center;
}
.about-page .ab-3 .year-list .alls-info .text .img {
  padding-top: 63px;
  width: 22%;
}
.about-page .ab-3 .year-list .alls-info .text .times {
  font-size: 14.25rem;
  line-height: 1;
  font-family: 'AR';
  color: #e5e5e5;
}
.about-page .ab-3 .year-list .alls-info .text .info {
  font-size: 18px;
  font-family: 'PR';
  color: #3f3f3f;
  text-align: left;
  line-height: 1.5;
  margin: 5rem 0 0 -13.5%;
  position: relative;
}
.about-page .ab-3 .year-list .alls-info .text .info::before {
  content: '';
  position: absolute;
  left: -74%;
  top: 50%;
  width: 416px;
  height: 2px;
  background-color: #bc3135;
}
.about-page .ab-4 {
  padding-top: 8.8rem;
}
.about-page .ab-4 h3 {
  font-size: 59px;
  font-family: 'AR';
  color: #333;
  line-height: 1;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
.about-page .ab-4 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 121px;
  height: 7px;
  background-color: #e00507;
}
.about-page .ab-4 .ab-4-box {
  margin-top: 3.75rem;
  padding-bottom: 7rem;
}
.about-page .ab-4 .ab-4-box li {
  margin-bottom: 27px;
}
@media screen and (max-width: 1100px) {
  .product-page .product-box .left .sidebar-nav li {
    font-size: 1rem;
  }
  .prodet-page .pro-box .left .sidebar-nav li {
    font-size: 1rem;
  }
  .prodet-page .pro-box .right .header .header-right h3 {
    font-size: 22px;
  }
  .prodet-page .pro-box .right .header .header-right .header-right-info .table td:nth-child(2n+1) {
    font-size: 16px;
  }
  .prodet-page .pro-box .right .header .header-right .header-right-info .table td:nth-child(2n) {
    font-size: 15px;
  }
  .prodet-page .pro-box .right .header .header-right .header-right-info .contact a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product-page .product-box .left {
    display: none;
  }
  .product-page .product-box .right {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .pro-box .left {
    display: none;
  }
  .prodet-page .pro-box .right {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-1 {
    padding: 1.5rem 0 0 0;
  }
  .prodet-page .prodet-1 h3 {
    font-size: 3rem;
  }
  .prodet-page .prodet-2 {
    padding: 5rem 0 0 0;
  }
  .prodet-page .prodet-2 h3 {
    font-size: 3rem;
  }
  .about-page .ab-3 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-box .right li {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .pro-box .right .header .header-left {
    width: 100%;
  }
  .prodet-page .pro-box .right .header .header-right {
    width: 100%;
  }
  .prodet-page .pro-box .right .header .header-right .header-right-info .contact a {
    float: left;
    width: 36%;
  }
  .prodet-page .prodet-1 .form input[type="text"] {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .prodet-page .prodet-1 .down {
    top: 7%;
  }
  .prodet-page .prodet-1 .form input[type="text"]:nth-child(2),.prodet-page .prodet-1 .form input[type="text"]:nth-child(4){
  margin-right: 0;
  }
  .prodet-page .prodet-1 .down em{
    display: none;
  }
  .prodet-page .prodet-1 .form input[type="text"]:nth-child(1){
    margin-top: 2rem;
  }
  .about-page .ab-1 h3 {
    font-size: 36px;
  }
  .about-page .ab-1 p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-page .ab-2 h3 {
    font-size: 40px;
  }
  .about-page .ab-2 h3::after {
    left: 35%;
  }
  .about-page .ab-2 .ab-2-box li {
    margin-bottom: 10px;
  }
  .about-page .ab-2 .ab-2-box li:nth-child(2n) {
    margin-top: 0;
  }
  .about-page .ab-4 h3::after {
    left: 35%;
  }
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 h3{
  color: #111;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "PSB";
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #f1ab3f;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 100%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #f1ab3f;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul{
  margin-top: -5px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    padding: 5px;
}
.faq-page .faq-2 .right .box2 .form ul li input,.faq-page .faq-2 .right .box2 .form ul li textarea{
  width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 125px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type=submit]{
  background: #b61c1c;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "PM";
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    .faq-page .faq-1 h3{
      font-size: 28px;
    line-height: 28px;
    }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1,
    .faq-page .faq-2{
      padding: 40px 0;
    }
     .faq-page .faq-1 h3{
      font-size: 20px !important;
    line-height: 24px;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}

.contact-page {
    padding: 0;
}
.contact-page h2 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    /*text-transform: uppercase;*/
    font-family: 'AR';
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.contact-page h2::after {
    position: absolute;
    content: "";
    width: 121px;
    height: 6px;
    background: #e00507;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-page p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
}
.contact-page .contact-1 {
    background: url(../images/map-footer.png) #f6f6f6 no-repeat center -30px;
    padding: 122px 0 115px;
    background-size: cover;
}
.contact-page .contact-1 ul {
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-1 ul li {
    width: 26%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 35px;
}
.contact-page .contact-1 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);
}
.contact-page .contact-1 ul li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 140px;
    height: 100px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
}
.contact-page .contact-1 ul li span img {
    display: inline-block;
    vertical-align: middle;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-1 ul li p {
    color: rgba(102, 102, 102, 0.8);
    line-height: 2;
    margin-top: 30px;
}
.contact-page .contact-1 ul .add p {
    font-size: 16px;
    line-height: 1.5;
}
 .contact-2{
   padding: 130px 0 100px;
   position: relative;
 }
 .contact-2 .down{
   position: absolute;
   top: 24%;
 }
 .contact-2 .down i{
   font-size: 30px;
   color: #bc3135;
   vertical-align: middle;
 }
 .contact-2 .down em{
   display: inline-block;
   font-size: 16px;
   color: rgba(0, 0, 0, 0.5);
   margin-left: 10px;
 }
 .contact-2 .headers p{
   font-size: 16px;
        color: #989898;
        font-family: 'PR';
        text-align: right;
        margin-top: 22px;
 }
 .contact-2 .headers span{
   margin-right: 17px;
 }
 .contact-2 .headers img{
    vertical-align: middle;
 }
.contact-page .contact-2 form {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-2 form input[type="text"] {
    width: 49%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: none;
    padding: 0 25px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'PR';
}
.contact-page .contact-2 form input:focus {
    border: 1px solid #65577e;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: none;
    padding: 25px;
    margin-bottom: 37px;
    font-size: 16px;
    font-family: 'PR';
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #65577e;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-family: 'PR';
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 21%;
    padding: 15px 0;
    border: none;
    background: #bb2a2b;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: 'PR';
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}
@media screen and (max-width: 1230px) {
    .contact-page .contact-1 ul li {
        width: 31%;
        padding: 30px 15px;
    }
    .contact-page .contact-1 ul .add p {
        font-size: 12px;
    }
    .contact-page p {
        font-size: 14px;
    }
    .contact-page .contact-2 .top p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    /*.eq-page .table{
      display: none;
    }*/
    .contact-page .contact-2 form input{
        width: 100%;
    }
    .contact-page .contact-2 form div{
      margin-bottom: 30px;
    }
    .contact-2 .down{
      top: 14%;
    }
    .contact-page .contact-2 form input[type="submit"]{
      width: 36%;
    }
    .eq-page .eq-page-click{
      display: none;
    }
    .eq-page h3{
      font-size: 24px;
    }
    .eq-page .eq-page-list li{
      width:100%;
      margin-left: 0;
      padding: 0 20px;
    }
    .eq-page .table table{
      display: block;
      width:100%!important;
      overflow-x: scroll;
    }
    /*.fancybox-image, .fancybox-spaceball{
      height: 60% !important;
    }
    .fancybox-slide--image .fancybox-content{
      top: 5rem !important;
    }*/
}
@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }
}
