@font-face {
  font-family: 'zjjc';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'zjjc';
  src: url('../fonts/Haettenschweiler.eot');
  src: url('../fonts/Haettenschweiler.eot?#iefix') format('embedded-opentype'), url('../fonts/Haettenschweiler.woff2') format('woff2'), url('../fonts/Haettenschweiler.woff') format('woff'), url('../fonts/Haettenschweiler.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'zjjc';
  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: bold;
  font-display: swap;
}
body {
  font-family: "zjjc";
  max-width: 1920px;
  --color: #e50012;
  --color2: #009944;
  font-weight: normal;
  margin: 0 auto;
  word-break: break-word;
}
#sidebar ul li .child {
  white-space: nowrap;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #616161;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  height: 80px;
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  width: 55%;
}
#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 {
  -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;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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 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;
  line-height: 2;
  background: #fff;
  top: 100%;
  left: 0;
  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 .yuy span img {
  max-width: 24px;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  border-bottom: 1px solid white;
  line-height: 1.2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .msg i {
  font-size: 1.2em;
}
#header .nav .ui.menu .msg:hover {
  border-color: var(--color);
  color: var(--color);
}
#header.active {
  background-color: black;
}
#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: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: 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;
  line-height: 1.8;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#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: 14px;
  line-height: 28px;
}
#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: 44px;
  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;
  line-height: 2;
}
#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;
}
span.h2 {
  line-height: 1.2;
}
span.h2 em {
  color: var(--color);
}
.text {
  line-height: 2;
}
.more {
  height: 3em;
  padding: 0 3.8em;
  background-color: var(--color);
  color: white;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  font-size: 1.3em;
}
.more:hover {
  background-color: var(--color2);
}
span.tag {
  display: block;
  border-bottom: 2px solid #feda3e;
}
span.tag img {
  max-height: 37px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  z-index: 1;
}
#banner li .content span.h2 em {
  color: var(--color2);
}
#index-body .init-1 {
  background-color: #eee;
}
#index-body .init-1 .box .left {
  background-repeat: no-repeat;
  background-size: contain;
}
#index-body .init-1 .box .left .list span.h6 {
  font-weight: 900;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .left .list span.h6 sup {
  margin-left: .15em;
  font-size: .6em;
}
#index-body .init-1 .box .left .list li:hover span.h6 {
  color: var(--color2);
}
#index-body .init-1 .box .right span.tag {
  max-width: 360px;
  margin-left: auto;
  margin-right: 0;
}
#index-body .init-1 .box .right .text {
  color: #666;
}
.shouye h1 {
  display: inline;
}
#index-body .init-1 .box2 .list ul {
  padding: 0 5%;
  color: #666;
  position: relative;
  z-index: 1;
  line-height: 1;
}
#index-body .init-1 .box2 .list ul:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: .15em;
  height: 2px;
  background-color: #d6d6d6;
  width: 100%;
  z-index: -1;
}
#index-body .init-1 .box2 .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box2 .list ul li:after {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: .4em;
  height: .4em;
  border-radius: 100%;
  margin-top: .9em;
  background-color: #666;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .box2 .list ul .slick-current li {
  color: var(--color);
}
#index-body .init-1 .box2 .list ul .slick-current li:after {
  background-color: var(--color);
}
#index-body .init-1 .box2 .list .slickBtn div {
  height: auto;
  width: auto;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  color: #666;
  font-size: 2em;
  line-height: 1;
  margin-bottom: -0.38em;
}
#index-body .init-1 .box2 .textList {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#index-body .init-1 .box2 .textList span {
  font-weight: 900;
  display: block;
  line-height: .8;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  z-index: -1;
}
#index-body .init-1 .box2 .textList ul {
  min-height: 1.6em;
}
#index-body .init-1 .box2 .textList .text {
  color: #666;
}
#index-body .init-2 span.tag {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 .list {
  padding: 0 33.33%;
  overflow: hidden;
}
#index-body .init-2 .list .slick-list {
  overflow: unset;
}
#index-body .init-2 .list li {
  padding-bottom: 1em;
}
#index-body .init-2 .list li .box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #eee, #f4f4f4);
  background-image: -moz-linear-gradient(top, #eee, #f4f4f4);
  background-image: linear-gradient(to bottom, #eee, #f4f4f4);
  padding: 1em;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .list li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#930402), to(#e50413));
  background-image: -webkit-linear-gradient(top, #930402, #e50413);
  background-image: -moz-linear-gradient(top, #930402, #e50413);
  background-image: linear-gradient(to bottom, #930402, #e50413);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list li .box .img {
  display: block;
  margin-top: 1em;
  -webkit-transform: .5s;
  -moz-transform: .5s;
  -ms-transform: .5s;
  transform: .5s;
}
#index-body .init-2 .list li .box .content {
  line-height: normal;
}
#index-body .init-2 .list li .box span.num {
  font-weight: 900;
  line-height: .8;
  color: white;
  display: block;
  margin-bottom: -0.4em;
}
#index-body .init-2 .list li .box a.link {
  color: var(--color2);
}
#index-body .init-2 .list .slick-current li .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  top: 1em;
  color: white;
}
#index-body .init-2 .list .slick-current li .box:before {
  opacity: 1;
}
#index-body .init-2 .list .slick-current li .box span.num {
  opacity: .1;
}
#index-body .init-2 .list .slick-current li .box a.link {
  color: inherit;
}
#index-body .init-3 {
  color: white;
}
#index-body .init-3 .list ul li {
  width: 23%;
}
#index-body .init-3 .list ul li:last-child {
  width: 54%;
}
#index-body .init-3 .list ul li input,
#index-body .init-3 .list ul li button {
  width: 100%;
  height: 5em;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 1.5em;
}
#index-body .init-3 .list ul li input::-webkit-input-placeholder, #index-body .init-3 .list ul li button::-webkit-input-placeholder {
  color: white;
}
#index-body .init-3 .list ul li input:-moz-placeholder, #index-body .init-3 .list ul li button:-moz-placeholder {
  color: white;
}
#index-body .init-3 .list ul li input::-moz-placeholder, #index-body .init-3 .list ul li button::-moz-placeholder {
  color: white;
}
#index-body .init-3 .list ul li input:-ms-input-placeholder, #index-body .init-3 .list ul li button:-ms-input-placeholder {
  color: white;
}
#index-body .init-3 .list ul li input::placeholder,
#index-body .init-3 .list ul li button::placeholder {
  color: white;
}
#index-body .init-3 .list ul li button {
  width: 6.25em;
  color: var(--color);
}
#index-body .init-3 .list ul li button i {
  font-size: 2.5em;
}
#index-body .init-4 .text {
  color: #666;
  line-height: 1.8;
}
#index-body .init-4 .list {
  padding: 0 25%;
  overflow: hidden;
}
#index-body .init-4 .list .slick-list {
  overflow: unset;
}
#index-body .init-4 .list a.img-box:before {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  opacity: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list span.h6 {
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .slick-current {
  position: relative;
  z-index: 1;
}
#index-body .init-4 .list .slick-slide:not(.slick-current) {
  position: relative;
  z-index: 0;
}
#index-body .init-4 .list .slick-slide:not(.slick-current) li {
  -webkit-transform: scale(0.8) translateX(20%);
  -moz-transform: scale(0.8) translateX(20%);
  -ms-transform: scale(0.8) translateX(20%);
  transform: scale(0.8) translateX(20%);
}
#index-body .init-4 .list .slick-slide:not(.slick-current) li a.img-box:before {
  opacity: 1;
}
#index-body .init-4 .list .slick-slide:not(.slick-current) li span.h6 {
  opacity: 0;
}
#index-body .init-4 .list .slick-current ~ div.slick-slide li {
  -webkit-transform: scale(0.8) translateX(-20%);
  -moz-transform: scale(0.8) translateX(-20%);
  -ms-transform: scale(0.8) translateX(-20%);
  transform: scale(0.8) translateX(-20%);
}
#index-body .init-4 .list .slick-current ~ div.slick-slide li a.img-box:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-5 {
  position: relative;
  color: white;
  overflow: hidden;
  background-color: black;
  z-index: 1;
}
#index-body .init-5 .mask i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .mask i.active {
  opacity: 1;
}
#index-body .init-5 .list ul li {
  position: relative;
}
#index-body .init-5 .list ul li:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li span.num {
  font-weight: 900;
}
#index-body .init-5 .list ul li .left {
  position: relative;
  left: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .right {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li.active .left {
  left: 0;
}
#index-body .init-5 .list ul li.active .right {
  opacity: 1;
}
#index-body .init-5 .list ul li.active:before {
  opacity: .79;
}
#index-body .init-6 .box {
  border-bottom: 2px solid #c9c9c9;
}
#index-body .init-6 .box li,#index-body .init-6 .box li a {
  height: 100%;
}
#index-body .init-7 .box {
  padding: 1em 1.5em;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
  position: relative;
  margin-top: 1em;
}
#index-body .init-7 .box a.link i {
  font-size: 1.3em;
}
#index-body .init-7 .box time {
  line-height: 2;
}
#index-body .init-7 .box span.h6 {
  line-height: 44px;
  min-height: 5.5em;
}
#index-body .init-7 .box:hover {
  border-color: var(--color2);
  top: -1em;
}
#footer {
  background-color: black;
  color: white;
}
#footer .footer-top .slide {
  max-width: 400px;
}
#footer .footer-top .slide .logo img {
  max-height: 1.5em;
  display: block;
}
#footer .footer-top .slide span.h6 {
  line-height: 44px;
}
#footer .footer-top .slide .text {
  color: #b7b7b7;
  line-height: 2;
}
#footer .footer-top .slide .nav,
#footer .footer-top .slide .info {
  color: #b7b7b7;
  line-height: 2;
}
#footer .footer-top .slide .nav li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-top .slide .nav li ul {
  display: none;
}
#footer .footer-top .slide .nav li:hover {
  color: var(--color);
}
#footer .footer-top .slide .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #272727;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
}
#footer .footer-top .slide .share a:hover {
  background-color: var(--color);
}
#footer .footer-top .slide #ewm {
  max-width: 140px;
  border: 4px solid white;
}
#footer .footer-top .slide hr {
  background-color: #feda3e;
}
#footer .footer-top .slide:nth-child(3) hr {
  max-width: 150px;
  margin-left: 0;
  margin-right: auto;
}
#footer .footer-bottom .coy {
  color: #535353;
}
#footer .footer-bottom .coy svg {
  fill: #535353;
  max-height: 1.71428571em;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
}
@media screen and (max-width: 1250px) {
  #footer .footer-top .slide:nth-child(2),
  #footer .footer-top .slide:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .list {
    padding: 0 20%;
  }
  .font-80 {
    font-size: 32px;
  }
  #index-body .init-4 .list {
    padding: 0 15%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-2 .list {
    padding: 0;
  }
  #index-body .init-4 .list {
    padding: 0;
  }
  .font-80 {
    font-size: 24px;
    line-height: 44px!important;
  }
  #index-body .init-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 .list ul li {
    width: 100% !important;
  }
  #index-body .init-3 .list ul li input,
  #index-body .init-3 .list ul li button {
    height: 4em;
  }
  .font-45 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 18px;
  }
  #footer .footer-top .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide {
    width: 100%;
    max-width: none;
  }
  .font-24 {
    font-size: 16px;
  }
  #index-body .init-2 .list .slick-current li .box {
    top: 0;
  }
  #index-body .init-2 .list li {
    padding-bottom: 0;
  }
  #index-body .init-5 .list ul li .left {
    left: 0;
    margin: 15px 0;
  }
  #index-body .init-5 .list ul li img.hide {
    display: block;
  }
  #index-body .init-5 .list ul li .right {
    opacity: 1;
  }
  #index-body .init-5 .mask {
    display: none;
  }
  #index-body .init-5 .list ul li:before {
    display: none;
  }
  #index-body .init-5 .list ul li:nth-child(even):before {
    display: block;
    opacity: .79;
  }
  #index-body .init-5 .list ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .init-5 .list ul {
    padding: 15px 0;
  }
}

