@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}

*{
  -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none;/*火狐*/
  -ms-user-select:none; /*IE10*/
  user-select:none;
}


/* 新增 */
.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #a3242a none repeat scroll 0 0;
  color: #fff;
}


#spotlight .footer{
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%!important;
  text-align: center!important;
}


#spotlight.show {
  display: inline-block;
  background: rgba(0,0,0,.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#navfixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  background: black;
  line-height: 100px;
  height: 100px;
  text-align: right;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header.active+#navfixed {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#navfixed .logo {
  float: left;
}
#navfixed .logo img {
  display: inline-block;
  vertical-align: middle;
}
#navfixed .nav {
  display: inline-block;
  vertical-align: top;
}
#navfixed .nav ul.menu > li,
#navfixed .yuy {
  margin: 0 10px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#navfixed .nav ul.menu > li:hover {
  color: #fd2318;
}
#navfixed .nav ul.menu > li > a {
  display: block;
}
#navfixed .yuy {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 0;
}
#navfixed .nav ul.menu > li ul.sub-menu,
#navfixed .yuy ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#navfixed .yuy ul {
  width: 120px;
  right: 0;
  left: auto;
}
#navfixed .nav ul.menu > li ul.sub-menu li,
#navfixed .yuy ul li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#navfixed .yuy ul li {
  line-height: 22px;
  padding: 4px 10px;
}
#navfixed .nav ul.menu > li ul.sub-menu li a {
  display: block;
}
#navfixed .nav ul.menu > li ul.sub-menu li:hover,
#navfixed .yuy li:hover {
  background: #222;
  color: white;
}
#navfixed .nav ul.menu > li:hover ul.sub-menu,
#navfixed .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#navfixed .nav ul.menu > li ul.sub-menu > li ul.sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  top: 0;
  left: 100%;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  display: none \9;
}

#navfixed .nav ul.menu > li ul.sub-menu > li:hover ul.sub-menu{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

.about-page .about-culture {
  background: url("../images/about-2-bg.jpg") center top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-page .about-culture:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 38%;
  background: white;
  position: absolute;
  z-index: -1;
}
.about-page .about-culture .list ul li {
  padding: 75px 0 60px;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.about-page .about-culture .list ul li h6 {
  font-size: 66px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-culture .list ul li p {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}
.about-page .about-culture .list ul li:last-child {
  border-right: none;
}
.about-page .about-culture .box {
  margin-top: 157px;
}
.about-page .about-culture .box .left {
  padding-right: 20px;
  width: 42.03389831%;
}
.about-page .about-culture .box .left h3 {
  color: white;
  background: #c5262a url("../images/about-2-mask1.png") center right no-repeat;
  position: relative;
}
.about-page .about-culture .box .left h3:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #c5262a;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.about-page .about-culture .box .right {
  padding-left: 20px;
  width: 57.96610169%;
}
.about-page .about-culture .box .right h3 {
  background: url("../images/about-2-mask2.png") center right no-repeat;
}
.about-page .about-culture .box .box2 {
  background: white;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-culture .box .box2 h3 {
  display: block;
  padding: 60px 14%;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.about-page .about-culture .box .box2 h3 em {
  color: #c5262a;
}
.about-page .about-culture .box .box2 ul {
  padding-top: 70px;
  border-top-left-radius: 42px;
  background: white;
  position: relative;
}
.about-page .about-culture .box .box2 ul li {
  margin-bottom: 40px;
  padding-left: 85px;
  position: relative;
}
.about-page .about-culture .box .box2 ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-culture .box .box2 ul li h5 {
  display: block;
  font-size: 22px;
  color: #2c2c2c;
  line-height: 1.5;
}
.about-page .about-culture .box .box2 ul li h5 small {
  display: block;
  font-size: 18px;
  color: #414141;
}
.about-page .about-culture .box .box2 ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-culture .box .box2 .text {
  /*padding: 70px 14% 0;*/
  font-size: 18px;
  color: #414141;
  line-height: 2;
}
.about-page .about-culture .box .box2 .text img {
  margin-top: 65px;
  display: block;
}


@media screen and (max-width:1000px) {
  .about-page .about-culture .box .left{
    width: 100%;
  }

  .about-page .about-culture .box .right{
    display: none;
  }

  .about-page .about-culture .box .box2 h3{
    font-size: 30px;
  }
}




#index-body .about-3 {
  padding: 125px 0;
  background: url("../images/about-3-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: white;
}
#index-body .about-3 h2.title small {
  color: white;
}
#index-body .about-3 .list {
  margin-top: 80px;
}
#index-body .about-3 .list ul {
  margin: 0 -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#index-body .about-3 .list ul li {
  padding: 0 6px;
}
#index-body .about-3 .list ul li .box {
  padding: 45px 5% 245px;
  margin-bottom: -200px;
  height: 100%;
  background: white;
  color: black;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about-3 .list ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .about-3 .list ul li .box i img {
  max-height: 100%;
}
#index-body .about-3 .list ul li .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald";
  line-height: 1;
  margin: 10px 0;
}
#index-body .about-3 .list ul li .box p {
  font-size: 16px;
  color: #414141;
  line-height: 1.8;
}
#index-body .about-3 .list ul li .box:hover {
  color: white;
  background: #c5262a;
}
#index-body .about-3 .list ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .about-3 .list ul li .box:hover p {
  color: inherit;
}



#index-body .init-1 {
  padding: 50px 0 25px;
  text-align: center;
  background-color: #e0e0e0;
}
#index-body .init-1 ul {
  margin: 0 -10px;
}
#index-body .init-1 ul li {
  padding: 0 10px;
}
#index-body .init-1 ul li img {
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-1 ul li h6 {
  margin-top: 10px;
  font-size: 13px;
  color: #121316;
  font-family: "Oswald";
  font-weight: normal;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li i {
  display: block;
  height: 62px;
  line-height: 62px;
}
#index-body .init-1 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 ul li:hover img,
#index-body .init-1 ul li.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-1 ul li:hover h6,
#index-body .init-1 ul li.active h6 {
  color: #c5262a;
}

@media (max-width: 1000px) {
  #index-body .init-1{
    display: none;
  }
}



#index-body .init-6 {
  padding: 60px 0 90px;
      background: #fff;
      text-align: center;
}
#index-body .init-6 .list {
  margin-top: 30px;
  position: relative;
}
.global-page .global-3 .slide .list {
  position: relative;
}
#index-body .init-6 .slide:first-child .list:after,
.global-page .global-3 .slide:first-child .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  background: #eee;
}
#index-body .init-6 ul {
  margin: -10px;
}
#index-body .init-6 ul li {
  padding: 10px;
}
#index-body .init-6 ul li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
}
#index-body .init-6 ul li img:hover {
  transform: scale(1.3);
}


.about-page .about-zh {
  padding: 60px 0;
  text-align: center;
}
.about-page .about-zh .list {
  margin-top: 50px;
  text-align: left;
}
/*.about-page .about-zh .list ul {
  margin: 0 -15px;
}*/
.about-page .about-zh .list ul li {
  padding: 15px;
}
.about-page .about-zh .list ul li a {
  display: block;
}
.about-page .about-zh .list ul li a img {
  width: 100%;
  border: 4px solid #969696;
}


