@font-face {
  font-family: 'RanyRegular';
  src: url(../fonts/Rany.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Rany-Medium-Italic';
  font-display: swap;
  src: url(../fonts/Rany-Medium-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Rany-Italic';
  font-display: swap;
  src: url(../fonts/Rany-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Rany-Italic';
  font-display: swap;
  src: url(../fonts/Rany-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Rany-Medium';
  font-display: swap;
  src: url(../fonts/Rany-Medium.ttf) format('truetype');
}

img {
  width: auto;
  height: auto;
}

.main-map .button-group .button {
  background: #c70020;
}

.play_cont_c_2 {
  cursor: pointer;
  margin: auto;
  position: relative;
  width: 80px;
  height: 80px;
}

.play_cont_c_2 .bg_cont {
  font-size: 30px;
  color: #c70020;
  text-align: center;
  line-height: 80px;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;

}

.play_cont_c_2 .bg_cont i {
  margin-left: 8px;
}

.play_cont_c_2 .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

.sca_ani {
  animation: sca_ani 3s linear infinite;
}

@keyframes sca_ani {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }

}

#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  background: #000;
  opacity: .4;
  width: 100%;
  height: 100%;
  display: none;
}

#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from form {
  margin-top: 40px;
}

#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from i.close:hover {
  background: #c70020;
}

#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}

#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #c70020;
}

#pups_from ul li textarea {
  height: 80px;
}

#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #c70020;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from ul li:last-child {
  margin-bottom: 0;
}

#go_top {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #c70020;
  color: white;
  right: 2%;
  bottom: 20px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #c70020;
  color: white;
  right: 2%;
  bottom: 100px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Pop_UpsBtn:hover {
  background: #c70020;
}

*::-webkit-scrollbar-thumb {
  background-color: #44533c;
}

b,
strong {
  font-weight: bold;
}

body {
  position: relative;
  font-family: 'RanyRegular';
  margin: 0 auto;
  color: #161616;
  background-size: 100%;
}

.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-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;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

.wpulike.wpulike-default {
  display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.post-views-box {
  position: relative;
  margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}

.wpulike {
  z-index: 10;
}

.wpulike.post-views-box {
  z-index: 5;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}

#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: #ff9800;
  text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}

#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%);
  transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#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: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile.active {
  left: 0;
}

#mobile.active:before {
  right: 0;
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#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;
}

#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}

#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #161616;
  padding: 10px 0;
}

#header .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_w {
  animation: header_w 3s linear infinite;
  -webkit-animation: header_w 3s linear infinite;
}

@-webkit-keyframes header_w {
  from {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }

  50% {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }

  to {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
}

@keyframes header_w {
  from {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }

  50% {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }

  to {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
}

#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  background-color: #fff;
}

#header.active {
  background-color: #fff;
}

#header a {
  display: block;
}

#header img {
  display: block;
  width: 100%;
}

#header>.nav {
  max-width: 100%;
  margin: auto;
}

#header>.nav .h-top {
  position: relative;
  z-index: 3;
  width: 100%;
  font-size: 14px;
  border-bottom: #DEDEDE solid 1px;
}

#header>.nav .h-top .open_btn {
  cursor: pointer;
  margin-left: auto;
  padding: 8px 15px;
  border-left: #DEDEDE solid 1px;
}

#header>.nav .h-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

#header>.nav .h-top .container .left {
  padding: 8px 0;
  font-family: RanyRegular;
}

#header>.nav .h-top .container .left .g {
  color: #ADADAD;
}

#header>.nav .h-top .container .left .r {
  color: #C70020;
}

#header>.nav .h-top .container .lang_cont {
  border-left: #DEDEDE solid 1px;
  padding-left: 15px;
  font-size: 14px;
  font-family: RanyRegular;
  color: #161616;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

#header>.nav .h-top .container .lang_cont .c_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
}

#header>.nav .h-top .container .lang_cont .c_cont i {
  font-size: 20px;
  margin-left: 8px;
}

#header>.nav .h-top .container .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}

#header>.nav .h-top .container .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #c70020;
}

#header>.nav .h-top .container .lang_cont .lang li {
  background: #161616;
}

#header>.nav .h-top .container .lang_cont .lang li a {
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
}

#header>.nav .h-top .container .lang_cont .lang li a:hover {
  background-color: #161616;
}

#header>.nav .h-top .container .lang_cont .lang li a:hover em {
  color: #c70020;
}

#header>.nav .h-top .container .lang_cont .lang li a img {
  width: 20%;
}

#header>.nav .h-top .container .lang_cont .lang li a em {
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#header>.nav>.menu .menu-box .logo {
  width: 65px;
}

#header>.nav>.menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}

#header>.nav>.menu .menu-box .s_product_cont_c {
  position: relative;
  padding: 6px 0;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 70px;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont {
  width: 18px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 20px;
  color: #161616;
  font-size: 16px;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .sub_line_cont {
  width: 18px;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .sub_line_cont div {
  -webkit-transform-origin: left;
  transform-origin: left;
  margin-top: 4px;
  height: 2px;
  width: 18px;
  background-color: #161616;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .sub_line_cont div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .sub_line_cont div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .text {
  margin-left: 10px;
  line-height: 1;
  margin-top: 3px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .text:hover {
  color: #c70020;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item {
  padding-bottom: 10px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #161616;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item .list {
  width: 100%;
  text-align: left;
  display: block;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item .list .item_first {
  border-bottom: #393939 solid 1px;
  padding: 0 15px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item .list .item_first span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item .list a {
  color: #fff;
  padding: 15px 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .s_product_cont_c .s_product_cont .product_item .list a:hover {
  color: #c70020;
}

#header>.nav>.menu .menu-box .s_product_cont_c:hover .s_product_cont .product_item {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

#header>.nav>.menu .menu-box .menu-menu-container {
  margin-left: 20px;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
  margin-left: 60px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:first-child {
  margin-left: 0;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:last-child {
  border: none;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item.active>a {
  color: #c70020;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:hover>a {
  color: #c70020;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:hover>a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a {
  font-family: 'RanyRegular';
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item>a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu {
  position: absolute;
  top: 210%;
  left: 50%;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #161616;
  padding: 10px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px solid #393939;
}

#header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover a {
  background-color: #161616;
  color: #c70020;
}

#header>.nav>.menu .menu-box .right {
  margin-left: auto;
}

#header>.nav>.menu .menu-box .right form {
  width: 240px;
  height: 36px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 40px;
  padding-left: 10px;
  font-size: 16px;
  font-family: 'RanyRegular';
}

#header>.nav>.menu .menu-box .right form input {
  width: 100%;
  border: none;
  background-color: inherit;
}

#header>.nav>.menu .menu-box .right form .submit {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url(../images/index_1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.more_cont {
  position: relative;
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'RanyRegular';
}

.more_cont img,
.more_cont span {
  position: relative;
  z-index: 2;
}

.more_cont img {
  margin-left: 8px;
  width: 46px;
}

.more_cont .sub_div {
  position: absolute;
  width: 23%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont:hover .sub_div {
  width: 78%;
}

.more_cont_2 {
  background-color: #c70020;
  position: relative;
  width: 190px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont_2 img,
.more_cont_2 span {
  position: relative;
  z-index: 2;
}

.more_cont_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont_2:hover {
  color: #c70020;
}

.more_cont_2:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}

#banner {
  position: relative;
  margin-top: 110px;
}

#banner .container {
  width: 100%;
  padding: 0;
  position: relative;
}

#banner .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .sub_img_c{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}


#banner .container .swiper .swiper-wrapper .swiper-slide .sub_img_c img{
  height: 100%;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  top: 0;
  right: 200px;
  width: 600px;
  height: 100%;
  background: #960018;
  z-index: 1;
  transform: skewX(-20deg);
}

#banner .container .swiper .swiper-wrapper .swiper-slide .sub_text {
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #c70020;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-size: 26px;
  z-index: 2;
  padding: 16px 30px;
  width: 730px;
}

#banner .container .swiper .swiper-wrapper .swiper-slide>img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  z-index: 2;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
  width: 1520px;
  display: flex;
  align-items: center;
  z-index: 3;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div {
  width: 540px;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>.img {
  width: 800px;
  margin-left: auto;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>.img img {
  width: 100%;
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .title {
  font-size: 150px;
  line-height: 1;
  font-family: 'Rany-Medium-Italic';
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .des {
  font-size: 40px;
  font-family: 'Rany-Italic';
}

#banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .more {
  margin-top: 70px;
}

#banner .container .swiper .swiper-wrapper .swiper-slide-active .cont {
  -webkit-animation: fadeInUpSmall 0.5s linear;
  animation: fadeInUpSmall 0.5s linear;
}

#banner .sub_line_c {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 50px;
  z-index: 2;
  left: 0;
  background-color: #fff;
}

#index-body {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

#index-body .title_cont .sub_img_c {
  width: 130px;
}

#index-body .title_cont .title {
  font-family: 'Rany-Medium-Italic';
  font-size: 48px;
  line-height: 1.3;
  margin-top: 20px;
}

#index-body .title_cont .title .r {
  color: #c70020;
}

#index-body .init-1 {
  margin-top: 60px;
}

#index-body .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .init-1 .container .left {
  border-radius: 7px;
  position: relative;
  width: 33%;
  overflow: hidden;
}

#index-body .init-1 .container .left a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .container .left a:hover {
  color: #c70020;
}

#index-body .init-1 .container .left .img {
  height: 100%;
  display: block;
  width: 100%;
}

#index-body .init-1 .container .left .img img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-1 .container .left .cont {
  font-family: 'RanyRegular';
  z-index: 2;
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  color: #fff;
}

#index-body .init-1 .container .left .cont .title_1 {
  font-size: 30px;
}

#index-body .init-1 .container .left .cont .title_2 {
  margin-top: 10px;
  font-size: 48px;
  font-family: 'Rany-Medium';
  line-height: 1;
  width: 305px;
}

#index-body .init-1 .container .left .cont .des {
  margin-top: 30px;
  font-size: 24px;
  /*font-family: 'Rany-Light';*/
}

#index-body .init-1 .container .left .cont .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 30px;
}

#index-body .init-1 .container .swiper {
  border-radius: 5px;
  width: 66%;
  margin-right: 0;
  border: #c7c7c7 solid 1px;
  overflow: hidden;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide {
  border-right: rgba(199, 199, 199, 0) solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  border-right: #c7c7c7 solid 1px;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 315px;
  text-align: center;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 24px;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  display: block;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  height: 130px;
  overflow-y: auto;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .des .des_c {
  font-size: 16px;
  margin-top: 10px;
  line-height: 28px;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  height: 35px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c70020;
  font-size: 18px;
  width: 160px;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more img {
  width: 36px;
}

#index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more .sub_div {
  background-color: #f9e5e8;
}

#index-body .init-2 {
  margin-top: 80px;
}

#index-body .init-2 .container .title_cont {
  text-align: center;
  width: 560px;
  margin: auto;
}

#index-body .init-2 .container .swiper {
  margin-top: 50px;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: #f6f6f6;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img .more {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -o-transform: translateY(60px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img .more .more_cont_2 {
  height: 38px;
  width: 155px;
  background-color: #c70020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  border: #c70020 solid 1px;
  font-size: 18px;
}

/*#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img .more .more_cont_2:hover {
    color: #c70020;
  }*/
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img .more .more_cont_2::before {
  background: #c70020;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img:hover .more {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px;
}

#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #c70020;
}

#index-body .init-2 .container .s_page {
  width: 72%;
  margin: auto;
  margin-top: 50px;
  height: 2px;
}

#index-body .init-2 .container .s_page .swiper-scrollbar {
  height: 100%;
  background-color: #dedede;
}

#index-body .init-2 .container .s_page .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #c70020;
}

#index-body .our-application {
  padding: 60px 0 90px 0;
  margin-top: 90px;
  background: #f5f5f5;
}

#index-body .our-application .container .title_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#index-body .our-application .container .title_cont .left {
  width: 550px;
}

#index-body .our-application .container .title_cont .left .sub_img_c {
  width: 130px;
}

#index-body .our-application .container .title_cont .more {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 20px;
  padding: 12px 22px;
  background: #161616;
  color: #fff;
  transition: all .4s;
}

#index-body .our-application .container .title_cont .more:hover {
  background: #c70020;
}

#index-body .our-application .container .title_cont .more img {
  width: 38px;
  margin-left: 10px;
}

#index-body .our-application .container .content {
  margin-top: 40px;
}

#index-body .our-application .container .content .swiper .swiper-slide img {
  display: block;
  width: 100%;
}

#index-body .our-application .container .content .swiper .swiper-slide .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  transition: all .4s;
}

#index-body .our-application .container .content .swiper .swiper-slide .play:hover {
  background: #c70020;
}

#index-body .our-application .container .content .swiper .swiper-slide .play img {
  width: 100%;
}

#index-body .init-3 {
  margin-top: 70px;
}

#index-body .init-3 .container {
  width: 1200px;
}

#index-body .init-3 .container .title_cont_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .init-3 .container .title_cont_c .title_cont {
  width: 410px;
}

#index-body .init-3 .container .title_cont_c .title_cont .title {
  line-height: 1.3;
  margin-top: 20px;
}

#index-body .init-3 .container .title_cont_c .more {
  width: 250px;
  height: 60px;
  background-color: #161616;
  color: #fff;
  font-size: 20px;
}

#index-body .init-3 .container .title_cont_c .more::before {
  background-color: #c70020;
}

#index-body .init-3 .container .title_cont_c .more img {
  width: 38px;
  margin-left: 30px;
}

