@font-face {
  font-family: 'Yudit V1';
  src: url('../fonts/YuditV1.eot');
  src: url('../fonts/YuditV1.eot?#iefix') format('embedded-opentype'), url('../fonts/YuditV1.woff2') format('woff2'), url('../fonts/YuditV1.woff') format('woff'), url('../fonts/YuditV1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'AGLettericaCompressed';
  src: url('../fonts/AGLettericaCompressed-Roman.eot');
  src: url('../fonts/AGLettericaCompressed-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AGLettericaCompressed-Roman.woff2') format('woff2'), url('../fonts/AGLettericaCompressed-Roman.woff') format('woff'), url('../fonts/AGLettericaCompressed-Roman.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  --color: #da241a;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  width: 1520px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  height: 51px;
  line-height: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .ui.menu .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .h-top .ui.menu .left li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .left li img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-top .ui.menu .left li:first-child {
  padding-right: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#header .h-top .ui.menu .left li:last-child {
  padding-left: 35px;
}
#header .h-top .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .h-top .ui.menu .search form {
  position: relative;
  width: 115px;
}
#header .h-top .ui.menu .search form input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 11px;
  height: 22px;
}
#header .h-top .ui.menu .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  background: url(../images/search.png) no-repeat center rgba(255, 255, 255, 0.2);
  border-radius: 0 11px 11px 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .h-top .ui.menu .search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .language {
  position: relative;
  cursor: pointer;
  margin: 0 33px 0 20px;
}
#header .h-top .ui.menu .language span {
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
  background: #da241a;
  color: white;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}
#header .h-top .ui.menu .language ul {
  -webkit-perspective: 500px;
  z-index: 5;
  -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: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 140px;
  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 var(--color);
  display: none \9;
}
#header .h-top .ui.menu .language ul li {
  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;
  float: none;
  height: 35px;
  line-height: 35px;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .h-top .ui.menu .language 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;
}
#header .h-top .ui.menu .language ul li a img {
  width: 24px;
  margin-right: 5px;
}
#header .h-top .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .ui.menu .language ul li:hover > ul {
  display: block;
}
#header .h-top .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .ui.menu .share {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#header .h-top .ui.menu .share a {
  margin-left: 20px;
  color: white;
}
#header .h-top .ui.menu .share a i {
  font-size: 16px;
}
#header .nav {
  padding: 11px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#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 > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  position: relative;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 4px;
  background-color: #da241a;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#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 .line {
  cursor: pointer;
  padding-top: 15px;
}
#header .nav .ui.menu .line i {
  display: block;
  height: 2px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 6px 0;
}
#header .nav .ui.menu .line i:nth-child(1) {
  width: 30px;
}
#header .nav .ui.menu .line i:nth-child(2) {
  width: 23px;
}
#header .nav .ui.menu .line i:nth-child(3) {
  width: 17px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .h-top .ui.menu .share a,
