@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "Montserrat";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.ui-message {
  min-width: 380px;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEf5;
  background-color: #edf2fc;
  transform: translateX(-50%);
  position: fixed;
  left: 50%;
  top:20px;
  transition: opacity .3s,transform .4s,top .4s;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.ui-message:before {
  margin-right: 6px;
}
.ui-message-center{
  justify-content: center;
}
.ui-message .message-content{
  margin-left: 16px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.ui-message .close-button{
  position: absolute;
  top:50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  /*background-image: url("../images/close.png");*/
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}
.ui-message-leave{
  opacity: 0;
  transform: translate(-50%,-100%);
}
.ui-message-enter{
  opacity: 1;
  transform: translate(-50%,-100%);
}
.ui-message-info{
  color: #909399;
}
.ui-message-success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.ui-message-success{
  color: #67c23c;
}
.ui-message-warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.ui-message-warning{
  color: #e6a23c;
}
.ui-message-error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.ui-message-error{
  color: #f56c6c;
}
#index-body {
  overflow: hidden;
}
.font-w-500 {
  font-weight: 500;
}
#header .company_cancle i {
  font-weight: 600;
  font-size: 20px;
}
/*company*/
#header .nav .company .company_icon {
  width: 18px;
  height: 16px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}
#header .nav .company .company_icon span {
  position: absolute;
  content: '';
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
  -moz-transition: width 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
  transition: width 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
#header .nav .company .company_icon span:nth-child(2) {
  bottom: 7px;
  width: 14px;
}
#header .nav .company .company_icon span:nth-child(1) {
  top: 0;
  bottom: auto;
  width: 11px;
}
#header .nav .company:hover .company_icon span {
  width: 100%;
}
#header .company_page {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  background: #fff;
  z-index: 99999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .company_page.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header .company_page .company_cancle {
  text-align: right;
  position: absolute;
  right: 0;
  top: 33px;
}
#header .company_page .company_cancle i {
  font-weight: 600;
  display: inline-block;
  padding: 0 20px ;
}
#header .company_page .shartto li {
  display: inline-block;
  padding: 0 10px;
}
#header .company_page .shartto li a {
  color: #353535;
  font-size: 16px;
  text-align: center;
}
#header .company_page .shartto li:hover a {
  color: #e1e1e1;
}
#header .company_page .title {
  font-size: 15px;
  text-transform: uppercase;
  color: #353535;
  font-weight: 600;
  margin-top: 50px;
}
#header .company_page .contact_us {
  color: #838383;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
}
#header .wap-logo {
  margin-bottom: 40px;
  text-align: left;
}
#header .wap-nav_box {
  max-height: 50%;
  overflow-y: auto;
}
#header .wap-nav li {
  line-height: 40px;
}
#header .wap-nav li a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 14px;
}
#header .wap-nav li a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
#header .wap-nav .sub_nav {
  padding: 5px 0 0 15px;
  display: none;
}
#header .nav .company {
  display: none;
  line-height: 65px;
}
.index_default {
  width: 100% !important;
  margin: 0;
}
.banner_specs_large {
  height: 32vw;
}
#header {
  z-index: 99;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .search_box {
  margin-left: 50px;
}
#header .search_box .search {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: #fff;
  display: none;
  z-index: 99999;
}
#header .search_box .sear_cancle {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555;
  font-size: 30px;
  cursor: pointer;
}
#header .search_box .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  border-bottom: 1px solid #eee;
  height: 94px;
  width: 60%;
}
#header .search_box .search_input {
  height: auto;
  background: none;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  text-indent: 0;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 18px 100px 18px 18px;
  width: 100%;
  border: none;
}
#header .search_box .btn_search {
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0;
  background: transparent;
  border: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  color: #555;
  font-size: 30px;
  font-weight: 600;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: black;
  color: white;
  z-index: 2;
  position: relative;
}
#header .h-top .left {
  width: 20%;
}
#header .h-top .left ul li {
  width: auto;
  margin-right: 15px;
  font-size: 18px;
}
#header .h-top .left ul li a{
  color: #fff;
}
#header .h-top .center {
  width: 60%;
}
#header .h-top .right {
  width: 20%;
}
#header .h-top .right > div {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  text-align: left;
}
#header .h-top .right > div span {
  display: block;
  font-size: 14px;
}
#header .h-top .right > div span i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  color: black;
  background-color: #d1d1d1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
  text-align: center;
}
#header .h-top .right > div ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  background: black;
  line-height: normal;
  display: none;
  z-index: 2;
}
#header .h-top .right > div ul li {
  display: block;
  border-top: 1px solid #333;
}
#header .h-top .right > div ul li a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .right > div ul li a:hover {
  opacity: .8;
}
#header .h-top .right > div:hover > ul {
  display: block;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