#index-body .init-3 .container .swiper {
  margin-top: 60px;
  font-family: 'RanyRegular';
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 385px;
  position: relative;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img .cat_name {
  position: absolute;
  width: 140px;
  height: 34px;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  background-color: #c70020;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919191;
  font-size: 16px;
  margin-top: 15px;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .time img {
  margin: 0 8px;
  width: 25px;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-top: 10px;
  transition: all .5s;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title:hover{
  color: #c70020;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont {
  margin-top: 20px;
  width: 195px;
  height: 44px;
  font-size: 20px;
  color: #c70020;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont .sub_div {
  background-color: #f0dcdf;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont img {
  width: 38px;
}

.our-about {
  margin-top: 70px;
}

.our-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-about .container .title_cont {
  width: 38.2%;
}

.our-about .container .title_cont .title {
  margin-top: 35px;
}

.our-about .container .right {
  font-family: 'RanyRegular';
  width: 56%;
}

.our-about .container .right .title {
  font-size: 30px;
  font-weight: 600;
}

.our-about .container .right .des {
  font-size: 20px;
  color: #878787;
  margin-top: 10px;
}

.our-about-2 {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.our-about-2 .img_sub {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.our-about-2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.our-about-2 .container .left {
  padding: 30px 0;
  width: 45%;
}

.our-about-2 .container .left .sub_img_c {
  width: 130px;
}

.our-about-2 .container .left .title {
  font-size: 48px;
  font-family: 'Rany-Medium-Italic';
  margin-top: 20px;
}

.our-about-2 .container .left .des {
  color: #878787;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  max-height: 299px;
overflow-y: scroll;
padding-right: 1em;
}

.our-about-2 .container .left .more_cont {
  color: #c70020;
  margin-top: 30px;
}

.our-about-2 .container .left .more_cont .sub_div {
  background: rgba(199, 0, 32, 0.3);
}

.our-about-2 .container .right {
  position: relative;
  width: 50%;
}

.our-about-2 .container .right img {
  width: calc(100% - 5px);
  display: block;
  position: relative;
  z-index: 2;
}

.our-about-2 .container .right .swiper {
  padding-bottom: 5px;
}

.our-about-2 .container .right .swiper-slide::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 5px;
  width: calc(100% - 5px);
  height: calc(100%);
  background: #ededed;
}

.our-about-2 .container .right .s_page {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
  z-index: 2;
  padding-right: 50px;
}

.our-about-2 .container .right .s_page .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #dfdcd9;
  opacity: 1;
}

.our-about-2 .container .right .s_page .swiper-pagination-bullet-active {
  background: #fff;
}


.our-advantage {
  margin-top: 80px;
}

.our-advantage .top {
  background-color: #c70020;
  padding-top: 20px;
  padding-bottom: 60px;
}

.our-advantage .top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.our-advantage .top .container .list {
  font-family: 'RanyRegular';
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-advantage .top .container .list .num {
  font-size: 84px;
}

.our-advantage .top .container .list .text {
  font-size: 20px;
  margin-left: 15px;
}

.our-advantage .top .container .list:nth-child(1) .num {
  width: 90px;
}

.our-advantage .top .container .list:nth-child(4) .num {
  width: 176px;
}

.our-advantage .bottom .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-advantage .bottom .container .img {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}

.our-advantage .bottom .container .img img {

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;

}

.our-advantage .bottom .container .img .play_cont_c_2 {
  width: 80px;
  height: 80px;
}

.our-advantage .bottom .container .img .play_cont_c_2 .play {
  width: 100%;
  height: 100%;
}

.our-advantage .bottom .container .img .play_cont_c_2 .play .bg_cont {
  font-size: 30px;
  line-height: 80px;
}

.our-advantage .bottom .container .right {
  width: 50%;
  padding: 70px 70px 70px 70px;
  background-color: #161616;
}

.our-advantage .bottom .container .right .title_cont {
  color: #fff;
}

.our-advantage .bottom .container .right .title_cont .title {
  margin-top: 20px;
}

.our-advantage .bottom .container .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'RanyRegular';
}

.our-advantage .bottom .container .right .content .list {
  margin-top: 40px;
  width: 44%;
}

.our-advantage .bottom .container .right .content .list .title {
  color: #fff;
  font-size: 24px;
}

.our-advantage .bottom .container .right .content .list .title span {
  color: #c70020;
}

.our-advantage .bottom .container .right .content .list .des {
  color: #909090;
  font-size: 18px;
  margin-top: 10px;
  line-height: 28px;
}

.our-honor {
  margin-top: 100px;
}


.our-honor .container .title_cont {
  text-align: center;
}

.our-honor .container .swiper {
  margin-top: 60px;
  max-width: 80%;
}

.our-honor .container .swiper .swiper-wrapper {
  align-items: center;
}

.our-honor .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.our-honor .container .swiper .swiper-wrapper .swiper-slide .shadow {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.our-honor .container .swiper .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 1;
}

.our-honor-2 {
  padding: 80px 0;
}

.our-honor-2 .container .title_cont {
  text-align: center;
}

.our-honor-2 .container .content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.our-honor-2 .container .content .left {
  width: 44%;
}

.our-honor-2 .container .content .right {
  width: 44%;
  margin-left: auto;
}

.our-honor-2 .container .content .right ul li .title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 10px 20px 36px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.our-honor-2 .container .content .right ul li .title .sub {
  position: absolute;
  top: 35px;
  left: 0;
}

.our-honor-2 .container .content .right ul li .title .sub .line {
  width: 12px;
  height: 4px;
  background: #c70020;
}

.our-honor-2 .container .content .right ul li .title .sub .line2 {
  width: 4px;
  height: 12px;
  transition: all .5s;
  position: absolute;
  transform-origin: center center;
  top: -4px;
  left: 4px;
}

.our-honor-2 .container .content .right ul li .title.active .sub .line2 {
  transform: rotate(90deg);
}

.our-honor-2 .container .content .right ul li .des {
  margin: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}



.our-contact {
  margin-top: 70px;
  background-image: url(../images/index_12.jpg);
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.our-contact .container {
  text-align: center;
  color: #fff;
  font-style:italic;
}

.our-contact .container .title {
  /*width: 990px;*/
  margin: auto;
  font-size: 50px;
  line-height: 1.1;
}

.our-contact .container .more_cont {
  font-size: 20px;
  margin: auto;
  margin-top: 30px;
  height: 40px;
  width: 190px;
}

#footer {
  background-color: #161616;
  z-index: 3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

#footer>.container {
  width: 1200px;
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer>.container .left {
  width: 310px;
}

#footer>.container .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer>.container .left .top .logo {
  width: 105px;
}

#footer>.container .left .top #ewm {
  width: 95px;
  background-color: #fff;
  padding: 4px;
}

#footer>.container .left form {
  color: #161616;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: 'RanyRegular';
  position: relative;
}

#footer>.container .left form input {
  padding: 8px 12px;
  margin-top: 6px;
  width: calc(50% - 3px);
}

#footer>.container .left form .mail,
#footer>.container .left form .content {
  width: 100%;
}

#footer>.container .left form .content {
  padding-right: 60px;
}

#footer>.container .left form .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  background-color: #c70020;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#footer>.container .left form .more img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 56%;
}

#footer>.container .left form .more:hover {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

#footer>.container .sub_line {
  width: 1px;
  height: 265px;
  background-color: #525252;
  margin: 0 95px;
}

#footer>.container .list_cont {
  font-family: 'RanyRegular';
}

#footer>.container .list_cont2 {
  width: 440px;
}

#footer>.container .list_cont .first {
  color: #c70020;
  font-size: 20px;
}

#footer>.container .list_cont .list {
  margin-top: 15px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

#footer>.container .list_cont .list_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

#footer>.container .list_cont .list_2 .img {
  width: 22px;
  margin-top: 2px;
  min-width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 8px;
}

#footer>.container .list_cont .list_2 .img img {
  max-width: 100%;
}

#footer>.container .list_cont .list_3 {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#footer>.container .list_cont .list_3:hover {
  color: #c70020;
}

#footer>.container .list_cont:last-child {
  margin-left: auto;
}

#footer .copyright {
  padding: 20px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-family: 'Poppins-Regular';
  border-top: 1px solid #525252;
}

#footer .copyright .container {
  width: 1200px;
  padding: 0;
  color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

#footer .copyright .container .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .copyright .container .share .list {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  font-size: 16px;
  margin-right: 15px;
  background-color: #cf2a26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

#footer .copyright .container .share .whatsapp {
  background-color: #3ab034;
}

#footer .copyright .container .share .wechat {
  background-color: #008534;
}

#footer .copyright .container .share .wechat .wx_code {
  background-color: #fff;
  border: #161616 solid 1px;
  padding: 5px;
  position: absolute;
  width: 150px;
  bottom: 40px;
  left: -62px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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: bottom;
  transform-origin: bottom;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#footer .copyright .container .share .wechat .wx_code::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #fff;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}

#footer .copyright .container .share .wechat .wx_code img {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}

#footer .copyright .container .share .wechat:hover .wx_code {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
}

#footer .copyright .container .share .wechat:hover .wx_code::before {
  opacity: 1;
}

#footer .copyright .container .share .twitter {
  background-color: #1aa0dd;
}

#footer .copyright .container .share .linkedin {
  background-color: #006eba;
}

#footer .copyright .container .share .youtube,
#footer .copyright .container .share .goole {
  border-radius: 50%;
}

#footer .copyright .container .right {
  color: #5f5f5f;
  font-family: 'RanyRegular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .copyright a {
  margin-left: 20px;
}

#footer .copyright a:nth-child(2) {
  margin-left: 10px;
}

#footer .copyright a img {
  margin-top: 10px;
  height: 16px;
}

@media (max-width: 1700px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div {
    width: 100%;
    padding: 0 15px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div {
    width: 40vw;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .shadow {
    width: 35vw;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>.img {
    width: 50vw;
    max-width: 800px;
  }

  #banner .sub_line_c {
    bottom: 2.5vw;
  }
}

@media (max-width: 1500px) {
  #index-body .init-1 .container .left .cont {
    width: 100%;
  }

  #index-body .init-1 .container .left .cont .title_2 {
    width: 100%;
  }
}

@media (max-width: 1250px) {
  #header>.nav>.menu .menu-box .menu-menu-container>.menu>.menu-item {
    margin-left: 30px;
  }

  #header>.nav>.menu .menu-box .right form {
    width: 130px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .title {
    font-size: 100px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>.img {
    width: 36vw;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .sub_text {
    width: 50%;
    bottom: 20px;
    font-size: 20px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .shadow {
    width: 18vw;
    right: 100px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 230px;
  }

  .our-about-2 .container .left {
    width: 100%;
    text-align: center;
  }

  .our-about-2 .container .left .more_cont {
    margin: 40px auto 0;
  }

  .our-about-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }

  #index-body .init-3 .container,
  #footer>.container,
  #footer .copyright .container {
    width: 970px;
  }

  #footer>.container .sub_line {
    margin: 0 50px;
  }
}

@media (max-width: 1000px) {
  a.foota.hidden{
        display: none !important;
  }
  #header {
    display: none;
  }

  #mobile {
    display: block;
  }

  #banner {
    margin-top: 40px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .sub_img_c{
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .title {
    font-size: 60px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .des {
    font-size: 30px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .more {
    margin-top: 40px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>.img {
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div {
    width: 100%;
    text-align: center;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .more {
    margin: 40px auto 0;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .shadow {
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .sub_text {
    display: none;
  }

  #index-body .title_cont .title {
    font-size: 40px;
  }

  .our-about-2 .container .left .title {
    font-size: 40px;
  }

  #index-body .init-1 .container .left .cont .title_2 {
    font-size: 40px;
  }

  #index-body .our-application .container .title_cont .left {
    width: 100%;
    text-align: center;
  }

  #index-body .our-application .container .title_cont .more {
    margin: 20px auto 0;
  }

  #index-body .our-application .container .content {
    width: 100%;
    margin-top: 40px;
  }

  .our-honor-2 .container .content .left {
    width: 100%;
  }

  .our-honor-2 .container .content .right {
    width: 100%;
  }

  .our-advantage .top .container .list .num {
    font-size: 70px;
  }

  .our-advantage .top .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .our-advantage .top .container .list:nth-child(4) .num {
    width: 150px;
  }

  .our-advantage .bottom .container .img {
    width: 100%;
    padding: 200px 0;
  }

  .our-advantage .bottom .container .right {
    width: 100%;
  }

  .our-contact .container .title {
    width: 100%;
    font-size: 40px;
    line-height: 1.4;
  }

  #index-body .init-3 .container,
  #footer>.container,
  #footer .copyright .container {
    width: 700px;
  }

  #footer>.container .sub_line {
    display: none;
  }

  #footer>.container .left {
    width: 100%;
  }

  #footer>.container .list_cont {
    margin-top: 30px;
  }

  #footer>.container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #footer>.container .list_cont:last-child {
    margin-left: 0;
  }

  #footer .copyright .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .copyright .container .right {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .des {
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .title {
    font-size: 40px;
  }

  .our-about .container .title_cont {
    width: 100%;
    text-align: center;
  }

  .our-about .container .right {
    text-align: center;
    width: 100%;
  }

  #index-body .init-1 .container .left {
    text-align: center;
    width: 100%;
  }

  #index-body .init-1 .container .left .cont .more {
    margin: auto;
    margin-top: 20px;
  }

  #index-body .init-1 .container .swiper {
    width: 100%;
    margin-top: 30px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 20px 10px;
    text-align: center;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    margin: auto;
    margin-top: 20px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
  }

  .our-advantage {
    display: none;
  }

  #index-body .init-2 .container .title_cont {
    width: 100%;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 50vw;
  }

  .our-contact {
    display: none;
  }

  #index-body .init-3 .container {
    width: 100%;
    padding: 0 15px;
  }

  #index-body .init-3 .container .title_cont_c {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-body .init-3 .container .title_cont_c .title_cont {
    width: 100%;
    text-align: center;
  }

  #index-body .init-3 .container .title_cont_c .more {
    margin-top: 20px;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img .cat_name {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont {
    margin: auto;
    margin-top: 20px;
  }

  #footer>.container,
  #footer .copyright .container {
    width: 100%;
  }

  #footer>.container {
    padding: 45px 15px;
  }

  #footer>.container .left .top {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #footer>.container .list_cont {
    width: 100%;
    text-align: center;
  }

  #footer>.container .list_cont .list_2 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer>.container .list_cont:last-child {
    display: none;
  }

  #footer .copyright .container .share {
    display: none;
  }
}

@media (max-width: 500px) {
  #Pop_UpsBtn {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  #go_top {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    bottom: 66px;
  }

  #index-body {
    padding-bottom: 40px;
  }

  .INDUSTRY {
    display: none;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide>img {
    height: 100%;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .more {
    margin-top: 20px;
  }

  .more_cont {
    width: 160px;
    height: 38px;
    font-size: 18px;
  }

  .more_cont img {
    width: 26px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div>div .title {
    font-size: 26px;
  }

  .our-about {
    margin-top: 40px;
  }

  #index-body .title_cont .title {
    font-size: 20px;
    margin-top: 15px;
  }

  .our-about .container .right .title {
    font-size: 18px;
  }

  .our-about .container .right .des {
    font-size: 16px;
    line-height: 2;
  }

  .our-about-2 {
    margin-top: 40px;
  }

  .our-about-2 .container .left .title {
    font-size: 20px;
  }

  .our-about-2 .container .left .des {
    font-size: 16px;
    line-height: 2;
  }

  #index-body .init-1 {
    margin-top: 40px;
  }

  #index-body .init-1 .container .left .img {
    height: auto;
  }

  #index-body .init-1 .container .left .cont .title_1 {
    font-size: 18px;
  }

  #index-body .init-1 .container .left .cont .title_2 {
    font-size: 20px;
  }

  #index-body .init-1 .container .left .cont .des {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2;
  }

  #index-body .init-1 .container .left .cont .more {
    font-size: 16px;
  }

  .more_cont_2 {
    width: 150px;
    height: 38px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    width: 144px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    font-size: 16px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .cont .more img {
    width: 26px;
  }

  #index-body .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 95vw;
  }

  .our-advantage .top {
    padding: 0;
    padding-bottom: 20px;
  }

  .our-advantage .top .container .list {
    width: 100%;
    margin-top: 20px;
  }

  .our-advantage .top .container .list .num {
    font-size: 40px;
  }

  .our-advantage .top .container .list .text {
    font-size: 16px;
  }

  .our-advantage .top .container .list:nth-child(4) .num {
    width: 85px;
  }

  #index-body .title_cont .sub_img_c {
    width: 100px;
  }

  #index-body .init-2 {
    margin-top: 40px;
  }

  #index-body .init-2 .container .swiper {
    margin-top: 20px;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 95vw;
  }

  #index-body .init-2 .container .s_page {
    margin-top: 20px;
    width: 100%;
  }

  #index-body .init-3 {
    margin-top: 40px;
  }

  #index-body .init-3 .container .title_cont_c .title_cont .title {
    margin-top: 15px;
  }

  #index-body .init-3 .container .title_cont_c .more {
    width: 190px;
    height: 45px;
    font-size: 16px;
  }

  #index-body .init-3 .container .title_cont_c .more img {
    width: 28px;
    margin-left: 20px;
  }

  #index-body .init-3 .container .swiper {
    margin-top: 30px;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 95vw;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont {
    font-size: 16px;
    width: 160px;
    height: 38px;
  }

  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont img {
    width: 28px;
  }

  #footer>.container .left form input {
    width: 100%;
  }

  #footer>.container .list_cont .list {
    font-size: 18px;
  }

  #footer>.container .list_cont .list_2 {
    font-size: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  #footer .copyright .container .right {
    margin: 0;
  }
}



















