@font-face {
  font-family: 'ErasITC-Bold';
  src: url(../fonts/ErasITC-Bold.ttf) format('truetype'), url(../fonts/ErasITC-Bold.eot) format('eot'), url(../fonts/ErasITC-Bold.woff) format('woff'), url(../fonts/ErasITC-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Mangia';
  src: url(../fonts/Mangia.ttf) format('truetype'), url(../fonts/Mangia.eot) format('eot'), url(../fonts/Mangia.woff) format('woff'), url(../fonts/Mangia.woff2) format('woff2');
}
@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url(../fonts/BarlowCondensed-SemiBold.ttf) format('truetype'), url(../fonts/BarlowCondensed-SemiBold.eot) format('eot'), url(../fonts/BarlowCondensed-SemiBold.woff) format('woff'), url(../fonts/BarlowCondensed-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'GaboDrive';
  src: url(../fonts/GaboDrive.ttf) format('truetype'), url(../fonts/GaboDrive.eot) format('eot'), url(../fonts/GaboDrive.woff) format('woff'), url(../fonts/GaboDrive.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .dfgdgd, .fdgfeed {                                      
    display: none !important;
  }
  .prodet-page .prodet-2 .ret table tbody {
    display: table;
    width: 100% !important; 
    min-width: auto;
  }
}
body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
:root {
  --color: #d0111b;
  --font: 'ErasITC-Bold';
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed .nav {
  background-color: #000000;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 4%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  letter-spacing: .1em;
  font-family: 'Mangia';
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 0;
  border-bottom: 1px solid var(--color);
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  width: 44px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul.slick-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  display: block;
  margin: 40px 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: 1px solid transparent;
  border-radius: 50%;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active::before {
  border-color: #FFFFFF;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language .zhuyu {
  color: var(--color);
  background-color: #FFFFFF;
  display: block;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 2;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #222222;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 1.5;
  font-style: italic;
  font-family: var(--font);
  color: #FFFFFF;
  text-transform: uppercase;
}
#banner .social-links {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .social-links a {
  font-size: 14px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .social-links a:hover {
  color: var(--color);
  background-color: #FFFFFF;
}
#banner .social-links a + a {
  margin-top: 10px;
}
.baseBtn {
  display: inline-block;
  height: 74px;
  line-height: 74px;
  border-radius: 74px;
  padding: 0 90px 0 45px;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(rgba(208, 17, 27, 0.1)));
  background-image: -webkit-linear-gradient(left, var(--color), rgba(208, 17, 27, 0.1));
  background-image: -moz-linear-gradient(left, var(--color), rgba(208, 17, 27, 0.1));
  background-image: linear-gradient(to right, var(--color), rgba(208, 17, 27, 0.1));
  position: relative;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: var(--color);
}
.baseBtn span:last-child {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 54px;
  text-align: center;
  right: 10px;
  top: 10px;
  background-color: #FFFFFF;
  color: var(--color);
  transition: .5s ease;
}
.baseBtn.white {
  color: var(--color);
  background-color: #FFFFFF;
  background-image: none;
}
.baseBtn.white span:last-child {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBtn.white:hover {
  background-color: #000000;
}
.baseBtn.white:hover span:last-child {
  color: #000000;
  background-color: #FFFFFF;
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 220px 0 170px;
}
.our-about .tag {
  margin-bottom: 15px;
  color: #FFFFFF;
  opacity: .68;
  font-style: italic;
}
.our-about .Tit {
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 1.5;
  font-style: italic;
  color: #FFFFFF;
  font-family: var(--font);
}
.our-about .Tit span {
  color: var(--color);
}
.our-about .text {
  margin-bottom: 40px;
  color: #FFFFFF;
  opacity: .66;
}
.our-about .left {
  padding-right: 5%;
}
.our-about .right {
  padding-left: 5%;
  margin-top: 30px;
}
.our-about .right 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;
  margin: -10px;
}
.our-about .right li {
  padding: 10px;
}
.our-about .right li:nth-child(2n) {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.our-about .right li:nth-child(1) .mml-text {
  border-radius: 50px 0 0 0;
}
.our-about .right li:nth-child(2) .mml-text {
  border-radius: 0 50px 0 0;
}
.our-about .right li:nth-child(3) .mml-text {
  border-radius: 0 0 0 50px;
}
.our-about .right li:nth-child(4) .mml-text {
  border-radius: 0 0 50px 0;
}
.our-about .right li .mml-text {
  height: 100%;
  padding: 15%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-about .right li .mml-text > * {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .right li .mml-text i {
  display: block;
}
.our-about .right li .mml-text .num {
  font-size: 72px;
  color: var(--color);
  font-family: 'BarlowCondensed-SemiBold';
}
.our-about .right li .mml-text:hover {
  background-color: var(--color);
}
.our-about .right li .mml-text:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-about .right li .mml-text:hover > * {
  color: #FFFFFF;
}
.our-product {
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.our-product::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/product-logo.png) no-repeat center;
  background-size: 80%;
}
.our-product .container {
  max-width: 1600px;
}
.our-product .tag {
  margin-bottom: 15px;
  color: #FFFFFF;
  opacity: .68;
  font-style: italic;
}
.our-product .Tit {
  font-size: 58px;
  line-height: 1.5;
  font-style: italic;
  color: #FFFFFF;
  font-family: var(--font);
}
.our-product .Tit span {
  color: var(--color);
}
.our-product .top .left {
  width: 40%;
  margin-top: 40px;
}
.our-product .top .right {
  width: 60%;
}
.our-product .top .right ul {
  position: relative;
}
.our-product .top .right ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  opacity: .6;
}
.our-product .top .right li .img {
  margin-bottom: 20px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.our-product .top .right li .img img {
  display: inline-block;
  vertical-align: middle;
}
.our-product .top .right li .name {
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
}
.our-product .top .right li .dot {
  padding: 5px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
}
.our-product .top .right li .dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #FFFFFF;
}

.our-product .top .right .slick-current li .dot {
  border-color: rgba(255, 255, 255, 0.32);
}


.our-product .center {
  width: 70%;
  margin-left: auto;
  margin-top: 80px;
}
.our-product .center .item {
  display: none;
}
.our-product .center .item.active {
  display: block;
}
.our-product .center .item.active .left .img {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn;
}
.our-product .center .item.active .right .name {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.our-product .center .item.active .right .size {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.our-product .center .item.active .right .text {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.our-product .center .item.active .right .btns {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.our-product .center .left {
  width: 55%;
}
.our-product .center .right {
  width: 45%;
  margin-top: 40px;
}
.our-product .center .right .name {
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: var(--font);
  text-shadow: 0 3px 3px #000000;
}
.our-product .center .right .size {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
.our-product .center .right .text {
  margin-bottom: 25px;
  color: #FFFFFF;
}
.baseTag {
  color: var(--color);
}
.baseTit {
  font-size: 60px;
  font-family: var(--font);
}
.i-advantage {
  padding: 150px 0 190px;
  position: relative;
  background: url(../images/adv-before.png) no-repeat left 150% top;
}
.i-advantage .list {
  margin-top: 70px;
}
.i-advantage .list ul {
  margin: -25px -100px;
}
.i-advantage .list li {
  padding: 25px 100px;
}
.i-advantage .list li .num {
  width: 80px;
  font-size: 110px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  position: relative;
}
.i-advantage .list li .num::after {
  content: url(../images/num-mask.png);
  position: absolute;
  right: 0;
  bottom: -20px;
}
.i-advantage .list li .name {
  margin-top: 30px;
  padding-left: 90px;
  font-size: 24px;
  font-weight: bold;
}
.i-advantage .list li .text {
  margin-top: 15px;
}
.our-news {
  background-color: #f0f0f0;
  padding: 110px 0 140px;
}
.our-news .list {
  margin-top: 70px;
}
.our-news .list ul {
  margin: -25px;
}
.our-news .list li {
  padding: 25px;
}
.our-news .list .mml-text {
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
.our-news .list .mml-text .img {
  margin-bottom: 15px;
  position: relative;
}
.our-news .list .mml-text .img .num {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  font-size: 40px;
  padding: 5% 5% 0 0;
  color: #FFFFFF;
  font-family: 'GaboDrive';
  overflow: hidden;
}
.our-news .list .mml-text .img .num::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: 0;
  top: 0;
  background-color: var(--color);
}
.our-news .list .mml-text .content {
  padding: 15px;
}
.our-news .list .mml-text .content .name {
  margin-bottom: 20px;
}
.our-news .list .mml-text .date {
  margin-top: 6%;
}
.our-news .list .mml-text .newMore {
  margin-top: 10%;
}
.our-news .list .mml-text .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background-color: var(--color);
  padding-top: 50%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .mml-text .mask::before {
  content: attr(data-text);
  font-size: 238px;
  line-height: 1;
  font-family: 'GaboDrive';
  position: absolute;
  left: 50%;
  top: -10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .15;
}
.our-news .list .mml-text:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#footer {
  color: #FFFFFF;
  background-color: #000000;
}
#footer .container {
  max-width: 1600px;
}
#footer .foot-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .foot-top .logo {
  margin-left: 0;
  margin-right: auto;
}
#footer .foot-top .menu-box {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#footer .foot-top .menu-box ul li {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#footer .foot-top .menu-box ul li + li {
  margin-left: 120px;
}
#footer .foot-top .menu-box ul li ul {
  display: none;
}
#footer .foot-center {
  padding: 45px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .foot-center .left {
  max-width: 530px;
}
#footer .foot-center .left .name {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--font);
}
#footer .foot-center .left ul li {
  line-height: 2;
}
#footer .foot-center .left ul li span {
  opacity: 0;
}
#footer .foot-center .right {
  margin-top: 15px;
}
#footer .foot-center .right .social-links {
  text-align: center;
  margin-top: 36px;
}
#footer .foot-center .right .social-links a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .foot-center .right .social-links a + a {
  margin-left: 15px;
}
#footer .foot-center .right .social-links a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
#footer .foot-bottom {
  padding: 40px 0;
}
#footer .foot-bottom img {
  max-height: 18px;
}
#ewm {
  width: 160px;
  border: 10px solid #FFFFFF;
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    letter-spacing: normal;
  }
  #footer .foot-top .menu-box ul li + li {
    margin-left: 80px;
  }
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  .hover-language ul.sub-menu {
    left: auto;
    right: 0;
  }
  .hover-language .zhuyu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .our-about .Tit {
    font-size: 48px;
  }
  .our-product .Tit {
    font-size: 48px;
  }
  .our-product .center .right .name {
    font-size: 60px;
  }
  .baseTit {
    font-size: 48px;
  }
  .i-advantage .list ul {
    margin: -25px -50px;
  }
  .i-advantage .list li {
    padding: 25px 50px;
  }
  #footer .foot-top .menu-box ul li {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::before {
    display: none;
  }
  .our-product .center .right .name {
    font-size: 48px;
    line-height: 1.5;
  }
  .our-product .center .right .size {
    font-size: 24px;
  }
  .i-advantage {
    background-size: 80%;
  }
  .i-advantage .list ul {
    margin: -25px;
  }
  .i-advantage .list li {
    padding: 25px;
  }
  .i-advantage .list li .num {
    font-size: 80px;
    width: 70px;
  }
  .i-advantage .list li .name {
    font-size: 24px;
    padding-left: 70px;
  }
  #footer .foot-top .menu-box ul li + li {
    margin-left: 40px;
  }
  #footer .foot-top .menu-box ul li {
    font-size: 16px;
  }
  #footer .foot-top .logo {
    width: 20%;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .foot-bottom img {
    max-height: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner h2 {
    font-size: 36px;
  }
  .baseBtn {
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    padding: 0 60px 0 30px;
  }
  .baseBtn span:last-child {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
  }
  .our-about .Tit {
    font-size: 36px;
  }
  .our-about .right li .mml-text .num {
    font-size: 60px;
  }
  .our-about .right {
    padding-left: 0;
  }
  .our-product .Tit {
    font-size: 36px;
  }
  .our-product .center {
    width: 90%;
  }
  .our-news .list .mml-text .mask::before {
    font-size: 190px;
  }
  .baseTit {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #banner .social-links a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%!important;
    padding-right: 0;
  }
  .our-about .right {
    width: 100%!important;
    margin-top: 60px;
  }
  .our-about .right li .mml-text {
    padding: 10%;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product::before {
    display: none;
  }
  .our-product .top .left {
    width: 100%;
    margin-top: 0;
  }
  .our-product .top .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-product .Tit span {
    color: #FFFFFF;
  }
  .our-product .center {
    width: 100%;
    margin-top: 40px;
  }
  .our-product .center .right .name {
    font-size: 30px;
  }
  .our-product .bottom {
    text-align: center;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list li {
    width: 50%!important;
    padding: 15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .font-20 {
    font-size: 16px;
  }
  #footer .foot-top {
    display: none;
  }
  #footer .foot-center .left {
    width: 60%;
  }
  #footer .foot-bottom {
    text-align: center;
    padding: 15px 0;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .baseBtn {
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    padding: 0 50px 0 25px;
  }
  .baseBtn span:last-child {
    right: 5px;
    top: 5px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .Tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .our-about .text {
    margin-bottom: 20px;
  }
  .our-about .right li .mml-text i {
    width: 40px;
  }
  .our-about .right li .mml-text .num {
    font-size: 36px;
  }
  .our-product .Tit {
    font-size: 24px;
  }
  .our-product .center .right {
    margin-top: 0;
  }
  .our-product .center .right .name {
    font-size: 24px;
  }
  .our-product .center .right .size {
    font-size: 18px;
  }
  .i-advantage {
    display: none;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-news .list .mml-text .img .num::before {
    width: 120px;
    height: 120px;
  }
  .our-news .list .mml-text .img .num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .our-news .list .mml-text .mask::before {
    font-size: 120px;
    top: -5%;
  }
  .our-news .list .mml-text {
    border-radius: 0 50px 0 0;
  }
  #footer .foot-center .left .name {
    font-size: 20px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 500px) {
  #banner .social-links {
    display: none;
  }
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-about .right li {
    width: 50%!important;
  }
  .our-about .right li:nth-child(2n) {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .our-product .center .left {
    width: 100%;
  }
  .our-product .center .right {
    width: 100%;
  }
  .our-product .bottom {
    display: none;
  }
  #footer .foot-center .left {
    width: 100%;
  }
  #footer .foot-center .right {
    width: 100%;
    display: none;
  }
  #footer .foot-center {
    padding: 40px 0;
  }
}