#header .nav .container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .container.menu .logo {
  padding:20px 0px;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .container.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .container.menu .menu-box ul.menu > li {
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .container.menu .menu-box ul.menu > li + li {
  margin-left: 30px;
}
#header .nav .container.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .container.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;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .container.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container.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 .container.menu .slide p {
  display: inline-block;
  font-size: 14px;
  color: #545454;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #333;
}
#header .nav .container.menu .slide p i {
  margin-right: 0.5em;
  font-size: 0;
  display: inline-block;
  vertical-align: super;
}
#header .nav .container.menu .slide p sup {
  vertical-align: baseline;
}
#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;
  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%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#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;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#banner li {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10%;
}
#banner .left {
  max-width: 600px;
}
#banner h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #FFFFFF;
}
#banner p {
  font-family: arial;
  color: #FFFFFF;
}
#banner a.shop {
  display: inline-block;
  padding: 10px 40px;
  color: #FFFFFF;
  border: 1px solid currentcolor;
  border-radius: 20px;
}
#index-body .crumbs {
  height: 40px;
  line-height: 40px;
  color: #939499;
  margin: 0 5px;
}
#index-body .shop_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.left_menu_box {
  position: relative;
  width: 325px;
  max-width: 330px;
  height: 100%;
}
.left_menu {
  max-width: 330px;
  width: 100%;
  margin-bottom: 4px;
}
.left_menu .menu_title .filters {
  width: 325px;
  height: 44px;
  background: #242525;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-align: left;
  padding-left: 16px;
  cursor: default;
}
.left_menu .menu_content > div {
  padding: 0 5px;
  height: 37px;
  line-height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left_menu .menu_content > div div {
  font-size: 16px;
  line-height: 18px;
  color: #242525;
  font-weight: 500;
}
.left_menu .menu_content > div i {
  font-size: 24px;
}
.left_menu .menu_content > div .aa {
  color: #c4c5cc;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.left_menu .menu_content > div .go {
  color: #242525;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.left_menu .menu_content ul {
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.left_menu .menu_content ul li {
  cursor: pointer;
  padding: 0 20px;
  height: 29px;
  line-height: 29px;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  color: #626366;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.left_menu .menu_content ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 8px;
  height: 2px;
  background-color: currentcolor;
}
.left_menu .menu_content ul li:hover {
  background: #f2f3f5;
}
.left_menu .menu_content ul li:hover a {
  color: #242525;
  font-weight: 700;
}
.left_menu .menu_content ul li a {
  color: #626366;
}
.menu_title {
  height: 45px;
  position: relative;
}
.shop_home {
  margin-left: 75px;
}
.shop_home > ul > li {
  margin-bottom: 40px;
}
.shop_home > ul > li .category-img {
  position: relative;
  height: 370px;
}
.shop_home > ul > li .category-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop_home > ul > li .category-img .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 6%;
}
.shop_home > ul > li .category-img .content .text {
  max-width: 660px;
}
.shop_home > ul > li .category-img .content h4 {
  font-size: 48px;
  color: #FFFFFF;
}
.shop_home > ul > li .category-img .content p {
  color: #FFFFFF;
}
.shop_home > ul > li .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 25px;
}
.shop_home > ul > li .nav .more > a {
  font-weight: 400;
  color: #626366;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}
.shop_home > ul > li > ul {
  margin-right: -20px;
}
.shop_home > ul > li > ul > li {
  padding-right: 20px;
  margin-bottom: 20px;
}
.shop_home > ul > li > ul > li .commodity_explain .composition {
  line-height: 2;
}
.init-8 {
  padding: 80px 0;
  color: white;
  background: #262626;
}
.init-8 .left {
  padding-right: 5%;
}
.init-8 .left h3 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
}
.init-8 .left p {
  font-size: 18px;
  color: #f0f0f0;
  line-height: 1.2;
  margin-top: 2em;
}
.init-8 .right .form ul {
  margin: -5px;
}
.init-8 .right .form ul li {
  padding: 5px;
}
.init-8 .right .form ul li input {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid white;
  font-size: 14px;
  color: white;
  line-height: 44px;
  height: 44px;
}
.init-8 .right .form ul li input::-webkit-input-placeholder {
  color: #eee;
}
.init-8 .right .form ul li input:-moz-placeholder {
  color: #eee;
}
.init-8 .right .form ul li input::-moz-placeholder {
  color: #eee;
}
.init-8 .right .form ul li input:-ms-input-placeholder {
  color: #eee;
}
.init-8 .right .form ul li input::placeholder {
  color: #eee;
}
.init-8 .right .form ul li input[type="submit"] {
  margin-top: 35px;
  line-height: 56px;
  height: 56px;
  padding: 0 45px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  background: white;
  width: auto;
  margin-left: auto;
  display: block;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-8 .right .form ul li input[type="submit"]:hover {
  opacity: .7;
}
#footer {
  background: #f8f8f8;
  padding: 95px 0 35px;
}
#footer .footer-bottom {
  margin-top: 50px;
}
#footer .footer-bottom p {
  font-size: 14px;
  color: #121212;
  display: block;
  margin-bottom: 1em;
}
#footer .footer-bottom img {
  display: block;
}
#footer .box {
  padding: 50px 0;
  margin: -15px;
}
#footer .box .slide {
  padding: 15px;
  width: 23%;
}
#footer .box .slide:last-child {
  width: 31%;
}
#footer .box .slide h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
#footer .box .slide dl dd {
  margin-bottom: 10px;
  color: #666;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 1;
}
#footer .box .slide dl dd:hover {
  color: black;
}
#footer .box .slide dl dd:last-child {
  margin-bottom: 0;
}
#footer .box .slide dl dd strong {
  font-weight: 600;
  color: black;
}
#footer .logo {
  display: inline-block;
}
#footer .share {
  float: right;
  margin-top: 1em;
}
#footer .share h6 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
#footer .share ul {
  display: inline-block;
  vertical-align: middle;
}
#footer .share ul li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-size: 20px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share ul li:hover {
  color: black;
}
.op-0 {
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .init-8 .right .form ul li input[type="submit"] {
    margin-top: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  .shop_home > ul > li .category-img .content h4 {
    font-size: 36px;
  }
  .shop_home > ul > li .category-img {
    height: 300px;
  }
  .shop_home {
    margin-left: 30px;
  }
  .init-8 .left h3 {
    font-size: 36px;
  }
  #footer .box .slide dl dd {
    font-size: 14px;
    line-height: inherit;
  }
  #footer .box {
    padding: 30px 0;
  }
  #footer {
    padding: 50px 0 15px;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .container.menu .menu-box {
    display: none;
  }
  #header .nav .company {
    display: inline-block;
  }
  .left_side {
    display: none;
  }
  .shop_home {
    margin: 0;
  }
  #header .nav .container.menu .slide p span {
    display: none;
  }
  #header .nav .container.menu {
    height: 74px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header .h-top .left {
    display: none;
  }
  #header .h-top .center {
    display: none;
  }
  #header .h-top .right {
    width: 100%;
  }
  #banner .content {
    padding: 0 15px;
  }
  .init-8 .left h3 {
    font-size: 24px;
  }
  .init-8 .left p {
    font-size: 16px;
  }
  .init-8 .right .form ul li input[type="submit"] {
    margin-top: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  #footer .box .slide {
    width: 50%!important;
  }
  .font-18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #header .nav .container.menu {
    height: 60px;
  }
  #header .nav .container.menu .slide p {
    padding-left: 10px;
    margin-left: 10px;
  }
  #header .nav .container.menu .logo {
    width: 150px;
  }
  #banner h2 {
    font-size: 30px;
    line-height: inherit;
  }
  #banner li {
    height: 500px;
  }
  .shop_home > ul > li .category-img .content h4 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .shop_home > ul > li .category-img {
    height: 250px;
  }
  .init-8 {
    padding: 40px 0;
  }
  #footer .share {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 400px;
  }
  #banner h2 {
    font-size: 24px;
  }
  .shop_home > ul > li .category-img .content h4 {
    font-size: 18px;
  }
  #footer .box .slide {
    width: 100%!important;
  }
  #footer .footer-bottom {
    margin-top: 30px;
  }
}