/*inner-page*/

.m-nav_hc {
  z-index: 2;
  position: relative;
  display: none;
}

.m-nav_hc i {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-align: center;
}

.m-nav_hc i.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav_hc .active_cate {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 6px 16px;
  padding-right: 36px;
  text-transform: uppercase;
}

.m-nav_hc .active_cate i {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}



.m-nav_hc .item_cont {
  -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
  box-shadow: 0 0 6px 0 #cdcdcd;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}



.m-nav_hc .item_cont .item {
  padding: 10px 16px;
  padding-right: 36px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
  color: #000;
}

.m-nav_hc .item_cont .item:last-child {
  border-bottom: none;
}

.m-nav_hc .item_cont .item i {
  position: absolute;
  top: 15px;
  right: 16px;
}

.m-nav_hc .item_cont .item a {
  display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
  color: #000;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

.inner-banner {
  padding: 40px 0 30px;
  color: white;
  background: url("../images/inner-banner.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 114px;
}

.inner-banner .box {
  padding-left: 30%;
}

.inner-banner .box h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 32px;
}

h1.hengjiucat {
  color: #c70020;
  font-size: 30px;
  padding-top: 30px;
  font-weight: 700;
}

.inner-banner .box .mbx {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 28px;
}

.inner-banner .box .mbx a:hover {
  text-decoration: underline;
}

.inner-page {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.inner-page .ui.container {
  max-width: 1500px;
}



.faq-page {
  padding: 60px 0;
}

.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}

.faq-page ul li:last-child {
  margin-bottom: 0;
}

.related_products {
  margin-top: 60px;
}

.related_products .container {
  padding: 0;
  max-width: 1520px;
}

.tianyingcp p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.tianyingcp ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.tianyingcp h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.tianyingcp h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #c70020;
}
.tianyingcp ol li,.tianyingcp ul li {
    list-style: disc;
    list-style-position: inside;
}




.related_products .tip_title {
  font-size: 30px;
  font-weight: 600;
}

.related_products .swiper {
  margin-top: 30px;
}

.related_products .swiper .swiper-slide .img {
  height: 330px;
}

.related_products .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  transition: all .5s;
}

.related_products .swiper .swiper-slide:hover .title{
  color: #c70020;
}

.related_products .swiper .swiper-slide .img img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.related_products .swiper .swiper-slide .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight:600;
}

.related_products .swiper .swiper-slide .des {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.factory-page .navList {
  margin-top: 80px;
}

.factory-page .navList ul {
  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;
  justify-content: center;
}

.factory-page .navList ul li {
  font-weight: 300;
  font-family: 'Rany-Medium-Italic';
  font-size: 24px;
  color: #373330;
  width: auto;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 20px;
}

.factory-page .navList ul li a {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 20px;
}

.factory-page .navList ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
  width: 100%;
}

.factory-page .imgList {
  padding: 60px 0;
}

.factory-page .imgList .list ul {
  margin: -10px;
}

.factory-page .imgList .list ul li {
  padding: 10px;
}

.factory-page .imgList .list ul li video{
  display: block;
  width: 100%;
}

.factory-page .imgList .list ul li .video_text{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.factory-page .imgList .list ul li a {
  display: block;
  position: relative;
}

.factory-page .imgList .list ul li a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.factory-page .imgList .list ul li a img {
  display: block;
  width: 100%;
}

.factory-page .imgList .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}






.contact-page .contact-1 {
  padding: 80px 0 110px;
}

.contact-page .contact-1 .left {
  width: 48%;
  padding-right: 8%;
}

.contact-page .contact-1 .left span.tag {
  font-weight: 500;
  font-size: 24px;
  color: #c70020;
  display: block;
  line-height: 1.2;
}

.contact-page .contact-1 .left h2 {
  font-size: 48px;
  color: #191919;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 20px;
}

.contact-page .contact-1 .left .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
}

.contact-page .contact-1 .left .share {
  margin-top: 40px;
}

.contact-page .contact-1 .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: 16px;
  color: black;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left .share ul li a {
  display: block;
}

.contact-page .contact-1 .left .share ul li:hover {
  color: white;
  border-color: #c70020;
  background: #c70020;
}

.contact-page .contact-1 .right {
  width: 52%;
}

.contact-page .contact-1 .right .form ul {
  margin: -15px;
}

.contact-page .contact-1 .right .form ul li {
  padding: 15px;
}

.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  width: 100%;
  line-height: 28px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #ababab;
  display: block;
  font-size: 18px;
  color: #ababab;
}

.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}

.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #666;
}

.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #666;
}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #666;
}

.contact-page .contact-1 .right .form ul li textarea {
  height: 170px;
}

.contact-page .contact-1 .right .form ul li input[type="submit"] {
  font-weight: 500;
  font-size: 20px;
  color: white;
  background: #c70020;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .right .form ul li input[type="submit"]:hover {
  opacity: .7;
}

.contact-page .contact-2 {
  padding-bottom: 120px;
}

.contact-page .contact-2 .left {
  padding-right: 2%;
  vertical-align: middle;
}

.contact-page .contact-2 .left span.tag {
  font-size: 96px;
  font-weight: bold;
  -webkit-text-stroke: 1px #e7e7e7;
  text-transform: uppercase;
  line-height: .8;
  color: transparent;
  display: block;
  margin-bottom: -47px;
}

.contact-page .contact-2 .left h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #c70020;
}

.contact-page .contact-2 .left h4 {
  font-weight: bold;
  font-size: 30px;
  color: #191f26;
  text-transform: uppercase;
  margin: 25px 0 20px;
  line-height: 1;
}

.contact-page .contact-2 .left .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #484848;
  max-width: 550px;
  margin-top: 25px;
}

.contact-page .contact-2 .left .list {
  margin-top: 40px;
}

.contact-page .contact-2 .left .list ul {
  margin: -30px -15px;
}

.contact-page .contact-2 .left .list ul li {
  padding: 30px 15px;
}


.contact-page .contact-2 .left .list ul li .box2 {
  display: inline-block;
  position: relative;
  padding-left: 75px;
  width: 100%;
}

.contact-page .contact-2 .left .list ul li .box2 i {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .contact-2 .left .list ul li .box2 h6 {
  font-size: 18px;
  color: #c70020;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin: 5px 0;
}

.contact-page .contact-2 .left .list ul li .box2 p {
  font-weight: 500;
  font-size: 18px;
  color: #3c3c3c;
  /*margin-top: 10px;*/
}

.contact-page .contact-2 .left .list ul li:nth-child(odd) {
  width: 45%;
}

.contact-page .contact-2 .left .list ul li:nth-child(even) {
  width: 55%;
}

.contact-page .contact-2 .left .list ul li:nth-child(3){
  width: 100%;
}

.contact-page .contact-2 .right {
  vertical-align: middle;
  text-align: right;
}

.contact-page .map .amap-copyright,
.contact-page .map .amap-logo {
  display: none !important;
}

.service-page .service-1 {
  padding: 80px 0 60px;
}

.service-page .service-1 span.tag {
  font-weight: 500;
  font-size: 24px;
  color: #c70020;
  line-height: 1.2;
  display: block;
}

.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}

.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: 60px;
}

.service-page .service-1 .list {
  margin-top: 75px;
}

.service-page .service-1 .list ul {
  margin: -20px;
}

.service-page .service-1 .list ul li {
  padding: 20px;
}

.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid #c70020;
}

.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}

.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}

.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}

.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}

.service-page .service-1 .list ul li .box .content h4:hover {
  color: #c70020;
}

.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}

.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}

.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}

.service-page .service-2 .list {
  text-align: left;
}

.service-page .service-2 .list ul {
  counter-reset: number;
}

.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}

.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
  counter-increment: number;
  font-weight: 400;
  color: #cdcdcd;
  display: block;
  line-height: 1;
  font-size: 20px;
}

.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #c70020;
  margin: 10px 0 25px;
  display: block;
}

.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}

.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: #c70020;
  margin-top: 15px;
  display: block;
}

.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #c70020;
  color: white;
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}

.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}

.service-page div.formBox {
  margin-top: 60px;
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}

.service-page div.formBox h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.service-page div.formBox ul {
  margin: -10px;
}

.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}

.service-page div.formBox ul li label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  color: #525252;
}

.service-page div.formBox ul li input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}

.service-page div.formBox ul li input[type="submit"] {
  width: 140px;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 5px;
  background: #c70020;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.service-page .service-new .box ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.service-page .service-new .box ul li {
  padding: 15px;
}

.service-page .service-new .box ul li .box2 {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  /*border: 1px solid #e3e3e3;
      box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  height: 100%;
}

.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}

.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}

.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}

.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}

.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}

.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: #c70020;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.service-page .service-2 a.more i {
  margin-right: 10px;
}

.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: #c70020;
  display: block;
  margin-left: auto;
}

.service-page .service-3 {
  padding: 90px 0 150px;
  background-color: #f9f9f9;
  margin-top: 80px;
}

.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}

.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: #c70020;
}

.service-page .service-3 .list {
  margin: 65px 0 85px;
}

.service-page .service-3 .list .slide ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}

.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 18px;
  /*font-weight: 300;*/
  border-bottom: 2px solid #efefef;
  /*text-transform: uppercase;*/
  padding-right: 30px;
  position: relative;
}

.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}

.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #c70020;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-page .service-3 .list .slide 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);
}

.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-page .service-3 .list .slide ul li .text {
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: 300;
  color: #000000;
  display: none;
}

.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}

.service-page .service-3 .list .slide:first-child {
  padding-right: 2%;
}

.service-page .service-3 .list .slide:last-child {
  padding-left: 2%;
}

.service-page .service-3 .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  max-width: 70%;
  display: inline-block;
}

.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  border-radius: 5px;
  background: #c70020;
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.service-page .service-3 a.more:hover {
  opacity: .7;
}

.why-page .why-1 {
  padding-top: 80px;
}

.why-page.about_factory_page {
  margin-top: 0;
}

.why-page.about_factory_page .why-1 {
  padding: 80px 0;
}

.about_factory_page .play_cont_c {
  margin-bottom: 60px;
}

.about_factory_page .play_cont_c>img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_factory_page .play_cont_c .play_cont_c_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_factory_page .play_cont_c .play_cont_c_2 .play {
  width: 78px;
  position: relative;
  height: 78px;
}

.why-page .why-1 .left {
  vertical-align: middle;
}

.why-page .why-1 .left .img {
  height: 360px;
  background-size: cover;
  background-position: center center;
}

.why-page .why-1 .right {
  vertical-align: middle;
  padding-left: 4%;
  padding-right: 2%;
}

.why-page .why-1 .right h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: #1b1b1b;
}

.why-page .why-1 .right .content {
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.6;
}

.why-page .why-2 {
  padding: 40px 0;
}

.why-page .why-2 ul {
  margin: -20px;
  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;
}

.why-page .why-2 ul li {
  padding: 20px;
}

.why-page .why-2 ul li .box {
  -o-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  padding: 55px 35px 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  height: 100%;
}