.global-page h2 {
  font-family: "Oswald";
  font-size: 60px;
  color: #c5262a;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.global-page h2 small {
  display: block;
  font-size: 40%;
  margin-top: 5px;
  line-height: 1;
  font-weight: normal;
  color: black;
  text-transform: none;
  letter-spacing: .18em;
}
.global-page .global-1 .list {
    margin-top: 50px;
}


.about2-page h3 {
  font-size: 50px;
  color: #333;
  /*font-weight: 600;*/
  font-family: "roboto-bold";
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #ba2428;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}
.about2-page .text {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 2;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
  font-family: "Roboto-Light";
}

.about2-page .about-1 {
  padding: 110px 0;
}
.about2-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about2-page .about-1 .box {
  position: relative;
  background: #eee;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
      padding-left: 78px;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 18px;
  color: #bc2629;
  text-transform: uppercase;
  font-family: "roboto-bold";
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 40px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
  font-family: "Roboto-Light";
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #ba2428;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #ba2428;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  /*padding-right: 9%;*/
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #ba2428;
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #ba2428;
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  padding-left: 20%;
  position: relative;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;
  font-family: "roboto-bold";
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 22%;
  transform-origin: left top;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
  background: #eee;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 10%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 45%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
}


.about2-page .about-3 {
  padding: 100px 0;
}
.about2-page .about-3 .box {
  padding-top: 50px;
}
.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ba2428;
}
.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 26px;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}


.about2-page .slick-prev{
  left: -70px;
}

.about2-page .slick-next{
  right: -70px;
}

.about2-page .about-3 .list ul{
  margin: -15px;
}

.about2-page .about-3 .list ul li{
  padding: 15px;
}

/*.about2-page .about-3 .list .img{
  height: 320px;
}

.about2-page .about-3 .list .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/



.about2-page .about-4 .tag {
  margin-top: 50px;
  display: block;
  text-align: left;
}
.about2-page .about-4 .tag ul {
  margin: -8px -10px;
}
.about2-page .about-4 .tag ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  text-align: center;
}
.about2-page .about-4 .tag ul li a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 100px;
  border-radius: 5px;
  background: #eee;
  font-size: 16px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .tag ul li a:hover,
.about2-page .about-4 .tag ul li.active a {
  background: #c5262a;
  color: white;
}


.about2-page .about-4 {
  padding: 90px 0;
  background: url("../images/about-factory-bg.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about2-page .about-4 h3 {
  color: white;
}
.about2-page .about-4 .line {
  background: white;
}
.about2-page .about-4 .text {
  color: white;
}
.about2-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}

.about2-page .about-4 .slick-arrow{
  top: calc(50% - 40px);
}

.about2-page .about-4 .slick-prev{
  left: -70px;
}

.about2-page .about-4 .slick-next{
  right: -70px;
}

.about2-page .about-4 .box ul {
  margin: 0 -15px;
}
.about2-page .about-4 .box ul li {
  padding: 0 15px 40px;
}
.about2-page .about-4 .box ul li .mask:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-global-1.png) center center no-repeat rgba(0,0,0,.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about2-page .about-4 .box ul li .mask:hover:after {
    opacity: 1;
}

.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about2-page .about-4 .box ul li .box2 .img-box,
.about2-page .about-3 .list .img a {
  display: block;
  position: relative;
  max-height: 100%;
}
.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .img-box:after,
.about2-page .about-5 .box ul li .box2 a.img-box:after,
.about2-page .about-3 .list .img a:after {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icon-global-1.png) center center no-repeat rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .img-box:hover:after {
  opacity: 1;
  /*left: -10%;*/
}
.about2-page .about-5 .box ul li .box2 a.img-box:hover:after,
.about2-page .about-3 .list .img:hover a:after {
  opacity: 1;
}
.about2-page .about-4 .box ul li .box2 .text {
  width: 100%;
  text-align: center;
}
.about2-page .about-4 .box ul li .box2 .text h4 {
  font-size: 24px;
  line-height: 1;
  color:#000;
  padding: 0 15px;
  font-family: "roboto-bold";
  margin-top:15px;
}
.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  font-family: "Roboto-Light";
}
/*.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}*/

.about2-page .about-5 {
  padding: 0px 0 100px 0;
}
.about2-page .about-5 .box {
  padding-top: 50px;
}
.about2-page .about-5 .box ul {
  margin: -15px;
}
.about2-page .about-5 .box ul li {
  padding: 15px;
}
.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}
.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;
  font-family: "roboto-bold";
  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #ba2428;
}

.about2-page .about-5 .slick-prev{
  left: -70px;
}

.about2-page .about-5 .slick-next{
  right: -70px;
}

@media screen and (max-width:1000px) {
  .about2-page h3{
    font-size: 30px;
  }

  .about2-page .about-1 .box{
    padding: 30px;
  }
  .about2-page .about-1 .box .left{
    width: 100%;
    padding: 0;
  }

  .about2-page .about-1 .box .right{
    width: 100%;
    padding: 0;
  }

  .about2-page .about-1 .box .right .img{
    padding: 0;
  }

  .about2-page .about-1 .box .right:before{
    display: none;
  }

  .about2-page .about-1 .box2{
    padding: 30px;
  }
  .about2-page .about-1 .box2 .left{
    width: 100%;
    padding: 0;
  }

  .about2-page .about-1 .box2 .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }


  .about2-page .about-4 .tag ul{
    font-size: 0;
  }

  .about2-page .about-4 .tag ul li{
    width: 33.33%;
  }
  .about2-page .about-4 .tag ul li a{
    width: 100%;
    display: block;
  }
}