.inner-banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 246px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 2;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\e8c6";
  font-family: "iconfont";
  color: #b81d13;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #b81d13;
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner {
    height: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.inner-page h1,
.inner-page h2,
.inner-page h3{
  
}
.inner-page span.tt {
  font-size: 18px;
  line-height: 2;
  color: #b81d13;
  position: relative;
  padding-left: 50px;
  
}
.inner-page span.tt:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #b81d13;
  left: 0;
  top: 50%;
  position: absolute;
}
.f_56 {
  font-size: 46px;
}
.f_20 {
  font-size: 20px;
}

.about-page .i-advantage {
  background-color: white;
  padding-top: 130px;
  padding-bottom: 180px;
}
.about-page .i-advantage h3{
  font-weight: bold;
}
.about-page .i-advantage .list ul {
  margin: 0 -60px;
}
.about-page .i-advantage .list ul li .box {
  padding: 40px 60px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  height: 100%;
}
.about-page .i-advantage .list ul li .box:hover {
  background-color: #f5f6f8;
}
.about-page .i-advantage .list ul li .box .icon .icon-styled{
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}
.about-page .i-advantage .list ul li .box .icon .circlar {
  width: 100px;
  height: 100px;
  margin: 10px;
  -webkit-animation: iqrotation 10s infinite linear;
  -moz-animation: iqrotation 10s infinite linear;
  animation: iqrotation 10s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
.about-page .i-advantage .list ul li .box .icon i {
  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%);
}
.about-page .i-advantage .list ul li .box .icon .icon-styled:hover .circlar {
  -webkit-animation: iqrotation 10s infinite linear;
  -moz-animation: iqrotation 10s infinite linear;
  animation: iqrotation 10s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.about-page .i-advantage .list ul li .box .name {
  font-size: 30px;
  min-height: 3em;
  color: #b81d13;
  font-weight: bold;
  text-transform:uppercase;
}
.about-page .i-advantage .list ul li .box p {
  color: #777777;
  line-height: 2;
}
.about-page .about-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  /*background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;*/
  background-color: #f5f6f8;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  width: 30%;
  /*text-align: center;*/
}
.about-page .about-1 .ui.container .left .title {
  margin-bottom: 40px;
  display: inline-block;
  font-weight: bold;
  
}
.about-page .about-1 .ui.container .left .imgbox {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.about-page .about-1 .ui.container .right {
  width: 65%;
  padding-top: 96px;
}
.about-page .about-1 .ui.container .right .tit {
  color: #383838;
  margin-bottom: 40px;
  
}
.about-page .about-1 .ui.container .right p {
  color: #636363;
  margin-bottom: 35px;
}
.about-page .about-1 .ui.container .right ul.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
    padding-top: 30px;
}
.about-page .about-1 .ui.container .right ul.data li {
  display: inline-block;
  text-align: center;
}
.about-page .about-1 .ui.container .right ul.data li p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 30px;
  
}
.about-page .about-1 .ui.container .right ul.data li span {
  font-weight: 800;
  color: #b81d13;
  font-size: 48px;
}
.about-page .about-3 {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 133px;
}
.about-page .about-3 .top {
  margin-bottom: 80px;
}
.about-page .about-3 .top h3 {
  font-size: 45px;
  
}
.about-page .about-3 .top .content {
  font-size: 18px;
}
.about-page .about-3 ul {
  margin: -18px;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 ul li {
  padding: 18px;
}
.about-page .about-3 ul li .item {
  background-color: white;
  padding: 55px 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 100%;
}

.about-page .about-3 ul li .item img {
  float: left;
}
.about-page .about-3 ul li .item .box {
  width: 75%;
  padding-left: 30px;
  display: inline-block;
}
.about-page .about-3 ul li .item .box h4 {
  font-size: 25px;
  padding-bottom: 15px;
}
.about-page .about-3 ul li .item .box p {
  font-size: 18px;
}
.about-page .about-3 ul li .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background-color: #b81d13;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .item:hover {
  -webkit-box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
  box-shadow: 7px 9px 23px 0.24px rgba(101, 101, 101, 0.17);
}
.about-page .about-3 ul li .item:hover::after {
  bottom: 0;
}
.about-page .about-4 {
  padding: 130px 0;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .left h3{
  font-weight: bold;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
  display: inline-flex;
  justify-content: flex-end;
}
.about-page .about-4 .top .right a.mores {
  display: inline-block;
  vertical-align: middle;
  color: #b81d13;
  line-height: 40px;
  height: 40px;
  padding: 0 18px;
  font-size: 18px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.mores:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #b81d13;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.mores i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.mores:hover {
  color: white;
}
.about-page .about-4 .top .right a.mores:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  -webkit-box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  /*padding: 10px;*/
  border-radius: 0px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #b81d13;
  color: white;
}
.about-page .about-2 {
  /*padding: 100px 0;*/
  /*background: url(../images/about-2.jpg);*/
  background-color: #f5f6f8;
}
.about-page .about-2 .ui.container {
  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;
  width: 1500px;
}
.about-page .about-2 .ui.container .left {
  position: relative;
}
.about-page .about-2 .ui.container .left .img {
  margin-left: calc((-100vw + 1470px) / 2)
}
.about-page .about-2 .ui.container .right {
  padding-left: 100px;
  /*margin-top: -40px;*/
  color: #000;
  margin: auto 0;
}
.about-page .about-2 .ui.container .right h3{
  font-weight: bold;
}
.about-page .about-2 .ui.container .right span.tt {
  color: #000;
}
.about-page .about-2 .ui.container .right span.tt:before {
  background: #000;
}
.about-page .about-2 .ui.container .right ul {
  margin-top: 35px;
   color: #666;
}
.about-page .about-2 .ui.container .right ul li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-2 .ui.container .right ul li p {
  line-height: 2;
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: #b81d13;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: #b81d13;
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.product-page {
  padding: 110px 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 2;
      font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.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;
  margin: 5px ;
}

.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.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);
  bottom: 100%;
}