.why-page .why-2 ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #c70020;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c70020), color-stop(100%, #64a5da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(-45deg, #c70020 0%, #64a5da 100%);
  /* firefox */
  background: -webkit-linear-gradient(45deg, #c70020 0%, #64a5da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, -45deg, from(#c70020), to(#64a5da));
  background: -webkit-linear-gradient(-45deg, #c70020, #64a5da);
  background: -moz-linear-gradient(-45deg, #c70020, #64a5da);
  background: linear-gradient(to -45deg, #c70020, #64a5da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#64a5da',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#64a5da', GradientType=1);
  /* 兼容IE5~IE9 */
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.why-page .why-2 ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 67px;
}

.why-page .why-2 ul li .box h4 {
  font-size: 24px;
  font-family: 'Rany-Medium';
  line-height: 1.2;
  margin: 30px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.why-page .why-2 ul li .box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.why-page .why-2 ul li .box:hover:after {
  opacity: 1;
}

.why-page .why-2 ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.why-page .why-2 ul li .box:hover h4,
.why-page .why-2 ul li .box:hover p {
  color: white;
}

.why-page .why-3 {
  background: #f9f9f9;
  padding: 115px 0 93px 0;
}

.why-page .why-3 .left {
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.why-page .why-3 .left ul {
  margin: -7px;
}

.why-page .why-3 .left ul li {
  padding: 7px;
}

.why-page .why-3 .left ul li a.img-box {
  display: block;
}

.why-page .why-3 .left ul li a.img-box img {
  display: block;
  width: 100%;
}

.why-page .why-3 .left ul li p{
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.why-page .why-3 .right {
  width: 34%;
  vertical-align: middle;
  position: relative;
  padding-left: 4%;
}

.why-page .why-3 .right h3 {
  font-weight: bold;
  font-size: 30px;
  color: #1b1b1b;
  line-height: 1.2;
  text-transform: capitalize;
}

.why-page .why-3 .right .text {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0 20px;
}

.why-page .why-3 .right a.more {
  line-height: 35px;
  height: 35px;
  padding: 0 17px;
  border-radius: 17px;
  background: #c70020;
  color: white;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  text-transform: capitalize;
}

.why-page .why-3 .right a.more:hover {
  opacity: .7;
}

.why-page .why-3 .box {
  margin-top: 95px;
}

.why-page .why-3 .box:first-child {
  margin-top: 0;
}

.why-page .why-3 .box:nth-child(even) .left {
  left: 33.5%;
}

.why-page .why-3 .box:nth-child(even) .right {
  left: -66%;
  padding-left: 0;
  padding-right: 4%;
}

.why-page .why-4 {
  padding: 100px 0 120px;
}

.why-page .why-4 .list ul {
  margin: -40px;
}

.why-page .why-4 .list ul li {
  padding: 40px;
}

.why-page .why-4 .list ul li img {
  display: block;
}

.why-page .why-4 .list ul li p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
}

.why-page .why-4 .list ul .slick-dots {
  padding-top: 40px;
  text-align: center;
}

.why-page .why-4 .list ul .slick-dots li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: #d4d4d4;
  cursor: pointer;
  cursor: hand;
  padding: 0;
}

.why-page .why-4 .list ul .slick-dots li button {
  display: none;
}

.why-page .why-4 .list ul .slick-dots li.slick-active {
  background: #c70020;
}

@media screen and (max-width: 1700px) {
  .why-page .why-1 .right h3 {
    font-size: 32px;
  }

  .why-page .why-1 .right .content {
    margin-top: 20px;
  }

  .why-page .why-1 {
    padding-top: 70px;
  }

  .why-page .why-2 {
    padding: 60px 0;
    padding-top: 30px;
  }

  .why-page .why-2 ul li .box {
    padding: 25px;
  }

  .why-page .why-2 ul li .box h4 {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .why-page .why-2 ul li .box i {
    height: auto;
  }

  .why-page .why-2 ul li .box i img {
    max-height: 48px;
  }

  .why-page .why-2 ul li .box p {
    font-size: 14px;
  }

  .why-page .why-3 {
    padding: 70px 0;
  }

  .why-page .why-3 .box {
    margin-top: 50px;
  }

  .why-page .why-4 {
    padding: 60px 0 80px;
  }

  .service-page .service-1 {
    padding: 60px 0;
  }

  .service-page .service-1 span.tag {
    font-size: 20px;
  }

  .service-page .service-1 h2 {
    font-size: 36px;
  }

  .service-page .service-1 .list {
    margin-top: 50px;
  }

  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }

  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }

  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }

  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }

  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }

  .service-page .service-3 {
    padding: 70px 0;
  }

  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }

  .contact-page .contact-1 {
    padding: 70px 0;
  }

  .contact-page .contact-1 .left h2 {
    font-size: 40px;
  }

  .contact-page .contact-1 .left .text {
    font-size: 14px;
  }

  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 10px;
    font-size: 16px;
  }

  .contact-page .contact-1 .right .form ul li {
    padding: 10px;
  }

  .contact-page .contact-1 .right .form ul {
    margin: -10px;
  }

  .contact-page .contact-2 .left span.tag {
    font-size: 70px;
  }

  .contact-page .contact-2 .left h2 {
    font-size: 40px;
  }

  .contact-page .contact-2 .left h4 {
    font-size: 24px;
  }

  .contact-page .contact-2 .left .list ul li .box2 p {
    font-size: 16px;
  }

  .contact-page .contact-1 .right .form ul li input[type="submit"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 1500px) {
  .inner-banner .box {
    padding-left: 20%;
  }

  .contact-page .contact-2 {
    padding-bottom: 60px;
  }

  #mapContainer {
    height: 340px !important;
  }

  .why-page .why-3 .right .text {
    font-size: 14px;
    margin: 10px 0;
  }

  .factory-page .navList {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .why-page .why-4 .list ul li {
    padding: 15px;
  }

  .why-page .why-4 .list ul {
    margin: -15px;
  }

  .why-page .why-3 .right h3 {
    font-size: 24px;
  }

  .why-page .why-2 ul li .box h4 {
    font-size: 18px;
  }

  .why-page .why-2 ul li .box {
    padding: 10px;
  }

  .why-page .why-2 ul li {
    padding: 10px;
  }

  .why-page .why-2 ul {
    margin: -10px;
  }

  .why-page .why-1 .right h3 {
    font-size: 26px;
  }

  .service-page .service-3 h2:after {
    margin-top: 15px;
  }

  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }

  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }

  .contact-page .contact-1 .left h2 {
    font-size: 32px;
  }

  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-page .contact-1 .right .form ul li input[type="submit"] {
    font-size: 16px;
  }

  .contact-page .contact-2 .left .list ul li {
    width: 100% !important;
    padding: 5px;
  }

  .contact-page .contact-2 .left .list ul {
    margin: -5px;
  }

  .contact-page .contact-2 .left .list ul li .box2 {
    padding-left: 50px;
  }

  .contact-page .contact-2 .left .list ul li .box2 i {
    width: 40px;
  }

  .contact-page .contact-2 .left .list ul li .box2 p {
    margin-top: 0;
  }

  .contact-page .contact-2 .left .list ul li .box2 h6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .m-nav_hc {
    display: block;
  }

  .inner-banner {
    margin-top: 40px;
  }

  .inner-banner .box {
    padding-left: 0;
  }

  .inner-banner .box h2 {
    font-size: 28px;
  }

  .inner-banner .box .mbx {
    font-size: 14px;
  }


  .faq-page ul li h4 {
    font-size: 18px;
  }

  .faq-page ul li .content {
    font-size: 14px;
  }

  .factory-page .navList {
    display: none;
  }

  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .contact-page .contact-1 .left .share {
    margin-top: 10px;
  }

  .contact-page .contact-1 .left h2 {
    font-size: 28px;
    margin: 10px 0;
  }

  .contact-page .contact-2 .left span.tag {
    font-size: 50px;
  }

  .contact-page .contact-2 .left h2 {
    font-size: 32px;
  }

  .contact-page .contact-2 .left h4 {
    margin: 10px 0;
  }

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .contact-page .contact-2 .box .left{
    width: 100%;
  }
  

  .contact-page .contact-2 .right {
    display: none;
  }

  .contact-page .contact-2 .left .list {
    margin-top: 20px;
  }

  .contact-page .contact-2 .left .text {
    max-width: none;
  }

  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
  }

  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }

  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }

  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }

  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }

  .service-page .service-2 a.more {
    margin-top: 40px;
  }

  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }

  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .why-page .why-3 .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 25px;
  }

  .why-page .why-3 .left {
    width: 100%;
    left: 0 !important;
  }

  .why-page .why-3 {
    padding: 40px 0;
  }

  .why-page .why-2 ul li {
    width: 50% !important;
  }

  .why-page .why-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .why-page .why-1 .left {
    width: 100%;
  }

  .why-page .why-1 .left .img {
    height: 240px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner {
    padding: 25px 0;
  }

  .inner-banner .box h2 {
    font-size: 16px;
  }

  .page-product .product-content .des {
    padding: 0 3%;
  }

  .related_products .swiper .swiper-slide .img {
    height: 50vw;
  }

  .contact-page .contact-1 {
    padding: 40px 0;
  }

  .contact-page .contact-1 .left h2 {
    font-size: 24px;
  }

  .service-page .service-1 .list ul li {
    padding: 10px;
  }

  .service-page .service-1 .list ul {
    margin: -10px;
  }

  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }

  .why-page .why-2 ul li {
    width: 100% !important;
  }

  .why-page .why-1 .right h3 {
    font-size: 22px;
  }

  .why-page .why-1 {
    padding-top: 50px;
  }

  .service-page .service-3 .content {
    max-width: none;
  }

  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }

  .service-page .service-2 a.more {
    font-size: 16px;
  }

  .contact-page .contact-1 .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.inner-page {
  /*padding: 70px 0;*/
}

.contact-page,
.why-page,
.service-page {
  padding: 0;
}

.m-link {
  margin-top: 40px;
}

.m-link a {
  display: block;
  margin-top: 5px;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  transition: .5s;
}

.m-link a:hover {
  color: #C70020;
}

.m-page {
  text-align: center;
  margin-top: 40px;
}

.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  transition: .5s;
}

.m-page a:hover,
.m-page span.current {
  color: white;
  background: #c70020;
}

.about-page .about-1 {
  padding: 0 100px;
  /*background: #f9f9f9;*/
}

.about-page .about-1 h4 {
  text-align: center;
  font-size: 20px;
  color: #090909;
}

.about-page .about-1 .box {
  padding-top: 40px;
  padding-bottom: 80px;
}

.about-page .about-1 .box .left {
  vertical-align: middle;
  padding-right: 30px;
  position: relative;
}

.about-page .about-1 .box .left .play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  cursor: hand;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-1 .box .left .box2 {
  position: absolute;
  bottom: 15px;
  left: 0;
}

.about-page .about-1 .box .left .box2 h3 {
  display: inline-block;
  font-size: 40px;
  color: white;
  padding: 0 60px 0 15px;
  background: rgba(0, 0, 0, 0.66);
  line-height: 50px;
  height: 50px;
}

.about-page .about-1 .box .left .box2 p {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  font-size: 25px;
  color: white;
  background: rgba(0, 0, 0, 0.66);
  margin-top: 5px;
}

.about-page .about-1 .box .right {
  vertical-align: middle;
  padding-left: 30px;
}