.prodet-page {
  /*background: url(../images/pro-bg.jpg) no-repeat top center;*/
}
.prodet-page .mbx {
  font-size: 14px;
  line-height: 2;
}
.prodet-page p {
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-1 {
  padding: 40px 0;
}
.prodet-page .init-1 .max {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.prodet-page .init-1 .max h2 {
  font-size: 28px;
  text-transform: capitalize;
}
.prodet-page .init-1 .max h1 {
  font-size: 36px;
  text-transform: capitalize;
      font-weight: 600;
}
/*.prodet-page .init-1 .max p {
  margin: 35px 0;
}*/
.prodet-page .init-1 .max a.more {
  background: #bc2629;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.prodet-page .prodet-tit {
  font-size: 36px;
  text-transform: uppercase;
  padding: 100px 0 0 0;
  font-weight: 600;
}
.prodet-page .prodet-tit span{
  color: #bc2629;
}
.prodet-page .init-3 {
  padding-bottom: 60px;
  background: #eee;
}
.prodet-page .init-3 .prodet-tit {
  margin-bottom: 40px;
  font-weight: 600;
}
.prodet-page .init-3 .prodet-tit span{
  color: #bc2629;
}

.prodet-page .init-3 .grid-box.three .column {
  vertical-align: middle;
  margin-bottom: 30px;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column {
  width: 16%;
  margin-bottom: 0;
  cursor: pointer;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 74%;
  padding: 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) h3 {
  font-size: 24px;
  line-height: 2;
  margin: 10px 0;
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:nth-child(2) p {
  font-size: 16px;
  font-family: Montserrat-ExtraLight;
  /*font-weight: 700;*/
}
.prodet-page .init-3 .grid-box.three .column .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.prodet-page .prodet-1 .four{
			position:relative;
}
.point,.point::before,.point::after{position: absolute;width: 18px; height: 18px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(3);opacity:0;}}
.point,.point::before,.point::after{
  background-color: #dddddd;
}
.prodet-page .init-4 {
  padding: 0 0 30px;
}
.prodet-page .init-4 .content {
  padding: 30px 0;
}

.prodet-page .init-4 .box{
  margin: -15px;
}
.prodet-page .init-4 .left{
  width: 60%;
  padding: 15px;
}

.prodet-page .init-4 .right{
  width: 40%;
  padding: 15px;
}

.prodet-page .init-4 table td:first-child{
  background: #707070;
  color: #fff;
}

.prodet-page .init-4 table tr:nth-child(even) {
    background: #eee;
}


.prodet-page .init-faq-table {
  background: #eeeeef;
  padding: 60px 0;
}
.prodet-page .init-faq-table .column h2 {
  font-size: 24px;
  line-height: 2;
}
.prodet-page .init-faq-table .column h2 span {
  color: #f8c12c;
}
.prodet-page .init-faq-table .column p {
  color: #525252;
  font-size: 12px;
  line-height: 2;
  margin: 10px 0;
}
.prodet-page .init-faq-table .column form {
  padding: 20px 0;
}
.prodet-page .init-faq-table .column form ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.prodet-page .init-faq-table .column form ul li:nth-child(2n) {
  margin-right: 0;
}
.prodet-page .init-faq-table .column form ul li:nth-child(5),
.prodet-page .init-faq-table .column form ul li:nth-child(6) {
  width: 100%;
  margin-right: 0;
}
.prodet-page .init-faq-table .column form ul li input,
.prodet-page .init-faq-table .column form ul li textarea {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 20px 20px;
  font-size: 14px;
  color: #a6abaa;
}
.prodet-page .init-faq-table .column form ul li textarea {
  height: 200px;
}
.prodet-page .init-faq-table .column form ul li input[type="submit"] {
  background: #f8c12c;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.prodet-page .init-faq-table .column:nth-child(1) {
  padding-right: 8%;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list {
  margin-top: 10px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li {
  margin-bottom: 15px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 {
  position: relative;
 font-family: 'Montserrat-ExtraLight';
    font-size: 14px;
    font-weight: bold;
  line-height: 2;
  padding: 25px 20px;
  padding-right: 30px;
  background: #fff;
  margin-bottom: 2px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig h4 i.fa-angle-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #f7f7f7;
  padding: 15px 10px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li .ig .con p {
  font-size: 16px;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.prodet-page .init-faq-table .column:nth-child(1) .faq-list li.active .ig h4 i.fa-angle-down {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.prodet-page .init-recommend {
  /*padding-top: 100px;*/
}
.prodet-page .init-recommend .prodet-tit span {
  color: #bc2629;
}
.prodet-page .init-recommend .product-list2 {
  margin-top: 60px;
}
.prodet-page .init-recommend .product-list2 ul li {
  padding: 0 20px;
}
.prodet-page .init-recommend .product-list2 ul li .img-box img {
  display: block;
      background: #f6f6f6;
  margin: 0 auto;
  
}
.prodet-page .init-recommend .product-list2 ul li .img-box .text {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.prodet-page .init-recommend .product-list2 ul li .img-box .text p {
  font-size: 18px;
  line-height: 2;
}

.prodet-page .prodet-1{
  width:100%;
  margin: 0 auto;
}

.prodet-page .prodet-1 .fuzhu ul li img{
  border: 1px solid #eee;
  padding: 7px;
  background: #fff;
}

.prodet-page .prodet-1 a {
  display: block;
  /*border: 1px solid #eee;*/
}
.prodet-page .prodet-1 a img {
  width: auto;
  display: block;
}
.prodet-page .prodet-1 ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 ul li {
  padding: 5px;
}
.prodet-page .prodet-1 ul li i,
.prodet-page .prodet-1 ul li span {
  display: none !important;
}
.prodet-page .prodet-1 ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .four ul li{
  padding: 0 100px;
}
.prodet-page .prodet-1 .four ul .slick-slide.slick-active{
  position: relative;
}

.prodet-page .prodet-1 .four ul .slick-slide.slick-center img{
  border: 1px solid #d9251d;
}
.prodet-page .prodet-1 .four ul .slick-slide img{
  position: relative;
  z-index: 2;
}
.prodet-page .prodet-1 .four ul .slick-slide.slick-active:after{ 
  content: '';position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  border: 1px dashed #e1e1e1;
  top:50%;
  left:0;
  }
.prodet-page .prodet-1 .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 125px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}

@media screen and (max-width:1000px) {
  .prodet-page .prodet-tit{
    padding: 0;
  }

  .prodet-page .init-4 .left{
    width: 100%;
  }

  .prodet-page .init-4 .right{
    width: 100%;
  }

  .prodet-page .prodet-1 .four ul li{
    padding: 5px;
  }

  .point{
    display: none;
  }

  .prodet-page .prodet-1 .four ul .slick-slide.slick-active:after{
    display: none;
  }
}

/* end */


body {
  font-family: "Microsoft YaHei";
}
.ui.container {
  padding: 0px 15px;
  position: relative;
  width: 1400px;
}
.hover-language {
  position: relative;
  margin: 0 60px;
}
.hover-language .zhuyu {
  color: white;
  line-height: 20px;
  font-size: 20px;
}
.hover-language .zhuyu img {
  height: 20px;
  vertical-align: middle;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hover-language 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;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 10px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header::after {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #545252;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 7%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 40px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 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 #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 100%;
}
#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 ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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;
  top: 0;
  left: 100%;
  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;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  margin-right: 50px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slick-arrow:hover {
  background-color: #fd2318;
}

.slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0;
}
.slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 2px solid black;
  width: 50%;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-page {
    padding-top: 40px;
  }
}
#banner h2 {
  font-size: 100px;
  line-height: 1.1;
  font-family: 'Oswald-Bold';
  text-transform: uppercase;
  color: white;
  text-shadow: 0 2px 0 black;
  display: inline-block;
  vertical-align: bottom;
}
#banner h2 small {
  display: block;
  font-size: 95px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
#banner p {
  margin-left: 25px;
  font-size: 28px;
  color: white;
  display: inline-block;
  vertical-align: bottom;
}
#banner p img {
  display: inline-block;
  vertical-align: baseline;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20%;
  padding-left: 7%;
}
.home-tit h2 {
  font-size: 50px;
  font-weight: bold;
  padding-top: 40px;
}
.home-tit h3 {
  font-size: 36px;
  font-weight: bold;
}
.line {
  display: inline-block;
  width: 100px;
  height: 7px;
  background-color: #c5262a;
}
.our-product {
  padding: 0 0 70px;
}
.our-product a.more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #939292;
}
.our-product a.more img {
  vertical-align: baseline;
}
.our-product .box {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}
.our-product .box > ul {
  margin: 0 -40px;
  margin-top: 50px;
  padding: 60px 0;
  position: relative;
}
.our-product .box > ul::before,
.our-product .box > ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #bcbcbc;
  z-index: -1;
}
.our-product .box > ul::before {
  left: 33.33%;
}
.our-product .box > ul::after {
  right: 33.33%;
}
.our-product .box > ul li {
  padding: 0 40px;
}
.our-product .box > ul li i {
  display: inline-block;
  position: relative;
}
.our-product .box > ul li i img{
  filter: grayscale(100%);
  filter: gray;
}
.our-product .box > ul li:hover i img{
  filter: grayscale(0);
  filter: none;
}
.our-product .box > ul li i .img1 {
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .box > ul li i .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .box > ul li h3 {
  font-size: 28px;
  font-weight: bold;
}
.our-product .box > ul li p.font-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.our-product .box > ul li:hover i .img1 {
  opacity: 0;
}
.our-product .box > ul li:hover i .img2 {
  opacity: 1;
}
.our-product .box .dots {
  margin-top: 30px;
}
.our-product .box .dots .slick-dots {
  margin: 0;
}
.our-product .box .dots .slick-dots li {
  padding: 0;
  display: inline-block;
  margin: 0 3px;
  width: 12px;
  height: 8px;
  background-color: #505050;
  border-radius: 5px;
}
.our-product .box .dots .slick-dots li.slick-active {
  width: 44px;
  background-color: #c5262a;
}
.our-product .box .dots .slick-dots li button {
  display: none;
}
.our-product .logo {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}
.our-product .img {
  margin: 30px 0;
}
.our-history {
  padding: 30px 0 90px 0;
  background: url(../images/history-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
}
.our-history .box {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}

.our-history .arrows{
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  width: 40px;
  height: 40px;
  background: #5e5e5e;
  text-align: center;
  line-height: 40px;
  font-family: cursive;
  cursor: pointer;
}
.our-history .arrows.prev{
  left: 0;
}
.our-history .arrows.next{
  right: 0;
}

.our-about {
  padding: 100px 0;
}
.our-about p {
  font-size: 17px;
  line-height: 2;
  color: #817e7e;
}
.our-about ul {
  padding-bottom: 60px;
}
.our-about ul li {
  font-size: 18px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.our-about ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #d9251d;
  left: 0;
  top: 15px;
}
.our-about a.more {
  font-size: 20px;
  color: #555555;
}
.our-about a.more img {
  vertical-align: middle;
}
.our-about .box .left {
  width: 54%;
  vertical-align: middle;
  padding-right: 150px;
}
.our-about .box .right {
  width: 46%;
  vertical-align: middle;
}
.our-about .video {
  position: relative;
}
.our-about .video::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 295px;
  background-color: #d9251d;
  left: -18px;
  top: -18px;
  z-index: -1;
}
.our-about .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.our-network {
  
  /*background: url(../images/init-5.jpg)no-repeat center;
  background-size: cover;*/

  padding: 90px 0;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.our-network .bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.our-network .content {
  max-width: 470px;
  background-color: #d9251d;
  color: white;
  padding: 50px 40px;
  position: relative;
}
.our-network .content::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 70px solid transparent;
  border-right: 70px solid #f0f0f0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.our-network .logo {
  border-bottom: 1px solid white;
  padding-bottom: 25px;
}
.our-network h2 {
  font-size: 30px;
  font-weight: bold;
}
.our-network p {
  font-size: 16px;
  line-height: 2;
  min-height: 140px;
  padding-bottom: 30px;
}
.our-network a.more {
  display: inline-block;
  border: 2px solid white;
  font-size: 16px;
  padding: 8px 20px;
  transition: .5s;
}
.our-network a.more:hover {
  background: #222;
  border-color: #222;
}
.our-new {
  position: relative;
  padding: 80px 0;
}
.our-new .tab span {
  cursor: pointer;
}
.our-new .tab span.left-btn {
  margin-right: 70px;
}
.our-new::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f5f5f5;
}
.our-new .list {
  margin-top: 70px;
}
.our-new ul {
  margin: 0 -35px;
}
.our-new ul li {
  padding: 0 35px;
}
.our-new ul li h4 {
  font-size: 22px;
  font-weight: bold;
}
.our-new ul li p {
  font-size: 16px;
  line-height: 2;
  color: #817e7e;
}
.our-partner {
  padding-bottom: 100px;
}
.our-partner .swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  height: 2px;
  border-radius: unset;
}
.our-partner .swiper-scrollbar-drag {
  background: #d9251d;
  margin-top: 55px;
}
#footer {
  background-color: #444444;
  color: white;
}
#footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
#footer .footer-top h4::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #d9251d;
  left: -45px;
  top: 15px;
}
#footer .footer-top ul li {
  font-size: 17px;
  line-height: 2;
}
#footer .footer-top .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
#footer .footer-top .box .left {
  width: 65%;
  padding-top: 90px;
  border-right: 1px solid #555353;
}
#footer .footer-top .box .left .warp .item {
  width: 33.33%;
  padding-left: 45px;
}
#footer .footer-top .box .right {
  width: 35%;
  padding-top: 90px;
  padding-left: 5%;
}
#footer .footer-top .box .right p {
  font-size: 19px;
  line-height: 1.8;
}
#footer .footer-bottom {
  padding: 60px 0;
  border-top: 1px solid #555353;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 18px;
  vertical-align: middle;
}
#footer .footer-bottom .social-links a:not(:last-child) {
  margin-right: 20px;
}