.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: #b81d13;
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 10px 0;
  text-align: center;
  margin-bottom: 10px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
  /*margin-bottom: 12px;*/
  min-height: 126px;
      display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  
}
.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;
  padding-top: 10px;
}
.product-page .product-list ul li .product-block .small img {
  opacity: .3;
  transition: .5s;
  cursor: pointer;
}
.product-page .product-list ul li .product-block .small .slick-current img {
  opacity: 1;
}
.product-page .product-list ul li .product-block .text {
  margin: 15px 0;
  max-height: 200px;
  overflow: auto;
  font-size: 16px;
  min-height: 13em;
}
.product-page .product-list ul li .product-block .text table tbody {
  min-width: auto !important;
}
.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: #bf2120;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: #111;;
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
      font-weight: 700;
    text-transform: uppercase;
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height:1.8;
  max-height: 293px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;

}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}

.prodet-page .prodet-1 .right .inquiry-box {
  padding-top: 30px;
}
.prodet-page .prodet-1 .right .inquiry-box .baseBtn {
    border-radius: 0px;
    display: inline-flex;
    color: white;
    background-color: #b81d13;
    -webkit-transition: all .3slinear;
    -moz-transition: all .3s linear;
    transition: all .3slinear;
}
.prodet-page .prodet-1 .right .inquiry-box .baseBtn:hover{
  background: #000;
}
.prodet-page .prodet-1 .right .inquiry-box .more em {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .inquiry-box .more span {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 15px 20px 16px;
    background: #000;
    margin-left: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry-box .more i:before{
  background: url(../images/ann.png) no-repeat center;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #b81d13;
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-family: 'AK';
  
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}

.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
      font-weight: 700;
    text-transform: uppercase;
      color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
  line-height: 2;
}
.custom-page .custom-3 .list ul li .content b,
.custom-page .custom-3 .list ul li .content strong{
  font-family: 'AK2';
}

.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: #b81d13;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #b81d13;
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: #b81d13;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-48 {
  font-size: 48px;
}
/*.contact-page{
  position: relative;
  z-index: 1;
}*/
.contact-page .tips_title_cont .tips p{
  display: inline-block;
  border-bottom: 2px solid #b81d13;
}
.contact-page .tips_title_cont .tips_title{
  margin-top: 20px;
      text-transform: uppercase;
    font-weight: 700;
}
.contact-page .init-1 .tips_title_cont{
  text-align: center;
}
.contact-page .init-1 .container .list_cont{
  margin: 0 -15px;
}
.contact-page .init-1 .container .list_cont .list{
  margin-top: 40px;
  width: 33.33%;
  padding: 0 15px;
}
.contact-page .init-1 .container .list_cont .list .img{
  border-radius: 0px;
  overflow: hidden;
}
.contact-page .init-1 .container .list_cont .list .title{
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .init-1 .container .list_cont .list .des{
  font-size: 16px;
  margin-top: 10px;
}
.contact-page .init-2{
  margin-top: 100px;
  padding: 0 16px;
}
.contact-page .init-2 .container{
  box-shadow: 0 0 10px #ccc;
  border-radius: 0px;
  padding: 70px;
}
.contact-page .init-2 .container .left{
  vertical-align: middle;
  padding-right: 70px;
  width: 50%;
  border-right: 1px solid rgba(204 204 204 / 0.4);
}
.contact-page .init-2 .container .left .tips{
  font-size: 26px;
      text-transform: uppercase;
    font-weight: 700;
}
.contact-page .init-2 .container .left form input,
.contact-page .init-2 .container .left form textarea{
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn{
  padding: 8px 20px;
  border-radius: 0px;
  margin-top: 20px;
  border: 1px solid #b81d13;
  display: inline-flex;
  cursor: pointer;
  transition: all .5s;
  font-size: 16px;
}
.contact-page .init-2 .container .left form .submit_cont .submit_btn:hover{
  color: #fff;
  background: #000;
}

.contact-page .init-2 .container .right{
  width: 50%;
  vertical-align: middle;
  padding-left: 70px;
}

.contact-page .init-2 .container .right .des{
  font-size: 18px;
  margin-top: 14px;
  line-height: 2;
}
.contact-page .init-2 .container .right .share_list{
  margin-top: 20px;
}
.contact-page .init-2 .container .right .share_list a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius:0px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all .5s;
  background: #272727;
  color: #fff;
  font-family: 'FontAwesome';
}

.contact-page .init-2 .container .right .share_list a:hover{
  background: #b81d13;
  color: #fff;
}
.contact-page .init-3{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.contact-page .init-3 iframe{
  width: 100%;
}
.f_16 {
   font-size: 16px;
   line-height: 30px;
  }
  .f_44 {
   font-size: 44px;
   line-height: 1.2;
  }
  .pt_80{
  padding-top: 80px;
}
.inner-page .sidebox {
  padding:120px 0 60px 0;;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #b81d13;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-transform: uppercase;
    font-weight: 700;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  /*margin-bottom: 15px;*/
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  /*padding-left: 20px;*/
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #bf2120;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #bf2120;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 80px;
  overflow: hidden;
  float: left;
  /*padding: 10px;*/
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  /*margin-left: 99px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 1rem;
  font-size: 20px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #b81d13;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}

.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 32px 14px 0;
  position: relative;
  /*position: absolute;*/
  background: 0 0;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  /*top: 32px;
  left: 0;*/
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 9px;
  left: 0;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  
}
.inner-page #index-body .product{
  padding: 50px 0 0 0;
}
.inner-page #index-body .product .content ul li{
  padding-top: 0;
}
.inner-page #index-body .product .content ul li .ig .text .tit{
  font-size: 18px;
  padding: 0 15px;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  
  line-height: 2;
  padding: 16px 24px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}