.inner-banner {
  height: 481px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 246px;
  border-radius: 0px 0px 300px 0px;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .mbx span {
  color: #d0111b;
}
.inner-banner .tit {
  font-size: 36px;
  line-height: 1.7;
  font-family: var(--font);
  margin-top: 17px;
  text-transform: uppercase;
  max-width: 1000px;
}
.font-48 {
  font-size: 42px;
  line-height: 1.6;
}
.font-18 {
  line-height: 2;
}
.font-36 {
  line-height: 1.8;
}
.inner-page .in-num {
  font-family: var(--font);
  line-height: 1.8;
  text-transform: uppercase;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d0111b;
  display: inline-block;
  vertical-align: top;
  margin: 5px 7px 0 0;
}
.inner-page .title {
  font-family: var(--font);
}
.inner-page .title span {
  color: #d0111b;
}
.inner-page .m-page {
  margin-top: 160px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  background: #333;
  font-size: 17px;
  font-weight: bold;
  color: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #d0111b;
}
.about-page .title {
  margin-top: 6px;
}
.about-page .about-1 {
  padding-top: 8%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img {
  margin-top: 38px;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-2 {
  padding-top: 5.521%;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: #d0111b;
  font-family: var(--font);
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: #d0111b;
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container {
  max-width: 1580px;
  padding: 0 15px 0 30px;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 {
  background: #d0111b;
  border-radius: 200px 0px 0 0;
  padding: 7.5% 0 8.146%;
  color: #fff;
}
.about-page .about-4 .in-num::before {
  background: #fff;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: #fff;
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: #d0111b;
	border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 100px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 44%;
  vertical-align: middle;
}
.about-page .about-5 .right{
  vertical-align: middle;
  width: 56%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: #d0111b;
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: #d0111b;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  font-family: var(--font);
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 100px;
    border-radius: 0px 0px 150px 0px;
  }
  .inner-banner .tit {
    font-size: 36px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
  }
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background: #fff !important;
    color: #000;
    height: auto;
    padding-top: 80px;
  }
  .inner-banner .tit {
    display: none;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }

}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 30px;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: #d0111b;
  /*font-family: 'Etelka';*/
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: #d0111b;
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 6.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 5.782% 0 10.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: #d0111b;
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: #d0111b;
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 2;
  text-transform: uppercase;
  font-family: 'Etelka';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: #d0111b;
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-yd-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-yd-page .Auxil-h1{
  font-size: 24px;
    color: #d0111b;
    font-weight: bold;
}
.product-yd-page .list .in-num {
  color: #d0111b;
}
.product-yd-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-yd-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-yd-page .list .title:hover {
  color: #d0111b;
}
.product-yd-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.product-yd-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-yd-page .list ul li .ig .text {
  width: 45.549%;
}
.product-yd-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  max-height: 16em;
  overflow-y: auto;
  padding-right: 30px;
}
.product-yd-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-yd-page .list ul li .ig .text .more:hover {
  color: #fff;
}
.product-yd-page .list ul li .ig .text .more:hover::after {
  background: #000;
}
.product-yd-page .list ul li .ig .text .more:hover i {
  color: #fff;
}
.product-yd-page .list ul li .ig .img {
  width: 32.451%;
  margin: auto;
}
.product-yd-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 45%;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li:hover::after {
  background: #d0111b;
}
.product-yd-page .list ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-yd-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-yd-page .list ul li:last-child {
  margin-bottom: 0;
}
.product-yd-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .product-yd-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-yd-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {

  .product-yd-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-yd-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-yd-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-yd-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-yd-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-yd-page .list .title {
    width: 100%;
  }
  .product-yd-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-yd-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-yd-page .list ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .product-yd-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page::after {
    display: none;
  }
  .product-yd-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-yd-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-yd-page .list ul li .ig .img {
    width: 100%;
  }
  .product-yd-page .list ul li::after {
    display: none;
  }
  .product-yd-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 22px;
  }
  .product-yd-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  .product-yd-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }
  .font-36 {
    font-size: 24px;
  }
  .product-yd-page .list ul li .ig .text .more {
    padding-left: 19px;
  }
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {
  padding: 7% 0;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
  padding: 0 197px 0 136px;
}
.prodet-page .prodet-1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
.prodet-page .prodet-1 .text .in-num {
  color: #d0111b;
}
.prodet-page .prodet-1 .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.prodet-page .prodet-1 .text .title {
  margin-top: 11px;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-family: var(--font);
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: #d0111b;
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: #d0111b;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 105px 36px 64px 21px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: #d0111b;
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-family: var(--font);
  line-height: 1.8;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: #d0111b;
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 57px;
  margin-top: 65px;
}
.prodet-page .prodet-3 .content ul li .text .more:hover {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover i {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover::after {
  background: #000;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-family: var(--font);
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d0111b;
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d0111b;
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-1 .text {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .prodet-page .prodet-1 {
    padding: 0 100px 0 136px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 79px;
  }
  .font-30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .prodet-1 {
    padding: 0 80px 0 100px;
  }
  .prodet-page .opt dl dd {
    padding: 0 60px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 {
    padding: 0;
  }
  .prodet-page .prodet-1 .text {
    position: initial;
    width: 100%;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
}
.news-page {
  padding: 125px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: #d0111b;
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: #d0111b;
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-family: var(--font);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: #d0111b;
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: #d0111b;
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  font-family: var(--font);
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
  .font-18 {
    line-height: 2;
  }
}
.font-60 {
  font-size: 40px;
  line-height: 1.7;
}
.faq-page .box {
  padding: 10.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: #d0111b;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.8;
  font-family: var(--font);
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height:2;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #d0111b;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.font-72 {
  font-size: 72px;
}
.contact-page {
  padding-top: 7.073%;
  position: relative;
  z-index: 1;
}
.contact-page .ui.container {
  max-width: 1314px;
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  font-family: var(--font);
  line-height: 1.8;
  margin: 19px 0 11px;
}
.contact-page .contact-1 ul li p {
  line-height: 2;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-bottom: 12.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: #d0111b;
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: #d0111b;
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: #d0111b;
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid #d0111b;
  border-bottom: 18px solid #d0111b;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page .contact-3 {
  padding-top: 5.1045%;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 1px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  background-color: #333;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: #d0111b;
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: #d0111b;
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #d0111b;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: #d0111b;
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  font-size: 316px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
  background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span{
  color: #d0111b;
  font-weight: bold;
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 7.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: #d0111b;
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: #d0111b;
  font-family: var(--font);
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  font-family: var(--font);
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}






.product-page {
  padding: 110px 0;
}
.product-page .product-list 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;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
/*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #d0111b;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  min-height: 6em;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: 'Krona';
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  font-family: 'Krona';
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: #d0111b;
}

@media screen and (max-width: 1230px) {
  .product-page{
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-list ul li {
    width: 50%;
  }

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

@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
}



.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}

.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #d0111b;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  /*font-family: 'Krona';*/
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #d0111b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #d0111b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #d0111b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'BackNine';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Krona';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #d0111b;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}


@media screen and (max-width: 1400px) {
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }

  .inner-page .sidebar-box{
    padding-left: 0;
  }
}

@media screen and (max-width: 1230px) {
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}





.prodet-page .new-prodet-1 .left img{
  /*border:1px solid #000;*/
      background-color: #f9f9f9;
}
.prodet-page .new-prodet-1 .right .share a + a{
  margin-left: 20px;
}

.prodet-page .new-prodet-1 .right .tag {
  color: #d0111b;
}


@media screen and (max-width: 1000px) {
  .prodet-page .new-prodet-1 .left {
    width: 100%;
    padding: 0;
  }

  .prodet-page .new-prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.fdgd{
  vertical-align: sub;
}
.fdgfeed{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:500px;
  display:inline-block;
}
.shouyeh {
  display: inline;
}
.xuanfuname {
  color: #fff;
}