.about-page .about-1 .box .right .content {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.about-page .about-1 .box .right .content p {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 1.8;
}

.about-page .about-1 .box .right .content p:last-child {
  padding-bottom: 0;
}

.about-page .about-2 {
  padding: 75px 0 110px;

}

.about-page .about-2 h2 {
  text-align: center;
}

.about-page .about-2 .box {
  /*padding-top: 60px;*/
}

.about-page .about-2 .box .content {
  font-size: 18px;
  line-height: 34px;
}

.about-page .about-2 .box .content p {
  padding-bottom: 45px;
}

.about-page .about-2 .box .content p:last-child {
  padding-bottom: 0;
}

.about-page .about-2 .box .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-2 .box .content .play_cont_c {
  padding: 300px 0;
  position: relative;
}


.about-page .about-2 .box .left {
  padding-right: 15px;
}

.about-page .about-2 .box .right {
  padding-left: 15px;
}

.about-page .about-3 {
  padding-top: 100px;
  text-align: center;
  background: #efefef;
  padding-bottom: 110px;

}

.about-page .about-3 h2 {
  text-transform: capitalize;
}

.about-page .about-3 .box {
  padding-top: 95px;
}

.about-page .about-3 .box ul li {
  padding: 0 15px;
}

.about-page .about-3 .box ul li .text {
  max-width: 300px;
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-block;
}

.about-page .about-3 .box ul li .text:after {
  content: '';
  width: 175px;
  height: 175px;
  border-radius: 100%;
  background: #ebeeed;
  position: absolute;
  top: -20px;
  left: -25%;
  z-index: -1;
}

.about-page .about-3 .box ul li:nth-child(1) .text:after {
  background: #c70020;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #fff), color-stop(100%, #e1e8be));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #c70020 0%, #fff 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* ie */
  background: linear-gradient(to bottom, #fff, #fff);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#e1e8be',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#e1e8be', GradientType=0);
  /* 兼容IE5~IE9 */
}

.about-page .about-3 .box ul li:nth-child(2) .text:after {
  background: #c70020;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #fff), color-stop(100%, #b7cc8e));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* ie */
  background: linear-gradient(to bottom, #fff, #fff);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#b7cc8e',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#b7cc8e', GradientType=0);
  /* 兼容IE5~IE9 */
}

.about-page .about-3 .box ul li:nth-child(3) .text:after {
  background: #c70020;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #c70020), color-stop(100%, #9abf8e));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* ie */
  background: linear-gradient(to bottom, #fff, #fff);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#9abf8e',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#9abf8e', GradientType=0);
  /* 兼容IE5~IE9 */
}

.about-page .about-3 .box ul li .text:after {
  background: #c70020;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #c70020), color-stop(100%, #9abf8e));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  /* chrome */
  background: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* opera */
  background: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
  /* ie */
  background: linear-gradient(to bottom, #fff, #fff);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#9abf8e',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70020', endColorstr='#9abf8e', GradientType=0);
  /* 兼容IE5~IE9 */
}

.about-page .about-3 .box ul li .text h3 {
  font-size: 28px;
  line-height: 38px;
  color: #c70020;
  font-weight: 600;
}

.about-page .about-3 .box ul li .text p {
  display: block;
  font-size: 20px;
  line-height: 2;
  margin-top: 25px;
  font-weight: 600;
}

.about-page .about-4 {
  padding: 100px 0 80px;
  text-align: center;
}

.about-page .about-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 40px;
}

.about-page .about-4 .box {
  padding: 50px 0 20px;
}

.about-page .about-4 .box ul,
.network-page .network-2 .box ul,
.network-page .network-2 .box ul {
  margin: -15px;
}

.about-page .about-4 .box ul li,
.network-page .network-2 .box ul li,
.contact-page .contact-4 .box ul li {
  padding: 15px;
}

.about-page .about-4 .box ul li:nth-child(7)~li,
.network-page .network-2 .box ul li:nth-child(7)~li {
  display: none;
}

.team-page .top {
  padding-top: 10px;
  text-align: center;
}

.team-page .top h4 {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Rany-Medium-Italic";
  font-weight: 300;
  line-height: 1.5;
  text-align: center;

}

.team-page .bottom ul li {
  padding: 100px 0 120px;

}

.team-page .bottom ul li .img {
  padding-right: 4%;
  position: relative;
}

.team-page .bottom ul li .img a {
  display: block;
}

.team-page .bottom ul li .img img {
  width: 100%;
}

.team-page .bottom ul li .text {
  padding: 0 2%;
  position: relative;
}

.team-page .bottom ul li .text .content {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #c70020;
  line-height: 34px;
  max-height: 180px;
}

.team-page .bottom ul li:nth-child(even) {
  background: #f8f8f8;
}

.team-page .bottom ul li:nth-child(even) .img {
  left: 50%;
  padding-left: 4%;
  padding-right: 0;
}

.team-page .bottom ul li:nth-child(even) .text {
  left: -50%;
}

.custom-page {
  padding: 90px 0 120px;
}

.custom-page h2.title {
  text-align: center;
  text-transform: none;
}

.custom-page h2.title small {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 20px;
  color: #4e4243;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 100px;
  display: block;
}

/*.custom-page .box {
    padding-top: 70px;
  }*/
.custom-page .box ul {
  margin: -20px 0;
}

.custom-page .box ul li {
  padding: 20px 0;
}

.custom-page .box ul li .img {
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}

.custom-page .box ul li .img a.img-box {
  display: block;
}

.custom-page .box ul li .img a.img-box img {
  width: 100%;
}

.custom-page .box ul li .text {
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}

.custom-page .box ul li .text .content {
  padding: 0 30px;
}

.custom-page .box ul li .text h2.title {
  text-align: left;
  font-size: 40px;
  color: #180f08;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-page .box ul li .text p {
  display: block;
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}

.custom-page .box ul li:nth-child(even) .img {
  left: 50%;
  padding-right: 0;
  padding-left: 30px;
}

.custom-page .box ul li:nth-child(even) .text {
  left: -50%;
  padding-left: 0;
  padding-right: 30px;
}

.network-page {
  padding: 60px 0 50px;
  text-align: center;
}

.network-page h2.title {
  text-transform: none;
}

.network-page .network-1 .content {
  padding-top: 80px;
}

.network-page .network-1 .content img {
  margin: 0 auto;
}

.network-page .network-1 .content .text {
  width: 1070px;
  padding-top: 80px;
  font-size: 18px;
  line-height: 34px;
  margin: 0 auto;
}

.network-page .network-2 {
  padding-top: 100px;
}

.network-page .network-2 h2.title small {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 40px;
}

.network-page .network-2 .box {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .right .content p {
    font-size: 22px;
    line-height: 30px;
  }

  .about-page .about-1 .box .left .box2 h3 {
    font-size: 34px;
  }

  .about-page .about-1 .box .left .box2 p {
    font-size: 22px;
  }

  .about-page .about-3 .box ul li .text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .custom-page {
    padding: 60px 0;
  }

  .custom-page .box ul li .text p {
    font-size: 22px;
  }

  .about-page .about-1 .box .right .content p {
    font-size: 18px;
    line-height: 1.7;
  }

  .about-page .about-1 {
    padding: 50px 0;
  }

  .about-page .about-2 {
    padding: 70px 0;
  }

  .about-page .about-2 .box {
    padding-top: 30px;
  }

  .about-page .about-2 .box .content p {
    padding-bottom: 15px;
  }

  .about-page .about-3 .box ul li .text h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .about-page .about-3 .box ul li .text p {
    font-size: 18px;
    line-height: 1.6;
  }

  .about-page .about-4 h2 small {
    margin-top: 20px;
  }

  .network-page .network-2 h2.title small {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .custom-page .box ul li .text p {
    font-size: 18px;
  }

  .team-page .top {
    padding-top: 60px;
  }

  .team-page .bottom ul li .text .content {
    font-size: 14px;
    max-height: none;
  }
}

@media screen and (max-width: 1250px) {
  .team-page .bottom ul li .img {
    padding-right: 2%;
  }

  .team-page .bottom ul li:nth-child(even) .img {
    padding-left: 2%;
    padding-right: 0;
  }

  .team-page .bottom ul li .text .content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  img.down {
    max-width: 16px;
  }

  .custom-page .box ul li .text h2.title {
    font-size: 26px;
  }

  .custom-page .box ul li .text p {
    font-size: 20px;
    line-height: 28px;
  }

  .about-page .about-1 .box .left {
    padding-right: 0;
  }

  .about-page .about-1 .box .right .content p {
    font-size: 18px;
  }

  .about-page .about-2 .box .content {
    font-size: 16px;
  }

  .team-page .bottom ul li .text .content {
    font-size: 14px;
    max-height: 140px;
    overflow: auto;
  }

  .custom-page h2.title small {
    margin-bottom: 60px;
  }

  .custom-page .box ul li .text h2.title {
    font-size: 25px;
  }

  .custom-page .box ul li .text p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1000px) {

  .about-page .about-1 .box .left{
    width: 100%;
  }
  .about-page .about-1 .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .custom-page .box ul li .text,
  .team-page .bottom ul li .text {
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }

  .custom-page .box ul li .img,
  .team-page .bottom ul li .img {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }

  .custom-page .box ul li .text,
  .team-page .bottom ul li .text {
    padding: 20px 0 0 !important;
  }

  .custom-page .box ul li,
  .team-page .bottom ul li {
    border-bottom: 1px #eee dashed;
  }

  .custom-page .box ul li:last-child,
  .team-page .bottom ul li:last-child {
    border-bottom: none;
  }

  .team-page .top h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .about-page .about-4 .box ul li,
  .network-page .network-2 .box ul li,
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }

  .team-page .bottom ul li .text .content {
    max-height: none;
  }

  .custom-page .box ul li .text h2.title {
    font-size: 24px;
  }

  .about-page .about-2 .box .content .play_cont_c {
    padding: 100px 0;
  }
}

@media screen and (max-width: 700px) {
  .custom-page .box {
    padding-top: 30px;
  }

  .custom-page .box ul li .text .content {
    padding: 0 15px;
  }

  .custom-page .box ul li .text h2.title {
    font-size: 24px;
  }

  .custom-page .box ul li .text p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-page .about-3 .box ul li .text p {
    margin-top: 10px;
  }

  .about-page .about-3 .box ul li .text h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .about-page .about-3 .box ul li .text:after {
    width: 100px;
    height: 100px;
    left: 20%;
  }

  .about-page .about-3 .box ul li {
    margin: 20px 0;
  }

  .about-page .about-4 {
    padding: 40px 0;
  }

  .about-page .about-3 .box ul li {
    width: 33.333%;
  }

  .about-page .about-3 .box ul li .text p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-3 .box ul li .text:after {
    left: -10%;
  }

  .about-page .about-4 .box ul li,
  .network-page .network-2 .box ul li,
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }

  .about-page .about-4 .box ul,
  .network-page .network-2 .box ul,
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }

  .custom-page .box {
    padding-top: 0;
  }

  .custom-page .box ul li .text h2.title {
    font-size: 20px;
  }

  .about-page .about-4 .box ul li,
  .network-page .network-2 .box ul li,
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 500px) {

  .about-page .about-3 .box ul li,
  .about-page .about-3 .box ul li .text {
    width: 100%;
  }

  .inner-page {
    padding: 30px 0;
    margin-top: 10px;
  }

  .factory-page .imgList {
    padding: 30px 0;
  }

  .related_products .swiper .swiper-slide .img {
    height: 90vw;
  }

  .why-page.about_factory_page .why-1 {
    padding: 20px 0;
  }

  .about_factory_page .play_cont_c {
    margin-bottom: 40px;
    height: 300px;
  }

}

.about2-page {
  overflow: hidden;
}

.about2-page .text {
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}

.about2-page .about-1 {
  padding: 50px 0 50px;
}

.about2-page .about-1 .top {
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #626363;
}

.about2-page .about-1 .top .left {
  vertical-align: middle;
  padding-right: 7%;
}

.about2-page .about-1 .top .left h3 {
  font-size: 60px;
  color: #040404;
  font-weight: 300;
  line-height: 110px;
  text-transform: uppercase;
}

.about2-page .about-1 .top .left h3 em {
  font-weight: bold;
  color: #c70020;
}

.about2-page .about-1 .top .left h6 {
  font-size: 28px;
  color: #121212;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.about2-page .about-1 .top .left h4 {
  font-size: 57px;
  color: #121212;
  line-height: 1;
  font-weight: bold;
}

.about2-page .about-1 .top .left h4:first-letter {
  text-transform: capitalize;
}

.about2-page .about-1 .top .left .text {
  margin-top: 35px;
}

.about2-page .about-1 .top .right {
  text-align: right;
  padding-left: 7%;
}

.about2-page .about-1 .top .right ul {
  text-align: left;
  margin: -20px;
}

.about2-page .about-1 .top .right ul li {
  padding: 20px;
}

.about2-page .about-1 .top .right ul li h4 {
  font-size: 80px;
  color: #c70020;
  line-height: 1;
  font-weight: bold;
}

.about2-page .about-1 .top .right ul li h4 sup {
  font-size: 40%;
  text-transform: uppercase;
}

.about2-page .about-1 .top .right ul li p {
  font-size: 22px;
  color: #191a1a;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.about2-page .about-1 .top.two {
  text-align: center;
  margin-top: 40px;
}

.about2-page .about-1 .top.two .left {
  padding-right: 0;
  text-align: left;
}

.about2-page .about-1 .top.two h6 {
  text-transform: none;
}

.about2-page .about-1 .top.two h3 {
  color: black;
  text-transform: none;
}

.about2-page .about-1 .top.two h3 em {
  color: #c70020;
  font-weight: bold;
}

.about2-page .about-1 .top.two h3 sup {
  font-size: 50%;
}

.about2-page.history-page .about-1 .top.two {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.about2-page.history-page .about-1 .top.two h6 {
  text-align: center;
}

.about2-page.history-page .about-1 .top.two h3 {
  text-align: center;
  color: #c70020;
}

.about2-page.history-page .about-1 .top.two h3 em {
  font-family: inherit;
  color: black;
}

.about2-page .about-1 .bottom {
  display: inline-block;
  width: 100%;
}

.about2-page .about-1 .bottom .text>* {
  padding-top: 35px;
}

.about2-page .about-1 .bottom .text>*:first-child {
  padding-top: 0;
}

.about2-page .about-1 .bottom .text img {
  float: right;
  width: 50%;
  padding-left: 6%;
}

.about2-page .about-2 {
  padding-bottom: 80px;
}

.about2-page .about-2 .box {
  background: #242525;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.about2-page .about-2 .box:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  background: inherit;
}

.about2-page .about-2 .box .left {
  width: 45%;
  vertical-align: middle;
  padding-right: 4%;
}

.about2-page .about-2 .box .left img {
  margin: -35px 0;
}

.about2-page .about-2 .box .right {
  width: 55%;
  padding-left: 3%;
  vertical-align: middle;
}

.about2-page .about-2 .box .right .text {
  color: #eeeeee;
  font-weight: 300;
}

.about2-page .about-2 .text2 {
  font-size: 24px;
  color: #121212;
  line-height: 44px;
  margin-top: 40px;
}

.about2-page .about-3 {
  padding: 75px 0;
  text-align: center;
  background: #f8f8f8;
}

.about2-page .about-3 h3 {
  font-size: 40px;
  color: #212121;
  line-height: 76px;
}

.about2-page .about-3 .list {
  margin-top: 70px;
}

.about2-page .about-3 .list ul {
  margin: -50px;
}

.about2-page .about-3 .list ul li {
  padding: 50px;
}

.about2-page .about-3 .list ul li i {
  display: block;
}

.about2-page .about-3 .list ul li h5 {
  font-size: 30px;
  color: #141414;
  line-height: 56px;
  margin: 30px 0 20px;
}

.about2-page .about-3 .list ul li p {
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}

.about2-page .about-4 {
  padding-top: 70px;
}

.about2-page .about-4 .box {
  height: 660px;
  position: relative;
  top: 70px;
}

.about2-page .about-4 .box img,
.about2-page .about-4 .box iframe {
  height: 100%;
  width: 100%;
}

.about2-page .about-5 {
  padding: 125px 0 80px;
  background: #3b9ad9;
  text-align: center;
}

.about2-page .about-5 h2 {
  font-size: 40px;
  color: #eeeeee;
  line-height: 76px;
}

.about2-page .about-5 .text {
  font-size: 16px;
  color: #eeeeee;
  line-height: 30px;
  margin: 10px auto 0;
  max-width: 1250px;
}

.about2-page .about-5 img {
  margin: 40px auto 0;
}

.about2-page .about-6 {
  padding: 110px 0 140px;
}

.about2-page .about-6 .img {
  width: 35%;
  vertical-align: middle;
}

.about2-page .about-6 .img a {
  display: block;
}

.about2-page .about-6 .content {
  vertical-align: middle;
  width: 65%;
  padding-left: 3%;
}

.about2-page .about-6 .content h3 {
  font-size: 40px;
  color: #212121;
  line-height: 76px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}

.about2-page .about-6 .content h3:after {
  content: '';
  width: 15%;
  height: 1px;
  background: #c70020;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.about2-page .about-6 .content .text p {
  padding-top: 20px;
}

.newdet-page {
  padding-bottom: 70px;
}

.newdet-page h1 {
  font-size: 26px;
  line-height: 50px;
  color: black;
  font-weight: 500;
  /*text-transform: capitalize;*/
}
.newdet-page h2  {
   font-size: 20px;
    line-height: 1.6;
    color: #c70020;
    font-weight: 600;
}
.newdet-page h3  {
   font-size: 18px;
    line-height: 1.8;
    color: #c70020;
    font-weight: 600;
}
.newdet-page ol li,.newdet-page ul li {
    list-style: disc;
    list-style-position: inside;
}





.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 28px;
  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: 30px;
}

.newdet-page .share {
  padding-top: 20px;
  margin-bottom: 10px;
}

.newdet-page .share h4 {
  font-size: 14px;
  line-height: 28px;
  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: #c70020;
}

.news-page .news-1 h3 {
  font-size: 32px;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}

.news-page .news-1 h3 small {
  display: block;
  font-size: 16px;
  opacity: .45;
  line-height: 30px;
  font-weight: normal;
  text-transform: none;
}

.news-page .news-1 .nav-list {
  padding-top: 30px;
}

.news-page .news-1 .nav-list ul li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.news-page .news-1 .nav-list ul li a {
  line-height: 40px;
  height: 50px;
  font-size: 20px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  padding: 5px 40px;
}

.news-page .news-1 .nav-list ul li:hover a,
.news-page .news-1 .nav-list ul li.active a {
  color: white;
  background: #c70020;
}

.news-page .news-2 {
  padding: 60px 0 60px;
}

.news-page .news-2 .top .img {
  width: 30%;
  vertical-align: middle;
}

.news-page .news-2 .top .img a {
  display: block;
}

.news-page .news-2 .top .img a img {
  width: 100%;
}

.news-page .news-2 .top .text {
  width: 70%;
  vertical-align: middle;
  padding-left: 50px;
  max-width: 820px;
}

.news-page .news-2 .top .text h3 {
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .news-2 .top .text h3:hover {
  color: #c70020;
}

.news-page .news-2 .top .text p {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  margin: 20px 0 30px;
}

.news-page .news-2 .top .text a.more {
  display: inline-block;
  font-size: 18px;
  color: #129dd7;
  border-bottom: 1px solid #129dd7;
  line-height: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .news-2 .top .text a.more:hover {
  border-color: black;
}

.news-page .news-2 .bottom {
  padding: 80px 0 60px;
}

.news-page .news-2 .bottom ul {
  margin: -13px;
}

.news-page .news-2 .bottom ul li {
  padding: 13px;
}

.news-page .news-2 .bottom ul li .box2 {
  display: block;
  border: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
}

.news-page .news-2 .bottom ul li .box2 a.img-box {
  display: block;
}

.news-page .news-2 .bottom ul li .box2 a.img-box img {
  width: 100%;
}

.news-page .news-2 .bottom ul li .box2 a.img-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  border: 1px solid black;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
  fill: inherit !important;
}

.news-page .news-2 .bottom ul li .box2 .content {
  display: block;
  padding: 35px 20px;
}

.news-page .news-2 .bottom ul li .box2 .content h3 {
  display: block;
  font-size: 19px;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*max-height: 40px;*/
  font-weight: 600;
  padding: 0;
  text-align: left;
  text-transform: none;
  /*height: 4.8em;*/
}

.news-page .news-2 .bottom ul li .box2 .content p {
  display: block;
  font-size: 16px;
  color: #979797;
  line-height: 20px;
  /*height: 80px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 15px 0;
  line-height: 2;
}

.news-page .news-2 .bottom ul li .box2 .content time {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #979797;
}

.news-page .news-2 .bottom ul li .box2 .box3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c70020;
  color: white;
  padding: 20px 30px;
  text-align: center;
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  -o-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page .news-2 .bottom ul li .box2 .box3 i {
  font-size: 16px;
  text-transform: uppercase;
}

.news-page .news-2 .bottom ul li .box2 .box3 h4 {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  max-height: 12.8em;
}

.news-page .news-2 .bottom ul li .box2 .box3 p {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 105px;
}

.news-page .news-2 .bottom ul li .box2 .box3 a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
  background: white;
  font-size: 14px;
  color: #c70020;
  text-transform: uppercase;
  margin: 30px auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
  background: #222;
  color: white;
}

.news-page .news-2 .bottom ul li .box2 .box3 time {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 28px;
}

.news-page .news-2 .bottom ul li .box2:hover .box3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about2-page .i-history {
  padding-bottom: 50px;
}

.about2-page .i-history h2.h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #d29b57
}

.about2-page .i-history p.p {
  padding: 0 20%;
  text-align: center
}

.about2-page .i-history .history-list {
  margin-top: 50px;
  position: relative
}

.about2-page .i-history .history-list:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
  left: 50%;
  top: 0
}

.about2-page .i-history .history-list .list p {
  font-weight: 400;
  color: #504a44;
  font-size: 16px;
  line-height: 30px
}

.about2-page .i-history .history-list .list .i-text {
  float: left;
  width: 49%;
  cursor: pointer;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  position: relative
}

.about2-page .i-history .history-list .list .i-text:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 15px;
  background: url(/template/en/images/r_03.jpg) no-repeat center;
  right: -9px;
  top: 50px;
  z-index: 8
}

.about2-page .i-history .history-list .list .i-text .text1 {
  border: 1px solid #ededed;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: right;
  width: 92%
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
  width: 75%
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(2) {
  width: 25%;
  padding-left: 10px
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}

.about2-page .i-history .history-list .list .i-text:hover .text1 {
  background: #eee
}

.about2-page .i-history .history-list .list .i-year {
  float: right;
  width: 50%
}

.about2-page .i-history .history-list .list .i-year .year1 {
  padding: 38px 30px 0 8%
}

.about2-page .i-history .history-list .list .i-year .year1 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #c70020;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
  float: right
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
  background: url(/template/en/images/l_03.jpg) no-repeat center;
  right: auto;
  left: -8px
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
  float: right;
  text-align: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(1) {
  float: right;
  padding: 0 0 0 10px
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(2) {
  float: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
  float: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3,
.about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
  text-align: right
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
  padding: 32px 8% 0 30px
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .img img {
  padding: 5px;
}

@media screen and (max-width: 1500px) {
  .news-page .news-2 {
    padding: 50px 0;
  }

  .news-page .news-2 .bottom {
    padding: 40px 0;
  }
  .about-page .about-3 .box ul li .text{
    max-width: 230px;
  }
}

@media screen and (max-width: 1270px) {
  .news-page .news-2 .top .text {
    padding-left: 25px;
  }

  .news-page .news-2 .top .text p {
    margin: 15px 0;
  }

  .news-page .news-1 .nav-list ul li {
    line-height: 34px;
    height: 34px;
  }
    .about-page .about-3 .box ul li .text:after{
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 .box ul li{
    width: 50%;
    margin-top: 50px;
  }
  .news-page .news-2 .top .text h3 {
    font-size: 20px;
  }

  .news-page .news-1 .nav-list ul li a {
    padding: 0 20px;
  }

  .news-page .news-1 h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 700px) {

  .news-page .news-2 .top .text {
    width: 50%;
  }

  .news-page .news-2 .top .img {
    width: 50%;
  }

  .news-page .news-2 .top .text p {
    font-size: 14px;
  }

  .news-page .news-2 .top .text h3 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .news-page .news-1 .nav-list ul li {
    font-size: 15px;
  }

  .news-page .news-1 .nav-list {}

  .news-page .news-2 {
    padding: 30px 0;
  }

  .news-page .news-1 h3 {
    font-size: 24px;
  }

}

@media screen and (max-width: 500px) {
    .about-page .about-3 .box ul li{
    width: 100%;
  }
  .news-page .news-2 .top .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .news-page .news-2 .top .img {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .about2-page .about-1 .top .left h4 {
    font-size: 40px;
  }

  .about2-page .about-1 .top .right ul li h4 {
    font-size: 60px;
  }

  .about2-page .about-1 .top .right ul li p {
    font-size: 18px;
  }

  .about2-page .about-3 .list ul li h5 {
    font-size: 24px;
  }

  .about2-page .about-6 {
    padding: 80px 0;
  }

  .about2-page .about-6 .content h3 {
    font-size: 32px;
  }

}

@media screen and (max-width: 1250px) {
  .about2-page .about-5 {
    padding: 60px 0;
  }

  .about2-page .about-6 .content h3 {
    font-size: 24px;
  }

  .about2-page .about-1 {
    padding: 0px 0 40px;
  }

  .about2-page .about-1 .top .left h3 {
    font-size: 40px;
  }

  .about2-page .about-1 .top .left h6 {
    font-size: 24px !important;
  }

  .about2-page .about-4 .box {
    top: 20px;
  }

}

@media screen and (max-width: 1000px) {
  .about2-page .about-1 .top .right {
    display: none;
  }

  .about2-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .about2-page .about-1 .top.two {
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }

  .about2-page .about-1 .bottom .text img {
    width: 70%;
  }

  .about2-page .about-2 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .about2-page .about-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .about2-page .about-2 {
    padding: 30px 0;
  }

  .about2-page .about-3 h3 {
    font-size: 24px;
  }

  .about2-page .about-3 .list ul li {
    width: 50%;
    padding: 15px;
  }

  .about2-page .about-3 .list ul {
    margin: -15px;
  }

  .about2-page .about-3 .list ul li i img {
    max-height: 70px;
  }

  .about2-page .about-4 .box {
    height: 360px;
  }

  .about2-page .about-6 .content {
    width: 100%;
    padding-left: 0;
  }

  .about2-page .about-6 .img {
    display: none;
  }

  .about2-page .i-history .history-list .list .i-text {
    width: 70%;
    float: right;
  }

  .about2-page .i-history .history-list .list .i-year {
    width: 30%;
    float: left;
    text-align: right;
  }

  .about2-page .i-history .history-list:after {
    left: 30%;
  }

  .about2-page .i-history .history-list .list .i-text:after {
    background-image: url('../images/l_03.jpg');
    right: auto;
    left: -8px;
  }

  .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
    display: none;
  }

  .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
    width: 100%;
  }

  .about2-page .i-history .history-list .list .i-text {
    text-align: right;
  }

  .about2-page .i-history .history-list .list .i-text .text1 {
    margin-left: auto;
    text-align: left;
  }

}

@media screen and (max-width: 1000px) {
  .about2-page .about-6 {
    padding: 40px 0;
  }

  .about2-page .about-2 .box .left img {
    margin: 0;
  }

  .about2-page .about-1 .bottom .text img {
    width: 100%;
    padding-left: 0;
  }

  .about2-page .about-3 .list ul li h5 {
    margin: 10px 0;
  }

  .about2-page .about-3 .list ul li h5 {
    font-size: 20px;
  }

  .about2-page .i-history .history-list .list p {
    font-size: 12px;
  }

  .about2-page .i-history .history-list .list .i-text .text1 {
    padding: 10px;
  }

  .about2-page .i-history .history-list .list .i-year .year1 h3 {
    font-size: 20px;
  }

  .about2-page .about-1 .top .left h3 {
    font-size: 28px;
  }
}


@media screen and (max-width: 700px) {
  .related_products .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .huhu {
    display: none !important;
  }

  .fenlei {
    display: none !important;
  }

  .miaoshu {
    display: none !important;
  }

  .newdet-page h1 {
    font-size: 22px;
    line-height: 40px;
  }
}

.about-page h2.title,
.about-page h1.title {
  font-size: 40px;
  color: #180f08;
  font-weight: bold;
  text-transform: uppercase;
}

.about-page h2.title small,
.about-page h1.title small {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  font-size: 20px;
  color: #4e4243;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  margin-top: 24px;
}

.product-page {
  background: #f5f8ff;
  padding: 40px 0 200px;
}

.product-page .top {
  display: block;
  padding: 20px 30px;
  background: white;
}

.product-page .top h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  margin-right: 15px;
}

.product-page .top .cat {
  display: inline-block;
  vertical-align: middle;
}

.product-page .top .cat .cat-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.product-page .top .cat .cat-list span {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 520px;
  font-size: 18px;
  color: #7c7c7c;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}

.product-page .top .cat .cat-list span i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}

.product-page .top .cat .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 200px;
  overflow: auto;
}

.product-page .top .cat .cat-list ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .top .cat .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.product-page .top .cat .cat-list ul li:hover {
  color: #c70020;
}

.product-page .top .cat div.cat-list:hover ul,
.product-page .top .cat div.cat-list:active ul {
  display: block;
}

.product-page .top .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.product-page .top .search form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.product-page .top .search form input {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 18px;
  color: black;
  display: block;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  background: transparent;
}

.product-page .top .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}

.product-page .top .search form input:-moz-placeholder {
  color: #7c7c7c;
}

.product-page .top .search form input::-moz-placeholder {
  color: #7c7c7c;
}

.product-page .top .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}

.product-page .top .search form input[type="submit"] {
  width: 40px;
  background: url("../images/icon-search2.png") center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.product-page .bottom {
  padding: 40px 0 55px;
}

.product-page .bottom ul {
  margin: -15px -8px;
}

.product-page .bottom ul li {
  padding: 15px 8px;
}

.product-page .bottom ul li a.img-box {
  display: block;
}

.product-page .bottom ul li a.img-box img {
  display: block;
  width: 100%;
}

.product-page .bottom ul li .content {
  display: block;
  background: white;
  padding: 20px 10px 15px;
}

.product-page .bottom ul li .content h5 {
  font-size: 16px;
  color: black;
  line-height: 30px;
  padding: 0px 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}

.product-page .bottom ul li .content h5:hover {
  color: #c70020;
}

.product-page .bottom ul li .content p {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  padding: 3px 5px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 58px;
  line-height: 28px;
}

.prodet-page .prodet-1 {
  padding: 70px 0;
}

.prodet-page .prodet-1 .left {
  width: 40%;
}

.prodet-page .prodet-1 .left img {
  width: 100%;
}

.prodet-page .prodet-1 .left a>img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.big-img-box a {
  padding: 15px;
  display: block;
}

.big-img-box img {
  border: none !important;
}

.big-img-box ul {
  margin: -15px;
}

.prodet-page .prodet-1 .slick {
  margin-top: 30px;
}

.prodet-page .prodet-1 .slick .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .slick ul {
  margin: -10px;
}

.prodet-page .prodet-1 .slick ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .slick ul li img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 5%;
  margin-top: 20px;
}

.prodet-page .prodet-1 .right h3,
.prodet-page .prodet-1 .right h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.prodet-page .prodet-1 .right .content {
  display: block;
  margin: 30px 0;
  font-size: 15px;
  link: 1.8;
  color: rgba(0, 0, 0, 0.65);
  line-height: 26px;
}

.prodet-page .prodet-1 .right .share {
  display: inline-block;
}

.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .right .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .right .share ul li:hover {
  background: #c70020;
  color: white;
}

.prodet-page .prodet-1 .right .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #c70020;
  color: white;
  /*margin-top: 20px;*/
}

.prodet-page .prodet-1 .right a.more.pdf {
  background: #eee;
  color: black;
}

.prodet-page .prodet-1 .right a.more:hover {
  background: #46a6ff;
  color: white;
}

.prodet-page .prodet-2 .top {
  background: #eee;
}

.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  background: #c70020;
  color: white;
}

.prodet-page .prodet-2 .bottom {
  /*padding: 30px;*/
  font-size: 16px;
  line-height: 1.8;
  /*background: #f8f8f8;*/
}

.prodet-page .prodet-2 .bottom h3.tit {
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 15px 0;
}

.prodet-page .prodet-2 .bottom table {
  background: url('/zjkangte/2021/03/18/probg.png') right bottom no-repeat;
}

.prodet-page .prodet-2 .bottom table td {
  padding: 12px 15px;
  border: none;
}

.prodet-page .prodet-2 .bottom table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.015);
}