.ap-page .container .content {
  width: 100%;
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 16px;
  margin-top: 20px;
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
  /*font-weight: bold;*/
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .title:hover {
  color: #b81d13;
}
.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
  color: #4a4a4a;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page{
  padding:80px 0 0 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: middle;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  width: 170px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: #b81d13;
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: calc(100% - 170px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .img{
  width: 20%;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 44px;
  font-size: 24px;
      font-weight: 700;
    text-transform: uppercase;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #b81d13;
}
.news-page .ui.container ul.newslist li .text p {
  color: #2e2e2e;
  line-height: 2;
    font-size: 16px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}


.newdet-page .ui.container .newst {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.newdet-page .ui.container .newst span {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
    line-height: 2;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  /*font-weight: bold;*/
  margin-top: 90px;
  font-size: 36px;
  line-height: 1.2;
}
.newdet-page .ui.container .content {
  color: #777777;
  font-size: 18px;
padding-top: 30px;
    line-height: 2;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 0px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: #b81d13;
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: #b81d13;
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  filter: grayscale(1) brightness(2);
}
.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
  line-height: 30px;
    font-weight: 500;
  color: #151515;
}
 .m-link a em {
  font-size: 18px;
  line-height: 32px;
   
}
 .m-link .next {
  text-align: right;
}
.quality-page .service-2 {
  padding: 100px 0 50px;
}
.quality-page .service-2 img {
  width: 100%;
}
.quality-page .service-2 .box {
  position: relative;
}
.quality-page .service-2 .box .box2 {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.quality-page .service-2 .box .box2 h4 {
  font-size: 48px;
  /*font-weight: 600;*/
  line-height: 1.3;
  
}
.quality-page .service-2 .box .box2 .text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 25px;
  color: white;
}
.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}

.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: #b81d13;
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: #b81d13;
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: #b81d13;
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}