#header.active .h-top .ui.menu .left li {
  color: black;
}
#header.active .nav .ui.menu .line i {
  background-color: black;
}
#header.active .h-top {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
#header.active .h-top .ui.menu .left li:first-child {
  border-right-color: rgba(0, 0, 0, 0.5);
}
#header.active .h-top .ui.menu .share {
  border-left-color: rgba(0, 0, 0, 0.5);
}
#header.active .h-top .ui.menu .search form input {
  background: rgba(0, 0, 0, 0.1);
}
#header.active .h-top .ui.menu .search form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="submit"] {
  background: url(../images/search.png) no-repeat center rgba(0, 0, 0, 0.2);
}
#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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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 .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#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: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-size: 15px;
  background-color: #da241a;
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.more:hover::after {
  width: 100%;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner ul li .content .left {
  width: 50%;
  color: white;
  padding-left: 70px;
}
#banner ul li .content .left .page {
  font-style: italic;
}
#banner ul li .content .left .page .total {
  font-size: 18px;
  vertical-align: top;
}
#banner ul li .content .left .page .current {
  font-size: 58px;
  font-weight: bold;
  line-height: 1;
}
#banner ul li .content .left h2 {
  font-family: 'Yudit V1';
  margin-top: 54px;
}
#banner ul li .content .left p {
  letter-spacing: 12px;
  margin: 25px 0 78px;
}
#banner ul li .content .left .btn .more {
  background-color: #942418;
}
#banner ul li .content .left .btn .more:nth-child(1) {
  margin-right: 40px;
}
#banner ul li .content .left .btn .more::after {
  background-color: white;
}
#banner ul li .content .left .btn .more:hover {
  color: var(--color);
}
#banner .slickBtn div {
  width: 57px;
  height: 57px;
  background-color: black;
  border-radius: 0;
}
#banner .slickBtn div i {
  font-size: 20px;
}
#banner .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#banner .slickBtn.pos div.prev {
  right: 95%;
}
#banner .slickBtn.pos div.next {
  left: 95%;
}
.tag {
  color: var(--color);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .i-about {
  background: url(../images/about-bg.jpg) no-repeat bottom right;
  background-size: cover;
}
#index-body .i-about .container {
  width: 100%;
  padding: 0;
}
#index-body .i-about .left {
  width: 42%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .left .box {
  position: absolute;
  right: 0;
  top: 10%;
  padding-right: 35px;
}
#index-body .i-about .left .box .arrow {
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 48px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .left .box ul li {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#index-body .i-about .left .box ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-about .left .box ul li::before {
  content: "";
  position: absolute;
  left: -webkit-calc(100% + 31px);
  left: -moz-calc(100% + 31px);
  left: calc(100% + 31px);
  bottom: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: black;
  border: 2px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-about .left .box ul li.active {
  border-bottom-color: white;
}
#index-body .i-about .left .box ul li.active::after,
#index-body .i-about .left .box ul li.active::before {
  opacity: 1;
}
#index-body .i-about .right {
  width: 58%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 100px 9% 100px 7%;
}
#index-body .i-about .right .item{
  opacity: 0;
  z-index: 0;
  position: relative;
}
#index-body .i-about .right .item:not(:first-child){
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
}
#index-body .i-about .right .item.active{
  opacity: 1;
  z-index: 3;
}
#index-body .i-about .right .i-title {
  margin: 14px 0 35px;
}
#index-body .i-about .right .content {
  text-indent: 2em;
  color: #5f5f5f;
  line-height: 30px;
  margin-bottom: 45px;
}
#index-body .i-about .right ul.number-Plus li {
  text-align: center;
}
#index-body .i-about .right ul.number-Plus li em {
  font-size: 108px;
  font-weight: bold;
  font-family: 'Montserrat';
}
#index-body .i-about .right ul.number-Plus li p {
  font-size: 16px;
}
#index-body .i-about .left.active {
  width: 15%;
}
#index-body .i-about .left.active .box .arrow img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-about .right.active {
  width: 85%;
}
#index-body .i-about .right .item.history .time {
    text-align: center;
}
#index-body .i-about .right .item.history .time ul {
    padding: 60px 0;
}
#index-body .i-about .right .item.history .time ul .slick-list {
    padding: 0 15px;
}
#index-body .i-about .right .item.history .time ul li {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Anton';
}
#index-body .i-about .right .item.history .time ul li img {
    margin: auto;
    width: auto;
}
#index-body .i-about .right .item.history .time ul li .top {
    font-size: 24px;
    height: 42px;
    color: var(--color);
}
#index-body .i-about .right .item.history .time ul li .center {
    position: relative;
    font-size: 38px;
    transform: skewX(30deg);
    background-color: var(--color);
    padding: 0 30px;
    margin: 40px 10px;
}
#index-body .i-about .right .item.history .time ul li .center .text {
    transform: skewX(-30deg);
    color: #fff;
}
#index-body .i-about .right .item.history .time ul li .center .text::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    background-color: var(--color);
}
#index-body .i-about .right .item.history .time ul li .bottom {
    font-size: 28px;
    /*height: 42px;*/
    color: var(--color);
    width: 100%;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li {
    display: inline-block;
    vertical-align: middle;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li .top {
    color: #000;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li .center {
    position: relative;
    font-size: 38px;
    transform: skewX(30deg);
    background-color: #dfdbdb;
    padding: 0 30px;
    margin: 40px 10px;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li .center .text {
    transform: skewX(-30deg);
    color: #000;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li .center .text::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    background-color: var(--color);
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n-1) li .bottom {
    font-size: 24px;
    color: #000;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li {
    display: inline-block;
    vertical-align: middle;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li .top {
    color: #646a73;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li .center {
    position: relative;
    font-size: 38px;
    transform: skewX(30deg);
    background-color: #646a73;
    padding: 0 30px;
    margin: 40px 10px;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li .center .text {
    transform: skewX(-30deg);
    color: #fff;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li .center .text::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    background-color: #646a73;
}
#index-body .i-about .right .item.history .time ul .slick-slide:nth-child(3n) li .bottom {
    font-size: 24px;
    color: #646a73;
}
#index-body .i-product {
  padding: 100px 0;
}
#index-body .i-product .left {
  width: 20%;
}
#index-body .i-product .left .search form {
  position: relative;
  width: 100%;
}
#index-body .i-product .left .search form input {
  font-size: 15px;
  background: #e7e7e7;
  height: 62px;
  padding: 0 70px 0 15px;
  border: none;
  width: 100%;
}
#index-body .i-product .left .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  padding: 0;
  background: url(../images/search2.png) no-repeat center #da241a;
}
#index-body .i-product .left h3 {
  margin: 44px 0 28px;
}
#index-body .i-product .left ul .slick-track {
  display: block;
}
#index-body .i-product .left ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  z-index: 1;
}
#index-body .i-product .left ul li a {
  display: block;
  padding: 9px 20px;
}
#index-body .i-product .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #da241a;
  border-left: 9px solid #9c0d06;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