.prodet-page .prodet-2 .bottom table tr:nth-child(even) {
  background: transparent;
}

.prodet-page .prodet-3 {
  padding: 40px 0;
}

.prodet-page .prodet-3 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .product-page .top {
    padding: 15px;
  }

  .product-page .bottom ul li .content h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1400px) {
  .product-page .top h6 {
    font-size: 16px;
  }

  .product-page .top .search form input,
  .product-page .top .cat .cat-list span {
    font-size: 16px;
  }

  .product-page .top .cat .cat-list span {
    width: 350px;
  }

  .product-page .bottom ul li .content h5 {
    font-size: 15px;
    line-height: 28px;
    height: 80px;
  }

  .product-page .bottom ul li .content p {
    font-size: 14px;
    margin-top: 5px;
  }

  .product-page {
    padding: 40px 0;
  }

  .product-page .bottom {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .prodet-page .prodet-1 .left {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .product-page .top .cat .cat-list span {
    width: 170px;
  }

  .product-page .top {
    display: block;
  }

  .product-page .top .cat .cat-list span {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }

  .product-page .top .search {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto !important;
  }

  .product-page .top .cat .cat-list ul li {
    font-size: 12px;
  }

  .prodet-page .prodet-1 {
    padding: 40px 0;
  }

  .prodet-page .prodet-1 .right h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }

  .prodet-page .prodet-2 .top ul li {
    font-size: 16px;
  }

  .prodet-page .prodet-3 h3 {
    font-size: 22px;
  }

  .prodet-page .prodet-2 .bottom table tbody {
    min-width: 900px;
  }

  .prodet-page .prodet-1 .right .share {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .bottom table td {
    padding: 8px 5px;
  }

  .prodet-page .prodet-2 .bottom {
    font-size: 14px;
  }

  .prodet-page .prodet-2 .bottom h3.tit {
    font-size: 22px;
  }

  .prodet-page .prodet-1 .left .slick {
    margin-top: 15px;
  }

  .prodet-page .prodet-1 .right .content {
    margin-top: 15px;
  }

  .prodet-page .prodet-1 .right .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
  }

  .prodet-page .prodet-1 .right .share h6 {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .top ul li {
    padding: 5px 20px;
  }

  .prodet-page .prodet-2 .bottom {
    padding: 20px 15px;
  }
}

.gnav_process {
  padding: 0 0 35px 0;
}

.gnav_process li {
  position: relative;
  width: 22%;
  margin-bottom: 20px;
}

.gnav_process a {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}

.gnav_process a img {
  opacity: 1;
  transition: all 1s;
}

.gnav_process a:after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  background: #333333;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: .5s .2s;
  opacity: 0;
}

.hover_effect_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 3;
}

.gnav_process .hover_effect_box p {
  opacity: 0;
  transition: .5s;
  line-height: 150%;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 1.5px;
  padding: 10px;
  transition: 0.8s;
}

.gnav_process a:hover p {
  opacity: 1;
  transition: .8s .2s;
}

.gnav_process a:hover {}

.gnav_process a:hover:after {
  transition: .5s;
  opacity: 1;
  width: 100%;
}

@media screen and (max-width:420px) {
  .gnav_process li {
    width: 47%;
  }
}

@media screen and (max-width:1023px) {
  .hover_effect_box {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
  }

  .gnav_process .hover_effect_box p {
    opacity: 1;
  }

  .gnav_process img {
    display: none;
  }

  .gnav_process a:hover:after {
    opacity: 0;
    width: 0;
  }
}

.page-processing_detail {
  overflow: hidden;
}

.page-product .product-content,
.page-processing .product-content,
.page-processing_detail .product-content {
  /*width: 90%;*/
  max-width: 1500px;
  margin: 0 auto;
}

.page-product .product-content .des {
      overflow: hidden;
    text-overflow: ellipsis;
    max-height: 250px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 2;
}

.product_newul {
  display: flex;
  justify-content: left;
  /*align-items: center;*/
  flex-wrap: wrap;
  padding: 60px 0;
  margin: 0 -20px -40px;
}

.product_newul li {
  width: 25%;
  padding: 0 20px 40px;
}

@media screen and (max-width:1360px) {
  .product_newul {
    padding: 0 0 80px 0;
  }
}

@media screen and (max-width:1023px) {
  .product_newul li {
    width: 50%;
  }
}

@media screen and (max-width:600px) {
  .product_newul li {
    width: 100%;
  }
}

.product_inner {
  background: #f7f7f7;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;

}

.page-product .list-txt,
.page-processing .list-txt {
  padding: 30px 25px !important;
  height: auto;
}

.page-processing .list-txt h3 {
  padding: 0 0 8px 0;
}

.page-product .hvr-icon-wobble-horizontal,
.page-processing .hvr-icon-wobble-horizontal {
  text-transform: uppercase;
}

.page-product .list-txt h3:first-child {
  font-size: 24px;
  /*font-weight: 600;*/
  color: #c70020;
  text-transform: uppercase;
  /*line-height: 2;*/
}