/* inner */
.inner-page span.tag {
  font-weight: 200;
  font-size: 16px;
  color: #5e5e5e;
  text-transform: uppercase;
  line-height: 1;
  margin-left: -5px;
  display: block;
  margin-top: 35px;
  margin-bottom: 15px;
}
.inner-page span.tag:after,
.inner-page span.tag:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #5e5e5e;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -2px;
}

.inner-banner {
  height: 450px;
  background-attachment: fixed;
  background-position: top center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.inner-banner .box h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.inner-banner .box .mbx {
  font-size: 18px;
  font-family: Poppins;
  line-height: 1.3;
  margin-top: 20px;
}
.inner-banner .box .mbx a{
  color: #fff;
}
.inner-banner .ui.container {
  max-width: 1550px;
  width: 100%;
}

.inner-page h2.title {
  font-size: 2.4rem;
  color: #242424;
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 1.2;
}
.inner-page h2.title em {
  color: #262626;
}

.inner-page h1.title {
  font-size: 2.4rem;
  color: #242424;
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 1.2;
}
.inner-page h1.title em {
  color: #262626;
}
.inner-page .ui.container {
  max-width: 1550px;
  width: 100%;
}
.inner-page .m-page {
  margin-top: 4.5rem;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: rgba(199, 0, 37, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover {
  background-color: #262626;
  color: #fff;
}
.inner-page .m-page span.current {
  background-color: #262626;
  color: #fff;
}


#index-body .about {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
#index-body .about .ui.container {
  max-width: 1288px;
  width: 100%;
}
#index-body .about .header {
  text-align: center;
}
#index-body .about .header h1 {
  font-size: 24px;
  color: #424242;
  line-height: 1;
}
#index-body .about .header h1::before,
#index-body .about .header h1::after {
  content: '';
  width: 64px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .header h1::before {
  margin-right: 60px;
}
#index-body .about .header h1::after {
  margin-left: 60px;
}
#index-body .about .header h3.title {
  margin-top: 38px;
}
#index-body .about .img {
  background: #fff;
  padding: 10px;
  margin-top: -4.3%;
  position: relative;
}
#index-body .about .img img {
  width: 100%;
}
#index-body .about .img .play {
  position: absolute;
  top: 44%;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