#index-body .i-product .left ul .slick-current li,
#index-body .i-product .left ul li:hover {
  color: white;
}
#index-body .i-product .left ul .slick-current li::after,
#index-body .i-product .left ul li:hover::after {
  width: 100%;
  opacity: 1;
}
#index-body .i-product .left .circle {
  margin: 15px 0 25px;
}
#index-body .i-product .left .circle i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}
#index-body .i-product .left .circle i:hover,
#index-body .i-product .left .circle i.active {
  width: 11px;
  height: 11px;
  border-width: 3px;
}
#index-body .i-product .left .btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #7f7f7f;
  color: white;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .right {
  width: 80%;
  padding-left: 10%;
}
#index-body .i-product .right .text {
  color: #5f5f5f;
  line-height: 30px;
  margin: 7px 0 42px;
}
#index-body .i-product .right .list ul {
  margin: -15px;
}
#index-body .i-product .right .list ul .slick-list {
  padding: 10px 5px;
}
#index-body .i-product .right .list ul li {
  padding: 15px;
}
#index-body .i-product .right .list ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 35px;
}
#index-body .i-product .right .list ul li .box h5 {
  margin-bottom: 10px;
  padding: 0 15px;
}
#index-body .i-product .right .list ul li .box .content {
  font-size: 14px;
  color: #757575;
  margin: 20px 0 25px;
  padding: 0 15px;
}
#index-body .i-product .right .list ul li .box .content p img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
#index-body .i-product .right .list ul li .box .more {
  margin-left: 15px;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .i-product .right .list ul li .box .more img {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
#index-body .bg-adv {
  background-image: url(../images/bg-xin.jpg);
  background-repeat: no-repeat; 
}
#index-body .i-advantage {
  padding-top: 100px;
  padding-bottom: 80px;
}
#index-body .i-advantage .left {
  padding-top: 23px;
  padding-right: 120px;
  width: 50%;
}
#index-body .i-advantage .left .i-title {
  color: white;
  margin-bottom: 50px;
}
#index-body .i-advantage .left .i-title em {
  color: #b11d22;
}
#index-body .i-advantage .left ul li {
  position: relative;
  color: white;
  padding-left: 110px;
  margin-bottom: 50px;
}
#index-body .i-advantage .left ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-advantage .left ul li .h4 {
  font-size: 24px;
  font-family: 'AGLetterica';
}
#index-body .i-advantage .left ul li .txt {
  font-size: 16px;
  line-height: 30px;
}
#index-body .i-advantage .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .right {
  width: 50%;
}
#index-body .i-advantage .right .play {
  width: 140px;
  height: 140px;
  padding: 20px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
}
#index-body .i-advantage .right .play .img {
  background: #222222;
  border-radius: 100%;
}
#index-body .i-advantage .right .play img {
  vertical-align: middle;
}
#index-body .i-advantage .right .play::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) no-repeat center white;
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: rotate 30s 0.3s infinite linear;
  -moz-animation: rotate 30s 0.3s infinite linear;
  animation: rotate 30s 0.3s infinite linear;
}
#index-body .i-application {
  padding-bottom: 95px;
}
#index-body .i-application .i-title {
  color: white;
  text-align: center;
  position: relative;
}
#index-body .i-application .i-title em {
  color: #b11d22;
}
#index-body .i-application .i-title::after {
  content: "APPLICATION";
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 106px;
  color: rgba(255, 255, 255, 0.05);
  z-index: 0;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'AGLettericaCompressed';
  font-weight: 300;
}
#index-body .i-application .txt {
  font-size: 15px;
  line-height: 30px;
  color: white;
  text-align: center;
max-width: 615px;
  margin: 0 auto 53px;
}
#index-body .i-application ul {
  margin: -16px;
}
#index-body .i-application ul .slick-list {
  padding: 0 27% !important;
}
#index-body .i-application ul li {
  padding: 16px;
}
#index-body .i-application ul li .box {
  position: relative;
}
#index-body .i-application ul li .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-application ul li .box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 24px;
  font-family: 'AGLetterica';
  color: white;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  transition: 0.5s;
}
#index-body .i-application ul li.prevSlide .box p{
  padding-left: 48%;
}
#index-body .i-news {
  padding: 100px 0;
}
#index-body .i-news .h3 {
  margin-bottom: 0px;
  position: relative;
}
#index-body .i-news .h3 em {
  color: #bc1b21;
}
#index-body .i-news .h3::after {
  content: "NEWS & EVENT";
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 106px;
  color: rgba(0, 0, 0, 0.05);
  z-index: -1;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'AGLettericaCompressed';
  font-weight: 300;
}
#index-body .i-news .text {
  margin-bottom: 35px;
  color: #484848;
}
#index-body .i-news ul li .box {
  position: relative;
  padding-left: 95px;
}
#index-body .i-news ul li .box .time {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
#index-body .i-news ul li .box .time span {
  font-size: 20px;
  display: block;
  background: #bc1b21;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  line-height: 64px;
  margin-bottom: 5px;
}
#index-body .i-news ul li .box .content {
  position: relative;
  border-left: 1px solid #e9e9e9;
  padding-left: 30px;
}
#index-body .i-news ul li .box .content .h4 {
  font-size: 20px;
  line-height: 30px;
}
#index-body .i-news ul li .box .content .des {
  font-size: 15px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 21px 0 37px;
}
#index-body .i-news ul li .box .content .mores {
  font-size: 16px;
  color: #bc1b21;
}
#index-body .i-news ul li .box .content::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 0%;
  background: #bc1b21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box:hover .content::after {
  height: 100%;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  color: white;
  padding-top: 54px;
  background-size: cover;
}
#footer .top .left {
  width: 50%;
}
#footer .top .left ul {
  margin-top: 31px;
}
#footer .top .left ul li {
  font-size: 18px;
  margin-bottom: 25px;
}
#footer .top .left ul li span {
  color: #999999;
}
#footer .top .right {
  width: 50%;
}
#footer .top .right p {
  color: #999999;
  margin: 4px 0 30px;
}
#footer .top .right form ul li {
  width: 47%;
  margin-bottom: 20px;
}
#footer .top .right form ul li input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 50px;
}
#footer .top .right form ul li input[type="submit"] {
  width: auto;
  color: white;
  background-color: #bc1b21;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}