.page-product .list-txt h3,
.page-processing .list-txt h3 {
  font-size: 16px;
  font-family: 'Rany-Medium-Italic';
  font-weight: 500;
  word-break: break-word;
}

.page-product .list-txt h3:nth-child(2) {
  line-height: 28px;
  text-transform: capitalize;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5em;
  color: #484848;
}

.page-product .list-txt>a {
  font-size: 14px;
  color: #484848;
  transition: all .5s;
}

.page-product .list-txt>a:hover {
  color: #c70020;
}

.page-product .list-txt .fontC,
.page-processing .list-txt .fontC {
  font-size: 14px;
  letter-spacing: 1px;
  color: #9e9e9e;
  overflow: hidden;
  font-weight: 300;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 88px;
  line-height: 28px;
  margin: 16px 0 33px;
}

.p_img_box {
  opacity: 1;
}

.p_img_box:hover {
  opacity: 0.8;
}

.processing_box_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 90px 0;
}

.processing_videoBox {
  justify-content: center;
  flex-direction: column;
}

.processing_videoBox p {
  font-size: 14px;
  letter-spacing: 1px;
}

.processing_videoBox iframe {
  width: 60%;
}

.processing_box01 .processing_img,
.processing_box01 .processing_note {
  width: 50%;
}

.processing_box01 .processing_note {
  padding: 0 0 0 20px
}

.processing_box01 .processing_note .fontC {
  padding: 0 0 30px 0;
}

.video_icon {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.video_icon:hover span {
  background: #4c4e79;
}

.video_icon p {
  margin: 0;
  padding-left: 20px
}

.processing_box02 .processing_note {
  padding: 0 50px 0 0px
}

.processing_box03 .processing_note {
  padding: 0 0 0 50px
}

.processing_box02 .processing_img,
.processing_box03 .processing_img {
  width: 30%;
}

.processing_box02 .processing_note,
.processing_box03 .processing_note {
  width: 70%;
}

@media screen and (max-width:800px) {

  .processing_box02 .processing_img,
  .processing_box03 .processing_img,
  .processing_box02 .processing_note,
  .processing_box03 .processing_note {
    width: 100%;
  }

  .processing_videoBox iframe {
    width: 100% !important;
  }

  .processing_box01 .processing_note .fontC {
    padding: 0 0 0 0;
  }
}

.processing_box03 .processing_note ul p {
  margin: 0;
}

.processing_box03 .processing_note ul {
  padding: 16px 0 0 0px
}

.processing_box03 .processing_note li {
  padding: 0 0 10px 0;
  position: relative;
}

.processing_box03 .processing_note li::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #4c4e79;
  position: absolute;
  top: 8px;
  left: 10px;
}

.processing_box03 .processing_note li p {
  display: inline-block;
  color: #797979;
  padding: 0 0 0 25px;
}

.processing_note h3,
.processing_note h4 {
  font-size: 36px;
  color: #4c4e79;
}

.processing_note h3 {
  font-family: 'Rany-Medium-Italic';
  padding: 0 0 10px 0;
}

.processing_note h4 {
  font-size: 22px;
}

.processing_note .fontC {
  color: #797979;
  font-size: 14px;
}

.video_icon p {
  font-size: 14px;
}

.video_icon span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  position: relative;
  transition: all .5s
}

.video_icon i {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 7px;
  left: 10px;
  border-width: 5.12px 0 5.12px 7.68px;
}


/*slick*/

.page-processing_detail .slick-dots {
  bottom: 10px;
}

.page-processing_detail .slick-dots li button:before {
  color: #FFF;
}

.page-processing_detail .slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: .9;
}

.page-processing_detail .slick-slider {
  left: 0;
  right: 0;
  margin: auto;
}

.processing_box04 {
  padding: 40px 0 80px 0;
}

@media screen and (max-width:800px) {
  .processing_box_items {
    flex-direction: column;
    padding: 30px 0 50px 0;
  }

  .processing_box02 {
    flex-direction: column-reverse;
  }

  .processing_box01 .processing_img,
  .processing_box01 .processing_note,
  .processing_box02 .processing_note,
  .processing_box03 .processing_note {
    width: 100%;
    padding: 20px 0
  }

  .processing_box01 .processing_img img,
  .processing_box02 .processing_img img,
  .processing_box03 .processing_img img {
    max-width: 1000px;
    width: 100%;
  }

  .processing_box04 {
    padding: 0px 0 40px 0;
  }
}

.page-product-detail04 .right-content {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  background: #fff;
}

.page04_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.page04_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page04_headerimg,
.page04_note {
  width: 50%;
  text-align: left;
}

.page04_headerimg {
  padding: 0 10%;
}

.page04_note {
  padding: 0 10% 0 0
}

.page04_note h5 {
  font-size: 36px;
  font-weight: 500;
  padding: 0 0 10px 0;
}

.page04_note p {
  font-size: 14px;
  padding: 0 0 50px 0;
}

.page04_note .fontC {
  text-align: center
}

.page04_header .slick-dots li.slick-active button:before {
  color: #868686;
}

.page04_header .slick-dots li button:before {
  color: #a5a5a5;
}

.page04_header .slick-dots {
  bottom: -20px;
}

.page04_bottom_title {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  opacity: 0.6;
  padding: 0 0 70px 0;
  display: inline-block
}

.page04_bottom_title .hr01 {
  margin: 21px auto 0;
}

.page04_bottom {
  padding: 40px 0 160px 0;
}

@media screen and (max-width:1024px) {
  .page04_bottom {
    padding: 40px 0 80px 0;
  }
}

@media screen and (max-width:800px) {
  .page04_header {
    flex-direction: column;
  }

  .page04_headerimg,
  .page04_note {
    width: 100%;
    padding: 0 10%;
  }

  .page04_bottom {
    padding: 80px 0 50px 0
  }

  .page04_bottom_title {
    padding: 0 0 50px 0;
  }
}

@media screen and (max-width:850px) {
  .btn-inquiry-x {
    background: #fff
  }
}

h1.prohdd {
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  line-height: 40px;
}

.product-contents .fenlei {
  /*background: #a4b692;*/
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-contents-in .fenlei {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.product-contents .fenlei .after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(147, 149, 185, 0.3);
}

.product-contents .fenlei>li {
  float: left;
  width: auto;
  text-align: center;
  position: relative;
  padding: 13px 0px 20px;
}

.product-contents .fenlei>li a {
  font-size: 16px;
  color: #6C6F74;
  position: relative;
}

.product-contents .fenlei>li a.active {
  font-weight: bold;
  color: #c70020;
}

.product-contents .fenlei>li a:hover {
  color: #c70020;
}

.product-contents .fenlei>li:hover .children {
  display: block;
}

.product-contents .fenlei>li:last-child::after {
  display: none;
}

.product-contents .fenlei>li .children {
  position: absolute;
  width: 100%;
  left: 0;
  top: 99.8%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.product-contents .fenlei>li .children li {
  padding: 10px 0;
}

.product-contents .fenlei>li .children li:hover {
  background: #89A373;
}

.product-contents .fenlei>li .children li:hover a {
  color: #fff
}

.product-contents .fenlei>li .children li a::after {
  display: none;
}

.product-contents .product-list {
  margin-top: 15px;
}

.product-contents .product-list li {
  float: left;
  margin-right: 8px;
  width: 417px;
  margin-left: 8px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}


.product-contents .product-list li .img {
  overflow: hidden;
  background: #f2f2f2;
}

.product-contents .product-list li img {
  width: 100%;
  display: block;
  -webkit-transition: transform .75s;
  transition: transform .75s;
}

.product-contents .product-list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-contents .product-list li .text {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 7px;
  padding-top: 10px;
  position: relative;
  border-bottom: 1px solid rgb(222, 223, 234);
}

.product-contents .product-list li:hover .svg svg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.cp-box {
  display: flex;
  flex-wrap: wrap;
}

.cp-box .left {
  width: 50%;
}

.cp-box .left h2 {
  max-width: 805px;
  margin: 0 0 0 auto;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}

.cp-box .left .zilei {
  padding: 0 15%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.cp-box .left .zilei h3 {
  font-weight: normal;
  padding-bottom: 30px;
  font-size: 20px;
}

.cp-box .left .zl_link a {
  font-family: 'Rany-Medium-Italic';
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

.cp-box .left .zl_link a.current {
  font-weight: bold;
}

.cp-box .left .zl_link a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cp-box .right {
  float: right;
  width: 50%;
  background: #f3f3f3;
  padding: 3% 2%;
  text-align: center;
}

.cp-box .right h2 {
  font-weight: lighter;
  font-size: 32px;
  color: #1e1e1e;
  font-weight: 400;
}

.cp-box .right .rate {
  padding-top: 13px;
  font-size: 18px;
  color: #3b3b3b;
  padding-bottom: 15px;
  line-height: 2.2;
  font-family: Rany-Medium-Italic;
}

.cp-box .right .rate h3 {
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 5px;
  color: #000
}

.cp-box .right .productInquiry {
  margin-top: 35px;
  margin-bottom: 25px;
}

.cp-box .right .productInquiry a {
  width: 250px;
  height: 45px;
  line-height: 45px;
  background-color: #1E1E1E;
  letter-spacing: 1px;
  font-size: 16px;
  color: #FFF;
  display: block;
  text-align: center;
  cursor: pointer;
}

.cp-box .right .productInquiry a:hover {
  background-color: #7e947a;
}

.cp-box {
  margin-top: 30px;
  width: 100%;
  position: relative;
}

.cp-detail {
  margin-top: 60px;
  padding-left: 9%;
  position: relative;
  padding-right: 15%;
  margin-bottom: 50px;
}

.cp-detail h3 {
  font-size: 24px;
  color: #313133;
  font-weight: lighter;
  float: left;
  font-weight: 400;
  position: absolute;
  top: 30%;
}

.cp-detail h3 span {
  background: #7d9479;
  /* padding: 10px 20px; */
  color: #fff;
  display: inline-block;
  padding: 7px 18px;
}

.cp-detail .rt {
  margin-left: 190px;
}

.cp-detail .rt ul {
  display: flex;
  flex-wrap: wrap;
}

.cp-detail .rt ul li {
  width: 16.666%;
  text-align: center;
  padding: 0 8px;
}

.cp_slt {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.cp_slt img {
  width: 100%;
}

.cp_slt p {
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
}

/* 新增page */
#resources_nav::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 20px;
}

#resources_nav li {
  display: inline-block;
  margin-right: 5px;
}

#resources_nav li a {
  display: block;
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 25px 0 25px 0;
  background-color: #123485;
  color: white;
}

#resources_nav li:nth-child(2) a {
  background-color: #40b5b1;
}

#resources_nav li:nth-child(3) a {
  background-color: #b0c957;
}

#resources_nav li:nth-child(4) a {
  background-color: #b5b5b5;
}

.resources_sidebar {
  margin: 0 -30px;
}

.resources_sidebar .resources_left {
  width: 70%;
  padding: 0 30px;
}

.resources_sidebar .resources_right {
  width: 30%;
  padding: 0 30px;
}

h2.resources {
  font-weight: 600;
}

h2.resources::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #13237f;
  margin-top: 10px;
}

.resources_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.video_content h3 {
  font-weight: 500;
}

.resources-page .resources_2 {
  background-color: #fafafa;
}

.product_catalogue .img {
  width: 31%;
  vertical-align: middle;
}

.product_catalogue .mml-text {
  width: 69%;
  vertical-align: middle;
}

.product_catalogue .mml-text p {
  min-height: 75px;
}

.product_catalogue .mml-text .line {
  height: 1px;
  background: #e4e4e4;
}

.product_catalogue .mml-text .date time {
  font-weight: 500;
}

.product_catalogue .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}

.pdf_box ul {
  margin: -15px;
}

.pdf_box ul li {
  padding: 15px;
}

.pdf_box .mml-text {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.pdf_box .mml-text .title {
  padding-left: 55px;
  background: url(../images/pdf-icon.png) no-repeat left top;
  min-height: 110px;
}

.pdf_box .mml-text .line {
  height: 1px;
  background-color: #e5e5e5;
}

.pdf_box .mml-text .date time {
  font-weight: 500;
}

.pdf_box .mml-text .date .download {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}

.catalogue-page .catalogue_list li {
  padding: 50px 0;
}

.catalogue-page .product_catalogue .img {
  width: 40%;
}

.catalogue-page .product_catalogue .mml-text {
  width: 60%;
}

#Product_Categories li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-weight: 500;
}

#Product_Categories li a {
  display: block;
  padding-left: 20px;
  position: relative;
}

#Product_Categories li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #9a9a9a;
  border-radius: 50%;
}

#Latest_News h4 {
  font-weight: 500;
}

#Latest_News a.view_more {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.video-page .video_box {
  -webkit-box-shadow: 0 100px 40px -120px #ccc;
  box-shadow: 0 100px 40px -120px #ccc;
}

.video-page .video_list .list ul {
  margin: -25px -10px;
}

.video-page .video_list .list ul li {
  padding: 25px 10px;
}

.video-page .video_list .line {
  height: 1px;
  background-color: #e4e4e4;
}

.video-page .video_list .cat_name {
  padding: 3px 10px;
  background-color: #b0c957;
  color: white;
  border-radius: 8px;
}

.lg-page .lg_box ul {
  margin: -25px -10px;
}

.lg-page .lg_box ul li {
  padding: 25px 10px;
}

.prodet-box {
  padding: 100px 0;
}

.prodet-box .ui.container {
  max-width: 1520px;
}

.prodet-box .prodet-1 .right {
  padding-left: 3%;
  padding-top: 3%;
}

.prodet-box .prodet-1 .right span.tag {
  font-size: 24px;
  color: #c70020;
  line-height: 1.2;
  display: block;
}

.prodet-box .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 10px 0;
  font-weight: 600;
}

.prodet-box .prodet-1 .right .text{
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.prodet-box .prodet-1 .right .text h5 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 35px;
  text-transform: uppercase;
}

.prodet-box .prodet-1 .right .text h6 {
  font-size: 30px;
  line-height: 1;
}

.prodet-box .prodet-1 .right .list {
  margin-top: 40px;
}

.prodet-box .prodet-1 .right .list ul {
  margin: -9px;
}

.prodet-box .prodet-1 .right .list ul .slick-track {
  margin-left: 0;
}

.prodet-box .prodet-1 .right .list ul li {
  padding: 9px;
}

.prodet-box .prodet-1 .right .list ul li a {
  display: block;
  background: #f7f7f7;
}

.prodet-box .prodet-1 .right a.more {
  margin-top: 50px;
  line-height: 54px;
  height: 54px;
  padding: 0 34px;
  background: #1e1e1e;
  color: white;
  font-size: 20px;
  transition: .5s;
  display: inline-block;
}

.prodet-box .prodet-1 .right a.more:hover {
  background: #c70020;
}

.prodet-box .prodet-2 {
  padding-top: 60px;
}