#footer .footer-top .box .left .warp .item.mobile > div{
  width: 100px;
  vertical-align: top;
  margin-bottom: 20px;
}
#ewm {
  border: 3px solid white;
}
.time-line-box {
  margin-top: 80px;
}
.time-line-box:after {
  content: '';
  background: url(../images/line.png) no-repeat right bottom;
  height: 22px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.time-line-box ul li {
  float: left;
  width: 211px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: -9px;
  top: -6px;
  background-color: #5e5e5e;
  border: 5px solid #c5262a;
  border-radius: 50%;
}
.time-line-box ul li:after {
  content: '';
  height: 115px;
  border-left: #5e5e5e 4px solid;
  position: absolute;
  top: 0;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 30px;
  font-family: 'Oswald-Bold';
  color: white;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.time-line-box ul li dl dd {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.time-line-box ul li .img{
  position: absolute;
  left: 100%;
  top: 80px;
  width: 150px;
}

.time-line-box ul li:nth-child(2n) .img{
  top: auto;
  bottom: 0;
}

.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: 0;
  height: 115px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dl dt {
  margin-bottom: 0;
  margin-top: 10px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 60px;
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 0;
    margin-right: 0;
  }
  .hover-language {
    margin: 0 25px;
  }
  #banner h2 {
    font-size: 70px;
  }
  #banner h2 small {
    font-size: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 20px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner h2 small {
    font-size: 45px;
  }
  #banner p {
    font-size: 18px;
  }
  #banner p img {
    display: none;
  }
  .our-product .box > ul li h3 {
    font-size: 20px;
  }
  .our-about .box .left {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  .home-tit h2 {
    font-size: 30px;
  }
  .our-product .box > ul {
    margin: 0 -20px;
    margin-top: 30px;
  }
  .our-product .box > ul li {
    padding: 0 20px;
  }
  .our-about p {
    font-size: 16px;
    line-height: 1.8;
  }
  .our-about ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .our-about ul {
    padding-bottom: 30px;
  }
  .home-tit h3 {
    font-size: 24px;
  }
  .our-network p {
    font-size: 18px;
  }
  .our-new ul {
    margin: 0 -15px;
  }
  .our-new ul li {
    padding: 0 15px;
  }
  .our-new ul li h4 {
    font-size: 20px;
  }
  .our-new ul li p {
    font-size: 14px;
  }
  #footer .footer-top .box .right {
    padding-left: 5%;
  }
  #footer .footer-top .box .right p {
    font-size: 18px;
  }
  #footer .footer-top .box {
    min-height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header,#navfixed {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-product .box > ul::before {
    left: 50%;
  }
  .our-product .box > ul::after {
    display: none;
  }
  #banner h2 {
    font-size: 35px;
  }
  #banner h2 small {
    font-size: 30px;
  }
  #banner p {
    display: none;
  }
  .our-product .box > ul {
    padding: 30px 0;
  }
  .our-about .box .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .box .right {
    display: none;
  }
  #footer .footer-top .box .left .warp .item {
    width: 50%;
  }
  #footer .footer-top .box .left .warp .item.mobile {
    display: none;
  }
  #footer .footer-top ul li {
    font-size: 16px;
  }
  #footer .footer-top .box .right p {
    font-size: 16px;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
  #footer .footer-bottom {
    padding: 20px 0;
  }
  .our-new .tab span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product a.more {
    display: none;
  }
  .home-tit h2 {
    font-size: 24px;
  }
  .our-product .box > ul li h3 {
    font-size: 16px;
  }
  .our-history {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-network {
    display: none;
  }
  .our-partner {
    display: none;
  }
  #footer .footer-top .box {
    display: block;
    min-height: unset;
  }
  #footer .footer-top .box .left {
    display: none;
  }
  #footer .footer-top .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer-bottom p,
  #footer .footer-bottom a {
    font-size: 14px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
  }
  .our-new {
    padding: 60px 0;
  }
  .our-new .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .our-product .box > ul::before {
    display: none;
  }
  .our-about p {
    font-size: 14px;
  }
  .our-about ul li {
    font-size: 14px;
  }
}
.inner-banner {
  background-color: #1d2122;
  position: relative;
  z-index: 1;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #c5262a;
}
.inner-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #0000000f;
  opacity: 0.6;
}
.inner-banner .container {
  padding-top: 280px;
  padding-bottom: 200px;
}
.inner-banner .page-tag {
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 5px;
}
.inner-banner .page-title {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.inner-banner .mbx {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 0;
  padding: 22px 40px 20px;
  line-height: 1;
}
.inner-banner .mbx a {
  color: #1d2122;
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .yankee-heading {
  padding: 0 0 25px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-1 .right .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
.about-page .about-1 .right .mml-text p{
  text-indent: 2em;
  line-height: 30px;
}
.about-page .about-2 .box {
  background-color: #c5262a;
  margin: 20px 35px 0;
  padding: 0 0 10px;
}
.about-page .about-2 .content {
  margin: -20px -20px 0;
  padding: 50px 0 15px;
  background-color: #f1f1f1;
}
.about-page .about-2 ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about-page .about-2 ul li {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.about-page .about-2 .counter-box {
  margin: 0 0 40px;
  text-align: center;
}
.about-page .about-2 .counter-box .count {
  color: #c5262a;
}
.about-page .about-2 .counter-box .count::after {
  /*content: "+";*/
  color: #c5262a;
  font-size: 16px;
  margin-left: 2px;
}
.about-page .about-2 .counter-box .title {
  color: #282828;
}
.about-page .about-3 {
  /*background-color: #ececec;*/
  background: url(../images/history.jpg) center top;
  margin-bottom: 0;
  padding: 120px 0;
}
.about-page .about-3 .timeline-tab-btns {
  margin: 0 0 60px;
}

.about-page .about-3 .timeline-tab-btns .slick-current.slick-active li a{
  color: #fff;
  background: #c5262a;
}

.about-page .about-3 .timeline-tab-btns li{
  padding: 0 20px;
}
.about-page .about-3 .timeline-tab-btns li a {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 35px;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #1d2122;
}
.about-page .about-3 .timeline-tab-btns .slick-active.slick-center a {
  background-color: #c5262a;
}
/*.about-page .about-3 .tab-content .tab-pane:not(:first-child) {
  display: none;
}*/
.about-page .about-3 .tab-content .tab-pane > .grid-box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .tab-content .tab-pane .img {
  width: 58%;
  padding: 0 15px;
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}
.about-page .about-3 .tab-content .tab-pane .content {
  width: 42%;
  padding: 0 15px;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}
.about-page .about-3 .timeline-text .timeline-tag {
  font-size: 18px;
  font-weight: 700;
  color: #c5262a;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.about-page .about-3 .timeline-text .timeline-title {
  font-size: 60px;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.about-page .about-3 .timeline-text a.history-btn {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 20px 45px;
  background-color: #c5262a;
  color: #1d2122;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-page .about-3 .timeline-text a.history-btn:hover {
  background-color: #1d2122;
  color: #fff;
}
.about-page .about-4 {
  padding-bottom: 50px;
}
.about-page .about-4 .yankee-heading {
  padding-bottom: 50px;
  text-align: center;
}
.about-page .about-4 .list ul {
  margin: -15px;
}
.about-page .about-4 .list ul li {
  padding: 15px;
}
.about-page .about-4 .list ul li img{
  border: 4px solid #969696;
}
.about-page .about-5 .yankee-testimonial-slider {
  background-image: url(../images/testi-illustration.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yankee-heading .tag-line {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #c5262a;
  margin-bottom: 15px;
  display: inline-block;
}
.yankee-heading .title {
  font-size: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.yankee-heading .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(29, 33, 34, 0.5);
}
.yankee-counter-boxes .counter-box {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.yankee-counter-boxes .counter-box .count {
  display: block;
  font-size: 55px;
  margin-bottom: 5px;
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #c5262a;
  border-radius: 0.25rem;
}
.timeline-btns.with-progess {
  position: relative;
  z-index: 1;
}
.timeline-btns.with-progess .progress {
  height: 4px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yankee-testimonial-slider {
  padding: 100px 170px;
  position: relative;
  z-index: 1;
}
.yankee-testimonial-slider .single-testimonial {
  text-align: center;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img {
  margin-bottom: 50px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.yankee-testimonial-slider .single-testimonial p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
.yankee-testimonial-slider .single-testimonial .testimonial-info {
  margin-top: 40px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-info .name {
  font-size: 34px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
.yankee-testimonial-slider .single-testimonial .testimonial-info .job {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #c5262a;
  margin-top: 5px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .yankee-heading .title {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .container{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-banner .page-title {
    font-size: 42px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .about-page .about-3 .tab-content .tab-pane .img {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .tab-content .tab-pane .content {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .timeline-text {
    margin-top: 50px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 42px;
  }
  .yankee-testimonial-slider {
    padding: 80px 0;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .page-title {
    font-size: 36px;
  }
  .about-page .about-1 .right .section-title {
    font-size: 18px;
  }
  .yankee-counter-boxes .counter-box .count {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .yankee-heading .title {
    font-size: 32px;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timeline-btns.with-progess .progress {
    display: none;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    margin: 5px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 32px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 16px;
    line-height: 1.6;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-info .name {
    font-size: 20px;
  }
}

.service-page .service-1 .yankee-heading {
  padding: 0 0 60px;
  text-align: center;
}

.service-page .service-1 {
  padding: 100px 0;
}
.service-page .service-1 .service-box .title {
  font-size: 20px;
      line-height: 30px;
      font-weight: 600;
}


.service-page .service-2 .navList {
  margin-bottom: 60px;
  text-align: center;
}
.service-page .service-2 .navList ul {
  margin: -7px;
}
.service-page .service-2 .navList ul li {
  width: auto;
  padding: 7px;
}
.service-page .service-2 .navList ul li a {
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: #2e2d2d;
  font-weight: bold;
  line-height: 48px;
  height: 48px;
  background: white;
  font-family: "Oswald";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .navList ul li a:hover,
.service-page .service-2 .navList ul li a.active {
  color: white;
  background: #c5262a;
}

.service-page .service-2 {
  padding: 100px 0;
  position: relative;
  background-color: #ececec;
}
.service-page .service-2 .elementor-background-overlay {
  position: absolute;
  height: 82%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  background-image: url(../images/process-line.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .9;
}
.service-page .service-2 .yankee-heading {
  padding: 0 0 60px;
  text-align: center;
}
.service-page .service-2 .yankee-iconic-boxes .icon-box {
  text-align: center;
}
.service-page .service-4 {
  padding: 100px 0;
}
.service-page .service-4 .yankee-heading {
  padding: 0 0 50px;
}
.service-page .service-4 .grid-box {
  margin: 0 -15px;
}
.service-page .service-4 .left {
  width: 50%;
  padding: 0 15px;
  vertical-align: middle;
}
.service-page .service-4 .left p{
  line-height: 2;
}
.service-page .service-4 .right {
  width: 50%;
  padding: 0 15px;
  vertical-align: middle;
}

.service-page .service-4 a.service_btn{
  line-height: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "Oswald";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 700;
  z-index: 1;
  color: #c5262a;
  padding-left: 35px;
  padding-right: 15px;
}

.service-page .service-4 a.service_btn:after {
    content: '';
    border: 2px solid #c5262a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.yankee-service-boxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-left: 2px solid #f1f1f1;
  border-top: 2px solid #f1f1f1;
  overflow: hidden;
}
.yankee-service-boxes .service-box {
  padding: 30px 40px;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.yankee-service-boxes .service-box .icon {
  font-size: 60px;
  color: #c5262a;
  margin-top: 10px;
  line-height: 1;
}
.yankee-service-boxes .service-box .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.yankee-service-boxes .service-box p {
  word-wrap: break-word;
}

.yankee-iconic-boxes ul{
  margin: -10px;
}

.yankee-iconic-boxes ul li{
  padding: 10px;
}

.yankee-iconic-boxes .icon-box {
  background-color: #fff;
  text-align: center;
  padding: 40px 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.yankee-iconic-boxes .icon-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
  background-color: #1d2122;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 3px solid #c5262a;
}
.yankee-iconic-boxes .icon-box:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.yankee-iconic-boxes .icon-box:hover .title {
  color: #fff;
}
.yankee-iconic-boxes .icon-box .icon {
  height: 73px;
  line-height: 73px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.yankee-iconic-boxes .icon-box .title {
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.yankee-iconic-boxes.lg-5 {
  grid-template-columns: repeat(5, 1fr);
}
.yankee-iconic-boxes.masonry-layout ul li:nth-child(2) .icon-box,
.yankee-iconic-boxes.masonry-layout ul li:nth-child(4) .icon-box {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .yankee-iconic-boxes.lg-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1001px) {
  .yankee-service-boxes.column-d-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .yankee-service-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .yankee-iconic-boxes.masonry-layout ul li:nth-child(2) .icon-box,
  .yankee-iconic-boxes.masonry-layout ul li:nth-child(4) .icon-box {
    margin-top: 0;
  }
  .service-page .service-4 .grid-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;
  }
  .service-page .service-4 .left {
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .service-page .service-4 .right {
    width: 100%;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    margin: 0 0 50px;
  }
  .service-page .service-4 .right .img {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .yankee-iconic-boxes.lg-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .yankee-iconic-boxes.lg-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose-page .choose-1 {
  padding: 120px 0;
}
.choose-page .choose-1 .tab-pane:not(:first-child) {
  display: none;
}
.choose-page .choose-1 .tab-pane .grid-box {
  margin: 0 -15px;
}
.choose-page .choose-1 .left {
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.choose-page .choose-1 .right {
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.choose-page .choose-1 .right .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
.choose-page .choose-1 .right a.elementor-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  fill: #1d2122;
  color: #1d2122;
  background-color: #61CE7000;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  border-radius: 0;
  padding: 22px 45px;
}
.choose-page .choose-1 .right a.elementor-button:hover {
  color: #fff;
  background-color: #1d2122;
  border-color: #1d2122;
}
.choose-page .choose-1 .tabs-btn {
  margin: 60px 0 0;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px;
  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;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li {
  padding: 10px;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a {
  display: inline-block;
  position: relative;
  padding: 25px 70px;
  border: 2px solid #f3f3f3;
  color: #1d2122;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a:hover {
  background-color: #1d2122;
  border-color: #1d2122;
  color: #fff;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a::before {
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1d2122;
  content: "";
  width: 30px;
  height: 15px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  visibility: hidden;
  opacity: 0;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a .icon {
  position: absolute;
  left: 20px;
  top: 25px;
  color: #c5262a;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a .title {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li a .nav-desc {
  font-size: 14px;
  display: block;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li.active a {
  background-color: #1d2122;
  border-color: #1d2122;
  color: #fff;
}
.choose-page .choose-1 .tabs-btn .advanced-tab-btns li.active a::before {
  opacity: 1;
  visibility: visible;
}
.choose-page .choose-2 {
  background-color: #1d2122;
  padding: 120px 0;
}
.choose-page .choose-2 .yankee-heading {
  padding-bottom: 50px;
  text-align: center;
}
.choose-page .choose-2 .yankee-heading .title {
  color: #fff;
}
.choose-page .choose-2 .list ul {
  margin: 0 -15px;
}
.choose-page .choose-2 .list ul li {
  padding: 0 15px;
}
.choose-page .choose-3 {
  padding: 120px 0 90px;
}
.choose-page .choose-3 .yankee-heading {
  padding-bottom: 50px;
  text-align: center;
}
.choose-page .choose-3 .list ul {
  margin: 0 -15px;
}
.choose-page .choose-3 .list ul li {
  padding: 0 15px;
}
.choose-page .choose-4 {
  padding: 70px 80px;
}
.choose-page .choose-4 ul {
  margin: -15px;
}
.choose-page .choose-4 ul li {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .choose-page .choose-1 .tabs-btn .advanced-tab-btns li a {
    padding: 25px 30px 25px 70px;
    font-size: 12px;
  }
  .choose-page .choose-1 .tabs-btn .advanced-tab-btns li a .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .choose-page .choose-1 .left {
    width: 100%;
    margin: 0 0 50px;
  }
  .choose-page .choose-1 .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .choose-page .choose-1 .right a.elementor-button {
    padding: 18px 30px;
  }
}
.contact-page .contact-1 {
  padding: 120px 0;
}
.contact-page .contact-1 p {
  line-height: 1.8;
}
.contact-page .contact-1 p strong{
  font-weight: bold;
  color: #d9251d;
}

.button-group .button{
  background: #d9251d!important;
}

.contact-page .contact-1 .box {
  margin: 0 -15px;
}
.contact-page .contact-1 .left {
  width: 45%;
  padding: 0 45px 0 100px;
}
.contact-page .contact-1 .left .yankee-heading {
  padding: 0 0 40px;
  text-align: left;
}
.contact-page .contact-1 .left .yankee-heading .title {
  font-size: 40px;
}
.contact-page .contact-1 .left .elementor-divider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-page .contact-1 .left .elementor-divider span {
  display: block;
  border-top: 2px solid #efefef;
}
.contact-page .contact-1 .right {
  width: 55%;
  padding: 0 15px;
}
.contact-page .contact-1 .right h4{
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-page .contact-1 .right ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .right ul li {
  width: 50%;
  padding: 0 15px;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea {
  width: 100%;
  padding: 0 30px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #1d2122;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  border: none;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
  padding-top: 20px;
  resize: none;
}
.contact-page .contact-1 .right button {
  background-color: transparent;
  border: 2px solid #f1f1f1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: auto;
  margin: 0 auto;
  line-height: 1;
  height: auto;
}
.contact-page .contact-1 .right button:hover {
  background-color: #d9251d;
  color: #fff;
  border-color: #d9251d;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .right h4{
    font-size: 30px;
  }

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

  .contact-page .contact-1 .left {
    width: 100%;
    padding: 0 15px;
    margin: 50px 0 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right ul li {
    width: 100%;
  }
}

.product-page{
  overflow: hidden;
}
.product-page .product-1 {
  padding: 120px 0;
}
.product-page .product-1 .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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;
  margin: 0 -15px;
}
.product-page .product-1 .row .column {
  width: 50%;
  padding: 0 15px;
}
.portfolio-list-items .portfolio-list-item:not(:last-child) {
  margin-bottom: 100px;
}
.portfolio-list-items .portfolio-list-item:nth-child(even) .portfolio-thumb {
  text-align: right;
}
.portfolio-list-items .portfolio-list-item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc {
  padding: 0 0 0 100px;
  position: relative;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc .count {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.03em;
  color: #c5262a;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc .line {
  background-color: #1d2122;
  height: 1px;
  width: 170px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc .title {
  font-size: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc .cat {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
.portfolio-list-items .portfolio-list-item .portfolio-desc .portfolio-link {
  line-height: 1;
  text-decoration: underline;
  font-size: 16px;
  padding: 20px 40px;
  border: 2px solid #e5e8ea;
  color: #1d2122;
  font-weight: 700;
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .row .column {
    width: 100%;
  }
  .portfolio-list-items .portfolio-list-item .portfolio-desc {
    padding: 0;
    font-size: 15px;
    margin-top: 40px;
  }
  .portfolio-list-items .portfolio-list-item .portfolio-desc .count {
    position: relative;
    margin-bottom: 5px;
  }
  .portfolio-list-items .portfolio-list-item .portfolio-thumb {
    text-align: center;
  }
  .portfolio-list-items .portfolio-list-item:nth-child(even) .portfolio-thumb {
    text-align: center;
  }
  .portfolio-list-items .portfolio-list-item .portfolio-desc .line {
    display: none;
  }
}

#ces {
  text-align: center;
}
#ces li {
  margin: 0 10px;
  display: inline-block;
}
#line {
  position: relative;
  height: 10px;
  background-color: red;
}
#line span {
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: black;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}



#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #ba2428;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #ba2428;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}





.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #c5262a none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #c5262a;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #c5262a;
  border-left: 1px solid #c5262a;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 36px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #c5262a none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #c5262a;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  font-size: 16px;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content strong{
  font-weight: 700;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
  font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #c5262a;
}
.newdet-page .news-content .m-link {
  text-align: left;
  margin-top: 15px;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #c5262a;
  text-decoration: underline;
}

#index-body .our-about .video .play_btn {
    font-size: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    position: absolute;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#index-body .our-about .video .play_btn i {
    margin-left: 5px;
    position: relative;
    z-index: 2;
    color: #c5262a;
}
#index-body .our-about .video .play_btn:hover {
    color: #2366bb;
    background-color: #fff;
}
#index-body .our-about .video .play_btn .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #fff;
}
#index-body .our-about .video .play_btn .ling:last-child {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.ling_ani {
  -webkit-animation: ling_ani linear 5s infinite;
  animation: ling_ani linear 5s infinite;
}

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

  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  to {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}

.ling_ani_2 {
  -webkit-animation: ling_ani_2 linear 5s infinite;
  animation: ling_ani_2 linear 5s infinite;
}

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

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



.video-page ul{
  margin: -15px;
}

.video-page ul li{
  padding: 15px;
}

.video-page ul li .mml-text{
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#exhibition {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-height: 100%;
  z-index: 23;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 15px;
}
#exhibition .box {
  width: 480px;
  background: white;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  position: relative;
  max-width: 100%;
}
#exhibition .box span.close {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  cursor: hand;
}
#exhibition .box span.close:after,
#exhibition .box span.close:before {
  content: '';
  width: 80%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  -moz-transform: rotate(45deg) translate(-50%,-50%);
  -ms-transform: rotate(45deg) translate(-50%,-50%);
  -o-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
  transform-origin: 0 0;
}
#exhibition .box span.close:before {
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  -moz-transform: rotate(-45deg) translate(-50%,-50%);
  -ms-transform: rotate(-45deg) translate(-50%,-50%);
  -o-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
}
#exhibition .box h6 {
  padding: 5% 5% 25%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: white;
  font-size: 140%;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#exhibition .box .content {
  padding: 2% 5% 8%;
}

.about2-page .init-1{
    overflow: hidden;
    padding: 100px 0 180px;
}
.about2-page .init-1 .container {
    position: relative;
}
.about2-page .init-1 .container .sub_img {
    position: absolute;
    width: 460px;
    bottom: 0;
    right: -200px;
    z-index: -1;
}
.about2-page .container .tips {
    font-weight: bold;
    font-family: "Oswald";
    font-size: 60px;
    text-transform: uppercase;
    color: #c5262a;
    text-align: center;
}
.about2-page .init-1 .container .des {
    margin-top: 26px;
    line-height: 1.8;
    color: #353535;
}
.about2-page .init-1 .container .list_cont {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about2-page .init-1 .container .list_cont .list {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 20px 0 0 0;
}
.about2-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
    color: #c5262a;
    font-weight: bold;
    display: inline-block;
    line-height: 0.8;
}
.about2-page .init-1 .container .list_cont .list .text {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 12px;
    line-height: 1.8;
}
.about2-page .init-1 .container .list_cont .list2 {
    margin: 20px 20px 0;
}
.about2-page .init-2 .container {
    position: relative;
}
.about2-page .init-2 .container .img {
    height: 600px;
    background-size: inherit;
    background-attachment: fixed;
}
.about2-page .init-2 .container .play {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 270px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about2-page .init-2 .container .play div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.about2-page .init-2 .container .play div i {
    margin-left: 2px;
}
.about2-page .init-2 .container .play .ling {
    background-color: #fff;
}
.about2-page .init-2 .container .play .ling:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.about2-page .init-2 .container .play .cont {
    position: relative;
    z-index: 2;
}
.about2-page .init-3 {
    padding-top: 40px;
}
.about2-page .init-3 .container .list {
    margin-top: 60px;
    margin-bottom:80px;
}
.about2-page .init-3 .container .list .column {
    vertical-align: middle;
    position: relative;
}
.about2-page .init-3 .container .list .left img {
    width: 100%;
}
.about2-page .init-3 .container .list .right {
    padding-left: 60px;
}
.about2-page .init-3 .container .list .right .tips,
.about2-page .init-3 .container .list .right .title {
    font-weight: 600;
    color: #c5262a;

    text-transform: uppercase;
}
.about2-page .init-3 .container .list .right .line {
    width: 250px;
    height: 1px;
    background-color: #c5262a;
}
.about2-page .init-3 .container .list .right .title {
    color: #181818;
    margin-top: 8px;
}
.about2-page .init-3 .container .list .right .des {
    color: #262626;
    margin-top: 10px;
    line-height: 2;
}
.about2-page .init-3 .container .list:nth-child(2n) .left {
    left: 50%;
}
.about2-page .init-3 .container .list:nth-child(2n) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 60px;
}
.about2-page .init-4 .container {
    text-align: center;
}
.about2-page .init-4 .container .tips,
.about2-page .init-4 .container .title {
    font-weight: 600;

    color: #c5262a;
    text-transform: uppercase;
}
.about2-page .init-4 .container .line {
    width: 250px;
    height: 1px;
    background-color: #c5262a;
    margin: auto;
}
.about2-page .init-4 .container .title {
    color: #181818;
    margin-top: 10px;
}
.about2-page .init-4 .container .content {
    margin: 40px -30px 0;
}
.about2-page .init-4 .container .content .slick .slick-track {
    margin-left: 0;
}
.about2-page .init-4 .container .content .slick li {
    padding: 0 30px;
}
.about2-page .init-4 .container .content .slick li a {
    display: block;
    overflow: hidden;
}
.about2-page .init-4 .container .content .slick li a img {
    width: 100%;
}
.about2-page .init-4 .container .s_page {
    margin-top: 30px;
}
.about2-page .init-4 .container .s_page li {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #c5262a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}
.about2-page .init-4 .container .s_page li button {
    display: none;
}
.about2-page .init-4 .container .s_page li.slick-active {
    background-color: #c5262a;
}
.about2-page .init-5 .container iframe{
    display: block;
    height: 700px;
    width: 100%;
}
.about2-page .init-6 .container .column {
    vertical-align: middle;
}
.about2-page .init-6 .container .left img {
    width: 100%;
}
.about2-page .init-6 .container .right {
    padding-left: 60px;
}
.about2-page .init-6 .container .right .tips {
    font-weight: 600;

    text-transform: uppercase;
}
.about2-page .init-6 .container .right .tips span {
    color: #c5262a;
}
.about2-page .init-6 .container .right .des {
    margin-top: 10px;
    line-height: 2;
}


@media (max-width: 1500px) {
    .font-60 {
        font-size: 50px;
    }
    .font-48 {
        font-size: 38px;
    }
    .font-40 {
        font-size: 30px;
    }

    .about2-page .init-1 .container .list_cont .list .num {
        font-size: 60px;
    }
}
@media (max-width: 1000px) {
    .about2-page .init-1 .container .des {
        text-align: center;
    }
    .about2-page .init-2 .container .img {
        height: 300px;
    }
    .about2-page .init-3 .container .list .column {
        width: 100%;
    }
    .about2-page .init-3 .container .list .right {
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }
    .about2-page .init-3 .container .list .right .line {
        margin: 6px auto 0;
    }
    .about2-page .init-3 .container .list:nth-child(2n) .left {
        left: 0;
    }
    .about2-page .init-3 .container .list:nth-child(2n) .right {
        left: 0;
        padding: 0;
    }
    .about2-page .init-4 .container .content {
        margin: 40px -10px 0;
    }
    .about2-page .init-4 .container .content .slick li {
        padding: 0 10px;
    }
    .about2-page .init-5 .container .img {
        height: 400px;
    }
    .about2-page .init-6 .container .column {
        width: 100%;
    }
    .about2-page .init-6 .container .right {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 700px) {
    .about2-page .init-1 .container .list_cont .list {
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }
    .about2-page .init-1 .container .list_cont .list .text {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .about2-page .init-2 {
        margin-top: 40px;
    }
}
@media (max-width: 500px) {
    .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-60 {
        font-size: 30px;
    }
    .font-48 {
        font-size: 24px;
        line-height: 1.8;
    }
    .font-40 {
        font-size: 24px;
        line-height: 1.8;
    }
    .font-36 {
        font-size: 24px;
        line-height: 1.8;
    }
    .font-30 {
        line-height: 1.8;
        font-size: 24px;
    }
    .font-24 {
        font-size: 18px;
        line-height: 1.8;
    }
    .font-20 {
        font-size: 18px;
        line-height: 2;
    }
    .about2-page .init-1 .container .list_cont {
        margin-top: 10px;
    }
    .about2-page .init-1 .container .list_cont .list .num {
        font-size: 50px;
    }
    .about2-page .init-1 .container .list_cont .list .text {
        margin-top: 10px;
    }
    .about2-page .init-3 {
        padding-top: 10px;
    }
    .about2-page .init-3 .container .list {
        margin-top: 40px;
    }
    .about2-page .init-4 .container .line {
        margin: 6px auto 0;
    }
    .about2-page .init-4 .container .content {
        margin-top: 20px;
    }
    .about2-page .init-4 .container .s_page {
        margin-top: 10px;
    }
    .about2-page .init-4 .container .s_page li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    .about2-page .init-5 {
        height: auto;
    }
}