#footer .top .right form ul li input[type="submit"]:hover {
  background-color: white;
  color: #bc1b21;
}
#footer .top .right form ul li.wid-100 {
  width: 100%;
}
#footer .top .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 60px 0 50px;
}
#footer .bottom h5 {
  margin-bottom: 20px;
}
#footer .bottom ul li {
  font-size: 16px;
  color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
}
#footer .bottom ul li:hover {
  color: var(--color);
}
#footer .bottom #ewm {
  width: 170px;
  height: 170px;
  border: 5px solid white;
  margin-top: 10px;
}
#footer .bottom .share {
  text-align: right;
  margin-top: 15px;
}
#footer .bottom .share a {
  margin-left: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .bottom .share a i {
  font-size: 18px;
}
#footer .bottom .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  margin-top: 30px;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: white;
  vertical-align: middle;
}
.totop {
  font-size: 16px;
  color: white;
  position: absolute;
  right: 11%;
  bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  #index-body .i-about .right ul.number-Plus li em {
    font-size: 75px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 22px;
  }
  #banner ul li .content .left h2 {
    margin-top: 20px;
  }
  #banner ul li .content .left p {
    margin-bottom: 36px;
  }
  #index-body .i-about .right ul.number-Plus li em {
    font-size: 58px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-about .right {
    padding: 40px 3% 40px 4%;
  }
  #index-body .i-about .right ul.number-Plus li em {
    font-size: 42px;
  }
  #index-body .i-product .right {
    width: 75%;
    padding-left: 5%;
  }
  #index-body .i-product .left {
    width: 25%;
  }
  #index-body .i-advantage .left {
    padding-right: 35px;
  }
  #footer .bottom #ewm {
    width: 120px;
    height: 120px;
    margin-left: auto;
  }
  .totop {
    bottom: 70px;
    right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .content .left {
    width: 100%;
  }
  #index-body .i-about .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about .wrap .left {
    width: 100%;
    height: 200px;
  }
  #index-body .i-about .wrap .right {
    width: 100%;
  }
  #index-body .i-about .left .box .arrow {
    display: none;
  }
  #index-body .i-about .left .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  #index-body .i-about .left .box ul li {
    width: 25%;
    padding-left: 0;
    padding: 0 15px;
    text-align: center;
  }
  #index-body .i-about .left .box ul li::before,
  #index-body .i-about .left .box ul li::after {
    content: none;
  }
  #index-body .i-about .left .box {
    width: 100%;
    padding: 0 10%;
    top: 45%;
  }
  #index-body .i-product .left {
    display: none;
  }
  #index-body .i-product .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-product {
    padding: 55px 0;
  }
  #index-body .i-advantage .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-advantage .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .i-news {
    padding: 55px 0;
  }
  #index-body .i-news .h3::after {
    font-size: 82px;
  }
  #footer .top .right {
    padding-left: 30px;
  }
  #footer .top .right form ul li {
    width: 100%;
  }
  #footer .bottom .five {
    display: none;
  }
  .totop {
    bottom: 90px;
    right: 3%;
  }
  #footer{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  #banner .slickBtn div {
    display: none !important;
  }
  #banner ul li .content .left .page .current {
    font-size: 36px;
  }
  #banner ul li .content .left h2 {
    margin-top: 0;
  }
  #banner ul li .content .left p {
    margin: 15px 0;
  }
  #banner ul li .content .left {
    padding-left: 0;
  }
  #index-body .i-application ul .slick-list {
    padding: 0 14% !important;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #footer {
    background-size: cover;
  }
  #footer .bottom {
    display: none;
  }
  #footer .top .line {
    margin-top: 18px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content .left p {
    letter-spacing: 5px;
  }
  #index-body .i-about .left .box ul {
    margin: 0;
  }
  #index-body .i-about .left .box ul li {
    padding: 0 5px;
    font-size: 15px;
  }
  #index-body .i-about .right ul.number-Plus li em {
    font-size: 30px;
  }
  #index-body .i-about .right ul.number-Plus li {
    max-width: 100px;
  }
  #index-body .i-advantage .left ul li .txt {
    font-size: 14px;
  }
  #index-body .i-news .h3::after {
    font-size: 50px;
  }
  #index-body .i-application .i-title::after {
    font-size: 50px;
  }
  #index-body .i-news ul li .box {
    padding-left: 75px;
  }
  #index-body .i-news ul li .box .content {
    padding-left: 15px;
  }
  #footer .top .left ul li {
    font-size: 15px;
  }
  #footer .top .left ul li {
    margin-bottom: 8px;
  }
  #footer .top .right form ul li {
    margin-bottom: 0;
  }
  #footer .f-copy{
    font-size: 14px;
  }
  #footer .f-copy svg{
    height: 24px;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