#index-body .about .img .play::before,
#index-body .about .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .con {
  margin-top: 69px;
  text-align: center;
  padding: 0 120px;
  font-size: 16px;
  color: #191919;
  line-height: 1.5;
}

#index-body .about .data ul li {
  height: 120px;
  line-height: 120px;
  border-right: 1px solid rgba(3, 39, 50, 0.4);
  text-align: center;
}
#index-body .about .data ul li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .data ul li .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 29px;
  color: #2a2829;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: left;
}
#index-body .about .data ul li .text h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .data ul li .text p {
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
}
#index-body .about .data ul li:last-child {
  border-right: 0;
}
#index-body .about .data ul li:hover .text {
  color: #262626;
}
#index-body .about .icon1 {
  position: absolute;
  z-index: -1;
  top: -3%;
  left: 0;
}
#index-body .about .icon2 {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: -1;
}

.about-page .about-1 {
  padding: 100px 0;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 45%;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
.about-page .about-1 .img .play::before,
.about-page .about-1 .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .text {
  vertical-align: middle;
}
.about-page .about-1 .text h3 {
  font-size: 36px;
  color: #262626;
  font-weight: bold;
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #242424;
  margin-top: 35px;
}

.about-page .about-1 .text .con video{
  width: 100%!important;
  height: auto!important;
  max-width: 600px;
  margin: auto;
  display: block;
}

.about-page #index-body .about {
  background: url(../images/about-5.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 127px 0;
}
.about-page #index-body .about .data ul li {
  border-right: 1px solid #757a7c;
}

.about-page #index-body .about .data ul li .text {
  color: #fff;
}
.about-page #index-body .about .data ul li:last-child {
  border-right: 0;
}


.about-page .about-2 {
  background-color: #f3f3f3;
  padding: 100px 0 317px;
}
.about-page .about-2 .left {
  vertical-align: middle;
  width: 34%;
  padding-right: 110px;
}
.about-page .about-2 .left p {
  font-size: 16px;
  line-height: 1.5;
  font-family: Poppins;
  color: #242424;
  margin-top: 48px;
}
.about-page .about-2 .left .arrow {
  margin-top: 49px;
}
.about-page .about-2 .left .arrow .al,
.about-page .about-2 .left .arrow .ar {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #080808;
  text-align: center;
  line-height: 51px;
  cursor: pointer;
}
.about-page .about-2 .left .arrow .al img,
.about-page .about-2 .left .arrow .ar img {
  vertical-align: middle;
}
.about-page .about-2 .left .arrow .ar {
  background-color: #262626;
  margin-left: -3px;
}
.about-page .about-2 .right {
  vertical-align: middle;
  width: 66%;
}
.about-page .about-2 .right ul {
  margin-right: -60px;
}
.about-page .about-2 .right ul li {
  padding-right: 60px;
}
.about-page .about-2 .right ul li img {
  width: 100%;
}

.about-page .about-3{
  padding: 100px 0;
}