.prodet-box .prodet-2 h3.title {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prodet-box .prodet-2 h3.title .list {
  margin-right: 100px;
  margin-top: 10px;
  cursor: pointer;
  transition: all .5s;
}

.prodet-box .prodet-2 h3.title .list:hover,
.prodet-box .prodet-2 h3.title .list.active {
  color: #c70020;
}

.prodet-box .prodet-2 .content {
  font-size: 16px;
  line-height: 2;
}

.prodet-box .prodet-2 .content table {
  background: #fafafa;
  border: none;
}

.prodet-box .prodet-2 .content table td {
  padding: 12px;
  word-break: initial;
}

.prodet-box .prodet-2 .content table tr:nth-child(odd) {
  background: #eee;
}

.prodet-box .prodet-2 .content table tr:nth-child(even) {
  background: transparent;
}

.prodet-box .prodet-2 .product-content {
  max-width: none;
  width: 100%;
}

.prodet-box .prodet-2 .product_newul {
  margin: -15px;
  padding-top: 0;
}

.prodet-box .prodet-2 .product_newul li {
  padding: 15px;
  margin: 0;
}

.prodet-box .prodet-2 .product_newul li .product_inner {
  max-width: none;
}

.development-page {
  padding-bottom: 0;
}

.development-page span.tag {
  font-size: 24px;
  font-weight: 500;
  color: #268bc6;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
}

.development-page h2.title {
  font-size: 72px;
  font-weight: bold;
  color: #191919;
  line-height: 1;
}

.development-page h3.title {
  font-size: 44px;
  font-weight: bold;
  color: #191919;
  line-height: 1.2;
}

.development-page .text {
  font-size: 16px;
  font-weight: 300;
  color: #101010;
  line-height: 1.8;
  margin-top: 25px;
}

.development-page .development-1 {
  padding: 50px 0 120px;
}

.development-page .development-1 .left {
  padding-right: 4%;
  vertical-align: middle;
}

.development-page .development-1 .left img {
  margin-top: 25px;
}

.development-page .development-1 .right {
  vertical-align: middle;
}

.development-page .development-1 .right .img {
  height: 520px;
  display: block;
  background-size: cover;
  background-position: center center;
}

.development-page .development-2 {
  padding: 120px 0;
  background: #fbfbfb;
  text-align: center;
}

.development-page .development-2 ul,
.development-page .development-2 .top {
  margin: -15px -30px;
}

.development-page .development-2 ul li {
  padding: 15px 30px;
}

.development-page .development-2 .top .slide {
  vertical-align: middle;
  padding: 15px 30px;
}

.development-page .development-2 .top .slide:nth-child(2) {
  width: 50%;
}

.development-page .development-2 .list {
  padding-top: 15px;
}

.development-page .development-3 {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.development-page .development-3 .left {
  padding-right: 3%;
  vertical-align: middle;
}

.development-page .development-3 .right {
  vertical-align: middle;
  padding-left: 4%;
}

.development-page .development-3 .right img {
  margin-bottom: -170px;
}

.development-page .development-4 {
  background: #46b82c;
}

.development-page .development-4 span {
  font-size: 128px;
  line-height: .8;
  font-weight: bold;
  -webkit-text-stroke: 1px white;
  opacity: .25;
  text-transform: capitalize;
  color: transparent;
}

@media screen and (max-width: 1200px) {
  #resources_nav li a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #resources_nav {
    display: none;
  }

  .resources_sidebar {
    margin: 0;
  }

  .resources_sidebar .resources_left {
    width: 100%;
    padding: 0;
  }

  .resources_sidebar .resources_right {
    display: none;
  }

  .resources_more {
    display: none;
  }
  .prodet-box .prodet-1 .box > .left{
    width: 100%;  
  }
  .prodet-box .prodet-1 .box > .right{
    padding-left: 0;
    width: 100%;  
  }
}

@media screen and (max-width: 700px) {
  .video_content h3 {
    font-size: 20px;
  }
  .prodet-box .prodet-2 h3.title .list{
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 10px 16px;
    font-size: 20px;
    border: 1px dashed #f2f2f2;
  }
}

@media screen and (max-width: 500px) {
  .product_catalogue .img {
    width: 100% !important;
  }

  .product_catalogue .mml-text {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

#spotlight .scene img {
  background: rgba(255, 255, 255, 0.8);
}

.advantages-page .advantages-1 {
  padding: 100px 0 90px;
  position: relative;
}

.advantages-page .advantages-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47%;
  z-index: -1;
  background: #f7f7f7;
}

.advantages-page .advantages-1 .box .left {
  padding-right: 10%;
}

.advantages-page .advantages-1 .box .left span.tag {
  font-weight: bold;
  color: #1c88c5;
  font-size: 36px;
  line-height: 1.2;
  display: block;
  margin-bottom: 55px;
}

.advantages-page .advantages-1 .box .left h3 {
  font-size: 72px;
  font-weight: bold;
}

.advantages-page .advantages-1 .box .left .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0 35px;
}

.advantages-page .advantages-1 .box .left .text2 {
  font-size: 16px;
}

.advantages-page .advantages-1 .box .left div.tag {
  margin-top: 50px;
}

.advantages-page .advantages-1 .box .left div.tag h6 {
  font-size: 148px;
  font-weight: bold;
  line-height: 1;
}

.advantages-page .advantages-1 .box .left div.tag h6 sup {
  font-size: 70%;
}

.advantages-page .advantages-1 .box .left div.tag p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 20px;
}

.advantages-page .advantages-1 .box .right .img img {
  width: 100%;
}

.advantages-page .advantages-1 .box .right .text {
  padding: 60px 5%;
  background: #1c88c5;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.advantages-page .advantages-1 .list {
  padding-top: 45px;
}

.advantages-page .advantages-1 .list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.advantages-page .advantages-1 .list ul li {
  padding: 15px;
}

.advantages-page .advantages-1 .list ul li .box2 {
  padding: 100px 5% 20px;
  background: white;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.advantages-page .advantages-1 .list ul li .box2 h6 {
  font-size: 30px;
  font-weight: bold;
  color: #1c88c5;
  line-height: 1.2;
  margin-bottom: 10px;
}

.advantages-page .advantages-1 .list ul li .box2 p {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1.2;
}

.advantages-page .advantages-2 {
  padding: 100px 0;
}

.advantages-page .advantages-2 h3.title {
  font-size: 40px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: bold;
  text-align: center;
}

.advantages-page .advantages-2 h3.title:after {
  content: '';
  margin: 15px auto 0;
  width: 114px;
  height: 4px;
  background: #c70020;
  display: block;
}

.advantages-page .advantages-2 .list {
  margin-top: 60px;
}

.advantages-page .advantages-2 .list .border {
  padding: 35px 0;
  position: relative;
}

.advantages-page .advantages-2 .list .border:nth-child(even) {
  background: #eee;
}

.advantages-page .advantages-2 .list .border:nth-child(even):after {
  content: '';
  width: 200%;
  left: -25%;
  top: 0;
  height: 100%;
  background: inherit;
  z-index: -1;
  position: absolute;
}

.advantages-page .advantages-2 .list ul {
  margin: -45px -15px;
}

.advantages-page .advantages-2 .list ul li {
  padding: 45px 15px;
}

.advantages-page .advantages-2 .list ul li .box {
  padding-left: 160px;
  position: relative;
}

.advantages-page .advantages-2 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 130px;
}

.advantages-page .advantages-2 .list ul li .box h6 {
  font-size: 30px;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 1.2;
}

.advantages-page .advantages-2 .list ul li .box .text {
  margin-top: 20px;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.4;
}

.advantages-page .advantages-2 .list ul li .box .text table {
  border: none;
}

.advantages-page .advantages-2 .list ul li .box .text table tr:nth-child(even) {
  background: #f7f7f7;
}

.advantages-page .advantages-2 .list ul li .box strong {
  font-weight: bold;
  color: #c70020;
  line-height: 1.4;
  margin-top: 15px;
  font-size: 18px;
}

.advantages-page,
.business-page {
  padding: 0;
}

.business-page .business-1 {
  padding: 200px 0 130px;
  background: url('../images/business-1-bg.jpg') center center no-repeat;
  background-size: cover;
}

.business-page .business-1 .iconList ul li {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  border-radius: 100%;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.business-page .business-1 .iconList ul li img {
  display: inline-block;
  vertical-align: middle;
}

.business-page .business-1 .title {
  margin-top: 60px;
  font-size: 32px;
  color: #1b1b1b;
  font-weight: bold;
  line-height: 1.4;
  max-width: 1000px;
}

.business-page .business-2 {
  padding: 130px 0 100px;
}

.business-page .business-2 .pic {
  margin-bottom: 80px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.business-page .business-2 .pic .slick-list {
  overflow: unset;
}

.business-page .business-2 .pic ul li {
  position: relative;
  transition: .5s;
  top: 0;
}

.business-page .business-2 .pic ul li img {
  width: 100%;
}

.business-page .business-2 .pic .btn div {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business-page .business-2 .pic .btn div.prev {
  left: 3%;
  margin-top: -30px;
}

.business-page .business-2 .pic .btn div.next {
  right: 3%;
  margin-top: 30px;
}

.business-page .business-2 .pic ul .slick-current li,
.business-page .business-2 .pic ul .slick-current+div+div li {
  top: -60px;
}

.business-page .business-2 h3.title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #1b1b1b;
}

.business-page .business-2 .text {
  margin-top: 30px;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1.6;
}

.business-page .business-3 {
  padding: 70px 5%;
  background: #fafafa;
  text-align: center;
}

.business-page .business-3 ul li {
  padding: 10px;
}

.business-page .business-3 ul {
  margin: -10px;
}

@media screen and (max-width: 700px) {
  .advantages-page .advantages-1 {
    padding: 50px 0;
  }

  .advantages-page .advantages-1 .box .left span.tag {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .advantages-page .advantages-1 .box .left h3 {
    font-size: 28px;
  }

  .advantages-page .advantages-1 .box .left .text {
    font-size: 16px;
  }

  .advantages-page .advantages-1 .box .left div.tag h6 {
    font-size: 40px;
  }

  .advantages-page .advantages-1 .box .left,
  .development-page .development-1 .left,
  .development-page .development-2 .top .slide:nth-child(1),
  .development-page .development-3 .left {
    width: 100%;
    padding-right: 0;
  }

  .advantages-page .advantages-1 .box .right,
  .development-page .development-1 .right,
  .development-page .development-2 .top .slide:nth-child(2),
  .development-page .development-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .advantages-page .advantages-1 .box .left div.tag p {
    font-size: 18px;
  }

  .advantages-page .advantages-1 .box .right .text {
    padding: 20px;
    font-size: 20px;
  }

  .advantages-page .advantages-1 .list ul li .box2 {
    padding: 15px;
  }

  .advantages-page .advantages-1 .list ul li .box2 h6 {
    font-size: 20px;
  }

  .advantages-page .advantages-1 .list ul li .box2 p {
    font-size: 16px;
  }

  .advantages-page .advantages-1 .list ul li {
    width: 100%;
  }

  .advantages-page .advantages-2 h3.title {
    font-size: 28px;
  }

  .advantages-page .advantages-2 h3.title:after {
    width: 70px;
    height: 2px;
  }

  .advantages-page .advantages-2 .list ul li {
    width: 100%;
    padding: 15px;
  }

  .advantages-page .advantages-2 .list ul {
    margin: -15px;
  }

  .advantages-page .advantages-2 .list ul li .box {
    padding-left: 80px;
  }

  .advantages-page .advantages-2 .list ul li .box i {
    max-width: 70px;
  }

  .advantages-page .advantages-2 .list ul li .box h6 {
    font-size: 20px;
  }

  .advantages-page .advantages-2 {
    padding: 50px 0 0;
  }

  .advantages-page .advantages-2 .list ul li .box strong {
    font-size: 16px;
  }

  .advantages-page .advantages-2 .list ul li .box .text {
    font-size: 14px;
  }

  .business-page .business-1 {
    padding: 50px 0;
  }

  .business-page .business-1 .iconList ul li {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .business-page .business-1 .iconList ul li img {
    max-width: 60px;
  }

  .business-page .business-1 .title {
    font-size: 20px;
    margin-top: 20px;
  }

  .business-page .business-2 h3.title {
    font-size: 28px;
  }

  .business-page .business-2 .pic ul .slick-current li,
  .business-page .business-2 .pic ul .slick-current+div+div li {
    top: 0;
  }

  .business-page .business-2 .pic .btn div.prev {
    margin-top: 0;
  }

  .development-page span.tag {
    font-size: 18px;
  }

  .development-page h3.title,
  .development-page h2.title {
    font-size: 28px;
  }

  .development-page .development-1 .right .img {
    height: 240px;
  }

  .development-page .development-4 span {
    font-size: 70px;
    padding: 30px 0;
  }

  .development-page {
    overflow: hidden;
  }

  .development-page .development-3 .right img {
    margin-bottom: -50px;
  }

  .service-page .service-2 .list ul li .left h4,
  .service-page .service-new .box ul h4 {
    font-size: 24px;
  }

  .service-page .service-new .box ul li {
    width: 100%;
  }

  .service-page .service-2 .list ul li .left p,
  .service-page .service-new .box ul p {
    font-size: 14px;
  }

  .service-page .service-new .box ul li .box2 {
    padding: 0;
  }

  .service-page div.formBox {
    padding: 20px;
  }

  .service-page div.formBox ul li {
    width: 100%;
  }

  .about-page .about-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .about-page .about-1 .box .left {
    width: 100%;
  }

  .about-page h2.title,
  .about-page h1.title,
  .about2-page .about-5 h2 {
    font-size: 24px;
  }

  .about-page .about-1 .box {
    padding-top: 0;
  }

  .about-page .about-1 .box .right .content {
    font-size: 16px;
  }

  .about-page .about-3 .box {
    padding-top: 20px;
  }

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

  .about2-page .i-history .history-list .list .i-year .year1,
  .about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding-left: 5%;
    padding-right: 20px;
    padding-top: 25px;
  }

  .about2-page .i-history .history-list .list .i-text:after {
    top: 30px;
  }

  .about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
    width: 100% !important;
    padding-left: 5% !important;
    text-align: left;
  }

  .business-page .business-2 .pic .btn div {
    margin-top: 0 !important;
  }

  .development-page .development-2 {
    padding: 50px 0;
  }

  .development-page .development-2 .top .slide {
    width: 100%;
  }

  .development-page .development-2 .top .slide:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .development-page .development-2 ul li {
    width: 50%;
    float: left;
    padding: 10px;
  }

  .development-page .development-2 ul {
    margin: -10px;
  }

  .team-page .top {
    padding-top: 0;
  }

  .product_inner {
    max-width: none;
  }

  .prodet-box .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .prodet-box .prodet-1 .left {
    width: 100%;
  }

  .prodet-box .prodet-1 .right h1,
  .prodet-box .prodet-1 .right .text h6,
  h2.resources {
    font-size: 24px;
  }

  .prodet-box .prodet-1 .right span.tag {
    font-size: 18px;
  }

  .prodet-box .prodet-2 .content table td {
    white-space: nowrap;
  }

  .product_newul {
    padding: 0;
  }

  .product_catalogue .mml-text h3 {
    font-size: 24px;
  }

  .news-page .news-1 .nav-list ul li {
    height: auto;
    line-height: normal;
    margin: 2px 0;
  }

  .news-page .news-1 .nav-list ul li a {
    font-size: 14px;
    height: 40px;
  }
}
/*---seo start---*/
.des h1 {
    display: inline;
}

/*---seo end---*/