.inner-banner .box h2 {
  margin: 15px 0 24px;
}
.inner-banner .box .btn .cont {
  margin-left: 44px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.inner-banner .box .btn .cont span {
  display: block;
  background-color: white;
  color: var(--color);
  padding: 0 20px;
}
.inner-banner .box .btn .cont i {
  width: 45px;
  text-align: center;
  font-size: 18px;
}
.inner-banner .box .btn .cont::after {
  content: none;
}
.inner-page {
  padding-top: 100px;
}
.inner-page .sideBar .left {
  width: 25%;
      position: sticky;
    top: 160px;
}
.inner-page .sideBar .left .search {
  margin-bottom: 35px;
}
.inner-page .sideBar .left .search form {
  position: relative;
}
.inner-page .sideBar .left .search form input {
  width: 100%;
  background-color: #f2f1ec;
  height: 70px;
  padding: 0 20px;
  border: none;
  font-size: 18px;
}
.inner-page .sideBar .left .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  padding: 0;
  background: url(../images/icon-search-black.png) no-repeat center;
}
.inner-page .sideBar .left ul.list {
  margin-top: 20px;
  margin-bottom: 50px;
}
.inner-page .sideBar .left ul.list > li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.inner-page .sideBar .left ul.list > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBar .left ul.list > li > a i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  display: inline-block;
}
.inner-page .sideBar .left ul.list > li > a i.active {
  -webkit-transform: rotate(90deg) translateX(-2px);
  -moz-transform: rotate(90deg) translateX(-2px);
  -ms-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px);
}
.inner-page .sideBar .left ul.list > li > a span {
  position: absolute;
  right: 0;
  font-size: 16px;
  background-color: #eeede7;
  border-radius: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.inner-page .sideBar .left ul.list > li ul {
  padding-top: 10px;
  display: none;
}
.inner-page .sideBar .left ul.list > li ul li {
  font-size: 16px;
  padding: 5px 20px;
}
.inner-page .sideBar .left ul.list > li ul li.active,
.inner-page .sideBar .left ul.list > li ul li:hover {
  color: var(--color);
}
.inner-page .sideBar .left ul.list > li:hover > a,
.inner-page .sideBar .left ul.list > li.active > a {
  color: var(--color);
}
.inner-page .sideBar .left ul.list > li.active > a i {
  -webkit-transform: rotate(90deg) translateX(-2px);
  -moz-transform: rotate(90deg) translateX(-2px);
  -ms-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px);
}
.inner-page .sideBar .left ul.list > li.active ul {
  display: block;
}
.inner-page .sideBar .left ul.recomment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.inner-page .sideBar .left ul.recomment li {
  margin-bottom: 10px;
}
.inner-page .sideBar .left ul.recomment li .img {
  width: 30%;
      background: #f8f7f7;
}
.inner-page .sideBar .left ul.recomment li .cont {
  width: 70%;
  padding-left: 25px;
}
.inner-page .sideBar .left ul.recomment li .cont .star {
  margin-top: 10px;
}
.inner-page .sideBar .left ul.recomment li .cont i {
  color: var(--color);
}
.inner-page .sideBar .right {
  width: 75%;
  padding-left: 70px;
}
.inner-page .sideBar .right .Auxil-catdes {
  line-height: 30px;
}
.inner-page .sideBar .right .btn {
  margin-bottom: 55px;
}
.inner-page .sideBar .right .btn div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-page .sideBar .right .btn div a {
  display: block;
  text-align: center;
  background-color: #eeeeee;
  height: 55px;
  line-height: 55px;
  color: black;
  font-size: 18px;
}
.inner-page .sideBar .right .btn div a::after {
  background-color: #bc1b21;
}
.inner-page .sideBar .right .btn div a:hover {
  color: white;
}
.inner-page .sideBar .right .btn div.active a::after {
  width: 100%;
}
.inner-page .sideBar .right .btn div.active a {
  color: white;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 5px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background-color: #cccccc;
  color: white;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background-color: #bc1b21;
}
.product-page {
  padding-bottom: 100px;
}
.product-page .sideBar .right .item ul {
  margin: -15px;
}
.product-page .sideBar .right .item ul .slick-list {
  padding: 10px 5px;
}
.product-page .sideBar .right .item ul li {
  padding: 15px;
  width: 33.33%;
}
.product-page .sideBar .right .item ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 35px;
}
.product-page .sideBar .right .item ul li .box h5 {
  margin-bottom: 10px;
  padding: 0 15px;
}
.product-page .sideBar .right .item ul li .box .content {
  font-size: 14px;
  color: #757575;
  margin: 20px 0 25px;
  padding: 0 15px;
}
.product-page .sideBar .right .item ul li .box .content p img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.product-page .sideBar .right .item ul li .box .more {
  margin-left: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .sideBar .right .item ul li .box .more img {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.prodet-page {
  padding-bottom: 100px;
}
.prodet-page .prodet-1 .big {
  width: 50%;

}
.prodet-page .prodet-1 .big img {
  width: 100%;
      background: #f8f7f7;
}
.prodet-page .prodet-1 .single_box {
  width: 50%;
  padding-left: 20px;
}
.prodet-page .prodet-2 p {
  color: #78797b;
}
.prodet-page .prodet-2 form ul {
  margin: -11px -25px;
}
.prodet-page .prodet-2 form ul li {
  padding: 11px 25px;
  width: 33.33%;
}
.prodet-page .prodet-2 form ul li span {
  font-size: 18px;
  display: block;
  color: #78797b;
}
.prodet-page .prodet-2 form ul li input,
.prodet-page .prodet-2 form ul li textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 50px;
  font-size: 18px;
  padding: 0 20px;
}
.prodet-page .prodet-2 form ul li textarea {
  height: 195px;
  padding: 10px 20px;
}
.prodet-page .prodet-2 form ul li button {
  width: auto;
  background-color: #000000;
  color: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  height: 50px;
  font-size: 18px;
  border: none;
}
.prodet-page .prodet-2 form ul li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #bc1b21;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.prodet-page .prodet-2 form ul li button:hover::after {
  width: 100%;
}
.prodet-page .prodet-2 form ul li.wid-100 {
  width: 100%;
}
.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 34%;
  padding-right: 9%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: var(--color);
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/history.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 66%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: #bc1b21;
  line-height: 1.2;
  width: 75px;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
  font-size: 16px;
  color: #7e7f81;
  padding-left: 2em;
  padding-bottom: 20px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: #bc1b21;
  font-size: 120%;
}
@media screen and (max-width: 1450px) {
  .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
    width: 50px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
}
.gallery-page {
  padding-bottom: 100px;
}
.gallery-page p {
  color: #3a3a3a;
}
.gallery-page ul {
  margin: -20px;
}
.gallery-page ul li {
  width: 33.33%;
  padding: 20px;
}
.about-page .about-1 .left {
  width: -webkit-calc(50% - 75px);
  width: -moz-calc(50% - 75px);
  width: calc(50% - 75px);
  padding-right: 50px;
}
.about-page .about-1 .right {
  width: -webkit-calc(50% + 75px);
  width: -moz-calc(50% + 75px);
  width: calc(50% + 75px);
  line-height: 1.6;
}
.about-page .about-1 .play {
  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%);
  cursor: pointer;
  z-index: 2;
}
.about-page .about-2 {
  background-color: #f8f7f7;
}
.about-page .about-2 .left {
  width: -webkit-calc(50% - 150px);
  width: -moz-calc(50% - 150px);
  width: calc(50% - 150px);
  padding-right: 60px;
}
.about-page .about-2 .left .btn a {
  background-color: #bc1b21;
}
.about-page .about-2 .left .btn a:nth-child(1) {
  margin-right: 17px;
}
.about-page .about-2 .left .btn a:nth-child(2) {
  margin-right: 7px;
}
.about-page .about-2 .left .btn a.prev,
.about-page .about-2 .left .btn a.next {
  width: 45px;
  text-align: center;
  padding: 0;
}
.about-page .about-2 .left .btn a.prev i,
.about-page .about-2 .left .btn a.next i {
  font-size: 18px;
}
.about-page .about-2 .right {
  width: -webkit-calc(50% + 150px);
  width: -moz-calc(50% + 150px);
  width: calc(50% + 150px);
}
.about-page .about-2 .right ul .slick-list {
  padding-top: 50px !important;
}
.about-page .about-2 .right ul .slick-track {
  display: block;
  margin-left: auto;
}
.about-page .about-2 .right ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .right ul li img {
  width: 100%;
}
.about-page .about-2 .right ul .slick-current li {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.about-page .about-3 .slickBtn {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.about-page .about-3 .slickBtn div {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.technology-page .tech-1 {
  position: relative;
  z-index: 2;
}
.technology-page .tech-1 .left {
  width: 50%;
}
.technology-page .tech-1 .left ul li {
  font-size: 18px;
  color: #c30d22;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.technology-page .tech-1 .left ul li:hover,
.technology-page .tech-1 .left ul li.active {
  background-color: #c30d22;
  color: white;
}
.technology-page .tech-1 .left .content .des {
  line-height: 30px;
}
.technology-page .tech-1 .right {
  width: 50%;
}
.technology-page .tech-1 .right ul li.active{
  display: block;
}
.technology-page .tech-1 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  bottom: 100px;
  background: url(../images/beijing.jpg) no-repeat right;
  z-index: -1;
}
.technology-page .tech-2 {
  background-color: #f0f0f0;
}
.technology-page .tech-2 .tag {
  padding-left: 30px;
}
.technology-page .tech-2 .tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #bc1b21;
  border-radius: 50%;
}
.technology-page .tech-2 .mores {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 18px;
  color: #bc1b21;
}
.technology-page .tech-2 .mores i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #bc1b21;
  color: white;
  border: 1px solid white;
  margin-left: 14px;
  display: inline-block;
  text-align: center;
}
.technology-page .tech-2 ul li {
  width: 25%;
}
.technology-page .tech-2 ul li:nth-child(2){
  margin-top: 40px;
}
.technology-page .tech-2 ul li:nth-child(3){
  margin-top: 80px;
}
.technology-page .tech-2 ul li:nth-child(4){
  margin-top: 120px;
}
.technology-page .tech-2 ul li .box {
  background-color: #bc1b21;
  color: white;
  padding: 45px 22px;
      transition: all .5s ease;
}
.technology-page .tech-2 ul li:hover .box {
    background-color: #000;
    transition: all .5s ease;
}
.technology-page .tech-2 ul li .box .num {
  font-size: 147px;
  font-family: 'AGLettericaCompressed';
  font-weight: 300;
  color: transparent;
  text-stroke: 1px rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 0;
}
.technology-page .tech-2 ul li .box .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.technology-page .tech-2 ul li .box .more2 {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technology-page .tech-2 ul li .box .more2 span {
  text-decoration: underline;
}
.technology-page .tech-2 ul li .box .more2 i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid white;
  margin-left: 10px;
}
.technology-page .tech-2 ul li .box .more2:hover {
  color: var(--color);
}
.technology-page .tech-2 ul li .box .more2:hover i {
  border-color: var(--color);
}
.technology-page .tech-3 {
  background: url(../images/tech-bg.jpg) no-repeat top;
  color: white;
}
.technology-page .tech-3 p {
  width: 50%;
  line-height: 1.6;
}
.technology-page .tech-3 ul li .box {
  color: white;
  overflow: hidden;
}
.technology-page .tech-3 ul li .box > img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technology-page .tech-3 ul li .box .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  line-height: 40px;
}
.technology-page .tech-3 ul li .box .top {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.technology-page .tech-3 ul li .box .top .arrow {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  margin-top: 30px;
}
.technology-page .tech-3 ul li .box .left {
  position: absolute;
  left: 40px;
  bottom: 50px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.technology-page .tech-3 ul li .box .right {
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technology-page .tech-3 ul li .box:hover > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.technology-page .tech-3 ul li .box:hover .left {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.technology-page .tech-3 ul li .box:hover .right {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
.technology-page .tech-3 ul li .box:hover .top {
  text-align: center;
  top: 40%;
}
.technology-page .tech-3 ul li .box:hover .top .arrow {
  opacity: 1;
}
.contact-page .left {
  width: 50%;
}
.contact-page .left .box {
  background-color: #edeef0;
  padding: 25px;
}
.contact-page .left .box form li {
  margin-bottom: 30px;
}
.contact-page .left .box form span {
  font-size: 18px;
}
.contact-page .left .box form input,
.contact-page .left .box form textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaabad;
  font-size: 18px;
  height: 40px;
}
.contact-page .left .box form textarea {
  height: 120px;
}
.contact-page .left .box form input[type="submit"] {
  width: auto;
  background-color: #bc1b21;
  padding: 0 30px;
  color: white;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .left .box form input[type="submit"]:hover {
  background-color: #222;
}
.contact-page .right {
  width: 50%;
}
.contact-page .right p {
  color: #363636;
}
.contact-page .right .cat_name {
  color: white;
  background-color: #bc1b21;
  padding: 15px 0;
  text-align: center;
}
.contact-page .right ul li {
  font-size: 17px;
  color: #363636;
  margin-bottom: 12px;
}
.contact-page .right ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
.news-page .sideBar .right .i-news {
  padding: 0 !important;
}
.news-page .sideBar .right .i-news ul li {
  width: 50%;
}
.news-page .sideBar .right {
  padding-left: 0;
}
.newdet-page .sideBar .right {
  padding-left: 0;
}
.newdet-page .sideBar .right .time {
  font-size: 14px;
  color: #aaaaaa;
}
.newdet-page .sideBar .right .time span {
  display: inline-block;
  position: relative;
  color: white;
  padding: 2px 10px;
  margin-right: 10px;
}
.newdet-page .sideBar .right .time span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bc1b21;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.newdet-page .sideBar .right .line {
  height: 1px;
  background-color: #e7e7e7;
}
.newdet-page .sideBar .right .content {
  line-height: 31px;
  color: #2b2b2b;
}
.newdet-page .sideBar .right .Auxil-through {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
.newdet-page .sideBar .right .Auxil-through a {
  display: block;
  font-size: 15px;
  color: #2b2b2b;
  margin: 5px 0;
}
.newdet-page .sideBar .right .share {
  font-size: 15px;
}
.newdet-page .sideBar .right .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 20px;
}
.newdet-page .sideBar .right .share a i {
  font-size: 12px;
}
.single-app-page .app-1 .content {
  line-height: 30px;
}
.single-app-page .app-2 {
  background-color: #f8f7f7;
}
.single-app-page .app-3 ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-app-page .app-3 ul li .img {
  width: 30%;
  text-align: center;
}
.single-app-page .app-3 ul li .center {
  width: 50%;
}
.single-app-page .app-3 ul li .center h5 {
  font-weight: 600;
}
.single-app-page .app-3 ul li .right {
  width: 20%;
}
.single-app-page .app-3 ul li .right p {
  margin-bottom: 14px;
}
.single-app-page .app-3 ul li:hover {
  background-color: #f8f7f7;
}
.single-app-page .app-3 .bottom {
  border-top: 1px solid #d5d5d5;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBar .left {
    display: none;
  }
  .inner-page .sideBar .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .big {
    width: 100%;
  }
  .prodet-page .prodet-1 .single_box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .gallery-page ul li {
    width: 50%;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
  }
  .technology-page .tech-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .technology-page .tech-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .technology-page .tech-1 .bg {
    display: none;
  }
  .technology-page .tech-2 ul li {
    width: 50%;
  }
  .contact-page .left {
    width: 100%;
  }
  .contact-page .right {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .sideBar .right .i-news ul li{
    width: 100%;
  }
  .single-app-page .app-3 ul li .img{
    width: 100%;
  }
  .single-app-page .app-3 ul li .center{
    width: 80%;
  }
  
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .big {
    width: 100%;
  }
  .prodet-page .prodet-1 .single_box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 form ul li {
    width: 100%;
  }
  .inner-page {
    padding-top: 50px;
  }
  .contact-page .left .box form input,
  .contact-page .left .box form textarea {
    font-size: 15px;
  }
  .product-page .sideBar .right .item ul li{
    width: 50%;
  }
  .inner-page .sideBar .right .btn div a{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner > img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-page ul li {
    width: 100%;
  }
  .technology-page .tech-2 ul li {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-news ul li .box .content .h4{
    font-size: 18px;
  }
  .single-app-page .app-3 ul li .center{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .single-app-page .app-3 ul li .right{
    width: 100%;
    margin-top: 20px;
  }
  .product-page .sideBar .right .item ul li{
    width: 100%;
  }
  .inner-page .sideBar .right .btn div a{
    padding: 0 10px;
    white-space: nowrap;
  }
  .inner-banner .box .btn .cont{
    margin-left: 5px;
  }
}
/*设计增加*/

.technology-page .tech-2 ul li .box .icon {
    overflow: hidden;
}
.technology-page .tech-2 ul li .box .icon img {
    filter: drop-shadow(0 -100px #fff);
    position: relative;
    top: 100px;
}
.ms-01 .img {
    float: left;
    width: 30%;
    padding: 0 30px 30px 0;
        text-align: center;
            font-size: 14px;
}
.ms-01 .con h2,
.ms-02 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ms-01 .con p {
    line-height: 1.8;
    font-size: 17px;
    padding: 8px 0;
}
.ms-02 table {
    font-size: 15px;
}
table{
      text-align: center;
}
table td, table th{
    border: 1px solid #fff;
}
table.t01 tr td:nth-child(1) {
    background: #da241a;
    color: #fff;
    border: 1px solid #fff;
}
table.t01 tr {
    background: rgba(218,36,26,.1);
}
table.t01 tr:nth-child(even) {
    background: #fff;
}


table.t01 td, table.t01 th{
      border: 1px solid #fff;
          padding: 10px 10px;
}




table.t02 tr:nth-child(1) td,
table.t02 tr:nth-child(2) td,
table.t02 tr:nth-child(3) td {
    background: #da241a;
    color: #fff;
    border: 1px solid #fff;
}

table.t02 tr {
  background: rgba(218,36,26,.1);
}
table.t02 tr:nth-child(even) {
  
        background: rgba(218,36,26,.1);
}
.guo {
    margin-top: 30px;
}
.guo ul li {
    list-style-type: none !important;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
        padding: 15px;
    width: 33.33%;
}
.guo ul li p {
    padding: 10px 0;
}

.product-page .sideBar .right .item ul li .box a.img-box,
#index-body .i-product .right .list ul li .box a.img-box {
    background: #f8f7f7;
}
table.t03 tr:nth-child(1) {
    color: #fff;
    background: #da241a;
}
table.t03 tr td {
    background: rgba(218,36,26,.1);
    padding: 10px 10px;
}
table.t03 tr:nth-child(even) {
    background: #fff;
}
table.t01,
table.t02,
table.t03{
font-size: 15px;
}
.prodet-page .prodet-1 .single_box ul li a img {
    background: #f8f7f7;
}
.prodet-page .prodet-1 .single_box .ms-01 .img {
    display: none;
}
.inner-page .sideBar .right h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
/*设计增加-end*/