/*.p05-how .info p {
    max-width: 465px
}*/
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 0px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #b81d13;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #b81d13;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #f7f7f7;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
        font-weight: 700;
    text-transform: uppercase;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #ffff none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #b81d13;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 0px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img{
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #b81d13;
    color: white;
}
.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 .m-page span {
  background: #b81d13;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 25%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 340px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 700;
    text-transform: uppercase;
  
}
.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;
  line-height: 2;
  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/tc-zoom.png) 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: 5px 0;
  font-size: 20px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat > ul > li > a{
  padding-right: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat > ul > li i{
  color: #000;
  font-size: 26px;
  position: absolute;
  top: 4px;
  cursor: pointer;
  z-index: 2;
  right: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  transform-origin: center center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat > ul > li i.active{
  transform: rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #b81d13;
}
.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: #b81d13;
}
.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;
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.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: 18px;
  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: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  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: #b81d13;
}
.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-pdf .inner-title{
  border-bottom: 0;
}
.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;
  
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  
}
.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: #b81d13;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 75%;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1600px) {
  .about-page .about-3 ul li .item {
    padding: 50px 23px;
  }

  .about-page .i-advantage .list ul {
    margin: 0 -30px;
  }
  .about-page .i-advantage .list ul li .box {
    padding: 30px;
  }
  .about-page .i-advantage .list ul li .box .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 38px;
  }
  .f_44 {
    font-size: 30px;
  }

  .about-page .i-advantage .list ul li .box .name {
    font-size: 20px;
  }

  .about-page .about-2 .ui.container{
    width: 100%;
  }

  .about-page .about-2 .ui.container .left .img{
    margin-left: -15px;
  }

  .about-page .about-2 .ui.container .right{
    padding-left: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 ul li .item .box {
    width: 70%;
  }
  .inner-page .sidebox .sideleft {
    width: 28%;
    
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 32px!important;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
  .about-page .about-1 .ui.container .right{
    width: 100%;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .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: 1200px) {
  .about-page .about-3 ul li .item .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 40px;
  }
  .about-page .about-1 .ui.container .right ul.data li span{
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 40px;
    height: auto;
    background: #000 !important;
    padding: 40px 0;
    
  }
  .f_56 {
    font-size: 36px;
     }
  #cp-Nav .nav div.title {
    line-height: 32px;
  }

  .about-page .i-advantage {
    padding: 90px 0;
  }
  .about-page .i-advantage .list ul {
    margin: 0;
  }
  .about-page .i-advantage .list ul li {
    width: 50%!important;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-1 .ui.container .right ul.data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    width: 50%;
  }
  .about-page .about-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-3 ul li {
    width: 50% !important;
  }
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-4 .top .right a.mores {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
  .about-page .about-3{
    padding: 60px 0;
  }
  .about-page .about-4 .top .left{
    width: 100%;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .about-page .about-4 .top .right .moreCont{
    margin-left: 0;
  }
  .about-page .about-2 .ui.container{
    display: block;
  }
  .about-page .about-2 .ui.container .left {
    display: none;
  }
  .about-page .about-2 .ui.container .right {
    padding-left: 0;
    width: 100%;
    padding: 60px 0;
  }

  .body-overflow-box{
    overflow: hidden;
  }
  .contact-page .init-1 .container .list_cont .list{
    width: 100%;
    text-align: center;
  }
  .contact-page .init-2 .container .left{
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-page .init-2 .container .right{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .ap-page .sideright .ap-top .desc{
    position: relative;
    top: 0;
    left: 0;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .faq-page .faq-1,
    .faq-page .faq-2{
      padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .gallery-page{
      padding: 40px 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
     .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-page .about-3 .top h3 {
    font-size: 30px;
  }
  .about-page .about-3 .top .content,
  .about-page .about-3 .top h3 {
    width: 100%;
  }
  .about-page .about-3 ul li {
    width: 100% !important;
  }
  
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  
  .about-page .i-advantage {
    display: none;
    
   }
  
  .heishai {
    display: none;
   }
  
  .font-20,
  .font-18,
  .font-16,
  .font-22,
  .font-24 {
    line-height: 2!important;
   }
  .font-60{
    font-size: 24px;
    line-height: 44px;
   }
  .font-50{
  
  line-height: 36px;
  }
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .ui.container .left .title{
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 20px;
  }
  .about-page .about-2 {
    padding: 40px 0 30px;
  }
  
  .about-page .about-3{
    padding: 30px 0;
  }
  .about-page .about-3 .top{
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li .item{
    padding: 20px 15px;
  }
  .f_56 {
    font-size: 30px;
  }

  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  .p05-how .tab-blk:not(:last-child) {
        margin-bottom: 60px
    }

    .p05-how .info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .p05-how .info p {
        max-width: 100%
    }

    .p05-how .img {
        width: 100%;
        margin: 0 auto 30px
    }
    .p05-how .nav-tab {
        border-bottom: none
    }

    .p05-how .nav-tab a {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding-left: 15px!important
    }

    .p05-how .nav-tab a:nth-child(even)::before {
        display: none
    }

    .p05-how .tab-outer {
        margin-top: 30px
    }
    .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .prodet-page .prodet-1 .right .slick .slick-arrow{
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  
  .newdet-page .ui.container h1{
    margin-top: 40px;
    font-size: 24px;
    line-height: 44px;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
   .pt_80{
    padding-top: 40px;
  }
  .f_56 {
    font-size: 22px;
    line-height: 36px;
  }
   .f_20 {
    font-size: 16px;
  }
  .font-40{
    font-size: 32px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 44px!important;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .about-page .about-2 .ui.container {
    margin-left: 0;
  }
  .about-page .about-1 .ui.container .right .tit{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right p{
    margin-bottom: 10px;
  }
  .about-page .about-1 .ui.container .right ul.data{
    display: none;
  }
  .about-page .about-3 .top .content{
    font-size: 15px;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
  .about-page .about-4 .top .right{
    text-align: left;
  }
  .ap-page .sideright .ap-top .desc{
    font-size: 24px;
    line-height: 1.6;
  }
  
  .ap-page .sideright .ap-top h6{
    padding-right: 0;
    font-size: 24px;
    line-height: 1.6;
  }
 
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-30 {
    line-height: 44px!important;
    font-size: 24px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 2;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .contact-page .init-2{
    margin-top: 40px;
  }
  .contact-page .init-2 .container{
    padding: 20px 16px;
  }
  .contact-page .init-2 .container .left .tips{
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .init-3{
    margin-top: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
    margin-top: 20px;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 24px;
  }
  .quality-page .service-2 .box .box2 {
    position: static;
    margin-top: 20px;
    width: 100%;
    color: black;
  }
  .quality-page .service-2 .box .box2 .text {
    color: inherit;
    font-size: 16px;
  }
  .p05-how .title {
        margin-bottom: 30px
    }

    .p05-how .tab-blk h3 {
        margin-bottom: 30px
    }

    .p05-how .nav-tab a:first-child {
        padding-left: 15px
    }

    .p05-how .nav-tab a .num {
        font-size: 26px;
        margin-right: 10px
    }
    .custom-page .custom-3 .list > ul > li{
      padding-bottom: 20px;
    }
}
@media screen and (max-width:400px) {
    .p05-how .nav-tab a {
        width: 100%
    }

    .p05-how .nav-tab a::before {
        display: none!important
    }

    .p05-how .nav-tab a p {
        max-width: 100%
    }
}

@media screen and (max-width: 1440px) {
  .news-page .ui.container ul.newslist li .text h5,
  .news-page .ui.container ul.newslist li .text .content p{
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .quality-page .service-2 .box .box2{
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .p05-how .info{
    padding-left: 20px;
  }
  .p05-how .info h2{
    font-size: 20px;
    line-height: 1.8;
   }
  .seoPublic .title{
    line-height: 44px;
  
  }
  .p05-how .info p{
    font-size: 16px;
    line-height: 2;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 0;
  }
  .news-page .ui.container ul.newslist li .date {
    width: auto;
    display: block;
  }
  .news-page .ui.container ul.newslist li .img{
    display: none;
  }
  .news-page .ui.container ul.newslist li .text{
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .service-2 .box .box2{
    width: 100%;
    left: 0;
    display: block;
    color: #000;
  }
  .quality-page .service-2 .box .box2{
    position: initial;
  }
  .quality-page .service-2 .box .box2 .text{
    color: #000;
    line-height: 1.6;
  }
}
@media screen and (max-width: 700px){
  .quality-page .service-2{
    padding: 30px 0;
  }
  .mml-row{
    padding: 30px 10px 0 0;
  }
  .quality-page .service-2 .box .box2 h4{
    font-size: 36px;
  }
  .p05-how .tab-blk h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .p05-how .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li .date span{
    font-size: 50px;
  }
  .quality-page .service-2 .box .box2 .text{
    line-height: 1.8;
  }
  .p05-how .tab-blk h3{
    font-size: 30px;
  }
}



.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #b81d13;
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 0px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
  font-weight:700;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: #b81d13;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
}



.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.solution-page .init-1 .subText {
  font-size: 200px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
  font-weight:700;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
  color: #666;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 0px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
  max-width: 690px;
  margin-top: 24px;
      color: #ffffffba;
}
.solution-page .init-2 .container .left {
  width: 48%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 47%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 46px;
      line-height: 1.6;
  
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 37%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 38px;
      line-height: 1.6;
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  /*border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 0px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 0px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  /*padding: 0 45px;*/
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:700;
  text-transform:uppercase;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: #3854b8;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}



/* service */
.more_cont {
    overflow: hidden;
    position: relative;
    background-color: #bf2120;
    color: #fff;
    cursor: pointer
}

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

.more_cont:before {
    background-color: #bf2120;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    z-index: 1
}

.more_cont:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}
.service-page .init-1 .container .left .tips {
      line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: #bf2120;
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
  padding-top: 55px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 100px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: #111;
  text-transform: uppercase;
  
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid #111;
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #666;
  line-height: 32px;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  background-color: #bf2120;
  padding:  20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 700;
      line-height: 1.1;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 38px;
  color: #666;
    line-height: 1.6;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
  border-radius: 0px;
}
.service-page .init-2 .container .left .more span{
  position: relative;
  top: -2px;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  /*margin-top: 10px;
  font-weight: 300;*/
      max-width: 1000px;
    margin: auto;
    padding: 35px 0;
        line-height: 1.6;
    color: #ffffffba;
}
.service-page .init-3 .container .more {
  /*margin-top: 24px;*/
  display: inline-block;
  padding: 8px 37px 14px 37px;;
  font-weight: 600;
  
  text-transform: uppercase;
  /*line-height: 12;*/
  
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 30px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .moreC{
  display: flex;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
}

@media (max-width: 1250px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
}

@media (max-width: 1000px) {
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}


@media (max-width: 700px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
}
.circlar svg {
    display: block;
    overflow: visible;
}

.circlar path {
    fill: none
}
@keyframes iqrotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}
.pr {
  position: relative;
}
form button {
  border: none;
}
/*history start*/

.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  padding-top: 60px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 220px;
  font-size: 20px;
  line-height: 36px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  line-height: 36px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dev_tex_box > div .content .left{
  width: 40%;
}
.dev_tex_box > div .content .right{
  /*padding-left: 60px;*/
  width: 60%;
  text-align: center;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 36px;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: var(--color)!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/

@media (max-width: 700px) {
  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}
/*history end*/

.custom .service-1  {
  background-color: #f9f9f9;
  }
.custom .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.custom .service-1 .top .h3{
      font-weight: 700;
      text-transform: uppercase;
}
.custom .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}
.custom .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.custom .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.custom .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}

.custom .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0) invert(100%);
}
.custom .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
.custom .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.custom .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.custom .service-1 ul.serlist li {
  padding: 0 40px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}
.custom .service-1 ul.serlist li .text {
  margin-top: 100px;
  color: #666;
  min-height: 170px;
}
.custom .service-1 ul.serlist li .text .h4 {
  color: #111;
  margin-bottom: 25PX;
   font-family: var(--font);
   font-weight: 700;
   font-size: 26px;
   min-height: 4.4em;
} 
.custom .service-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom .service-2 .ui.container .left {
  width: 36%;
}
.custom .service-2 .ui.container .right {
  width: 60%;
}
.custom .service-2 .ui.container .right .h3 {
  text-transform: uppercase;
  color: #111;
  font-weight:bold;
}
.custom .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}
.custom .service-2 .ui.container .right p {
  /*max-width: 560px;*/
  margin: 30px 0;

  color: #666;
  }
.custom .service-2 .ui.container .right li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
 margin: 15px 0;
}
.custom .service-3,.custom .service-2{
  background-color: #f9f9f9;


}
.custom .service-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom .service-3 .ui.container .h3 {
  color: #000;
  width: 100%;
  margin-bottom: 40px;
   text-transform:uppercase;
   font-weight:bold;
}
.custom .service-3 .ui.container .h3 em {
  color: var(--color);
}
.custom .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 40px;
}
.custom .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.custom .service-3 .ui.container .right ul {
  width: 100%;
}
.custom .service-3 .ui.container .right ul li {
  padding: 30px 0;
  /*margin-bottom: 30px;*/
      border-top: 1px solid rgb(147 147 147 / 50%);
}
.custom .service-3 .ui.container .right ul li .h4 {
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  font-family: var(--font); 
  font-weight:bold;
}
.custom .service-3 .ui.container .right ul li p {
  color: #666;
  
}
.custom .service-4 {
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}
.custom .service-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.custom .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
.custom .service-4 .ui.container .h3 a {
  height: 75px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
   font-family: var(--font);
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  margin: 0 20px;
}
.custom .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fe7700;
}
.custom .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
.font-72 {
  font-size: 72px;
}
@media screen and (max-width: 1000px) {
  .custom .service-3 .ui.container .left {
    display: none;
  }
  .custom .service-3 .ui.container .right {
    width: 100%;
  }
  .custom .service-1 ul.serlist li .text {
    min-height: 220px
  }
}
@media screen and (max-width: 700px) {
  .custom .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .custom .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }
  .custom .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom .service-4 {
    padding-bottom: 100px;
  }
  .pt-160 {
    padding-top: 40px;
  }
  .custom .service-4 .ui.container .h3 a {
    
    font-size: 16px;

  }
  .custom .service-2 .ui.container .left {
    width: 100%;
  }
  .custom .service-2 .ui.container .right {
    width: 100%;
  }
  .custom .service-1 ul.serlist li .text {
    margin-top: 40px;
     min-height: 250px
  }

}
.custom {
  background-color: #fff;
  padding-top: 0;
  /*padding-bottom: 70px;*/
}
.custom .init-1 {
  padding: 140px 0;
}
.custom .init-1 .container {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom .init-1 .container .left {
  width: 40%;
}
.custom .init-1 .container .left .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight:bold;
  font-family: "Poppins-BoldItalic";

}
.custom .init-1 .container .left .title_2 {
  font-size: 18px;
  line-height: 36px;
  font-weight:bold;
}
.custom .init-1 .container .left .des {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  opacity: 0.5;
}
.custom .init-1 .container .left .des p {
  margin-top: 16px;
}
.custom .init-1 .container .right {
  width: 55%;
  background-color: #ffffff;
  /*padding: 80px 50px 20px 50px;*/
}
.custom .init-1 .container .right .img {
  position: relative;
}
.custom .init-1 .container .right .img span {
  display: block;
  overflow: hidden;
}
.custom .init-1 .container .right .img span img {
  display: block;
  width: 100%;
  height: 100%;
}
.custom .init-1 .container .right .img .two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
}
.custom .init-1 .container .right .img .two img {
  width: auto;
  max-width: none;
}
.custom .init-1 .container .right .img .btn_cont {
  cursor: pointer;
  position: absolute;
  width: 50px;
  z-index: 2;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  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;
}
.custom .init-1 .container .right .img .btn_cont .cir {
  background-color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.custom .init-1 .container .right .img .btn_cont .cir .fa-angle-left {
  margin-right: 6px;
}
.custom .init-1 .container .right .img .btn_cont .subline {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 4px;
  height: -webkit-calc(75%);
  height: -moz-calc(75%);
  height: calc(75%);
  background-color: #000000;
}
.custom .init-1 .container .right .img .btn_cont .subline_2 {
  top: 0;
}
.custom .init-2 {
  background-image: url(../images/service_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  /*padding-top: 80px;*/
  padding-bottom: 320px;
  margin-bottom: -160px;
}
.custom .init-2 .container .tip_title {
  font-weight:bold;
  font-size: 60px;
  font-family: "Poppins-BoldItalic";
}
.custom .init-2 .container .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom .init-2 .container .title_list .list {
  text-align: left;
  margin: 0 25px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  padding: 4px 12px;
  cursor: pointer;
}
.custom .init-2 .container .title_list .list p {
  position: relative;
  z-index: 2;
}
.custom .init-2 .container .title_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.custom .init-2 .container .title_list .list:hover::before,
.custom .init-2 .container .title_list .list.active::before {
  background-color: var(--color);
}
.custom .init-2 .container .swiper {
  margin: auto;
  margin-top: 70px;
  max-width: 1180px;
  overflow: hidden;
}
.custom .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  font-size: 20px;
  line-height: 36px;
}
.custom .init-3 {
  margin-top: -100px;
}
.custom .init-3 .container {
  position: relative;
  background-color: #404040;
  padding: 70px 100px;
  -webkit-box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 30px 20px rgba(0, 0, 0, 0.4);
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
  padding-right: 60px;
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .left img {
  width: 100%;
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
  padding-top: 30px;
  width: 50%;
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
  font-weight:bold;
  font-size: 56px;
}
.custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.custom .init-3 .container .next,
.custom .init-3 .container .prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -16px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  background-color: #2e2e2e;
}
.custom .init-3 .container .next i,
.custom .init-3 .container .prev i {
  position: relative;
  z-index: 2;
}
.custom .init-3 .container .next.swiper-button-disabled,
.custom .init-3 .container .prev.swiper-button-disabled {
  opacity: 0.4;
}
.custom .init-3 .container .prev {
  left: -16px;
}
.custom .init-4 .box{
  background: url(../images/service4-bg.png) no-repeat center top;
  padding: 67px 0 48px;
}
.custom .init-4 .box .title{
  font-size: 60px;
  line-height: 1;
  /*font-weight: bold;*/
  font-family: "Poppins-BoldItalic";
}
.custom .init-4 .box .content{
  margin-top: 72px;
}
.custom .init-4 .box .content ul{
  padding: 0 11.41%;
  margin-right: -75px;
}
.custom .init-4 .box .content ul li{
  padding-right: 75px;
}
.custom .init-4 .box .content ul li .download{
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.custom .init-4 .box .content ul li .download span{
  font-size: 18px;
  line-height: 32px;
}
.custom .init-4 .box .content .slick-arrow{
   position: absolute;
  top: 40%;
  width: 30px;
	height: 30px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transition: .5s;
}
.custom .init-4 .box .content .slick-prev{
  left: 56px;
  background: rgba(255,255,255,0.2);
}
.custom .init-4 .box .content .slick-prev::before{
  content: "\f053";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: #000000;
}
.custom .init-4 .box .content .slick-prev:hover{
  background: #ffffff;
}
.custom .init-4 .box .content .slick-next{
  right: 8%;
  background: rgba(255,255,255,0.2);
}
.custom .init-4 .box .content .slick-next::before{
  content: "\f054";
  position: absolute;
  font-family: 'fontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  color: #000000;
}
.custom .init-4 .box .content .slick-next:hover{
  background: #ffffff;
}

@media screen and (max-width: 1500px) {
  .custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 20px;
    margin: auto;
    max-width: 500px;
    padding-right: 0;
    width: 100%;
  }
  .custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    width: 100%;
  }
  .custom .init-4 .box .content ul{
    margin-right: -36px;
  }
  .custom .init-4 .box .content ul li{
    padding-right: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .custom .init-1 .container .left {
    text-align: center;
    width: 100%;
  }
  .custom .init-1 .container .right {
    display: none;
    margin-top: 40px;
    width: 100%;
  }
  .custom .init-4 .box .content ul li .download span{
    font-size: 16px;
    line-height: 30px;
  }
}
 .custom .service-4 .ui.container p {
      text-align: center;
    padding-top: 50px;
     max-width: 1135px;
    margin: auto;
    line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .btn-go {
    padding: 10px 20px;
    font-size: 16px;
  }
  .custom .service-2 .ui.container .left,
  .custom .service-2 .ui.container .right{
    width: 100%;
    margin: 30px 0;
  }
  .custom .init-1,
  .custom .init-2{
    padding: 60px 0;
  }
  .custom .init-1 .container .left .title{
    font-size: 42px;
  }
  .custom .init-2{
    margin-bottom: 0;
  }
  .custom .init-2 .container .tip_title{
    font-size: 38px;
  }
  .custom .init-4 .box .title{
    font-size: 42px;
  }
  .custom .init-4 .box .content{
    margin-top: 30px;
  }
  .custom .init-4 .box .content ul{
    padding: 0 6%;
  }
  .custom .init-4 .box .content .slick-prev{
    left: 0;
  }
  .custom .init-4 .box .content .slick-next{
    right: 5%;
  }
}
@media screen and (max-width: 700px) {
  .custom .init-1,
  .custom .init-2,
  .custom .init-4 .box{
    padding: 30px 0;
  }
  .custom .init-4 .box .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .custom .init-4 .box .content .slick-next {
    right: 12%;
  }
  
  .custom .init-2 {
    background: #191919;
  }
  .custom .init-2 .container .title_list {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .custom .init-3 .container {
    padding: 40px;
  }
  .custom .init-3 .container .next {
    right: 0;
  }
  .custom .init-3 .container .prev {
    left: 0;
  }
  #banner .text,#banner .more {
    display: none;
  }
  #index-body .init-1 .list p {
    font-size: 14px;
    line-height: 2;
  }
 
}
@media screen and (max-width: 500px) {
  .custom .init-1 {
    padding-top: 0;
    padding: 40px 0;
  }
  .custom .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .custom .init-1 .container .left .title_2 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
  }
  .custom .init-1 .container .left .des p {
    margin-top: 10px;
  }
  .custom .init-2 {
    padding-bottom: 40px;
  }
  .custom .init-2 .container .tip_title {
    font-size: 24px;
    line-height: 44px;
  }
  .custom .init-2 .container .title_list .list {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
  }
  .custom .init-2 .container .swiper {
    margin-top: 40px;
  }
  .custom .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    line-height: 30px;
  }
  .custom .init-3 {
    margin-top: 0;
  }
  .custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right {
    padding-top: 0;
  }
  .custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
    line-height: 44px;
  }
  .custom .init-3 .container .swiper .swiper-wrapper .swiper-slide .right .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
}
.manufacturingnew-1 .options span{
  padding: .4em 1em;
  background-color: #acacac;
  color: white;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.manufacturingnew-1 .options span.active {
  background-color: #010101;
}
.manufacturingnew-2 {
  background-color: #f0f0f0;
}
.manufacturingnew-2 .text.ml-0 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #111;
}
.yuy ul
{
line-height: 2;
}
.font-25
{
font-size: 24px;
line-height: 44px;
}
.font-27
{
font-size: 26px;
line-height: 1.4;
}
.font-20
{
line-height: 36px;
}
.font-18
{
line-height: 32px;
}
.font-14,
.font-16
{
line-height: 2;
}
.font-24
{
font-size: 24px;
line-height: 44px!important;
}
.font-45
{
font-size: 44px;
}
.font-15
{
font-size: 16px;
line-height: 30px;
}
.seoPublic .Auxil-about .box .right div.h3
{
font-size: 24px;
line-height: 44px;
}
.seoPublic .Auxil-about .box .right .text
{
font-size: 16px;
line-height: 30px!important;
}
.seoPublic .Auxil-news .list ul li .content div.h6
{
line-height: 40px!important;
}
.seoPublic .Auxil-news .list ul li .content time,
.seoPublic .Auxil-news .list ul li .content p,
.seoPublic .Auxil-news .list ul li .content a.link
{
line-height: 2!important;
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea
{
line-height: 2!important;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3
{
line-height: 40px!important;
min-height: 5.6em;
}