.about-page .about-3 .box {
  position: relative;
  background-color: #ffffff;
 
  border-radius: 7px;
}
.about-page .about-3 .box .header {
  text-align: center;
}
.about-page .about-3 .box .header h2.title {
  color: #424242;
}
.about-page .about-3 .box .header p {
  font-size: 16px;
  line-height: 1.5;
  color: #1c1c1c;
  margin: 20px auto 0;
  width: 80%;
}
.about-page .about-3 .box .content {
  margin-top: 80px;
}
.about-page .about-3 .box .content ul {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 .box .content ul li {
  padding: 20px;
  background:#f5f5f5;
/*  margin-left:10px;*/
/*  height:233px;*/
  border-left: 5px solid white;
  border-right: 5px solid white;
}
.about-page .about-3 .box .content ul li:first-child {
  border-left: none;
}
.about-page .about-3 .box .content ul li:last-child {
  border-right: none;
}
.about-page .about-3 .box .content ul li .img img {
  width: 100%;
}

.about-page .about-3 .box .content ul li .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
  color: #191919;
  line-height: 1.3;
}
.about-page .about-3 .box .content ul li .text p {
  font-size: 15px;
  line-height: 1.8;
  font-family: Poppins;
  color: rgba(25, 25, 25, 0.77);
  margin-top: 20px;
}
.about-page .about-3 .box .content ul li:hover .text h4 {
  color: #c90e2f;
}
.about-page .about-4 {
  padding-bottom: 100px;
}
.about-page .about-4 h2.title {
  text-align: center;
}
.about-page .about-4 .content {
  margin-top: 60px;
  padding: 0 88px;
}
.about-page .about-4 .content ul {
  margin-right: -35px;
}
.about-page .about-4 .content ul li {
  padding-right: 35px;
}
.about-page .about-4 .content ul li img {
  width: 100%;
}
.about-page .about-4 .content ul .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: 30px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul .slick-prev {
  background: url("../images/about4-left.png") no-repeat center center;
  left: -82px;
}
.about-page .about-4 .content ul .slick-next {
  background: url("../images/about4-right.png") no-repeat center center;
  right: -52px;
}


@media screen and (max-width: 1000px) {
  .about-page .about-1 .text .con table,
  .about-page .about-1 .text .con table tbody,
  .about-page .about-1 .text .con table tbody tr,
  .about-page .about-1 .text .con table tbody tr td{
    display: block;
    width: 100%!important;
  }

  .about-page #index-body .about{
    padding: 60px 0;
  }
}


@media screen and (max-width: 700px) {
  .about-page #index-body .about .data ul li:nth-child(2){
    border: none;
  }
}

@media screen and (max-width: 500px) {
  .about-page #index-body .about .data ul li{
    border: none!important;
  }
}


.faq-page .faq-1 {
  padding: 100px 0 60px;
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 16px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 16px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: #262626;
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}


.contact-page .contact-1 {
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-1 span.tag {
  margin-top: 0;
}
.contact-page .contact-1 h2 {
  font-size: 42px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
.contact-page .contact-1 .text {
  max-width: 1200px;
  display: block;
  margin: 25px auto 100px;
  font-size: 18px;
  line-height: 1.77777778;
}

.contact-page .contact-1 .list ul{
  margin: -15px;
}
.contact-page .contact-1 .list ul li{
  padding: 15px;
}
.contact-page .contact-1 .list ul li i {
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background: #e5eaea;
  border-radius: 100%;
  position: relative;
  display: block;
  margin: 0 auto 100px;
}
.contact-page .contact-1 .list ul li i img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li i:after,
.contact-page .contact-1 .list ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.contact-page .contact-1 .list ul li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.contact-page .contact-1 .list ul li p {
  font-size: 18px;
  line-height: 1.55555556;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li i{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 50px;
  }
}
/* end */
.pdfdownload {
  margin: -10px;
}
.pdfdownload li {
  padding: 10px;
}
.pdfdownload li h6 {
  font-size: 16px;
  padding: 8px;
  background: #eee;
}
.share ul li {
  display: inline-block !important;
  width: auto !important;
  margin-right: 1em;
}
#plv_1280ba18a3f0ab1b0311edf4b90ef13b_1 {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
#plv_1280ba18a3f0ab1b0311edf4b90ef13b_1 .pv-video-player {
  width: auto !important;
  height: auto !important;
}
#plv_1280ba18a3f0ab1b0311edf4b90ef13b_1 .pv-video-wrap,#plv_1280ba18a3f0ab1b0311edf4b90ef13b_1 video.pv-video {
  position: relative;
}